/** * @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 ImmunizationEvaluationStatus * @version R4 * @author Claudia Alarcón Lazo */ export type ImmunizationEvaluationStatusType = 'completed' | 'entered-in-error';