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.2.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

: HC Location Example: Mobile Unit Service Coverage Area - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "example-healthconnect-mobile-unit-coverage-area-1",
  "meta" : {
    "lastUpdated" : "2025-09-01T14:45:30Z",
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-mobile-unit-coverage-area-1</b></p><a name=\"example-healthconnect-mobile-unit-coverage-area-1\"> </a><a name=\"hcexample-healthconnect-mobile-unit-coverage-area-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>identifier</b>: LSPN/876543</p><p><b>name</b>: Sydney CBD Mobile Unit Service Area</p><p><b>description</b>: Coverage area served by the Sydney CBD Mobile Healthcare Unit, encompassing the central business district and surrounding areas.</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/location-type VI}\">Virtual</span></p><p><b>telecom</b>: ph: (02) 1234 5678(Work), <a href=\"mailto:info@sydneycentralmc.com.au\">info@sydneycentralmc.com.au</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p><p><b>partOf</b>: <a href=\"Location-example-healthconnect-mobile-healthcare-unit-1.html\">Location Mobile Healthcare Unit - Sydney CBD</a></p></div>"
  },
  "identifier" : [
    {
      "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" : "876543"
    }
  ],
  "name" : "Sydney CBD Mobile Unit Service Area",
  "description" : "Coverage area served by the Sydney CBD Mobile Healthcare Unit, encompassing the central business district and surrounding areas.",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org.au/CodeSystem/location-type",
          "code" : "VI",
          "display" : "Virtual"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(02) 1234 5678",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@sydneycentralmc.com.au",
      "use" : "work"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-healthconnect-organization-1"
  },
  "partOf" : {
    🔗 "reference" : "Location/example-healthconnect-mobile-healthcare-unit-1"
  }
}