HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-slot - JSON Representation

Raw json | Download

{
  "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"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot example-slot</b></p><a name=\"example-slot\"> </a><a name=\"hcexample-slot\"> </a><a name=\"example-slot-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-09-26 06:12:43+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ\">http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Slot-my-core.html\">Slot (MY Core)</a></p></div><blockquote><p><b>ExtensionSlotQuota (MY Core)</b></p><ul><li>available: 5</li><li>quota: 5</li></ul></blockquote><p><b>identifier</b>: HTJ-SLT-2200000005</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://snomed.info/sct 46111000}\">Secondary care</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-my-core 22232009}\">Hospital</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 02}\">General Medicine</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core internal}\">Internal</span></p><p><b>schedule</b>: <a href=\"Schedule/2f994245-45cd-4d77-ad7c-40240924705a\">Schedule/2f994245-45cd-4d77-ad7c-40240924705a</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2022-09-30 08:30:00+0800</p><p><b>end</b>: 2022-09-30 16:30:00+0800</p><p><b>comment</b>: TESTING</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "available",
          "valueString" : "5"
        },
        {
          "url" : "quota",
          "valueString" : "5"
        }
      ],
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/slot-quota-my-core"
    }
  ],
  "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"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code" : "02",
          "display" : "General Medicine"
        }
      ]
    }
  ],
  "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"
}