UNPKG

fhirtypes

Version:
14 lines (13 loc) 439 B
/** * @name DetectedIssueSeverity * @description Indicates the potential degree of impact of the identified issue on the patient. * @description high | moderate | low * @see <a href="https://hl7.org/fhir/R4/valueset-detectedissue-severity.html">DetectedIssueSeverity</a> * @version R4 * @author Claudia Alarcón Lazo */ export declare enum DetectedIssueSeverityEnum { HIGH = "high", MODERATE = "moderate", LOW = "low" }