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

FHIR IG analytics

Packagemyhie.v4
Resource TypeSlot
Idexample-slot.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": "Slot",
  "id": "example-slot",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-09-26T06:12:43.410+08:00",
    "source": "http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Slot-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/slot-quota-my-core",
      "extension": [
        {
          "url": "available",
          "valueString": "5"
        },
        {
          "url": "quota",
          "valueString": "5"
        }
      ]
    }
  ],
  "identifier": [
    {
      "value": "HTJ-SLT-2200000005"
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "46111000",
          "display": "Secondary care"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-my-core",
          "code": "22232009",
          "display": "Hospital"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
        "code": "internal",
        "display": "Internal"
      }
    ]
  },
  "schedule": {
    "reference": "Schedule/2f994245-45cd-4d77-ad7c-40240924705a"
  },
  "status": "free",
  "start": "2022-09-30T08:30:00.000+08:00",
  "end": "2022-09-30T16:30:00.000+08:00",
  "comment": "TESTING"
}