View raw Markdown
type: fhirpath-functionfunction: convertsToLongcategory: Conversionsection: 5.5.3.4source: fhirpath/functions.json

FHIRPath Function: convertsToLong

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 Long value.

Arguments

Type Mapping

Example

'123'.convertsToLong() // returns true
'abc'.convertsToLong() // returns false