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

: Forecast Statuses - XML Representation

Draft as of 2024-09-11

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ForecastStatus"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ForecastStatus</b></p><a name="ForecastStatus"> </a><a name="hcForecastStatus"> </a><a name="ForecastStatus-en-US"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.0.2/CodeSystem-immunization-recommendation-status.html"><code>http://terminology.hl7.org/CodeSystem/immunization-recommendation-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-immunization-recommendation-status.html#immunization-recommendation-status-due">due</a></td><td>due</td><td>The patient is due for their next vaccination.</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-immunization-recommendation-status.html#immunization-recommendation-status-overdue">overdue</a></td><td>overdue</td><td>The patient is considered overdue for their next vaccination.</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-immunization-recommendation-status.html#immunization-recommendation-status-contraindicated">contraindicated</a></td><td>contraindicated</td><td>The patient is contraindicated for futher doses.</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-immunization-recommendation-status.html#immunization-recommendation-status-complete">complete</a></td><td>complete</td><td>The patient is fully protected and no further doses are recommended.</td></tr></table></li><li>Include these codes as defined in <a href="http://hl7.org/fhir/R5/codesystem-observation-status.html"><code>http://hl7.org/fhir/observation-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-observation-status.html#observation-status-unknown">unknown</a></td><td>unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></li></ul></div>
  </text>
  <url value="https://euvabeco.net/vcds-ig/ValueSet/ForecastStatus"/>
  <version value="0.1.0"/>
  <name value="ForecastStatus"/>
  <title value="Forecast Statuses"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-09-11T07:24:12+00:00"/>
  <publisher value="Euvabeco"/>
  <contact>
    <name value="Euvabeco"/>
    <telecom>
      <system value="url"/>
      <value value="https://euvabeco.eu"/>
    </telecom>
  </contact>
  <description value="Immunization recommendation status codes"/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"/>
      <concept>
        <code value="due"/>
        <display value="due"/>
      </concept>
      <concept>
        <code value="overdue"/>
        <display value="overdue"/>
      </concept>
      <concept>
        <code value="contraindicated"/>
        <display value="contraindicated"/>
      </concept>
      <concept>
        <code value="complete"/>
        <display value="complete"/>
      </concept>
    </include>
    <include>
      <system value="http://hl7.org/fhir/observation-status"/>
      <concept>
        <code value="unknown"/>
        <display value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>