{
  "resourceType" : "Bundle",
  "id" : "IPS-Immunization-Example-Bundle-01",
  "type" : "collection",
  "timestamp" : "2021-04-30T00:00:00.000Z",
  "entry" : [{
    "fullUrl" : "urn:uuid:afd2a258-c0fb-4a41-a337-263e9efd9936",
    "resource" : {
      "resourceType" : "Patient",
      "id" : "afd2a258-c0fb-4a41-a337-263e9efd9936",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"afd2a258-c0fb-4a41-a337-263e9efd9936\"> </a></p><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\">Resource Patient &quot;afd2a258-c0fb-4a41-a337-263e9efd9936&quot; </p></div><p><b>identifier</b>: id:\u00a01998041799999, id:\u00a0urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76</p><p><b>name</b>: Marie Lux-Brennard </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-04-17</p></div>"
      },
      "identifier" : [{
        "system" : "urn:oid:1.3.182.4.4",
        "value" : "1998041799999"
      },
      {
        "system" : "urn:ietf:rfc:3986",
        "value" : "urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76"
      }],
      "name" : [{
        "family" : "Lux-Brennard",
        "given" : ["Marie"]
      }],
      "gender" : "female",
      "birthDate" : "1998-04-17"
    }
  },
  {
    "fullUrl" : "urn:uuid:52e23edf-f8d0-4386-a50b-a4750bb4f0b9",
    "resource" : {
      "resourceType" : "Immunization",
      "id" : "52e23edf-f8d0-4386-a50b-a4750bb4f0b9",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"52e23edf-f8d0-4386-a50b-a4750bb4f0b9\"> </a></p><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\">Resource Immunization &quot;52e23edf-f8d0-4386-a50b-a4750bb4f0b9&quot; </p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, DNA based <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM6AT1)</span></p><p><b>patient</b>: <a href=\"#Patient_afd2a258-c0fb-4a41-a337-263e9efd9936\">See above (Patient/afd2a258-c0fb-4a41-a337-263e9efd9936)</a></p><p><b>occurrence</b>: 2021-04-21 00:00:00+0200</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: AXK23RWERS</p><p><b>expirationDate</b>: 2021-06-01</p></div>"
      },
      "status" : "completed",
      "vaccineCode" : {
        "coding" : [{
          "system" : "http://id.who.int/icd11/mms",
          "code" : "XM6AT1",
          "display" : "COVID-19 vaccine, DNA based"
        }],
        "text" : "COVID-19 vaccine, DNA based"
      },
      "patient" : {
        "reference" : "Patient/afd2a258-c0fb-4a41-a337-263e9efd9936"
      },
      "occurrenceDateTime" : "2021-04-21T00:00:00+02:00",
      "primarySource" : true,
      "lotNumber" : "AXK23RWERS",
      "expirationDate" : "2021-06-01"
    }
  }]
}