@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example9"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "example9"

status: active

type: Nursing home (RoleCode#NCCF)

address: 713 Church Road Zillmere QLD 4034 AU

physicalType: Site (Location type#si)

managingOrganization: Organization/example5 "The Corporation of the Synod of the Diocese of Nundah"

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "NCCF" ] ] ) ; fhir:text [ fhir:v "Nursing home" ] ] ) ; # fhir:address [ fhir:type [ fhir:v "physical" ] ; fhir:line ( [ fhir:v "713 Church Road" ] ) ; fhir:city [ fhir:v "Zillmere" ] ; fhir:state [ fhir:v "QLD" ] ; fhir:postalCode [ fhir:v "4034" ] ; fhir:country [ fhir:v "AU" ] ] ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "si" ] ] ) ; fhir:text [ fhir:v "Site" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/example5" ] ] . # # -------------------------------------------------------------------------------------