FQL

Types

In normal cases, the data you are querying contains all type information, and so within FQL there is no need to set the type of a field.

In those cases where you do need to set the type, you can use the following:

    from
        Patient
    select
        id,
        name.given,
        text[markdown]: '### This is a title'