CQF Ruler v0.5.0
What's Changed
- Feature plugins sdc tests by @JPercival in #368
- Add doc examples by @JPercival in #369
- Initial utility plugin by @JPercival in #388
- Additional utilities for resolving resources by @JPercival in #389
- Feature ra plugin by @rob-reynolds in #392
- Dev tools plugin by @jreyno77 in #393
- Fix issue in ra $report when server address is not set in config by @rob-reynolds in #394
- Update hapi fhir version by @mdnazmulkarim in #391
- FixesToErrorsFoundTesting by @jreyno77 in #397
- Added Security Plugin - OAuth Provider. by @ZackAustin in #398
- FixesToLibraryContentReflection by @jreyno77 in #400
- UpdatesToCqlConfiguration by @jreyno77 in #401
- Feature plugins cr by @JPercival in #402
- Feature Plugins CR by @jreyno77 in #405
- Cpg plugin library evaluation by @mdnazmulkarim in #404
- Feature plugins cr by @jreyno77 in #407
- Added Payer SDE to Evaluate Measure Response by @Jinip in #408
- Feature break out server core by @JPercival in #409
- Feature cds hook plugin by @ZackAustin in #414
- Case reporting $extract-line-list-data by @mdnazmulkarim in #425
- Cql logging config output statement by @sliver007 in #434
- $extract + error handling by @workcartersmith in #424
- justify filter thresh hold by @mdnazmulkarim in #438
- WIP Test Framework by @JPercival in #437
- Quality measure data requirements by @mdnazmulkarim in #440
- Fix problems by @rob-reynolds in #443
- Bump postgresql from 42.2.23 to 42.2.25 by @dependabot in #445
- Bump h2 from 2.0.204 to 2.1.210 by @dependabot in #447
- Feature process message provider by @jreyno77 in #446
- Add measure $data-requirements operation by @mdnazmulkarim in #444
- DSTU3 submit-data, R4 and DSTU3 collect-data by @JPercival in #439
- Fix build by @rob-reynolds in #450
- Set new line to LF to match non-Windows systems and fix issue with au… by @rob-reynolds in #448
- Make the plugin example completely independent by @JPercival in #452
- Ruler Refactor by @JPercival in #451
- $cql OperationProvider and Tests by @jreyno77 in #458
- Modified Search utility byName to perform Exact search by @sliver007 in #461
- Feature additional measure bundle by @mdnazmulkarim in #459
- Resolve #460 - Don't register r4 providers in dstu3 mode by @JPercival in #463
- Restore cds-hooks tests by @JPercival in #466
- Enhance data requirements by @mdnazmulkarim in #465
- Feature gic plugin by @rob-reynolds in #467
- Remove unused data from test data by @rob-reynolds in #471
- Feature 470 fhir query patterns in data requirements by @brynrhodes in #474
- #46 DQM Platform deploy to alphora/cqf-ruler with contentgroup/cqf-ruler by @Capt-Mac in #477
- Fix bugs in care gaps operation found using touchstone tests by @rob-reynolds in #476
- Fix typo in deploy script by @JPercival in #478
- Exclude transitive engine dependencies by @JPercival in #479
- Added BCSE connectathon content as a measure test case by @brynrhodes in #482
- Fix cdshooks prefetch nonpatientcontext error by @sliver007 in #483
- Added another data requirements test case by @brynrhodes in #484
- Fix resource references in html templates by @JPercival in #486
- Disable HAPI CqlProviderFactory by @JPercival in #491
- Add debian package upgrade to docker images by @JPercival in #496
- Bump spring-boot-starter-web from 2.5.6 to 2.5.12 in /example by @dependabot in #499
- Bump spring-boot-starter-web from 2.5.6 to 2.5.12 by @dependabot in #498
- Moved the Core/utility/Translators class to the CQL Plugin. by @sliver007 in #503
- Modified the default logback configuration to include a FILE logger. by @sliver007 in #504
- Measure evaluation add terminology endpoint param by @mdnazmulkarim in #497
- Add more examples of cql config, disable logging by default by @JPercival in #505
- Update Docker image to Java 18 for container-aware improvements by @JPercival in #509
- Threaded Measure Evaluation by @JPercival in #511
- add measure test case for multi version support by @mdnazmulkarim in #512
- fixes #453, addressing to remove the disabled annotation to utilize the test cases. by @chalmarm in #513
- fixes #462, Clean-up testing items for consistency and clarity. by @chalmarm in #516
- Bug fix build with latest hapi by @JPercival in #519
- data requirements test fixture update by @mdnazmulkarim in #522
- Parallel care gaps by @mdnazmulkarim in #508
- Performance enhancements by @JPercival in #524
- Closes #525 Update $collect-data to ignore SDE Observations by @rob-reynolds in #527
- Authentication interceptor by @mdnazmulkarim in #528
- Add test for non-patient/encounter based measure evaluation by @mdnazmulkarim in #514
- Multi version support(non manifest) for $data-requirements by @mdnazmulkarim in #532
- Fix cql property binding by @JPercival in #531
- Add a custom executor that sets JAXB correctly by @JPercival in #542
- #537 - extending $cql operation, adding tests, cleanup by @c-schuler in #538
- add additional data test by @mdnazmulkarim in #523
- Fix checkstyle failing imports used in docs by @JPercival in #548
- Override base class test behavior to allow for per-test resetting for additional data tests. by @JPercival in #549
- add exception handling interceptor by @mdnazmulkarim in #521
- #543: $risk-adjustment operation POC by @c-schuler in #550
- Fix build by @c-schuler in #553
- Updated Library/$evaluate operation by @c-schuler in #554
- Fix bug in searching by version. by @rob-reynolds in #563
- Feature add sde searchparameter by @rob-reynolds in #564
- #481: Fixed CDS Hooks service cache by @c-schuler in #562
- Update variables to be static where appropriate by @rob-reynolds in #568
- Fix missing FhirQueryGenerator by @JPercival in #569
- #557 & #558 Added SDE to bundle entry for $care-gaps and $risk-adjustment by @c-schuler in #567
- Bug health check with security by @rob-reynolds in #570
- Added cds hooks tests for requests with and without prefetch data by @c-schuler in #572
- Update evaluator to v1.4.6-SNAPSHOT by @rob-reynolds in #573
- Fixed configuration for remote data/terminology for $cql and Library/$evaluate by @c-schuler in #576
- #575: Cds Hooks services cache initialization by @c-schuler in #578
- Fixed variable name mismatch with endpoints by @c-schuler in #579
- Updates to $risk-adjustment by @c-schuler in #580
- porting data requirements pertinence tag by @mdnazmulkarim in #584
- update version 0.5.0 by @Capt-Mac in #585
- fixing mvn deployment errors for release by @Capt-Mac in #586
- fix pom with sontatype version by @Capt-Mac in #587
New Contributors
- @Jinip made their first contribution in #408
- @Capt-Mac made their first contribution in #477
- @chalmarm made their first contribution in #513
Full Changelog: v0.4.1...v0.5.0