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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeHealthcareService
IdHealthcareService.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "HealthcareService",
  "id": "hs-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-11-27T16:06:19.839+08:00",
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/HealthcareService-my-core"
    ]
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/33-1123121",
    "display": "KPJK"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core",
          "code": "280",
          "display": "HEAD & NECK"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core",
          "code": "11",
          "display": "MRI"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core",
          "code": "281",
          "display": "MRI Brain"
        }
      ]
    }
  ],
  "name": "HEAD & NECK",
  "appointmentRequired": true
}