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-vci-app-example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="example-vci-app-example"/>
  <meta>
    <source value="http://provider.hie.moh.gov.my"/>
    <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-vci-app-example</b></p><a name="example-vci-app-example"> </a><a name="hcexample-vci-app-example"> </a><a name="example-vci-app-example-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"/><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my">http://provider.hie.moh.gov.my</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Appointment-my-core.html">Appointment (MY Core)</a></p></div><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 VCI}">Individual Virtual Consultation</span></p><p><b>specialty</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 86}">Addiction &amp; Substance Abuse</span></p><p><b>appointmentType</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}">Affiliate</span></p><p><b>start</b>: 2023-07-10 21:00:00+0800</p><p><b>end</b>: 2023-07-10 22:00:00+0800</p><p><b>slot</b>: <a href="Slot/vci-slt-example">Slot/vci-slt-example</a></p><p><b>created</b>: 2023-07-10 21:00:00+0800</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="HealthcareService/34245d33-4601-44ed-8069-6c6f160f4a84">Addiction &amp; Substance Abuse</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient/9b5742e0-bdec-4c1c-94bc-746875264d59">SYAZA NUR IZZATI</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2023-07-10 21:00:00+0800 --&gt; 2023-07-10 22:00:00+0800</p></div>
  </text>
  <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="VCI"/>
      <display value="Individual Virtual Consultation"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"/>
      <code value="86"/>
      <display value="Addiction &amp; Substance Abuse"/>
    </coding>
  </specialty>
  <appointmentType>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"/>
      <code value="affiliate"/>
      <display value="Affiliate"/>
    </coding>
  </appointmentType>
  <start value="2023-07-10T21:00:00+08:00"/>
  <end value="2023-07-10T22:00:00+08:00"/>
  <slot>
    <reference value="Slot/vci-slt-example"/>
  </slot>
  <created value="2023-07-10T21:00:00+08:00"/>
  <participant>
    <actor>
      <reference
                 value="HealthcareService/34245d33-4601-44ed-8069-6c6f160f4a84"/>
      <type value="HealthcareService"/>
      <display value="Addiction &amp; Substance Abuse"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Patient/9b5742e0-bdec-4c1c-94bc-746875264d59"/>
      <type value="Patient"/>
      <display value="SYAZA NUR IZZATI"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <requestedPeriod>
    <start value="2023-07-10T21:00:00+08:00"/>
    <end value="2023-07-10T22:00:00+08:00"/>
  </requestedPeriod>
</Appointment>