ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: KenyanImmunizationExample - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="KenyanImmunizationExample"/>
  <meta>
    <profile
             value="https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanImmunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization KenyanImmunizationExample</b></p><a name="KenyanImmunizationExample"> </a><a name="hcKenyanImmunizationExample"> </a><a name="KenyanImmunizationExample-en-US"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 20}, {http://health.gov.tz/CodeSystems/VaccineCodes V004}, {http://id.who.int/icd11/mms XM1PB8}">DTaP</span></p><p><b>patient</b>: <a href="Patient-PatientExample.html">Grahame Grieve Male, DoB: 1969-04-13</a></p><p><b>occurrence</b>: 2023-10-03 11:27:00+0300</p><p><b>recorded</b>: 2023-10-03 11:29:00+0300</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: ret-234235</p><p><b>expirationDate</b>: 2023-11-01</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}, {https://chanjoke.intellisoftkenya.com/fhir/tz/actors xxx}">Administering Provider</span></td><td><a href="Practitioner-PractitionerExample.html">Practitioner</a></td></tr></table></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="20"/>
      <display value="DTaP"/>
    </coding>
    <coding>
      <system value="http://health.gov.tz/CodeSystems/VaccineCodes"/>
      <code value="V004"/>
    </coding>
    <coding>
      <system value="http://id.who.int/icd11/mms"/>
      <code value="XM1PB8"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/PatientExample"/>
  </patient>
  <occurrenceDateTime value="2023-10-03T11:27:00+03:00"/>
  <recorded value="2023-10-03T11:29:00+03:00"/>
  <primarySource value="true"/>
  <lotNumber value="ret-234235"/>
  <expirationDate value="2023-11-01"/>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
      </coding>
      <coding>
        <system value="https://chanjoke.intellisoftkenya.com/fhir/tz/actors"/>
        <code value="xxx"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Practitioner/PractitionerExample"/>
    </actor>
  </performer>
</Immunization>