View raw Markdown
type: fhirpath-functionfunction: convertsToTimecategory: Conversionsection: 5.5.9.2source: fhirpath/functions.json

FHIRPath Function: convertsToTime

No canonical section match found in index.md.

Summary

Description

If the input collection contains a single item, this function will return true if the item can be converted to a Time.

Arguments

Type Mapping

Example

'12:00:00'.convertsToTime() // returns true
'invalid'.convertsToTime() // returns false