@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nsw-hospital"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location nsw-hospital

status: Active

name: NSW Hospital

mode: Instance

type: Hospital

telecom: https://www.health.nsw.example.org/nsw-hospital, ph: (02) 5550 4444

address: 2325 Rocklands Rd, North Sydney NSW 2060

physicalType: Site

managingOrganization: Organization NSW Hospital

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "NSW Hospital"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HOSP" ] ; fhir:display [ fhir:v "Hospital" ] ] [ a sct:22232009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "22232009" ] ; fhir:display [ fhir:v "Hospital" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.health.nsw.example.org/nsw-hospital" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 4444" ] ] ) ; # fhir:address [ fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "2325 Rocklands Rd, North Sydney NSW 2060" ] ; fhir:line ( [ fhir:v "2325 Rocklands Rd" ] ) ; fhir:city [ fhir:v "North Sydney" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2060" ] ; 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:display [ fhir:v "Site" ] ] ) ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/nsw-hospital" ] ] . # # -------------------------------------------------------------------------------------