View raw Markdown
type: fhirpath-functionfunction: mincategory: Aggregatessection: 7.3source: fhirpath/functions.json

FHIRPath Function: min

No canonical section match found in index.md.

Summary

Description

Returns the minimum element in the input collection.

Arguments

Type Mapping

Example

(2 | 4 | 8 | 6).min() // 2