/** * @name DetectedIssueSeverity * @description Indicates the potential degree of impact of the identified issue on the patient. * @description high | moderate | low * @see DetectedIssueSeverity * @version R4 * @author Claudia Alarcón Lazo */ export type DetectedIssueSeverityType = 'high' | 'moderate' | 'low';