FHIR IG Statistics: ValueSet/ForecastStatus
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/immunization-recommendation-status
Code | Display | Definition |
due | due | The patient is due (or will be due) for their next vaccination. Details on when the administration should be given can be conveyed by proposed dates in the recommendation. |
overdue | overdue | The patient is considered overdue for their next vaccination. |
contraindicated | contraindicated | The patient is contraindicated for futher doses. |
complete | complete | The patient is fully protected and no further doses are recommended. |
- Include these codes as defined in
http://hl7.org/fhir/observation-status
Code | Display | Definition |
unknown | unknown | The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. |
Source
{
"resourceType": "ValueSet",
"id": "ForecastStatus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://euvabeco.net/vcds-ig/ValueSet/ForecastStatus",
"version": "0.1.0",
"name": "ForecastStatus",
"title": "Forecast Statuses",
"status": "draft",
"experimental": false,
"date": "2025-05-02T10:41:48+00:00",
"publisher": "Euvabeco",
"contact": [
{
"name": "Euvabeco",
"telecom": [
{
"system": "url",
"value": "https://euvabeco.eu"
}
]
}
],
"description": "Immunization recommendation status codes",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"concept": [
{
"code": "due",
"display": "due"
},
{
"code": "overdue",
"display": "overdue"
},
{
"code": "contraindicated",
"display": "contraindicated"
},
{
"code": "complete",
"display": "complete"
}
]
},
{
"system": "http://hl7.org/fhir/observation-status",
"concept": [
{
"code": "unknown",
"display": "unknown"
}
]
}
]
}
}