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

FHIR IG analytics

Packagehl7.fhir.au.base
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

Narrative

id: example0

name: Cardiothoracic Services

meta:

identifier: HPI-O: 8003621566684455

active: true

specialty: Cardiothoracic surgery

telecom: ph: 0255503333(WORK), ph: 0255504444(WORK - Medical Record), ph: 0255505555(WORK - After Hours)


Source1

{
  "resourceType": "HealthcareService",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "NOI",
            "display": "National Organisation Identifier"
          }
        ],
        "text": "HPI-O"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value": "8003621566684455"
    }
  ],
  "active": true,
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394603008",
          "display": "Cardiothoracic surgery"
        }
      ]
    }
  ],
  "name": "Cardiothoracic Services",
  "telecom": [
    {
      "system": "phone",
      "value": "0255503333",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
                "code": "medical-record",
                "display": "Medical Record"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "0255504444",
      "use": "work"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
                "code": "after-hours",
                "display": "After Hours"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "0255505555",
      "use": "work"
    }
  ]
}