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.1.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 |
{
"resourceType" : "Location",
"id" : "example-healthconnect-Physical-location-with-wheelchair-access-1",
"meta" : {
"lastUpdated" : "2025-09-01T14:45:30Z",
"profile" : [
🔗 "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-Physical-location-with-wheelchair-access-1</b></p><a name=\"example-healthconnect-Physical-location-with-wheelchair-access-1\"> </a><a name=\"hcexample-healthconnect-Physical-location-with-wheelchair-access-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 123, SYDNEY NSW 2000(work)</p><p><b>HC Amenity</b>: <span title=\"Codes:{http://ns.electronichealth.net.au/hc/CodeSystem/HCAmenity-cs wheelchairAccess}\">Wheelchair Access</span></p><p><b>identifier</b>: NATA Site Number/162899, LSPN/123333</p><p><b>name</b>: Physical location with wheelchair access</p><p><b>alias</b>: Ye Old Physical location with wheelchair access</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MOBL}, {http://terminology.hl7.org/CodeSystem/v3-RoleCode PTRES}\">Mobile Unit</span></p><p><b>telecom</b>: ph: (02) 1234 5678(Work), <a href=\"mailto:info@location.com.au\">info@location.com.au</a>, <a href=\"https://www.mocklocation.com.au\">https://www.mocklocation.com.au</a>, fax: +61 2 9999 8888(Work)</p><p><b>address</b>: Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000</p><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p></div>"
},
"extension" : [
{
"url" : "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address",
"valueAddress" : {
"use" : "work",
"type" : "postal",
"text" : "PO Box 123, SYDNEY NSW 2000",
"line" : [
"PO Box 123"
],
"city" : "SYDNEY",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
}
},
{
"url" : "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-amenity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://ns.electronichealth.net.au/hc/CodeSystem/HCAmenity-cs",
"code" : "wheelchairAccess",
"display" : "Wheelchair Access"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NATAS",
"display" : "NATA Site Number"
}
],
"text" : "NATA Site Number"
},
"system" : "http://hl7.org.au/id/nata-site",
"value" : "162899"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "LSPN",
"display" : "Location Specific Practice Number"
}
],
"text" : "LSPN"
},
"system" : "http://ns.electronichealth.net.au/id/location-specific-practice-number",
"value" : "123333"
}
],
"name" : "Physical location with wheelchair access",
"alias" : [
"Ye Old Physical location with wheelchair access"
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MOBL",
"display" : "Mobile Unit"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "PTRES",
"display" : "Patient's Residence"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(02) 1234 5678",
"use" : "work"
},
{
"system" : "email",
"value" : "info@location.com.au",
"use" : "work"
},
{
"system" : "url",
"value" : "https://www.mocklocation.com.au",
"use" : "work"
},
{
"system" : "fax",
"value" : "+61 2 9999 8888",
"use" : "work"
}
],
"address" : {
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/address-identifier",
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "GNAF",
"display" : "Geocoded National Address File Identifier"
}
],
"text" : "G-NAF"
},
"system" : "http://hl7.org.au/id/gnafidentifier",
"value" : "GANSW718473771"
}
}
],
"type" : "physical",
"text" : "Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000",
"line" : [
"Shop 8",
"147-153 Castlereagh Street"
],
"city" : "SYDNEY",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-healthconnect-organization-1"
}
}