fhirtypes
Version:
10 lines (9 loc) • 407 B
TypeScript
/**
* @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 type CareTeamStatusType = 'proposed' | 'active' | 'suspended' | 'inactive' | 'entered-in-error';