Immunization Decision Support Forecast (ImmDS) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ImmunizationFHIRDS/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "ForecastStatus",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ForecastStatus</b></p><a name=\"ForecastStatus\"> </a><a name=\"hcForecastStatus\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/immds/CodeSystem/ForecastStatus</code> 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>"
},
"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/ForecastStatus",
"version" : "2.0.0",
"name" : "ForecastStatus",
"title" : "Forecast Status",
"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 forecast statuses.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "complete",
"display" : "Complete",
"definition" : "The patient series is complete"
},
{
"code" : "notComplete",
"display" : "Not Complete",
"definition" : "The patient series is incomplete"
},
{
"code" : "notRecommended",
"display" : "Not Recommended",
"definition" : "The patient is not recommended"
},
{
"code" : "immune",
"display" : "Immune",
"definition" : "The patient is considered immune and therefore does not require vaccination"
},
{
"code" : "contraindicated",
"display" : "Contraindicated",
"definition" : "The patient is contraindicated for the vaccine"
},
{
"code" : "agedOut",
"display" : "Aged Out",
"definition" : "The patient is past the recommendated maximum age for vaccination"
},
{
"code" : "conditional",
"display" : "Conditional",
"definition" : "The patient may be recommended for vaccination depending on other attributes"
}
]
}