FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.hcpd
Resource TypeLocation
IdLocation-example-healthconnect-service-coverage-area-balmain-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
  }
}