HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.0.1 - STU1 Release 1 - Standard for Trial-Use International flag

This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: UDS Plus Housing Status Codes - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "udsplus-housing-status-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.org/guides/hrsa/uds-plus/CodeSystem/udsplus-housing-status-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">homeless-shelter<a name=\"udsplus-housing-status-codes-homeless-shelter\"> </a></td><td>Patients in Homeless Shelters</td><td>Patients who are living in a homeless shelter</td></tr><tr><td style=\"white-space:nowrap\">transitional<a name=\"udsplus-housing-status-codes-transitional\"> </a></td><td>Patients in transitional state</td><td>Patients who do not have a house and are in a transitional state</td></tr><tr><td style=\"white-space:nowrap\">doubling-up<a name=\"udsplus-housing-status-codes-doubling-up\"> </a></td><td>Patients doubling up</td><td>Patients who are doubling up with others.</td></tr><tr><td style=\"white-space:nowrap\">street<a name=\"udsplus-housing-status-codes-street\"> </a></td><td>Patients who are on the streets</td><td>Patients who do not have a house and are living on the streets</td></tr><tr><td style=\"white-space:nowrap\">permanent-supportive-housing<a name=\"udsplus-housing-status-codes-permanent-supportive-housing\"> </a></td><td>Patients in permanent supportive housing</td><td>Patients who are living in a permanent supportive housing</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"udsplus-housing-status-codes-other\"> </a></td><td>Patients who have other kinds of accomodation</td><td>Patients who have other kinds of accomodation</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"udsplus-housing-status-codes-unknown\"> </a></td><td>Patients with Unknown accomodation</td><td>Patients with Unknown accomodation</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/hrsa/uds-plus/CodeSystem/udsplus-housing-status-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "UDSPlusHousingStatusCodes"] ; # 
  fhir:title [ fhir:v "UDS Plus Housing Status Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-09-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HRSA BPHC"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://bphc.hrsa.gov/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The UDS Plus CodeSystem is a 'starter set' of codes supported for identifying Housing status of patients in UDS+ program."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://fhir.org/guides/hrsa/uds-plus/ValueSet/udsplus-housing-status"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/hrsa/uds-plus/ValueSet/udsplus-housing-status>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "homeless-shelter" ] ;
fhir:display [ fhir:v "Patients in Homeless Shelters" ] ;
fhir:definition [ fhir:v "Patients who are living in a homeless shelter" ]
  ] [
fhir:code [ fhir:v "transitional" ] ;
fhir:display [ fhir:v "Patients in transitional state" ] ;
fhir:definition [ fhir:v "Patients who do not have a house and are in a transitional state" ]
  ] [
fhir:code [ fhir:v "doubling-up" ] ;
fhir:display [ fhir:v "Patients doubling up" ] ;
fhir:definition [ fhir:v "Patients who are doubling up with others." ]
  ] [
fhir:code [ fhir:v "street" ] ;
fhir:display [ fhir:v "Patients who are on the streets" ] ;
fhir:definition [ fhir:v "Patients who do not have a house and are living on the streets" ]
  ] [
fhir:code [ fhir:v "permanent-supportive-housing" ] ;
fhir:display [ fhir:v "Patients in permanent supportive housing" ] ;
fhir:definition [ fhir:v "Patients who are living in a permanent supportive housing" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Patients who have other kinds of accomodation" ] ;
fhir:definition [ fhir:v "Patients who have other kinds of accomodation" ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Patients with Unknown accomodation" ] ;
fhir:definition [ fhir:v "Patients with Unknown accomodation" ]
  ] ) . #