View raw Markdown
type: fhirpath-functionfunction: maxcategory: Aggregatessection: 7.4source: fhirpath/functions.json

FHIRPath Function: max

No canonical section match found in index.md.

Summary

Description

Returns the maximum element in the input collection.

Arguments

Type Mapping

Example

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