-
Notifications
You must be signed in to change notification settings - Fork 8
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
Retrieve with filter example doesn't return expected results #24
Comments
I can verify that this is still a relevant issue. Please let me know if this project is still in active development, then I will add my specific findings. I also believe that this is visible in the CCS example of the cql runner in action. The example patient that should be in the numerator (
Isn't this a bug related to cql-engine instead of the runner? |
Hi @mjkemna. I believe you're referring to the quality measure exercise for CCS. Did you complete the exercise and not get the expected results? The CCS Example is actually the answer key for that example. |
Hi @c-schuler , yes I am referring to that example. If you use the answer key as code and run it with
but the following answer is given:
I believe it is related to the same issue that @brynrhodes describes (and actually a bug in the cql_engine). I can give you a more narrow test fixture to explain the issue in more detail. |
I have confirmed that the example runs as expected. |
Thanks @c-schuler, I did not see the comment that was removed in the answer key. It is working as expected with the line change. Is there another communication channel that I can contact you or someone else of the active development team? |
My email is available on my profile page (on the left sidebar). Thanks @mjkemna! |
The example "Retrieve with filter" is not returning the expected results.
First, the example is looking for a
clincalStatus
ofinactive
, it should beactive
.Even addressing that, the definition:
Returns:
We confirmed via http://measure.eval.kanvix.com/cqf-ruler/baseDstu3/Condition?patient=Patient-12214 that this patient has a condition with SNOMED code 363414004.
We also confirmed via http://measure.eval.kanvix.com/cqf-ruler/baseDstu3/ValueSet/2.16.840.1.113883.3.464.1003.108.11.1001 that this value set contains the code 363414004.
The text was updated successfully, but these errors were encountered: