{
  "resourceType" : "Bundle",
  "id" : "SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc",
  "type" : "collection",
  "entry" : [{
    "fullUrl" : "resource:0",
    "resource" : {
      "resourceType" : "Patient",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>name</b>: Aulus Agerius</p><p><b>birthDate</b>: 2003-03-03</p></div>"
      },
      "name" : [{
        "text" : "Aulus Agerius"
      }],
      "birthDate" : "2003-03-03"
    }
  },
  {
    "fullUrl" : "resource:1",
    "resource" : {
      "resourceType" : "Immunization",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, replicating viral vector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM0CX4)</span></p><p><b>patient</b>: <a href=\"#resource0\">See above (resource:0)</a></p><p><b>occurrence</b>: 2021-05-06</p><p><b>manufacturer</b>: <span>id:\u00a0TEST</span></p><p><b>lotNumber</b>: 123</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: Government Hospital</span></td></tr></table></div>"
      },
      "status" : "completed",
      "vaccineCode" : {
        "coding" : [{
          "system" : "http://id.who.int/icd11/mms",
          "code" : "XM0CX4"
        }]
      },
      "patient" : {
        "reference" : "resource:0"
      },
      "occurrenceDateTime" : "2021-05-06",
      "manufacturer" : {
        "identifier" : {
          "system" : "http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem",
          "value" : "TEST"
        }
      },
      "lotNumber" : "123",
      "performer" : [{
        "actor" : {
          "display" : "Government Hospital"
        }
      }]
    }
  }]
}