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-schedule - XML Representation

Raw xml | Download


<Schedule xmlns="http://hl7.org/fhir">
  <id value="example-schedule"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-12-13T15:28:59.193+08:00"/>
    <source value="http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/Schedule-my-core"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Schedule example-schedule</b></p><a name="example-schedule"> </a><a name="hcexample-schedule"> </a><a name="example-schedule-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: 2024-12-13 15:28:59+0800; </p><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr">http://provider.hie.moh.gov.my#bHdLCFp6MuZEweVr</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Schedule-my-core.html">Schedule (MY Core)</a></p></div><p><b>ExtensionScheduleType (MY Core)</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}">Affiliate</span></p><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: <a href="PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23">PUTERI NAJWA NABILA</a></li><li>recordedDate: 2024-12-13 15:28:56+0800</li><li>lastUpdater: <a href="PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23">PUTERI NAJWA NABILA</a></li></ul></blockquote><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/batch-id</code>/f0cab84c-67e9-4d9f-b44c-acc1e2cb9dca</p><p><b>active</b>: true</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 150}">Non-communicable Disease</span></p><p><b>actor</b>: <a href="HealthcareService/ec40c9f0-4ce2-4ff0-884c-d665256de045">Non-communicable Disease</a></p><p><b>planningHorizon</b>: 2024-12-13 09:00:00+0800 --&gt; 2024-12-13 17:00:00+0800</p><p><b>comment</b>: HTJ - TEST</p></div>
  </text>
  <extension
             url="http://fhir.hie.moh.gov.my/StructureDefinition/schedule-type-my-core">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"/>
        <code value="affiliate"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core">
    <extension url="recorder">
      <valueReference>
        <reference
                   value="PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23"/>
        <display value="PUTERI NAJWA NABILA"/>
      </valueReference>
    </extension>
    <extension url="recordedDate">
      <valueDateTime value="2024-12-13T15:28:56+08:00"/>
    </extension>
    <extension url="lastUpdater">
      <valueReference>
        <reference
                   value="PractitionerRole/4e42f222-b404-4f61-b9f5-9bdbd2e8aa37/_history/23"/>
        <display value="PUTERI NAJWA NABILA"/>
      </valueReference>
    </extension>
  </extension>
  <identifier>
    <system value="http://fhir.hie.moh.gov.my/sid/batch-id"/>
    <value value="f0cab84c-67e9-4d9f-b44c-acc1e2cb9dca"/>
  </identifier>
  <active value="true"/>
  <serviceCategory>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core"/>
      <code value="AMB"/>
      <display value="Outpatient"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core"/>
      <code value="03"/>
      <display value="Outpatient"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"/>
      <code value="150"/>
      <display value="Non-communicable Disease"/>
    </coding>
  </specialty>
  <actor>
    <reference
               value="HealthcareService/ec40c9f0-4ce2-4ff0-884c-d665256de045"/>
    <type value="HealthcareService"/>
    <display value="Non-communicable Disease"/>
  </actor>
  <planningHorizon>
    <start value="2024-12-13T09:00:00+08:00"/>
    <end value="2024-12-13T17:00:00+08:00"/>
  </planningHorizon>
  <comment value="HTJ - TEST"/>
</Schedule>