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

Profile: AU Base Location

status: active

name: Downunder Hospital Blacktown

telecom: ph: 0255504444(WORK)

address: 3 McGregor Street Blacktown NSW 2148 Australia (WORK)

managingOrganization: Organization/example0 "Downunder Hospital"

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Downunder Hospital Blacktown"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0255504444" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "3 McGregor Street" ] ) ; fhir:city [ fhir:v "Blacktown" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2148" ] ; fhir:country [ fhir:v "Australia" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/example0" ] ] . # # -------------------------------------------------------------------------------------