@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "patient-home-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Location

Resource Location \"patient-home-01\"

Profile: ADHA Core Location

status: active

name: Patient's home

mode: kind

type: Patient's Residence (RoleCode#PTRES; SNOMED CT#394778007 \"Client's or patient's home\")

physicalType: House (Location type#ho)

" ]; fhir:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "Patient's home"]; fhir:Location.mode [ fhir:value "kind"]; fhir:Location.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:Coding.code [ fhir:value "PTRES" ]; fhir:Coding.display [ fhir:value "Patient's Residence" ] ], [ fhir:index 1; a sct:394778007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "394778007" ]; fhir:Coding.display [ fhir:value "Client's or patient's home" ] ] ]; fhir:Location.physicalType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ]; fhir:Coding.code [ fhir:value "ho" ]; fhir:Coding.display [ fhir:value "House" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------