failed to parse CQL: error(s) in Library "FHIRCommon 2.0.0"
- Dominant language
- Go
- Stars
- 113
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to evaluate CQL on top of FHIR Bundles.
I'm using official FHIRCommon lib. Ref: https://build.fhir.org/ig/HL7/cql-ig/en/Library-FHIRCommon.html
As a result of CLI run I'm getting following errors:
```
2026/01/07 16:11:38 CQL CLI failed with an error: failed to parse CQL: error(s) in Library "FHIRCommon 2.0.0":
236-3 could not resolve ext(Named, System.String): no matching overloads (may not be a fluent function)
245-2 could not resolve first(List): no matching overloads (may not be a fluent function)
254-2 could not resolve skip(List, System.Integer): no matching overloads (may not be a fluent function)
254-2 could not resolve first(System.Any): no matching overloads (may not be a fluent function)
332-38 could not resolve toDateTime(Named): no matching overloads (may not be a fluent function)
889-4 could not resolve Expand(List>): no matching overloads
```
Contributor guide
Assessment
This issue has not been assessed yet.