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-healthcare-unit-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-healthcare-unit-1

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

Profile: HC Location

HC Alternate Postal Address: PO Box 123, SYDNEY NSW 2000(work)

Amenity: Wheelchair Access

identifier: NATA Site Number/162899, LSPN/123333, Organization identifier/26ff4c29-692f-45c7-8df7-99cf6b5a8c09

name: Mobile Healthcare Unit - Sydney CBD

alias: CBD Mobile Unit

type: Mobile Unit, Community Location

telecom: ph: (02) 1234 5678(Work), info@sydneycentralmc.com.au, https://www.sydneycentralmc.com.au, fax: +61 2 9999 8888(Work)

address: Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000

Positions

-LongitudeLatitude
*151.2093-33.8688

managingOrganization: Organization Example Aged Care Facility


Source1

{
  "resourceType": "Location",
  "id": "example-healthconnect-mobile-healthcare-unit-1",
  "meta": {
    "lastUpdated": "2025-09-01T14:45:30Z",
    "profile": [
      "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-location"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-alternate-postal-address",
      "valueAddress": {
        "use": "work",
        "type": "postal",
        "text": "PO Box 123, SYDNEY NSW 2000",
        "line": [
          "PO Box 123"
        ],
        "city": "SYDNEY",
        "state": "NSW",
        "postalCode": "2000",
        "country": "AU"
      }
    },
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1",
            "code": "wheelchairAccess",
            "display": "Wheelchair Access"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NATAS",
            "display": "NATA Site Number"
          }
        ],
        "text": "NATA Site Number"
      },
      "system": "http://hl7.org.au/id/nata-site",
      "value": "162899"
    },
    {
      "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": "123333"
    },
    {
      "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": "26ff4c29-692f-45c7-8df7-99cf6b5a8c09"
    }
  ],
  "name": "Mobile Healthcare Unit - Sydney CBD",
  "alias": [
    "CBD Mobile Unit"
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MOBL",
          "display": "Mobile Unit"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "COMM",
          "display": "Community Location"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(02) 1234 5678",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@sydneycentralmc.com.au",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://www.sydneycentralmc.com.au",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "+61 2 9999 8888",
      "use": "work"
    }
  ],
  "address": {
    "extension": [
      {
        "url": "http://hl7.org.au/fhir/StructureDefinition/address-identifier",
        "valueIdentifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                "code": "GNAF",
                "display": "Geocoded National Address File Identifier"
              }
            ],
            "text": "G-NAF"
          },
          "system": "http://hl7.org.au/id/gnafidentifier",
          "value": "GANSW718473771"
        }
      }
    ],
    "type": "physical",
    "text": "Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000",
    "line": [
      "Shop 8",
      "147-153 Castlereagh Street"
    ],
    "city": "SYDNEY",
    "state": "NSW",
    "postalCode": "2000",
    "country": "AU"
  },
  "position": {
    "longitude": 151.2093,
    "latitude": -33.8688
  },
  "managingOrganization": {
    "reference": "Organization/example-healthconnect-organization-1"
  }
}