Vaccination CDS Implementation Guide
0.1.0 - ci-build

Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions

: example-immunization - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="example-immunization"/>
  <meta>
    <profile
             value="https://euvabeco.net/vcds-ig/StructureDefinition/Immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization example-immunization</b></p><a name="example-immunization"> </a><a name="hcexample-immunization"> </a><a name="example-immunization-en-US"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{https://euvabeco.net/vcds-ig/CodeSystem/NUVA VAC007}">GARDASIL</span></p><p><b>patient</b>: <a href="Patient-example-patient.html">Anonymous Patient Female, DoB: 1995-01-22 ( 123456)</a></p><p><b>occurrence</b>: 2012-03-17</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="https://euvabeco.net/vcds-ig/CodeSystem/NUVA"/>
      <code value="VAC007"/>
      <display value="GARDASIL"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/example-patient"/>
  </patient>
  <occurrenceDateTime value="2012-03-17"/>
</Immunization>