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:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "SDOHCC-Procedure-FoodInsecurity-1-Example-1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "8" ]; fhir:Meta.lastUpdated [ fhir:value "2020-04-30T11:29:29.140+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#Mx6Q8aoiUIHUcb09" ] ]; 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-Procedure-FoodInsecurity-1-Example-1</p><p><b>meta</b>: </p><p><b>text</b>: </p><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 410606002}\">Social service procedure</span></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-cc/CodeSystem/sdohcc-temporary-codes sdohcc-sctt-151000243108}\">Assistance with application for food program</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-f203-Example-1.html\">Encounter with patient @exampleGenerated Summary: id: SDOHCC-Encounter-f203-Example-1; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></a></p><p><b>performed</b>: Jul 30, 2019 12:00:00 AM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-SDOHCC-Practitioner-f005-Example-1.html\">Generated Summary: id: SDOHCC-Practitioner-f005-Example-1; 118265112 (OFFICIAL), 191REW8WE916 (USUAL); Langeveld Anne (OFFICIAL); ph: 0205563847(WORK), a.langeveld@bmc.nl(WORK), fax: 0205668916(WORK); gender: female; birthDate: 1959-03-11; <span title=\"Codes: {urn:ietf:bcp:47 fr}\">French</span></a></td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-Condition-FoodInsecurity-1-Example-1.html\">Generated Summary: id: SDOHCC-Condition-FoodInsecurity-1-Example-1; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical inactive}\">Inactive</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>; <span title=\"Codes: {http://snomed.info/sct 733423003}\">Food insecurity</span>; onset: May 1, 2019 12:00:00 AM; abatement: Oct 27, 2019 12:00:00 AM</a></p></div>" ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:410606002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "410606002" ]; fhir:Coding.display [ fhir:value "Social service procedure (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Social service procedure" ] ]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/CodeSystem/sdohcc-temporary-codes" ]; fhir:Coding.code [ fhir:value "sdohcc-sctt-151000243108" ]; fhir:Coding.display [ fhir:value "Assistance with application for food program (procedure)" ] ]; fhir:CodeableConcept.text [ fhir:value "Assistance with application for food program" ] ]; fhir:Procedure.subject [ fhir:Reference.reference [ fhir:value "Patient/SDOHCC-Patient-pat1-Example-1" ] ]; fhir:Procedure.encounter [ fhir:Reference.reference [ fhir:value "Encounter/SDOHCC-Encounter-f203-Example-1" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2019-07-30"^^xsd:date]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-Practitioner-f005-Example-1" ] ] ]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:Reference.reference [ fhir:value "Condition/SDOHCC-Condition-FoodInsecurity-1-Example-1" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.