The Cicada Vaccine Forecasting Engine and Guide
0.1.0 - ci-build
The Cicada Vaccine Forecasting Engine and Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-02-11 |
{
"resourceType" : "ValueSet",
"id" : "interval-reason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet interval-reason</b></p><a name=\"interval-reason\"> </a><a name=\"hcinterval-reason\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-IntervalReason.html\"><code>http://fhirfli.dev/fhir/ig/cicada/CodeSystem/IntervalReason</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-IntervalReason.html#IntervalReason-tooLate\">tooLate</a></td><td>Interval: too late</td><td>Interval: too late</td></tr><tr><td><a href=\"CodeSystem-IntervalReason.html#IntervalReason-tooShort\">tooShort</a></td><td>Interval: too short</td><td>Interval: too short</td></tr><tr><td><a href=\"CodeSystem-IntervalReason.html#IntervalReason-gracePeriod\">gracePeriod</a></td><td>Interval: grace period</td><td>Interval: grace period</td></tr></table></li></ul></div>"
},
"url" : "http://fhirfli.dev/fhir/ig/cicada/ValueSet/interval-reason",
"version" : "0.1.0",
"name" : "IntervalReasonVS",
"title" : "Interval Reason",
"status" : "draft",
"date" : "2026-02-11T14:37:07-05:00",
"publisher" : "FHIR-FLI",
"contact" : [
{
"name" : "FHIR-FLI",
"telecom" : [
{
"system" : "url",
"value" : "http://fhirfli.dev"
}
]
}
],
"description" : "This value set includes codes for the reason an interval is considered to be invalid.",
"compose" : {
"include" : [
{
"system" : "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/IntervalReason",
"concept" : [
{
"code" : "tooLate",
"display" : "Interval: too late"
},
{
"code" : "tooShort",
"display" : "Interval: too short"
},
{
"code" : "gracePeriod",
"display" : "Interval: grace period"
}
]
}
]
}
}