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-virtual-telehealth-service-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-virtual-telehealth-service-1

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

Profile: HC Location

identifier: LSPN/565656, Organization identifier/c1e61f66-151f-42e2-8c61-7ae40951b5e3

name: Virtual Telehealth Service

alias: Ye Old Virtual Telehealth Service

type: Virtual

telecom: +61 2 8000 0000, telehealth-support@mockhealth.au, https://telehealth.mockservice.au/session/virtual-123, https://telehealth.mockservice.au/consult

managingOrganization: Organization Example Aged Care Facility


Source1

{
  "resourceType": "Location",
  "id": "example-healthconnect-virtual-telehealth-service-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": "565656"
    },
    {
      "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": "c1e61f66-151f-42e2-8c61-7ae40951b5e3"
    }
  ],
  "name": "Virtual Telehealth Service",
  "alias": [
    "Ye Old Virtual Telehealth Service"
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org.au/CodeSystem/location-type",
          "code": "VI",
          "display": "Virtual"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+61 2 8000 0000",
      "use": "work"
    },
    {
      "system": "email",
      "value": "telehealth-support@mockhealth.au",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://telehealth.mockservice.au/session/virtual-123",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://telehealth.mockservice.au/consult",
      "use": "work"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/example-healthconnect-organization-1"
  }
}