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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "valid-age-reason"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valid-age-reason</b></p><a name=\"valid-age-reason\"> </a><a name=\"hcvalid-age-reason\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ValidAgeReason.html\"><code>http://fhirfli.dev/fhir/ig/cicada/CodeSystem/ValidAgeReason</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-ValidAgeReason.html#ValidAgeReason-gracePeriod\">gracePeriod</a></td><td>Age: Grace Period</td><td>Age: Grace Period</td></tr><tr><td><a href=\"CodeSystem-ValidAgeReason.html#ValidAgeReason-tooYoung\">tooYoung</a></td><td>Age: Too Young</td><td>Age: Too Young</td></tr><tr><td><a href=\"CodeSystem-ValidAgeReason.html#ValidAgeReason-tooOld\">tooOld</a></td><td>Age: Too Old</td><td>Age: Too Old</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhirfli.dev/fhir/ig/cicada/ValueSet/valid-age-reason"^^xsd:anyURI ;
fhir:l <http://fhirfli.dev/fhir/ig/cicada/ValueSet/valid-age-reason>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ValidAgeReasonVS"] ; #
fhir:title [ fhir:v "Valid Age Reason"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-02-11T14:37:07-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR-FLI"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR-FLI" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://fhirfli.dev" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for reasons why a patient's age is considered valid/invalid for a vaccine."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/ValidAgeReason"^^xsd:anyURI ;
fhir:l <http://fhirfli.dev/fhir/ig/cicada/CodeSystem/ValidAgeReason> ] ;
( fhir:concept [
fhir:code [ fhir:v "gracePeriod" ] ;
fhir:display [ fhir:v "Age: Grace Period" ] ] [
fhir:code [ fhir:v "tooYoung" ] ;
fhir:display [ fhir:v "Age: Too Young" ] ] [
fhir:code [ fhir:v "tooOld" ] ;
fhir:display [ fhir:v "Age: Too Old" ] ] ) ] )
] . #