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

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypeLocation
IdLocation-example-healthconnect-mobile-unit-coverage-area-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-mobile-unit-coverage-area-1

Last updated: 2025-09-01 14:45:30+0000

Profile: HC Location

identifier: LSPN/876543, Organization identifier/8df1a0cf-f7aa-4306-98f1-115653885d78

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: Virtual

telecom: ph: (02) 1234 5678(Work), info@sydneycentralmc.com.au

managingOrganization: Organization Example Aged Care Facility

partOf: Location Mobile Healthcare Unit - Sydney CBD


Source1

{
  "resourceType": "Location",
  "id": "example-healthconnect-mobile-unit-coverage-area-1",
  "meta": {
    "lastUpdated": "2025-09-01T14:45:30Z",
    "profile": [
      "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    },
    {
      "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": "8df1a0cf-f7aa-4306-98f1-115653885d78"
    }
  ],
  "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"
  }
}