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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeSlot
Idvci-slt-example.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": "vci-slt-example",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "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": "9"
        },
        {
          "url": "quota",
          "valueString": "10"
        }
      ]
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
          "code": "VR",
          "display": "Virtual"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
          "code": "VCI",
          "display": "Individual Virtual Consultation"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code": "86",
          "display": "Addiction & Substance Abuse"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
        "code": "affiliate",
        "display": "Affiliate"
      }
    ]
  },
  "schedule": {
    "reference": "Schedule/vci-sch-example"
  },
  "status": "free",
  "start": "2023-07-10T21:00:00+08:00",
  "end": "2023-07-10T22:00:00+08:00",
  "comment": "HTJ-Addiction clinic"
}