Upstream Measure Processor, ApplyScoringMembership configuration option#663
Merged
Conversation
|
Formatting check succeeded! |
JPercival
approved these changes
May 6, 2025
JPercival
approved these changes
May 7, 2025
brynrhodes
approved these changes
May 8, 2025
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #663 +/- ##
============================================
- Coverage 71.53% 71.12% -0.42%
Complexity 153 153
============================================
Files 475 473 -2
Lines 22303 22341 +38
Branches 2873 2875 +2
============================================
- Hits 15955 15890 -65
- Misses 4926 5025 +99
- Partials 1422 1426 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
current code coverage gaps will be patched by addition of CQL CLI testing that will make use of MeasureProcessor 'evaluateResults' method |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This change allows for measure processor two pathways to generating Measure Reports:
The core purpose of this change is to expose dQM enforcement points and report generation while allowing upstream result creation to come from alternative sources like the CQL CLI tool.
Another feature was added allows for introduction of a new configuration that disables/enables application of Measure Scoring by set membership between dependent populations (InNumerator=True requires InDenominator=True). The current behavior of enforcing set membership will be defaulted, but if desired, users could override this setting and have raw output of CQL criteria expressions result in Measure Report populations (InNumerator=True requires InDenominator=False).
This is to allow implementers the ability to have CQL enforce membership logic instead of relying on dQM scoring algorithms. If choosing an existing scoring algorithm, all other standard behavior is still enforced.