Immunization Decision Support Forecast (ImmDS) Implementation Guide
1.0.0 - STU1

This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Forecast Status - XML Representation

(back to description)

Raw xml

Source view



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ForecastStatus"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/us/immds/CodeSystem/ForecastStatus defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">complete<a name="ForecastStatus-complete"> </a></td><td>Complete</td><td>The patient series is complete</td></tr><tr><td style="white-space:nowrap">notComplete<a name="ForecastStatus-notComplete"> </a></td><td>Not Complete</td><td>The patient series is incomplete</td></tr><tr><td style="white-space:nowrap">notRecommended<a name="ForecastStatus-notRecommended"> </a></td><td>Not Recommended</td><td>The patient is not recommended</td></tr><tr><td style="white-space:nowrap">immune<a name="ForecastStatus-immune"> </a></td><td>Immune</td><td>The patient is considered immune and therefore does not require vaccination</td></tr><tr><td style="white-space:nowrap">contraindicated<a name="ForecastStatus-contraindicated"> </a></td><td>Contraindicated</td><td>The patient is contraindicated for the vaccine</td></tr><tr><td style="white-space:nowrap">agedOut<a name="ForecastStatus-agedOut"> </a></td><td>Aged Out</td><td>The patient is past the recommendated maximum age for vaccination</td></tr><tr><td style="white-space:nowrap">conditional<a name="ForecastStatus-conditional"> </a></td><td>Conditional</td><td>The patient may be recommended for vaccination depending on other attributes</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/immds/CodeSystem/ForecastStatus"/>
  <version value="1.0.0"/>
  <name value="ForecastStatus"/>
  <title value="Forecast Status"/>
  <status value="active"/>
  <date value="2021-06-25T16:00:44+10:00"/>
  <publisher value="HL7 Public Health Work Group"/>
  <contact>
    <name value="HL7 Public Health Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pher/index.cfm"/>
    </telecom>
  </contact>
  <contact>
    <name value="Nathan Bunker"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:nbunker@immregistry.org"/>
    </telecom>
  </contact>
  <description value="A set of forecast statuses."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="7"/>
  <concept>
    <code value="complete"/>
    <display value="Complete"/>
    <definition value="The patient series is complete"/>
  </concept>
  <concept>
    <code value="notComplete"/>
    <display value="Not Complete"/>
    <definition value="The patient series is incomplete"/>
  </concept>
  <concept>
    <code value="notRecommended"/>
    <display value="Not Recommended"/>
    <definition value="The patient is not recommended"/>
  </concept>
  <concept>
    <code value="immune"/>
    <display value="Immune"/>
    <definition
                value="The patient is considered immune and therefore does not require vaccination"/>
  </concept>
  <concept>
    <code value="contraindicated"/>
    <display value="Contraindicated"/>
    <definition value="The patient is contraindicated for the vaccine"/>
  </concept>
  <concept>
    <code value="agedOut"/>
    <display value="Aged Out"/>
    <definition
                value="The patient is past the recommendated maximum age for vaccination"/>
  </concept>
  <concept>
    <code value="conditional"/>
    <display value="Conditional"/>
    <definition
                value="The patient may be recommended for vaccination depending on other attributes"/>
  </concept>
</CodeSystem>