type: fhirpath-functionfunction: convertsToStringcategory: Conversionsection: 5.5.8.2source: fhirpath/functions.json
FHIRPath Function: convertsToString
No canonical section match found in index.md.
Summary
- Category: Conversion
- Section:
5.5.8.2 - Return Type:
Boolean - Empty Input Result:
empty - Errors on Multiple Input:
true
Description
If the input collection contains a single item, this function will return true if the item can be converted to a String.
Arguments
Type Mapping
Example
123.convertsToString() // returns true