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-immunization-sample - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="example-immunization-sample"/>
  <meta>
    <source value="sample"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/Immunization-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization example-immunization-sample</b></p><a name="example-immunization-sample"> </a><a name="hcexample-immunization-sample"> </a><a name="example-immunization-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"/><p style="margin-bottom: 0px">Information Source: sample</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Immunization-my-core.html">Immunization (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core J07BX03000P3001}">COVID-19 Vaccine AstraZeneca Inj</span></p><p><b>patient</b>: <a href="Bundle-example-bundle-encounter-summary.html#Patient_patient-sample">Bundle: type = transaction</a></p><p><b>encounter</b>: <a href="Bundle-example-bundle-encounter-summary.html#Encounter_encounter-sample">Bundle: type = transaction</a></p><p><b>occurrence</b>: 2022-05-12 12:00:00+0800</p><p><b>recorded</b>: 2022-05-12 12:15:00+0800</p><p><b>primarySource</b>: true</p><p><b>reportOrigin</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/immunization-origin record}">Written Record</span></p><p><b>location</b>: bilik 1</p><p><b>lotNumber</b>: 12345</p><p><b>expirationDate</b>: 2022-10-05</p><p><b>site</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}">Left arm</span></p><p><b>route</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IDINJ}">Injection, intradermal</span></p><p><b>doseQuantity</b>: 10 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 OP}">Ordering Provider</span></p><p><b>actor</b>: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}">Administering Provider</span></p><p><b>actor</b>: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</p></blockquote><p><b>note</b>: 1st dose covid vaccine (By null @2022-05-12 12:15:00+0800)</p><p><b>isSubpotent</b>: false</p><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>3</td></tr></table></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core"/>
      <code value="J07BX03000P3001"/>
      <display value="COVID-19 Vaccine AstraZeneca Inj"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/patient-sample"/>
  </patient>
  <encounter>
    <reference value="Encounter/encounter-sample"/>
  </encounter>
  <occurrenceDateTime value="2022-05-12T12:00:00+08:00"/>
  <recorded value="2022-05-12T12:15:00+08:00"/>
  <primarySource value="true"/>
  <reportOrigin>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/immunization-origin"/>
      <code value="record"/>
      <display value="Written Record"/>
    </coding>
  </reportOrigin>
  <location>
    <display value="bilik 1"/>
  </location>
  <lotNumber value="12345"/>
  <expirationDate value="2022-10-05"/>
  <site>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActSite"/>
      <code value="LA"/>
      <display value="Left arm"/>
    </coding>
  </site>
  <route>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
      <code value="IDINJ"/>
      <display value="Injection, intradermal"/>
    </coding>
  </route>
  <doseQuantity>
    <value value="10"/>
    <unit value="ml"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mL"/>
  </doseQuantity>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="OP"/>
        <display value="Ordering Provider"/>
      </coding>
    </function>
    <actor>
      <type value="PractitionerRole"/>
      <identifier>
        <system value="http://fhir.hie.moh.gov.my/sid/mmc-no"/>
        <value value="12345"/>
      </identifier>
      <display value="Arumugan A/L Aryan"/>
    </actor>
  </performer>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
        <display value="Administering Provider"/>
      </coding>
    </function>
    <actor>
      <type value="PractitionerRole"/>
      <identifier>
        <system value="http://fhir.hie.moh.gov.my/sid/mmc-no"/>
        <value value="12345"/>
      </identifier>
      <display value="Arumugan A/L Aryan"/>
    </actor>
  </performer>
  <note>
    <authorReference>
      <type value="PractitionerRole"/>
      <identifier>
        <system value="http://fhir.hie.moh.gov.my/sid/mmc-no"/>
        <value value="12345"/>
      </identifier>
      <display value="Arumugan A/L Aryan"/>
    </authorReference>
    <time value="2022-05-12T12:15:00+08:00"/>
    <text value="1st dose covid vaccine"/>
  </note>
  <isSubpotent value="false"/>
  <protocolApplied>
    <doseNumberPositiveInt value="1"/>
    <seriesDosesPositiveInt value="3"/>
  </protocolApplied>
</Immunization>