fhirtypes
Version:
10 lines (9 loc) • 423 B
TypeScript
/**
* @name ImagingStudyStatus
* @description The status of the ImagingStudy.
* @description registered | available | cancelled | entered-in-error | unknown
* @see <a href="https://hl7.org/fhir/R4/valueset-imagingstudy-status.html">ImagingStudyStatus</a>
* @version R4
* @author Claudia Alarcón Lazo
*/
export type ImagingStudyStatusType = 'registered' | 'available' | 'cancelled' | 'entered-in-error' | 'unknown';