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

(back to description)

Raw xml

Source view



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ForecastReason"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/us/immds/CodeSystem/ForecastReason 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="ForecastReason-complete"> </a></td><td>Complete</td><td>The patient series is complete</td></tr><tr><td style="white-space:nowrap">notRecommended<a name="ForecastReason-notRecommended"> </a></td><td>Not Recommended</td><td>The patient is not recommended due to immunization history</td></tr><tr><td style="white-space:nowrap">maximumAge<a name="ForecastReason-maximumAge"> </a></td><td>Maximum Age Exceeded</td><td>The patient has exceeded the maximum recommended age</td></tr><tr><td style="white-space:nowrap">seasonalPast<a name="ForecastReason-seasonalPast"> </a></td><td>Seasonal End Date Passed</td><td>The recommended end date for the seasonal vaccine has passed</td></tr><tr><td style="white-space:nowrap">seasonalComplete<a name="ForecastReason-seasonalComplete"> </a></td><td>Complete for the Season</td><td>The patient is complete for the season</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/immds/CodeSystem/ForecastReason"/>
  <version value="1.0.0"/>
  <name value="ForecastReason"/>
  <title value="Forecast Reason"/>
  <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 reasons for the forecast status."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="complete"/>
    <display value="Complete"/>
    <definition value="The patient series is complete"/>
  </concept>
  <concept>
    <code value="notRecommended"/>
    <display value="Not Recommended"/>
    <definition
                value="The patient is not recommended due to immunization history"/>
  </concept>
  <concept>
    <code value="maximumAge"/>
    <display value="Maximum Age Exceeded"/>
    <definition value="The patient has exceeded the maximum recommended age"/>
  </concept>
  <concept>
    <code value="seasonalPast"/>
    <display value="Seasonal End Date Passed"/>
    <definition
                value="The recommended end date for the seasonal vaccine has passed"/>
  </concept>
  <concept>
    <code value="seasonalComplete"/>
    <display value="Complete for the Season"/>
    <definition value="The patient is complete for the season"/>
  </concept>
</CodeSystem>