{
  "resourceType": "Immunization",
  "id": "chr-on-west-Immunization-12345",
  "meta": {
    "lastUpdated": "2024-01-15T14:30:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwImmunization"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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>\n</div></blockquote></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:1234:immunization",
      "value": "12345"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "text": "COVID-19 Vaccine Moderna"
  },
  "patient": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient"
  },
  "encounter": {
    "reference": "Encounter/chr-on-west-Encounter-67890",
    "type": "Encounter"
  },
  "occurrenceDateTime": "2024-01-15T10:00:00Z",
  "recorded": "2024-01-15T10:05:00Z",
  "primarySource": true,
  "manufacturer": {
    "display": "Moderna"
  },
  "lotNumber": "MOD20240115-ABC",
  "expirationDate": "2024-12-31",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "16217701000119102",
        "display": "Left deltoid"
      }
    ],
    "text": "left deltoid"
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular"
      }
    ],
    "text": "intramuscular"
  },
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/chr-on-west-Practitioner-789",
        "display": "Dr. John Smith"
      }
    }
  ],
  "note": [
    {
      "text": "Patient had fever last time"
    }
  ]
}