UNPKG

fhirtypes

Version:
16 lines (15 loc) 494 B
/** * @name CareTeamStatus * @description Indicates the status of the care team. * @description proposed | active | suspended | inactive | entered-in-error * @see <a href="https://hl7.org/fhir/R4/valueset-care-team-status.html">CareTeamStatus</a> * @version R4 * @author Claudia Alarcón Lazo */ export declare enum CareTeamStatusEnum { PROPOSED = "proposed", ACTIVE = "active", SUSPENDED = "suspended", INACTIVE = "inactive", ENTERED_IN_ERROR = "entered-in-error" }