This page is part of the SDOH Clinical Care for Multiple Domains (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: SDOHCC Condition Homeless Example - TTL Representation
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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SDOHCC-ConditionHomelessExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition SDOHCC-ConditionHomelessExample</b></p><a name=\"SDOHCC-ConditionHomelessExample\"> </a><a name=\"hcSDOHCC-ConditionHomelessExample\"> </a><a name=\"SDOHCC-ConditionHomelessExample-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>, <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes homelessness}\">Homelessness</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 32911000}, {http://hl7.org/fhir/sid/icd-10-cm Z59.0}\">Homeless</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>onset</b>: 2021-04-26 13:56:33+0000 --> (ongoing)</p><p><b>asserter</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-SDOHCC-ObservationResponsePRAPAREHousingStatusExample.html\">Observation Housing status</a></td></tr></table></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unconfirmed" ] ;
fhir:display [ fhir:v "Unconfirmed" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "homelessness" ] ;
fhir:display [ fhir:v "Homelessness" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:32911000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32911000" ] ;
fhir:display [ fhir:v "Homeless" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z59.0" ] ;
fhir:display [ fhir:v "Homelessness" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
] ; #
fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2021-04-26T13:56:33.747Z"^^xsd:dateTime ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
] ; #
fhir:evidence ( [
( fhir:detail [
fhir:reference [ fhir:v "Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample" ] ] )
] ) . #