FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.immds
Resource TypeCodeSystem
IdCodeSystem-ForecastReason.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/ImmunizationFHIRDS/CodeSystem-ForecastReason.html
URLhttp://hl7.org/fhir/us/immds/CodeSystem/ForecastReason
Version2.0.0
Statusactive
Date2025-11-20T20:43:18+00:00
NameForecastReason
TitleForecast Reason
Realmus
Authorityhl7
DescriptionA set of reasons for the forecast status.
Contentcomplete

Resources that use this resource

ValueSet
ForecastReasonForecast Reason Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ForecastReason

This case-sensitive code system http://hl7.org/fhir/us/immds/CodeSystem/ForecastReason defines the following codes:

CodeDisplayDefinition
complete CompleteThe patient series is complete
notRecommended Not RecommendedThe patient is not recommended due to immunization history
maximumAge Maximum Age ExceededThe patient has exceeded the maximum recommended age
seasonalPast Seasonal End Date PassedThe recommended end date for the seasonal vaccine has passed
seasonalComplete Complete for the SeasonThe patient is complete for the season

Source1

{
  "resourceType": "CodeSystem",
  "id": "ForecastReason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/immds/ImplementationGuide/hl7.fhir.us.immds"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/immds/ImplementationGuide/hl7.fhir.us.immds"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/immds/CodeSystem/ForecastReason",
  "version": "2.0.0",
  "name": "ForecastReason",
  "title": "Forecast Reason",
  "status": "active",
  "experimental": false,
  "date": "2025-11-20T20:43:18+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "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"
    }
  ]
}