FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: Immunization Recommendation Status Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "immunization-recommendation-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/immunization-recommendation-status defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">due\n                  <a name=\"immunization-recommendation-status-due\"> </a>\n                </td>\n                <td>Due</td>\n                <td>The patient is due for their next vaccination.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">overdue\n                  <a name=\"immunization-recommendation-status-overdue\"> </a>\n                </td>\n                <td>Overdue</td>\n                <td>The patient is considered overdue for their next vaccination.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">immune\n                  <a name=\"immunization-recommendation-status-immune\"> </a>\n                </td>\n                <td>Immune</td>\n                <td>The patient is immune to the target disease and further immunization against the disease is not likely to provide benefit.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contraindicated\n                  <a name=\"immunization-recommendation-status-contraindicated\"> </a>\n                </td>\n                <td>Contraindicated</td>\n                <td>The patient is contraindicated for futher doses.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">complete\n                  <a name=\"immunization-recommendation-status-complete\"> </a>\n                </td>\n                <td>Complete</td>\n                <td>The patient is fully protected and no further doses are recommended.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "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."
    }
  ]
}