FHIR IG analytics| Package | au.gov.digitalhealth.r4.hcpd |
| Resource Type | Location |
| Id | Location-example-healthconnect-medical-centre-location-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example-healthconnect-medical-centre-location-1
Last updated: 2025-09-01 14:45:30+0000
Profile: HC Location
HC Alternate Postal Address: PO Box 456, SYDNEY NSW 2000(work)
Amenity: Wheelchair Access
identifier: NATA Site Number/165432, LSPN/987654, Organization identifier/7dfa51ea-aaba-4d76-af8b-d9f901a00412
name: Sydney Central Medical Centre
alias: Central Medical Centre
telecom: ph: (02) 9876 5432(Work), info@sydneycentralmc.com.au, https://www.sydneycentralmc.com.au, fax: +61 2 9876 5433(Work)
address: Level 2, 147-153 Castlereagh Street, SYDNEY NSW 2000
physicalType: Building
| Longitude | Latitude |
| 151.2093 | -33.8688 |
managingOrganization: Organization Example Aged Care Facility
{
"resourceType": "Location",
"id": "example-healthconnect-medical-centre-location-1",
"meta": {
"lastUpdated": "2025-09-01T14:45:30Z",
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-location"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-alternate-postal-address",
"valueAddress": {
"use": "work",
"type": "postal",
"text": "PO Box 456, SYDNEY NSW 2000",
"line": [
"PO Box 456"
],
"city": "SYDNEY",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
}
},
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity",
"valueCodeableConcept": {
"coding": [
{
"system": "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1",
"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": "165432"
},
{
"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": "987654"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX",
"display": "Organization identifier"
}
]
},
"system": "http://digitalhealth.gov.au/fhir/hcpd/id/hc-local-identifier",
"value": "7dfa51ea-aaba-4d76-af8b-d9f901a00412"
}
],
"name": "Sydney Central Medical Centre",
"alias": [
"Central Medical Centre"
],
"telecom": [
{
"system": "phone",
"value": "(02) 9876 5432",
"use": "work"
},
{
"system": "email",
"value": "info@sydneycentralmc.com.au",
"use": "work"
},
{
"system": "url",
"value": "https://www.sydneycentralmc.com.au",
"use": "work"
},
{
"system": "fax",
"value": "+61 2 9876 5433",
"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": "GANSW721654321"
}
}
],
"type": "physical",
"text": "Level 2, 147-153 Castlereagh Street, SYDNEY NSW 2000",
"line": [
"Level 2",
"147-153 Castlereagh Street"
],
"city": "SYDNEY",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": 151.2093,
"latitude": -33.8688
},
"managingOrganization": {
"reference": "Organization/example-healthconnect-organization-1"
}
}