UNPKG

fhirtypes

Version:
10 lines (9 loc) 412 B
/** * @name ActionParticipantType * @description The type of participant for the action. * @description patient | practitioner | related-person | device * @see <a href="https://hl7.org/fhir/R4/valueset-action-participant-type.html">ActionParticipantType</a> * @version R4 * @author Claudia Alarcón Lazo */ export type ActionParticipantTypeType = 'patient' | 'practitioner' | 'related-person' | 'device';