Immunization Incubator Implementation Guide
0.1.0 - International flag

Immunization Incubator Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/immunization-incubator/ and changes regularly. See the Directory of published versions

: Immunization Evaluation Status Codes

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "immunization-evaluation-status",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet immunization-evaluation-status</b></p><a name=\"immunization-evaluation-status\"> </a><a name=\"hcimmunization-evaluation-status\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-medication-admin-status.html\"><code>http://hl7.org/fhir/CodeSystem/medication-admin-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 6.0.0-ballot3, the version found through the package references\"> version &#x1F4E6;6.0.0-ballot3</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b><a href=\"http://hl7.org/fhir/R5/valueset-resource-status.html\">Canonical Mapping for &quot;Immunization Evaluation Status Codes&quot;</a></b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-medication-admin-status.html#medication-admin-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>All actions that are implied by the administration have occurred.</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-complete\">complete</a></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-medication-admin-status.html#medication-admin-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>The administration was entered in error and therefore nullified.</td><td><span title=\"EQUIVALENT\">~</span><a href=\"http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-error\">error</a></td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/immunization-incubator/ImplementationGuide/hl7.fhir.uv.immunization-incubator"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/immunization-incubator/ImplementationGuide/hl7.fhir.uv.immunization-incubator"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/ValueSet/immunization-evaluation-status",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.3.299"
    }
  ],
  "version" : "0.1.0",
  "name" : "ImmunizationEvaluationStatusCodes",
  "title" : "Immunization Evaluation Status Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-11-11T15:20:10+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "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 current status of the evaluation for vaccine administration event.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/medication-admin-status",
        "concept" : [
          {
            "code" : "completed"
          },
          {
            "code" : "entered-in-error"
          }
        ]
      }
    ]
  }
}