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

Generated Narrative: Location

Resource Location "example3"

Profile: AU Base Location

status: active

type: Family medicine clinic (RoleCode#FMC)

address: 55 Sandy Bay Road Strahan TAS 7468 AU

physicalType: Building (Location type#bu)

" ] ; # 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 "FMC" ] ; fhir:display [ fhir:v "Family medicine clinic" ] ] ) ] ) ; # fhir:address [ fhir:type [ fhir:v "physical" ] ; fhir:line ( [ fhir:v "55 Sandy Bay Road" ] ) ; fhir:city [ fhir:v "Strahan" ] ; fhir:state [ fhir:v "TAS" ] ; fhir:postalCode [ fhir:v "7468" ] ; 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" ] ] ) ] . # # -------------------------------------------------------------------------------------