NAPKON Vaccination Module
1.0.0 - trial-use

NAPKON Vaccination Module - Local Development build (v1.0.0). See the Directory of published versions

: COVID-19 Vaccination Done - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="COVIDVaccinationDone"/>
  <meta>
    <profile
             value="https://www.napkon.de/fhir/StructureDefinition/covid19-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title="Codes: {https://ec.europa.eu/health/documents/community-register/html/ EU/1/20/1528}, {http://snomed.info/sct 1119349007}">Comirnaty</span></p><p><b>patient</b>: <a href="Patient-ExamplePatient.html">Generated Summary: Medical record number: napkon-example-patient; maxi musterperson (OFFICIAL); gender: unknown; birthDate: 1990-08-08</a></p><p><b>occurrence</b>: Oct 1, 2021, 11:06:00 AM</p><p><b>lotNumber</b>: batch-no #2465</p><p><b>reasonCode</b>: <span title="Codes: {https://www.napkon.de/fhir/CodeSystem/napkon-vaccination-module 2004}">Because everyone gets vaccinated</span></p><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td><span title="Codes: {http://snomed.info/sct 840539006}">Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)</span></td><td>4</td></tr></table></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="https://ec.europa.eu/health/documents/community-register/html/"/>
      <code value="EU/1/20/1528"/>
      <display value="Comirnaty"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version
               value="http://snomed.info/sct/900000000000207008/version/20210731"/>
      <code value="1119349007"/>
      <display
               value="Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 messenger ribonucleic acid (medicinal product)"/>
    </coding>
  </vaccineCode>
  <patient>
    <reference value="Patient/ExamplePatient"/>
  </patient>
  <occurrenceDateTime value="2021-10-01T13:06:00+02:00"/>
  <lotNumber value="batch-no #2465"/>
  <reasonCode>
    <coding>
      <system
              value="https://www.napkon.de/fhir/CodeSystem/napkon-vaccination-module"/>
      <code value="2004"/>
      <display value="Because everyone gets vaccinated"/>
    </coding>
  </reasonCode>
  <protocolApplied>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version
                 value="http://snomed.info/sct/900000000000207008/version/20210731"/>
        <code value="840539006"/>
        <display
                 value="Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="4"/>
  </protocolApplied>
</Immunization>