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 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HCPD-Snapshot-26.0.0-HL7AU-Connectathon-Aug-25-26/ and changes regularly. See the Directory of published versions

: HCPD Service Coverage Area Example: Balmain (2041) - JSON Representation

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-service-coverage-area-balmain-1</b></p><a name=\"example-healthconnect-service-coverage-area-balmain-1\"> </a><a name=\"hcexample-healthconnect-service-coverage-area-balmain-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: 2026-01-15 10:00:00+1000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcpd-service-coverage-area.html\">HCPD Service Coverage Area</a></p></div><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title=\"Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type organisation-initiated}\">Organisation initiated</span></li></ul></blockquote><p><b>status</b>: Active</p><p><b>name</b>: Balmain Service Coverage Area</p><p><b>description</b>: Coverage area for healthcare services available to residents of Balmain and surrounding postcodes in the Inner West of Sydney.</p><p><b>address</b>: Balmain NSW 2041 AU </p><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization null</a></p></div>"
  },
  "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"
  }
}