@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-home"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "patient-home"

Profile: AU 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:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Patient's home"] ; # fhir:mode [ fhir:v "kind"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "PTRES" ] ; fhir:display [ fhir:v "Patient's Residence" ] ] [ a sct:394778007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394778007" ] ; fhir:display [ fhir:v "Client's or patient's home" ] ] ) ] ) ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ho" ] ; fhir:display [ fhir:v "House" ] ] ) ] . # # -------------------------------------------------------------------------------------