Immunization Decision Support Forecast (ImmDS) Implementation Guide
0.1.0 - CI Build

Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

Forecast Reason - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "ForecastReason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/ImmunizationFHIRDS/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>"
  },
  "url" : "http://hl7.org/fhir/us/ImmunizationFHIRDS/CodeSystem/ForecastReason",
  "version" : "0.1.0",
  "name" : "ForecastReason",
  "title" : "Forecast Reason",
  "status" : "active",
  "date" : "2020-07-22T08:17:53-06:00",
  "publisher" : "HL7 Public Health Work Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    },
    {
      "name" : "Nathan Bunker",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:nbunker@immregistry.org"
        }
      ]
    }
  ],
  "description" : "A set of reasons for the forecast status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "complete",
      "display" : "Complete",
      "definition" : "The patient series is complete"
    },
    {
      "code" : "notRecommended",
      "display" : "Not Recommended",
      "definition" : "The patient is not recommended due to immunization history"
    },
    {
      "code" : "maximumAge",
      "display" : "Maximum Age Exceeded",
      "definition" : "The patient has exceeded the maximum recommended age"
    },
    {
      "code" : "seasonalPast",
      "display" : "Seasonal End Date Passed",
      "definition" : "The recommended end date for the seasonal vaccine has passed"
    },
    {
      "code" : "seasonalComplete",
      "display" : "Complete for the Season",
      "definition" : "The patient is complete for the season"
    }
  ]
}