WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

: SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="SHCVaccinationBundleDM-Example-English-From-ddcc-to-shc"/>
  <type value="collection"/>
  <entry>
    <fullUrl value="resource:0"/>
    <resource>
      <Patient>
        <text>
          <status value="generated"/>
          <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>
        </text>
        <name>
          <text value="Aulus Agerius"/>
        </name>
        <birthDate value="2003-03-03"/>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl value="resource:1"/>
    <resource>
      <Immunization>
        <text>
          <status value="generated"/>
          <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: TEST</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>
        </text>
        <status value="completed"/>
        <vaccineCode>
          <coding>
            <system value="http://id.who.int/icd11/mms"/>
            <code value="XM0CX4"/>
          </coding>
        </vaccineCode>
        <patient>
          <reference value="resource:0"/>
        </patient>
        <occurrenceDateTime value="2021-05-06"/>
        <manufacturer>
          <identifier>
            <system
                    value="http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem"/>
            <value value="TEST"/>
          </identifier>
        </manufacturer>
        <lotNumber value="123"/>
        <performer>
          <actor>
            <display value="Government Hospital"/>
          </actor>
        </performer>
      </Immunization>
    </resource>
  </entry>
</Bundle>