cqframework / clinical_quality_language

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.
https://confluence.hl7.org/display/CDS/Clinical+Quality+Language
Apache License 2.0
251 stars 121 forks source link

Remove duplicate tests from the Cql-based tests #1376

Open brynrhodes opened 5 days ago

brynrhodes commented 5 days ago

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.