View raw Markdown
type: fhirpath-functionfunction: toTimecategory: Conversionsection: 5.5.9.1source: fhirpath/functions.json

FHIRPath Function: toTime

No canonical section match found in index.md.

Summary

Description

If the input collection contains a single item, this function will return a single time if the item is a Time or a String convertible to a Time.

Arguments

Type Mapping

Example

'12:00:00'.toTime() // returns @T12:00:00