/** * @name ActionParticipantType * @description The type of participant for the action. * @description patient | practitioner | related-person | device * @see ActionParticipantType * @version R4 * @author Claudia Alarcón Lazo */ export type ActionParticipantTypeType = 'patient' | 'practitioner' | 'related-person' | 'device';