type: fhirpath-functionfunction: mincategory: Aggregatessection: 7.3source: fhirpath/functions.json
FHIRPath Function: min
No canonical section match found in index.md.
Summary
- Category: Aggregates
- Section:
7.3 - Return Type:
Integer | Long | Decimal | Quantity | Date | DateTime | Time | String - Empty Input Result:
empty - Errors on Multiple Input:
false
Description
Returns the minimum element in the input collection.
Arguments
Type Mapping
Example
(2 | 4 | 8 | 6).min() // 2