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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "SDOHCC-Encounter-Enc1-Example-1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-04-30T11:29:49.907+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#TgJCyepcLhKcaZeI" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Encounter with patient @example</div>" ]; fhir:Encounter.status [ fhir:value "in-progress"]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.subject [ fhir:Reference.reference [ fhir:value "Patient/SDOHCC-Patient-pat1-Example-1" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.