--- type: "valueset" title: "Immunization Status Codes" valueset: "immunization-status" --- # Immunization Status Codes - **Official URL**: http://hl7.org/fhir/ValueSet/immunization-status - **Status**: active - **Name**: ImmunizationStatusCodes - **Title**: Immunization Status Codes - **Publisher**: FHIR Project team - **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 administered dose of vaccine. ## Content (Compose) - **System**: http://hl7.org/fhir/event-status | **Concepts**: completed, entered-in-error, not-done ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="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 administered dose of vaccine."/> <compose> <include> <system value="http://hl7.org/fhir/event-status"/> <concept> <code value="completed"/> </concept> <concept> <code value="entered-in-error"/> </concept> <concept> <code value="not-done"/> </concept> </include> </compose> </ValueSet> ```