UNPKG

fhirtypes

Version:
19 lines (18 loc) 847 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionParticipantTypeEnum = void 0; /** * @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 */ var ActionParticipantTypeEnum; (function (ActionParticipantTypeEnum) { ActionParticipantTypeEnum["PATIENT"] = "patient"; ActionParticipantTypeEnum["PRACTITIONER"] = "practitioner"; ActionParticipantTypeEnum["RELATED_PERSON"] = "related-person"; ActionParticipantTypeEnum["DEVICE"] = "device"; })(ActionParticipantTypeEnum || (exports.ActionParticipantTypeEnum = ActionParticipantTypeEnum = {}));