<Immunization xmlns="http://hl7.org/fhir">
  <id value="chr-on-west-Immunization-12345" />
  <meta>
    <lastUpdated value="2024-01-15T14:30:00+00:00" />
    <source value="urn:telus:emr:chr:on-west:123" />
    <profile value="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwImmunization" />
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
      <code value="N" />
      <display value="normal" />
    </security>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b>Generated Narrative: Immunization chr-on-west-Immunization-12345</b>
      </p>
      <a name="chr-on-west-Immunization-12345"></a>
      <a name="hcchr-on-west-Immunization-12345"></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">Last updated: 2024-01-15 14:30:00+0000; </p>
        <p style="margin-bottom: 0px">Information Source: <a href="https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=urn:telus:emr:chr:on-west:123">urn:telus:emr:chr:on-west:123</a></p>
        <p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-DwImmunization.html">DwImmunization</a></p>
        <p style="margin-bottom: 0px">Security Label: normal (Details: Confidentiality code N = 'normal')</p>
      </div>
      <p>
        <b>identifier</b>: <code>urn:telus:emr:chr:on-west:1234:immunization</code>/12345 (use: official, )</p>
      <p>
        <b>status</b>: Completed</p>
      <p>
        <b>vaccineCode</b>: <span title="Codes:">COVID-19 Vaccine Moderna</span></p>
      <p>
        <b>patient</b>: <a href="Patient-chr-on-west-Patient-12345.html">Sarah Marie Johnson Female, DoB: 1985-03-15 ( Medical Record Number: 12345)</a></p>
      <p>
        <b>encounter</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=http://hl7.org/fhir/ca/baseline/Encounter/chr-on-west-Encounter-67890">Encounter/chr-on-west-Encounter-67890</a></p>
      <p>
        <b>occurrence</b>: 2024-01-15 10:00:00+0000</p>
      <p>
        <b>recorded</b>: 2024-01-15 10:05:00+0000</p>
      <p>
        <b>primarySource</b>: true</p>
      <p>
        <b>manufacturer</b>: Moderna</p>
      <p>
        <b>lotNumber</b>: MOD20240115-ABC</p>
      <p>
        <b>expirationDate</b>: 2024-12-31</p>
      <p>
        <b>site</b>: <span title="Codes:{http://snomed.info/sct 16217701000119102}">left deltoid</span></p>
      <p>
        <b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">intramuscular</span></p>
      <p>
        <b>doseQuantity</b>: 0.5 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></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}">Administering Provider</span>
          </td>
          <td>
            <a href="https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=http://hl7.org/fhir/ca/baseline/Practitioner/chr-on-west-Practitioner-789">Dr. John Smith</a>
          </td>
        </tr>
      </table>
      <p>
        <b>note</b>: </p>
      <blockquote>
        <div>
          <p>Patient had fever last time</p>
        </div>
      </blockquote>
    </div>
  </text>
  <identifier>
    <use value="official" />
    <system value="urn:telus:emr:chr:on-west:1234:immunization" />
    <value value="12345" />
  </identifier>
  <status value="completed" />
  <vaccineCode>
    <text value="COVID-19 Vaccine Moderna" />
  </vaccineCode>
  <patient>
    <reference value="Patient/chr-on-west-Patient-12345" />
    <type value="Patient" />
  </patient>
  <encounter>
    <reference value="Encounter/chr-on-west-Encounter-67890" />
    <type value="Encounter" />
  </encounter>
  <occurrenceDateTime value="2024-01-15T10:00:00Z" />
  <recorded value="2024-01-15T10:05:00Z" />
  <primarySource value="true" />
  <manufacturer>
    <display value="Moderna" />
  </manufacturer>
  <lotNumber value="MOD20240115-ABC" />
  <expirationDate value="2024-12-31" />
  <site>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="16217701000119102" />
      <display value="Left deltoid" />
    </coding>
    <text value="left deltoid" />
  </site>
  <route>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="78421000" />
      <display value="Intramuscular" />
    </coding>
    <text value="intramuscular" />
  </route>
  <doseQuantity>
    <value value="0.5" />
    <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="AP" />
        <display value="Administering Provider" />
      </coding>
    </function>
    <actor>
      <reference value="Practitioner/chr-on-west-Practitioner-789" />
      <display value="Dr. John Smith" />
    </actor>
  </performer>
  <note>
    <text value="Patient had fever last time" />
  </note>
</Immunization>