This page is part of the SDOH Clinical Care for Multiple Domains (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "SDOHCC-ConditionHomelessExample"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2021-06-25T18:58:01.507+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#nUKafeh0gl4Fksae" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Condition> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"SDOHCC-ConditionHomelessExample\" Version \"5\" Updated \"2021-06-25T18:58:01.507Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #nUKafeh0gl4Fksae!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-Condition.html\">SDOHCC Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#unconfirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Homelessness <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#homelessness)</span></p><p><b>code</b>: Homeless <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#32911000; <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#Z59.0 \"Homelessness\")</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> \" ABBAS\"</p><p><b>onset</b>: 2021-04-26T13:56:33.747Z --> (ongoing)</p><p><b>asserter</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> \" ABBAS\"</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-SDOHCC-ObservationResponsePRAPAREHousingStatusExample.html\">Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample</a></td></tr></table></div>"
];
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ]
];
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
fhir:Coding.code [ fhir:value "unconfirmed" ];
fhir:Coding.display [ fhir:value "Unconfirmed" ] ]
];
fhir:Condition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/condition-category" ];
fhir:Coding.code [ fhir:value "health-concern" ];
fhir:Coding.display [ fhir:value "Health Concern" ] ]
], [
fhir:index 1;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes" ];
fhir:Coding.code [ fhir:value "homelessness" ];
fhir:Coding.display [ fhir:value "Homelessness" ] ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:32911000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "32911000" ];
fhir:Coding.display [ fhir:value "Homeless" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10-cm" ];
fhir:Coding.code [ fhir:value "Z59.0" ];
fhir:Coding.display [ fhir:value "Homelessness" ] ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
];
fhir:Condition.onsetPeriod [
fhir:Period.start [ fhir:value "2021-04-26T13:56:33.747Z"^^xsd:dateTime ]
];
fhir:Condition.asserter [
fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
];
fhir:Condition.evidence [
fhir:index 0;
fhir:Condition.evidence.detail [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/SDOHCC-ObservationResponsePRAPAREHousingStatusExample" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.