fhirtypes
Version:
10 lines (9 loc) • 365 B
TypeScript
/**
* @name MedicationStatusCodes
* @description Medication Status Codes.
* @description active | inactive | entered-in-error
* @see <a href="https://hl7.org/fhir/R4/valueset-medication-status.html">MedicationStatusCodes</a>
* @version R4
* @author Claudia Alarcón Lazo
*/
export type MedicationStatusCodesType = 'active' | 'inactive' | 'entered-in-error';