[MADIE-380] Diagnosis to diagnoses change related issue Created: 09/19/17 Updated: 05/11/18 Resolved: 09/21/17 |
|
Status: | Closed |
Project: | MADiE Issue Tracker |
Component/s: | CQL |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug/Issue | Priority: | Critical |
Reporter: | Neelam (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: | PC-05 CMS 9 |
CBE Number: | CMS 9 |
Test Case Name(s): | 2 |
Description |
I made the changes to the CQL for diagnoses it does not show any error in MAT but 2/3 test cases are still failing in Bonnie related to the diagnosis/facility location update 5.4 |
Comments |
Comment by Lizzie Charbonneau [ 09/21/17 ] |
Great, thanks! |
Comment by Neelam (Inactive) [ 09/21/17 ] |
Hi Lizzie, This issue has been resolved. Thanks! |
Comment by Lizzie Charbonneau [ 09/19/17 ] |
Hi Neelam, It looks like the syntax you are using is: where Encounter.diagnoses in "Single Live Birth" This is not the correct syntax as diagnoses is a list of diagnoses rather than a single diagnosis. It needs to be accessed similar to: where Encounter.diagnoses diagnosis where diagnosis in "Single Live Birth" Please check with ESAC for the correct formatting. Thank you, |