Skip to content

Releases: cqframework/clinical-reasoning

CQL Evaluator Release 1.4.1 (v1.4.1)

31 Dec 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

CQL Evaluator Release 1.4.0 (v1.4.0)

24 Dec 20:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

CQL Evaluator v1.3.0

18 Sep 01:24
d6e4edb
Compare
Choose a tag to compare
  • Measure stratification
  • Add FhirPath/CQL Expression module
  • Fixes for in-memory Terminology
  • Fixes for Library caching

This release is shipping due to project deadlines, but it has a couple of known issues

Not really pleased with the way the Platform APIs came together and implementation experience has suggested a different approach is needed. Going to solicit community feedback for the next round - Document Platform APIs #57
The Fhir MeasureReportBuilders duplicate a lot of code, and are not model-independent, which is a step backwards. This will be addressed in a future release - Refactor MeasureReportBuilders to support additional models #56

CQL Evaluator v1.2.0

29 Apr 16:09
Compare
Choose a tag to compare
  • Initial Measure evaluation module
  • Initial ActivityDefinition evaluation module
  • Introduced FhirDal interface to allow platform-independent resource location
  • Added Guice module for use of platforms where Spring can't be used.
  • Swapped joptsimple for picocli
    • Added support for argfile parameter on platforms command allows limited characters
  • Support for distributed caching of LIbraries (via CacheAwareLibraryLoaderDecorator)
  • Added Translator ELM to CQL Engine ELM Library mapper
  • Added caching for FhirPath engine (performance improvement)
  • Fixed bugs with Library url processing

CQL Evaluator Release 1.1.0 (v1.1.0)

04 Feb 17:55
Compare
Choose a tag to compare

This is the 1.1.0 Release of the cql-evaluator:

  • Add Library $evaluate operation implementation
  • Add content tests based on Opioid MME
  • Add Spring modules
  • Add ability to load libraries directly from ELM (and skip translation)
  • Performance enhancements
  • Update to HAPI 5.2.0
  • Fix Measure module compilation issues (not yet enabled in the project)

CQL Evaluator Release 1.0.0 (v1.0.0)

30 Sep 21:11
Compare
Choose a tag to compare
Fixes for Maven repository requirements