fhirtypes
Version:
10 lines (9 loc) • 415 B
TypeScript
/**
* @name AccountStatus
* @description Indicates whether the account is available to be used.
* @description active | inactive | entered-in-error | on-hold | unknown
* @see <a href="https://hl7.org/fhir/R4/valueset-account-status.html">AccountStatus</a>
* @version R4
* @author Roberto Araneda Espinoza
*/
export type AccountStatusType = 'active' | 'inactive' | 'entered-in-error' | 'on-hold' | 'unknown';