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

FHIR IG analytics

Packagehl7.fhir.au.pd
Resource TypeHealthcareService
IdHealthcareService-example0.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: HealthcareService example0

identifier: Vendor Directory Identifier/BD6000000X9

active: true

providedBy: Organization Downunder Hospital

specialty: Accident and Emergency service

location: Location Downunder Hospital Blacktown

name: Downunder Hospital Accident and Emergency

telecom: ph: 025553333(Work)

endpoint: Endpoint Telstra Health Secure Messaging Endpoint


Source1

{
  "resourceType": "HealthcareService",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-healthcareservice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/au-assigningauthority",
          "extension": [
            {
              "url": "namespace-id",
              "valueString": "Medical-Objects"
            },
            {
              "url": "universal-id",
              "valueString": "33443682-91F6-11D2-8F2C-444553540123"
            },
            {
              "url": "universal-id-type",
              "valueString": "GUID"
            }
          ]
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "VDI",
            "display": "Vendor Directory Identifier"
          }
        ],
        "text": "Vendor Directory Identifier"
      },
      "system": "http://ns.medical-objects.com.au/id/routing-id",
      "value": "BD6000000X9",
      "assigner": {
        "display": "Medical-Objects"
      }
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/example0"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "310000008",
          "display": "Accident and Emergency service"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example0"
    }
  ],
  "name": "Downunder Hospital Accident and Emergency",
  "telecom": [
    {
      "system": "phone",
      "value": "025553333",
      "use": "work"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/example0"
    }
  ]
}