FHIR IG analytics| Package | au.gov.digitalhealth.fhir.hcpd |
| Resource Type | Location |
| Id | Location-example-healthconnect-service-coverage-area-balmain-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-service-coverage-area-balmain-1
Last updated: 2026-01-15 10:00:00+1000
Profile: HCPD Service Coverage Area
Suppression Indicator for Visibility
- suppressedBy: Organisation initiated
status: Active
name: Balmain Service Coverage Area
description: Coverage area for healthcare services available to residents of Balmain and surrounding postcodes in the Inner West of Sydney.
address: Balmain NSW 2041 AU
managingOrganization: Organization null
{
"resourceType": "Location",
"id": "example-healthconnect-service-coverage-area-balmain-1",
"meta": {
"lastUpdated": "2026-01-15T10:00:00+10:00",
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-service-coverage-area"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "suppressedBy",
"valueCodeableConcept": {
"coding": [
{
"system": "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type",
"code": "organisation-initiated"
}
]
}
}
],
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"
}
],
"status": "active",
"name": "Balmain Service Coverage Area",
"description": "Coverage area for healthcare services available to residents of Balmain and surrounding postcodes in the Inner West of Sydney.",
"address": {
"city": "Balmain",
"state": "NSW",
"postalCode": "2041",
"country": "AU"
},
"managingOrganization": {
"reference": "Organization/example-healthconnect-organization-1"
}
}