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-recommendation - XML Representation

Raw xml | Download


<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="example-recommendation"/>
  <meta>
    <profile
             value="https://euvabeco.net/vcds-ig/StructureDefinition/ImmunizationRecommendation"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImmunizationRecommendation example-recommendation</b></p><a name="example-recommendation"> </a><a name="hcexample-recommendation"> </a><a name="example-recommendation-en-US"> </a><p><b>Version of the VCDS ruleset</b>: 1.3.745</p><p><b>patient</b>: <a href="Patient-example-patient.html">Anonymous Patient Female, DoB: 1995-01-22 ( 123456)</a></p><p><b>date</b>: 2025-01-01</p><blockquote><p><b>recommendation</b></p><p><b>targetDisease</b>: <span title="Codes:{http://snomed.info/sct 397428000}">Diphtheria (disorder)</span></p><p><b>forecastStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status overdue}">Overdue</span></p><p><b>forecastReason</b>: <span title="Codes:{https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons 64a2d4e1-a5dd-48f8-8de1-314f092cb767}">The conditions under which you work will determine whether you should be vaccinated against diphtheria,
tetanus and poliomyelitis. Vaccination against these diseases is compulsory for exposed professionals
working in a prevention or care establishment or organisation 
(list defined in the decree of 15 March 1991).</span>, <span title="Codes:{https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons b1b41a92-9404-4607-beb0-1f694167e093}">For diphtheria-tetanus-polio vaccination, in the absence of vaccination, a catch-up schedule 
must be applied: injection at d0, then 2 months later and finally 6 to 10 months after the 
second dose.</span></p><h3>DateCriterions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 59778-1}">Date when overdue for immunization</span></td><td>2020-04-03</td></tr></table></blockquote></div>
  </text>
  <extension
             url="https://euvabeco.net/vcds-ig/StructureDefinition/RulesetVersion">
    <valueString value="1.3.745"/>
  </extension>
  <patient>🔗 
    <reference value="Patient/example-patient"/>
  </patient>
  <date value="2025-01-01"/>
  <recommendation>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="397428000"/>
      </coding>
    </targetDisease>
    <forecastStatus>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
        <code value="overdue"/>
      </coding>
    </forecastStatus>
    <forecastReason>
      <coding>
        <system
                value="https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons"/>
        <code value="64a2d4e1-a5dd-48f8-8de1-314f092cb767"/>
      </coding>
    </forecastReason>
    <forecastReason>
      <coding>
        <system
                value="https://euvabeco.net/vcds-ig/CodeSystem/ForecastReasons"/>
        <code value="b1b41a92-9404-4607-beb0-1f694167e093"/>
      </coding>
    </forecastReason>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="59778-1"/>
          <display value="Date when overdue for immunization"/>
        </coding>
      </code>
      <value value="2020-04-03"/>
    </dateCriterion>
  </recommendation>
</ImmunizationRecommendation>