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

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

: example-appointment-sample - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "example-appointment-sample",
  "meta" : {
    "lastUpdated" : "2023-05-18T09:36:23.540+08:00",
    "source" : "sample",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-appointment-sample</b></p><a name=\"example-appointment-sample\"> </a><a name=\"hcexample-appointment-sample\"> </a><a name=\"example-appointment-sample-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\">Last updated: 2023-05-18 09:36:23+0800; </p><p style=\"margin-bottom: 0px\">Information Source: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Appointment-my-core.html\">Appointment (MY Core)</a></p></div><blockquote><p><b>ExtensionSimpleRegister (MY Core)</b></p><ul><li>name: HALIZA BT RAZAK</li><li>identifier: HIE-00000165</li><li>gender: female</li><li>telecom: ph: 01156404217,<a href=\"mailto:hiepersonn+1912@gmail.com\">hiepersonn+1912@gmail.com</a></li><li>birthDate: 1992-01-14</li><li>age: 31</li></ul></blockquote><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core AMB}\">Outpatient</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core 03}\">Outpatient</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>start</b>: 2023-05-19 09:00:00+0800</p><p><b>end</b>: 2023-05-19 17:00:00+0800</p><p><b>created</b>: 2023-05-18 09:00:00+0800</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService/fe5dba17-00d9-474c-90a6-71901c66ecfc\">General Medicine</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/96b71b10-4483-4e61-badb-e5e5a0f0460b\">HALIZA BT RAZAK</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: BILIK RAWATAN 1</p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2023-05-19 09:00:00+0800 --&gt; 2023-05-19 17:00:00+0800</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "name",
          "valueString" : "HALIZA BT RAZAK"
        },
        {
          "url" : "identifier",
          "valueString" : "HIE-00000165"
        },
        {
          "url" : "gender",
          "valueCode" : "female"
        },
        {
          "url" : "telecom",
          "valueContactDetail" : {
            "telecom" : [
              {
                "system" : "phone",
                "value" : "01156404217"
              },
              {
                "system" : "email",
                "value" : "hiepersonn+1912@gmail.com"
              }
            ]
          }
        },
        {
          "url" : "birthDate",
          "valueDate" : "1992-01-14"
        },
        {
          "url" : "age",
          "valueString" : "31"
        }
      ],
      "url" : "http://fhir.hie.moh.gov.my/StructureDefinition/simple-register-my-core"
    }
  ],
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
          "code" : "AMB",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
          "code" : "03",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "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"
      }
    ]
  },
  "start" : "2023-05-19T09:00:00+08:00",
  "end" : "2023-05-19T17:00:00+08:00",
  "created" : "2023-05-18T09:00:00+08:00",
  "participant" : [
    {
      "actor" : {
        "reference" : "HealthcareService/fe5dba17-00d9-474c-90a6-71901c66ecfc",
        "type" : "HealthcareService",
        "display" : "General Medicine"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "Patient/96b71b10-4483-4e61-badb-e5e5a0f0460b",
        "type" : "Patient",
        "display" : "HALIZA BT RAZAK"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "type" : "Location",
        "display" : "BILIK RAWATAN 1"
      },
      "status" : "accepted"
    }
  ],
  "requestedPeriod" : [
    {
      "start" : "2023-05-19T09:00:00+08:00",
      "end" : "2023-05-19T17:00:00+08:00"
    }
  ]
}