Releases: cqframework/clinical-reasoning
Releases · cqframework/clinical-reasoning
CQL Evaluator Release 1.4.0 (v1.4.0)
What's Changed
- NullResultInMeasureEvaluation by @jreyno77 in #61
- Date helper updates by @jreyno77 in #62
- Additional parameter metadata for cql parameters by @JPercival in #63
- Add no op support for expressions by @JPercival in #64
- Added a test for checking SDE reference in evaluatedResources by @jreyno77 in #66
- Feature aggregation by @mdnazmulkarim in #67
- Update hapi fhir 5.5.3 by @mdnazmulkarim in #72
- Updating the PlanDefinition PR based on reviewer's request by @vitorpamplona in #74
- PlanDefinition Module with Tests by @jreyno77 in #42
New Contributors
- @mdnazmulkarim made their first contribution in #67
- @vitorpamplona made their first contribution in #74
Full Changelog: v1.3.0...v1.4.0
CQL Evaluator v1.3.0
- 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
- 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)
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)
Fixes for Maven repository requirements