Version 5
Version 5.0
Data types
A fhir resource consists of nodes. And each node has a name, a value and a data type. In normal cases FQL used uses the data type of the existing node, but in some cases, you want to influence that data type. That is now possible with the following syntax:
Fieldname ( '[' Datatype ']' )? ':' FhirPathExpression