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

FHIR IG analytics

Packagehl7.fhir.uv.xver-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

Generated Narrative: CodeSystem immunization-recommendation-status

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

CodeDisplayDefinition
due DueThe patient is due for their next vaccination.
overdue OverdueThe patient is considered overdue for their next vaccination.
immune ImmuneThe patient is immune to the target disease and further immunization against the disease is not likely to provide benefit.
contraindicated ContraindicatedThe patient is contraindicated for futher doses.
complete CompleteThe 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": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.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://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
  "version": "4.0.1",
  "name": "ImmunizationRecommendationStatusCodes",
  "title": "Immunization Recommendation Status Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:11:23-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 towards perceived immunity against a vaccine preventable disease. 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-status|4.3.0",
  "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."
    }
  ]
}