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

Profile: AU Core Location

status: active

name: Tindal Building

alias: Bobrester Medical Center

mode: instance

type: Family medicine clinic (RoleCode#FMC; SNOMED CT#288565001 "Medical centre")

address: 87 Western Esp Tindal RAAF QLD 4655 AU

physicalType: Building (Location type#bu)

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Tindal Building"] ; # fhir:alias ( [ fhir:v "Bobrester Medical Center"] ) ; # 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 "FMC" ] ; fhir:display [ fhir:v "Family medicine clinic" ] ] [ a sct:288565001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "288565001" ] ; fhir:display [ fhir:v "Medical centre" ] ] ) ] ) ; # fhir:address [ fhir:line ( [ fhir:v "87 Western Esp" ] ) ; fhir:city [ fhir:v "Tindal RAAF" ] ; fhir:state [ fhir:v "QLD" ] ; fhir:postalCode [ fhir:v "4655" ] ; 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 "bu" ] ; fhir:display [ fhir:v "Building" ] ] ) ] . # # -------------------------------------------------------------------------------------