type: fhirpath-functionfunction: minuteOfcategory: Utility functionssection: 5.10.8.5source: fhirpath/functions.json
FHIRPath Function: minuteOf
No canonical section match found in index.md.
Summary
- Category: Utility functions
- Section:
5.10.8.5 - Return Type:
Integer - Empty Input Result:
empty - Errors on Multiple Input:
true
Description
If the input collection contains a single Date, DateTime or Time, this function will return the minute component.
Arguments
Type Mapping
Example
@2012-01-01T12:30:40.002-07:00.minuteOf() // 30