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 |
<Location xmlns="http://hl7.org/fhir">
<id value="example-healthconnect-medical-centre-location-1"/>
<meta>
<lastUpdated value="2025-09-01T14:45:30Z"/>
<profile
value="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location"/>
</meta>
<text>
<status value="extensions"/>
<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>
</text>
<extension
url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address">
<valueAddress>
<use value="work"/>
<type value="postal"/>
<text value="PO Box 456, SYDNEY NSW 2000"/>
<line value="PO Box 456"/>
<city value="SYDNEY"/>
<state value="NSW"/>
<postalCode value="2000"/>
<country value="AU"/>
</valueAddress>
</extension>
<extension
url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-amenity">
<valueCodeableConcept>
<coding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1"/>
<code value="wheelchairAccess"/>
<display value="Wheelchair Access"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NATAS"/>
<display value="NATA Site Number"/>
</coding>
<text value="NATA Site Number"/>
</type>
<system value="http://hl7.org.au/id/nata-site"/>
<value value="165432"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="LSPN"/>
<display value="Location Specific Practice Number"/>
</coding>
<text value="LSPN"/>
</type>
<system
value="http://ns.electronichealth.net.au/id/location-specific-practice-number"/>
<value value="987654"/>
</identifier>
<name value="Sydney Central Medical Centre"/>
<alias value="Central Medical Centre"/>
<telecom>
<system value="phone"/>
<value value="(02) 9876 5432"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="info@sydneycentralmc.com.au"/>
<use value="work"/>
</telecom>
<telecom>
<system value="url"/>
<value value="https://www.sydneycentralmc.com.au"/>
<use value="work"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="+61 2 9876 5433"/>
<use value="work"/>
</telecom>
<address>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/address-identifier">
<valueIdentifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="GNAF"/>
<display value="Geocoded National Address File Identifier"/>
</coding>
<text value="G-NAF"/>
</type>
<system value="http://hl7.org.au/id/gnafidentifier"/>
<value value="GANSW721654321"/>
</valueIdentifier>
</extension>
<type value="physical"/>
<text value="Level 2, 147-153 Castlereagh Street, SYDNEY NSW 2000"/>
<line value="Level 2"/>
<line value="147-153 Castlereagh Street"/>
<city value="SYDNEY"/>
<state value="NSW"/>
<postalCode value="2000"/>
<country value="AU"/>
</address>
<physicalType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="bu"/>
<display value="Building"/>
</coding>
</physicalType>
<position>
<longitude value="151.2093"/>
<latitude value="-33.8688"/>
</position>
<managingOrganization>🔗
<reference value="Organization/example-healthconnect-organization-1"/>
</managingOrganization>
</Location>