AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions
: Location - Elimbah Medical Centre (AU Core compliant) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "elimbah-medical-centre"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location elimbah-medical-centre</b></p><a name=\"elimbah-medical-centre\"> </a><a name=\"hcelimbah-medical-centre\"> </a><a name=\"elimbah-medical-centre-en-AU\"> </a><p><b>name</b>: Elimbah Medical Centre</p><p><b>mode</b>: Instance</p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-elimbah-medical-centre.html\">Organization Elimbah Medical Centre</a></p></div>"
] ; #
fhir:name [ fhir:v "Elimbah Medical Centre"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:address [
( fhir:line [ fhir:v "199 Copper Esp" ] ) ;
fhir:city [ fhir:v "Elimbah" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4516" ]
] ; #
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" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/elimbah-medical-centre" ]
] . #