You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Descendents operator was introduced to support [FHIRPath descendants(https://hl7.org/fhirpath/#descendants-collection) but is accessible from standard CQL via the following syntax:
SomeTupleOrList.descendents()
It seems it is seldom used, but we should consider supporting it.
NOTE: The CQL spec spells it descendents, but the FHIRPath spec spells it descendants. The CQL translator only supports the spelling: descendents.
The text was updated successfully, but these errors were encountered:
The Descendents operator was introduced to support [FHIRPath descendants(https://hl7.org/fhirpath/#descendants-collection) but is accessible from standard CQL via the following syntax:
It seems it is seldom used, but we should consider supporting it.
NOTE: The CQL spec spells it
descendents
, but the FHIRPath spec spells itdescendants
. The CQL translator only supports the spelling:descendents
.The text was updated successfully, but these errors were encountered: