UNPKG

fhirtypes

Version:
10 lines (9 loc) 398 B
/** * @name ParticipantRequired * @description Is the participant required to attend the appointment. * @description required | optional | information-only * @see <a href="https://hl7.org/fhir/R4/valueset-participantrequired.html">ParticipantRequired</a> * @version R4 * @author Roberto Araneda Espinoza */ export type ParticipantRequiredType = 'required' | 'optional' | 'information-only';