Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for population-level data requirement processing to IG refresh measure processor #536

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

c-schuler
Copy link
Contributor

Description

This PR contains the necessary updates to support Measure population-level data requirement processing for the IG refresh operation. The outcome of this update will include contained module definition libraries for each of the Measure.group.population defined in the measure if the appropriate flag is present when invoking the IG refresh operation.

  • Updated Refresh IG params to include flag for population level data requirement processing

  • Added the population level data requirement processing logic to the MeasureRefreshProcessor

  • Tested locally with the NHSN measure repository measures

  • Github Issue:

  • I've read the contribution guidelines

  • Code compiles without errors

  • Tests are created / updated

  • Documentation is created / updated

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0

…refresh measure processor

- Updated Refresh IG params to include flag for population level data requirement processing
- Added the population level data requirement processing logic to the MeasureRefreshProcessor
- Tested locally with the NHSN measure repository measures
@c-schuler c-schuler requested a review from brynrhodes October 21, 2024 17:59
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 62.65060% with 31 lines in your changes missing coverage. Please review.

Project coverage is 21.87%. Comparing base (eb2ec44) to head (5be29c3).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...s/cqf/tooling/measure/MeasureRefreshProcessor.java 50.00% 12 Missing and 1 partial ⚠️
.../tooling/measure/r4/RefreshR4MeasureOperation.java 0.00% 11 Missing ⚠️
...cds/cqf/tooling/measure/r4/R4MeasureProcessor.java 86.66% 2 Missing and 2 partials ⚠️
.../opencds/cqf/tooling/measure/MeasureProcessor.java 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #536      +/-   ##
============================================
+ Coverage     21.85%   21.87%   +0.02%     
  Complexity     1673     1673              
============================================
  Files           297      297              
  Lines         25392    25412      +20     
  Branches       4004     4008       +4     
============================================
+ Hits           5550     5560      +10     
- Misses        18922    18931       +9     
- Partials        920      921       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@bryantaustin13 bryantaustin13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brynrhodes brynrhodes merged commit 955f07e into master Oct 30, 2024
4 checks passed
@brynrhodes brynrhodes deleted the pop-level-data-requirement-support branch October 30, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants