MyHealth@EU Core
1.0.0 - trial-use 150

This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Immunization: example - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="a7b8c9d0-e1f2-3456-abcd-567890123456"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/core/StructureDefinition/immunization-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">COVID-19 vaccination - John Doe</div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1119349007"/>
      <display value="COVID-19 mRNA vaccine"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </patient>
  <occurrenceDateTime value="2021-04-10"/>
  <lotNumber value="EK5730"/>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0443"/>
        <code value="AP"/>
        <display value="Administering Provider"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"/>
    </actor>
  </performer>
  <protocolApplied>
    <targetDisease>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <code value="U07.1"/>
        <display value="COVID-19, virus identified"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="1"/>
    <seriesDosesPositiveInt value="2"/>
  </protocolApplied>
</Immunization>