Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
: Average Canberra Medical Centre - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "avg-canberra-medical-centre"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1> ] )
] ; #
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: Organization avg-canberra-medical-centre</b></p><a name=\"avg-canberra-medical-centre\"> </a><a name=\"hcavg-canberra-medical-centre\"> </a><a name=\"avg-canberra-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900033370</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Centre</span></p><p><b>name</b>: Average Canberra Medical Centre</p><p><b>telecom</b>: <a href=\"mailto:information@avgcanberramedicalcentre.example.com\">information@avgcanberramedicalcentre.example.com</a>, ph: (02) 5550 2427(Work)</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ] ) ;
fhir:text [ fhir:v "HPI-O" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003629900033370" ]
] ) ; #
fhir:type ( [
( fhir:coding [
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:text [ fhir:v "Medical Centre" ]
] ) ; #
fhir:name [ fhir:v "Average Canberra Medical Centre"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "information@avgcanberramedicalcentre.example.com" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(02) 5550 2427" ] ;
fhir:use [ fhir:v "work" ]
] ) . #