SDOH Clinical Care - Local Development build (v0.0.4C3). See the Directory of published versions
Source view
@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:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "SDOHCC-Observation-FoodInsecurity-1-Example-2"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "8" ]; fhir:Meta.lastUpdated [ fhir:value "2020-04-30T11:28:39.696+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#lpQzdKvM5wlUQnKB" ] ]; 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><p><b>id</b>: SDOHCC-Observation-FoodInsecurity-1-Example-2</p><p><b>meta</b>: </p><p><b>text</b>: </p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 733423003}\">Food insecurity</span></p><p><b>subject</b>: <a href=\"Patient-SDOHCC-Patient-pat1-Example-1.html\">Generated Summary: id: SDOHCC-Patient-pat1-Example-1; 738472983 (USUAL), ?ngen-9? (USUAL); active; Pieter van de Heuvel ; ph: 0648352638(MOBILE), p.heuvel@gmail.com(HOME); gender: male; birthDate: 1944-11-17; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Getrouwd</span>; multipleBirth</a></p><p><b>encounter</b>: <a href=\"Encounter-SDOHCC-Encounter-f201-Example-1.html\">Encounter with patient @exampleGenerated Summary: id: SDOHCC-Encounter-f201-Example-1; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></a></p><p><b>effective</b>: Oct 27, 2019 12:00:00 AM</p><p><b>performer</b>: <a href=\"Practitioner-SDOHCC-Practitioner-f007-Example-1.html\">Generated Summary: id: SDOHCC-Practitioner-f007-Example-1; 874635264 (OFFICIAL), 567IUI51C154 (USUAL); Simone Heps (OFFICIAL); ph: 020556936(WORK), S.M.Heps@bmc.nl(WORK), fax: 0205669283(WORK); gender: female; birthDate: 1971-11-07</a></p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 410516002}\">Known absent</span></p></div>" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]; fhir:Coding.code [ fhir:value "social-history" ]; fhir:Coding.display [ fhir:value "Social History" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:733423003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "733423003" ]; fhir:Coding.display [ fhir:value "Food insecurity (finding)" ] ]; fhir:CodeableConcept.text [ fhir:value "Food insecurity" ] ]; fhir:Observation.subject [ fhir:Reference.reference [ fhir:value "Patient/SDOHCC-Patient-pat1-Example-1" ] ]; fhir:Observation.encounter [ fhir:Reference.reference [ fhir:value "Encounter/SDOHCC-Encounter-f201-Example-1" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2019-10-27"^^xsd:date]; fhir:Observation.performer [ fhir:index 0; fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-Practitioner-f007-Example-1" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:410516002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "410516002" ]; fhir:Coding.display [ fhir:value "Known absent (qualifier value)" ] ]; fhir:CodeableConcept.text [ fhir:value "Known absent" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.