Releases: cqframework/clinical-reasoning
Release Evaluator 1.4.6
What's Changed
- Update version to 1.4.5-SNAPSHOT by @brynrhodes in #109
- Added error checking for multiple TerminologyProvider.expands in orde… by @jreyno77 in #110
- update Engine artifact to 1.5.8-SNAPSHOT by @jreyno77 in #116
- 1.4.5 release prep by @brynrhodes in #120
- SDE evaluated resource fix by @mdnazmulkarim in #112
- Opd62 add opioid test case by @bryantaustin13 in #111
- Sde design update by @mdnazmulkarim in #121
- Sde design update middle by @mdnazmulkarim in #122
- Sde design update final by @mdnazmulkarim in #123
- Update SDE contained reference to be internal by @rob-reynolds in #124
- Add concept text to contained SDE Observation to support backwards co… by @rob-reynolds in #126
- Update version to version 1.4.6-SNAPSHOT by @rob-reynolds in #127
- Update sde for non-retrieve or in-cql resource return by @mdnazmulkarim in #129
New Contributors
- @bryantaustin13 made their first contribution in #111
Full Changelog: v1.4.4...v1.4.6
CQL Evaluator Release 1.4.4 (v1.4.4)
What's Changed
- Feature parallel measure eval by @mdnazmulkarim in #92
- R4 and Dstu3 MeasureBuilder population count fix based on extension by @mdnazmulkarim in #85
- Parallel measure eval dstu3 by @mdnazmulkarim in #99
- QuickFix: Adds null checks on TerminologyProviderFactory by @vitorpamplona in #102
- PlanDefinition Test infrastructure overhaul and Care Plan with Questionnaires by @vitorpamplona in #103
- Add extension to suplemental Data evaluated resources by @mdnazmulkarim in #105
- Additional data composite dal by @mdnazmulkarim in #104
- drop extension list by @mdnazmulkarim in #106
- Update evaluator to use 1.5.9-SNAPSHOT translator and 1.5.6-SNAPSHOT … by @brynrhodes in #108
Full Changelog: v1.4.3...v1.4.4
CQL Evaluator Release 1.4.3 (v1.4.3)
What's Changed
- Work towards more sane module structure by @JPercival in #76
- Add support for dstu3 MeasureReport merge by @mdnazmulkarim in #68
- Fix aggregate report by @mdnazmulkarim in #69
- Update error message when primary library is not found to specify the… by @rob-reynolds in #79
- Updated translator to 1.5.7-SNAPSHOT and engine to 1.5.5-SNAPSHOT ver… by @brynrhodes in #83
- Mr aggregate enhance by @mdnazmulkarim in #78
- unit test plandefiniion apply on hello world plan defintion by @Capt-Mac in #89
- Fix Unresolved ValueSet Expansion by @jreyno77 in #93
- Fix add qicore measure tests by @brynrhodes in #95
- Updated translator to 1.5.8, engine to 1.5.5 and HAPI to 5.6.3 by @brynrhodes in #97
- QuickFix for Empty translatorOptions by @vitorpamplona in #96
- Update to 1.4.3 for release by @brynrhodes in #98
New Contributors
Full Changelog: v1.4.2...v1.4.3
CQL Evaluator Release 1.4.2 (v1.4.2)
Full Changelog:
Update to cql-engine 1.5.4 to address some late-breaking bugs.
CQL Evaluator Release 1.4.1 (v1.4.1)
What's Changed
- Removing JAXB dependencies from the engine. by @vitorpamplona in #73
- #70: Added support for translator options in the file- and FHIR-based… by @brynrhodes in #71
- Updated the evaluator to use the 1.5.6 translator by @brynrhodes in #75
Full Changelog: v1.4.0...v1.4.1
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