/** * @name ExplanationOfBenefitStatus * @description A code specifying the state of the resource instance. * @description active | cancelled | draft | entered-in-error * @see ExplanationOfBenefitStatus * @version R4 * @author Claudia Alarcón Lazo */ export type ExplanationOfBenefitStatusType = 'active' | 'cancelled' | 'draft' | 'entered-in-error';