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

: Valid Age Reason - JSON Representation

Draft as of 2026-02-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ValidAgeReason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ValidAgeReason</b></p><a name=\"ValidAgeReason\"> </a><a name=\"hcValidAgeReason\"> </a><p>This  code system <code>http://fhirfli.dev/fhir/ig/cicada/CodeSystem/ValidAgeReason</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\">gracePeriod<a name=\"ValidAgeReason-gracePeriod\"> </a></td><td>Age: Grace Period</td><td>Age: Grace Period</td></tr><tr><td style=\"white-space:nowrap\">tooYoung<a name=\"ValidAgeReason-tooYoung\"> </a></td><td>Age: Too Young</td><td>Age: Too Young</td></tr><tr><td style=\"white-space:nowrap\">tooOld<a name=\"ValidAgeReason-tooOld\"> </a></td><td>Age: Too Old</td><td>Age: Too Old</td></tr></table></div>"
  },
  "url" : "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/ValidAgeReason",
  "version" : "0.1.0",
  "name" : "ValidAgeReasonCS",
  "title" : "Valid Age 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" : "Value set for reasons why a patient's age is considered valid/invalid for a vaccine.",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "gracePeriod",
      "display" : "Age: Grace Period",
      "definition" : "Age: Grace Period"
    },
    {
      "code" : "tooYoung",
      "display" : "Age: Too Young",
      "definition" : "Age: Too Young"
    },
    {
      "code" : "tooOld",
      "display" : "Age: Too Old",
      "definition" : "Age: Too Old"
    }
  ]
}