View raw Markdown
type: fhirpath-functionfunction: convertsToQuantitycategory: Conversionsection: 5.5.7.2source: fhirpath/functions.json

FHIRPath Function: convertsToQuantity

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 Quantity.

Arguments

Type Mapping

Example

'10 mg'.convertsToQuantity() // returns true
'abc'.convertsToQuantity() // returns false