[MADIE-400] Bonnie not calculating multiple episodes Created: 11/10/17 Updated: 05/11/18 Resolved: 12/05/17 |
|
Status: | Closed |
Project: | MADiE Issue Tracker |
Component/s: | CQL, Measure Calculation |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug/Issue | Priority: | Blocker |
Reporter: | Mike Shoemaker (Inactive) | Assignee: | Lizzie Charbonneau |
Resolution: | Answered | Votes: | 0 |
Labels: | CQL | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Measure/Library Title: | IMM2 CQL Conversion |
CBE Number: | CMS739v0 |
Test Case Name(s): | NumPass/ExclPass/NumFail VacDuringEnc/OrganDuringEnc/GBS<6WksSAEVac&SAEEnc |
Impact: | Unable to evaluate the results for multiple encounters. |
Description |
This is an episode based measure. This test case has 3 valid encounters entered, Bonnie is only returning results for 1. |
Comments |
Comment by Lizzie Charbonneau [ 12/05/17 ] |
Thank you for noting this. This does appear to be an issue - Bonnie is incorrectly stopping all calculations into the numerator when one encounter satisfies denominator exclusions. Can you create a separate ticket for this issue? We will close this ticket as this particular issue has been resolved. Thank you, |
Comment by Mike Shoemaker (Inactive) [ 12/05/17 ] |
Appears Bonnie is now evaluating multiple encounters, however, one of the encounters should meet the numerator. Since one of the encounters results in a Den Exclusion, would Bonnie stop processing before evaluating any encounter for Numerator compliance? Please advise. I have attached a new package using MAT CQL Prod. Thanks, |
Comment by Lizzie Charbonneau [ 11/12/17 ] |
Hi Mike, Although this was uploaded as an episode of care based measure, the logic is written as a patient based measure. Each definition returns a boolean rather than a list of data criteria. You can see this with the use of exists for each logic criteria. The logic would need to be updated to return a list for each population rather than a boolean. Thanks, |