cqf-tooling icon indicating copy to clipboard operation
cqf-tooling copied to clipboard

Tooling for CQL and IG Authors

Results 86 cqf-tooling issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The cqf-tooling currently includes both slf4j and log4j as non-optional dependencies. This means downstream projects are required to exclude the dependencies manually, like shown here: https://github.com/DBCG/cqf-ruler/blob/master/pom.xml#L111 **To...

bug

Some environments require computable value set definitions, rather than just expansions. In this case, we need tooling that can infer a computable definition from an expansion. Ensure that the tooling...

enhancement
1pt

Data requirements analysis has two parameters: analyzeDataRequirements and collapseDataRequirements that control the behavior of data requirements collection and analysis for Library and Measure resources. Expose these parameters on the Library...

enhancement
1pt

The bundle for CervicalCancerScreening is not including test data for the numerator case. Posted the data manually and it's correct, so not sure where the issue is

bug

Need to be able to write artifacts from a Location perspective, so the model info for FHIR needs to describe a Location context. We would need to know how that...

2pt

When performing data requirement analysis on queries with conditions that include null predicate tests, the error "Expected ElmExpressionRequirement" occurs. Ideally, the case of a null predicate test could be included...

bug

When attempting to determine data requirements for a specific library, the following error is encountered: "Cannot determine expression for data requirement because the source is not an AliasedQuerySource or LetClause"...

bug

The above error message occurs when processing OpioidCDSCommon logic

bug

CQL is a platform-independent query representation, and may be evaluated in different environments. The most efficient evaluation strategy often depends on the capabilities of target environments, resulting in the need...

enhancement

The AcceleratorKitProcessor currently expects that the column used for specifying a base profile is also hijacked to indicate whether or not an extension is needed (expects that to be indicated...