View raw Markdown
type: fhirpath-functionfunction: toStringcategory: Conversionsection: 5.5.8.1source: fhirpath/functions.json

FHIRPath Function: toString

No canonical section match found in index.md.

Summary

Description

If the input collection contains a single item, this function will return a single String if the item is a String, an Integer, Decimal, Date, Time, DateTime, or Quantity, or a Boolean.

Arguments

Type Mapping

Example

123.toString() // returns '123'