Immunization Status Codes

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.

This value set includes codes from the following code systems:

  • Include these codes as defined in http://hl7.org/fhir/event-status
    Code Display Canonical Status
    completed Completed The event has now concluded.
    entered-in-error Entered in Error This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    not-done Not Done The event was terminated prior to any activity beyond preparation. I.e. The 'main' activity has not yet begun. The boundary between preparatory and the 'main' activity is context-specific.
<status value="draft"/> <experimental value="false"/> <date value="2019-11-01T09:29:23+11:00"/> <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>