-
Notifications
You must be signed in to change notification settings - Fork 24
QA Diagnoses is a List on an Encounter, Performed
Darren Duncan edited this page Oct 12, 2017
·
1 revision
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.
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"
Authoring Patterns - QICore v4.1.1
Authoring Patterns - QICore v5.0.0
Authoring Patterns - QICore v6.0.0
Cooking with CQL Q&A All Categories
Additional Q&A Examples
Developers Introduction to CQL
Specifying Population Criteria