fhirtypes
Version:
10 lines (9 loc) • 396 B
TypeScript
/**
* @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 type DetectedIssueSeverityType = 'high' | 'moderate' | 'low';