@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "murrabit-hospital"] ; # 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 "murrabit-hospital"

Profile: AU Core Location

name: Murrabit Public Hospital

mode: instance

type: Hospital (RoleCode#HOSP; SNOMED CT#22232009)

telecom: ph: (03) 5550 3333

address: 144 Central Gdns Murrabit VIC 3579 AU

physicalType: Site (Location type#si)

" ] ; # fhir:name [ fhir:v "Murrabit Public 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 "phone" ] ; fhir:value [ fhir:v "(03) 5550 3333" ] ] ) ; # fhir:address [ fhir:line ( [ fhir:v "144 Central Gdns" ] ) ; fhir:city [ fhir:v "Murrabit" ] ; fhir:state [ fhir:v "VIC" ] ; fhir:postalCode [ fhir:v "3579" ] ; 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" ] ] ) ] . # # -------------------------------------------------------------------------------------