UNPKG

fhirtypes

Version:
13 lines (12 loc) 637 B
/** * @name ImmunizationEvaluationStatus * @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. * @description completed | entered-in-error * @see <a href="https://hl7.org/fhir/R4/valueset-immunization-evaluation-status.html">ImmunizationEvaluationStatus</a> * @version R4 * @author Claudia Alarcón Lazo */ export declare enum ImmunizationEvaluationStatusEnum { COMPLETED = "completed", ENTERED_IN_ERROR = "entered-in-error" }