Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM) domains. This repository contains complementary tooling in support of that specification.
The engine currently contains testing libraries:
https://github.com/cqframework/clinical_quality_language/tree/master/Src/java/engine/src/test/resources/org/opencds/cqf/cql/engine/execution
However, many of these tests are duplicates of the tests in the engine-fhir project:
https://github.com/cqframework/clinical_quality_language/tree/master/Src/java/engine-fhir/src/test/resources/org/hl7/fhirpath/cql
To reduce overall maintenance, remove the tests from the CQL-based suite that are duplicates of the XML-based suite.