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

status: Active

name: Large Allied Chemists Limited Head Office

mode: Instance

type: Office

telecom: info@largealliedchemists.example.com, ph: (037) 5550 2537(Work), fax: (03) 5550 2538(Work)

address: 1509 Brighton Road MACKAY VIC 3168 AU

managingOrganization: Organization Large Allied Chemists Limited

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Large Allied Chemists Limited Head Office"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ fhir:coding ( [ a sct:257649000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "257649000" ] ; fhir:display [ fhir:v "Office" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@largealliedchemists.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(037) 5550 2537" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(03) 5550 2538" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:line ( [ fhir:v "1509 Brighton Road" ] ) ; fhir:city [ fhir:v "MACKAY" ] ; fhir:state [ fhir:v "VIC" ] ; fhir:postalCode [ fhir:v "3168" ] ; fhir:country [ fhir:v "AU" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/large-allied-chemists" ] ] . # # -------------------------------------------------------------------------------------