UNPKG

fhirtypes

Version:
10 lines (9 loc) 590 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 type ImmunizationEvaluationStatusType = 'completed' | 'entered-in-error';