UNPKG

fhirtypes

Version:
10 lines (9 loc) 351 B
/** * @name QuantityComparator * @description How the Quantity should be understood and represented. * @description < | <= | >= | > * @see <a href="https://hl7.org/fhir/R4/valueset-quantity-comparator.html">QuantityComparator</a> * @version R4 * @author Roberto Araneda Espinoza */ export type QuantityComparatorType = '>=' | '<=' | '<' | '>';