/**
 * @name EligibilityResponsePurpose
 * @description A code specifying the types of information being requested.
 * @description auth-requirements | benefits | discovery | validation
 * @see <a href="https://hl7.org/fhir/R4/valueset-eligibilityresponse-purpose.html">EligibilityResponsePurpose</a>
 * @version R4
 * @author Claudia Alarcón Lazo
 */
export type EligibilityResponsePurposeType = 'auth-requirements' | 'benefits' | 'discovery' | 'validation';
