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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-immunization-recommendation-status.json
FHIR VersionR4B

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

This code system http://terminology.hl7.org/CodeSystem/immunization-recommendation-status defines the following codes:

Code Display Definition
due Due The patient is due for their next vaccination.
overdue Overdue The patient is considered overdue for their next vaccination.
immune Immune The patient is immune to the target disease and further immunization against the disease is not likely to provide benefit.
contraindicated Contraindicated The patient is contraindicated for futher doses.
complete Complete The patient is fully protected and no further doses are recommended.

Source1

{
  "resourceType": "CodeSystem",
  "id": "immunization-recommendation-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "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://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
  "version": "4.3.0",
  "name": "ImmunizationRecommendationStatusCodes",
  "title": "Immunization Recommendation Status Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:38:45-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 describing the status of the patient relative to a recommended dose. 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,
  "content": "complete",
  "concept": [
    {
      "code": "due",
      "display": "Due",
      "definition": "The patient is due for their next vaccination."
    },
    {
      "code": "overdue",
      "display": "Overdue",
      "definition": "The patient is considered overdue for their next vaccination."
    },
    {
      "code": "immune",
      "display": "Immune",
      "definition": "The patient is immune to the target disease and further immunization against the disease is not likely to provide benefit."
    },
    {
      "code": "contraindicated",
      "display": "Contraindicated",
      "definition": "The patient is contraindicated for futher doses."
    },
    {
      "code": "complete",
      "display": "Complete",
      "definition": "The patient is fully protected and no further doses are recommended."
    }
  ]
}