FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-immunization-recommendation-date-criterion.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem immunization-recommendation-date-criterion

This case-sensitive code system http://hl7.org/fhir/immunization-recommendation-date-criterion defines the following codes:

CodeDisplayDefinition
due DueDate the next dose is considered due.
recommended RecommendedAt the recommended date.
earliest Earliest DateAs early as possible.
overdue Past Due DateDate the next dose is considered overdue.
latest LatestThe latest date the next dose is to be given.

Source1

{
  "resourceType": "CodeSystem",
  "id": "immunization-recommendation-date-criterion",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/immunization-recommendation-date-criterion",
  "version": "3.0.2",
  "name": "Immunization Recommendation Date Criterion Codes",
  "status": "draft",
  "experimental": true,
  "date": "2025-09-13T15:45:17-04:00",
  "publisher": "Public Health",
  "contact": [
    {
      "name": "Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the definition of dates relevant to recommendations for future doses of vaccines. This value set is provided as a suggestive example.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "due",
      "display": "Due",
      "definition": "Date the next dose is considered due."
    },
    {
      "code": "recommended",
      "display": "Recommended",
      "definition": "At the recommended date."
    },
    {
      "code": "earliest",
      "display": "Earliest Date",
      "definition": "As early as possible."
    },
    {
      "code": "overdue",
      "display": "Past Due Date",
      "definition": "Date the next dose is considered overdue."
    },
    {
      "code": "latest",
      "display": "Latest",
      "definition": "The latest date the next dose is to be given."
    }
  ]
}