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

: Evaluation Status Value Set - JSON Representation

Draft as of 2026-09-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "eval-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eval-status</b></p><a name=\"eval-status\"> </a><a name=\"hceval-status\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-immunization-evaluation-dose-status.html\"><code>http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.1, the version found through the package references\"> version &#x1F4E6;1.0.1</span></li><li>Include these codes as defined in <a href=\"CodeSystem-EvalStatus.html\"><code>http://fhirfli.dev/fhir/ig/cicada/CodeSystem/EvalStatus</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;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-EvalStatus.html#EvalStatus-extraneous\">extraneous</a></td><td>Extraneous</td><td>The dose was administered after the series was already complete. Every administered dose must be reported, so extraneous doses are tracked but do not affect the forecast.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhirfli.dev/fhir/ig/cicada/ValueSet/eval-status",
  "version" : "0.1.0",
  "name" : "EvalStatusVS",
  "title" : "Evaluation Status Value Set",
  "status" : "draft",
  "date" : "2026-09-02T22:18:14-04:00",
  "publisher" : "FHIR-FLI",
  "contact" : [
    {
      "name" : "FHIR-FLI",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fhirfli.dev"
        }
      ]
    }
  ],
  "description" : "Combined value set for dose evaluation status, including HL7 THO standard codes (valid, notvalid) and the Cicada extension code (extraneous).",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"
      },
      {
        "system" : "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/EvalStatus",
        "concept" : [
          {
            "code" : "extraneous",
            "display" : "Extraneous"
          }
        ]
      }
    ]
  }
}