Uploaded image for project: 'MADiE Issue Tracker'
  1. MADiE Issue Tracker
  2. MADIE-380

Diagnosis to diagnoses change related issue

    • Icon: Bug/Issue Bug/Issue
    • Resolution: Answered
    • Icon: Critical Critical
    • CQL
    • PC-05 CMS 9
    • CMS 9
    • 2

      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

          [MADIE-380] Diagnosis to diagnoses change related issue

          Great, thanks!

          Lizzie Charbonneau added a comment - Great, thanks!

          Hi Lizzie,

          This issue has been resolved. Thanks!

          Neelam (Inactive) added a comment - Hi Lizzie, This issue has been resolved. Thanks!

          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,
          Lizzie

          Lizzie Charbonneau added a comment - 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, Lizzie

            lizziedy Lizzie Charbonneau
            nzafar Neelam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: