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

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

: Example VCE Appointment - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="example-vce-app-example"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2023-07-11T09:23:11.609+08:00"/>
    <source value="http://provider.hie.moh.gov.my#t1RCErxSyVus3B0h"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment example-vce-app-example</b></p><a name="example-vce-app-example"> </a><a name="hcexample-vce-app-example"> </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: 2023-07-11 09:23:11+0800; </p><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my#t1RCErxSyVus3B0h">http://provider.hie.moh.gov.my#t1RCErxSyVus3B0h</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Appointment-my-core.html">Appointment (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/vc-token</code>/19d3b96a-6c4d-485a-9514-cbf6ccfeed6b</p><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core VR}">Virtual</span></p><p><b>serviceType</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core VCE}">Education Virtual Consultation</span></p><p><b>specialty</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 149}">Communicable Disease</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-07-07 17:50:00+0800</p><p><b>end</b>: 2023-07-07 18:20:00+0800</p><p><b>slot</b>: <a href="Slot/f3beea3f-b09c-4422-a552-82fa8442fd8a">Slot/f3beea3f-b09c-4422-a552-82fa8442fd8a</a></p><p><b>created</b>: 2023-07-07 21:00:00+0800</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="HealthcareService/368d90f6-d0d0-4b8c-a83b-45f1e3034dcc">Communicable Disease</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient/48e364a3-aa9b-4364-8458-d75c1591ef0d">SIVAKUMAR A/L ARUMUGAM </a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2023-07-07 17:50:00+0800 --&gt; 2023-07-07 18:20:00+0800</p></div>
  </text>
  <identifier>
    <system value="http://fhir.hie.moh.gov.my/sid/vc-token"/>
    <value value="19d3b96a-6c4d-485a-9514-cbf6ccfeed6b"/>
  </identifier>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core"/>
      <code value="VR"/>
      <display value="Virtual"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core"/>
      <code value="VCE"/>
      <display value="Education Virtual Consultation"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"/>
      <code value="149"/>
      <display value="Communicable Disease"/>
    </coding>
  </specialty>
  <appointmentType>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"/>
      <code value="internal"/>
      <display value="Internal"/>
    </coding>
  </appointmentType>
  <start value="2023-07-07T17:50:00+08:00"/>
  <end value="2023-07-07T18:20:00+08:00"/>
  <slot>
    <reference value="Slot/f3beea3f-b09c-4422-a552-82fa8442fd8a"/>
  </slot>
  <created value="2023-07-07T21:00:00+08:00"/>
  <participant>
    <actor>
      <reference
                 value="HealthcareService/368d90f6-d0d0-4b8c-a83b-45f1e3034dcc"/>
      <type value="HealthcareService"/>
      <display value="Communicable Disease"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Patient/48e364a3-aa9b-4364-8458-d75c1591ef0d"/>
      <type value="Patient"/>
      <display value="SIVAKUMAR A/L ARUMUGAM "/>
    </actor>
    <status value="accepted"/>
  </participant>
  <requestedPeriod>
    <start value="2023-07-07T17:50:00+08:00"/>
    <end value="2023-07-07T18:20:00+08:00"/>
  </requestedPeriod>
</Appointment>