Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.2.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HealthConnect/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "example-healthconnect-medical-centre-location-1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-09-01T14:45:30Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-medical-centre-location-1</b></p><a name=\"example-healthconnect-medical-centre-location-1\"> </a><a name=\"hcexample-healthconnect-medical-centre-location-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-09-01 14:45:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-location.html\">HC Location</a></p></div><p><b>HC Preferred Postal Address</b>: PO Box 456, SYDNEY NSW 2000(work)</p><p><b>HC Amenity</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1 wheelchairAccess}\">Wheelchair Access</span></p><p><b>identifier</b>: NATA Site Number/165432, LSPN/987654</p><p><b>name</b>: Sydney Central Medical Centre</p><p><b>alias</b>: Central Medical Centre</p><p><b>telecom</b>: ph: (02) 9876 5432(Work), <a href=\"mailto:info@sydneycentralmc.com.au\">info@sydneycentralmc.com.au</a>, <a href=\"https://www.sydneycentralmc.com.au\">https://www.sydneycentralmc.com.au</a>, fax: +61 2 9876 5433(Work)</p><p><b>address</b>: Level 2, 147-153 Castlereagh Street, SYDNEY NSW 2000</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>151.2093</td><td>-33.8688</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address> ] ;
fhir:value [
a fhir:Address ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "PO Box 456, SYDNEY NSW 2000" ] ;
( fhir:line [ fhir:v "PO Box 456" ] ) ;
fhir:city [ fhir:v "SYDNEY" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "AU" ] ]
] [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-amenity"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-amenity> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1"^^xsd:anyURI ;
fhir:l <https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1> ] ;
fhir:code [ fhir:v "wheelchairAccess" ] ;
fhir:display [ fhir:v "Wheelchair Access" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "NATAS" ] ;
fhir:display [ fhir:v "NATA Site Number" ] ] ) ;
fhir:text [ fhir:v "NATA Site Number" ] ] ;
fhir:system [
fhir:v "http://hl7.org.au/id/nata-site"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/id/nata-site> ] ;
fhir:value [ fhir:v "165432" ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "LSPN" ] ;
fhir:display [ fhir:v "Location Specific Practice Number" ] ] ) ;
fhir:text [ fhir:v "LSPN" ] ] ;
fhir:system [
fhir:v "http://ns.electronichealth.net.au/id/location-specific-practice-number"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/location-specific-practice-number> ] ;
fhir:value [ fhir:v "987654" ]
] ) ; #
fhir:name [ fhir:v "Sydney Central Medical Centre"] ; #
fhir:alias ( [ fhir:v "Central Medical Centre"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(02) 9876 5432" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@sydneycentralmc.com.au" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.sydneycentralmc.com.au" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+61 2 9876 5433" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address [
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/address-identifier"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/fhir/StructureDefinition/address-identifier> ] ;
fhir:value [
a fhir:Identifier ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "GNAF" ] ;
fhir:display [ fhir:v "Geocoded National Address File Identifier" ] ] ) ;
fhir:text [ fhir:v "G-NAF" ] ] ;
fhir:system [
fhir:v "http://hl7.org.au/id/gnafidentifier"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/id/gnafidentifier> ] ;
fhir:value [ fhir:v "GANSW721654321" ] ] ] ) ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Level 2, 147-153 Castlereagh Street, SYDNEY NSW 2000" ] ;
( fhir:line [ fhir:v "Level 2" ] [ fhir:v "147-153 Castlereagh Street" ] ) ;
fhir:city [ fhir:v "SYDNEY" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "AU" ]
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type> ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ] ] )
] ; #
fhir:position [
fhir:longitude [ fhir:v 151.2093 ] ;
fhir:latitude [ fhir:v -33.8688 ]
] ; #
fhir:managingOrganization [
fhir:l fhir:Organization/example-healthconnect-organization-1 ;
fhir:reference [ fhir:v "Organization/example-healthconnect-organization-1" ]
] . #
IG © 2025+ Australian Digital Health Agency. Package au.digitalhealth.r4.healthconnect#0.2.0-preview based on FHIR 4.0.1. Generated 2026-01-16
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use