Stream: cql
Topic: CQF Exercises - codes
Matt Jenks (Mar 31 2021 at 20:44):
@Bryn Rhodes From today's CQL webinar ... Exercises05 ... I can't seem to get this line to work. It returns false.
define "Married in Marital Status": "Marital Status - Married" in "Marital Status"
My atom plugin is not working so I am executing it in https://cql-runner.dataphoria.org/. I am using patient 92 from that server. But the patient context shouldn't matter for that statement, correct?
Attached is my complete file. Any ideas why i'm getting false Exercises05mj.cql ?
Bryn Rhodes (Apr 01 2021 at 02:16):
Hi @Matt Jenks , that is an interesting one, I don't know. I initially thought it was because the marital-status valueset isn't present on that server, but I posted it, and even verified the expansion is present and it still returns false. I'll have to dig in more because it seems like that should be returning true.
JP (Apr 01 2021 at 16:46):
@Matt Jenks - I've published version 2.9.1 of the language-cql plugin that I think addresses your issues. Please give it a shot.
Matt Jenks (Apr 01 2021 at 16:56):
@JP Thanks. I downloaded the 2.9.1 plugin. Saw that it installed the language server after an atom restart. I am now receiving output when I try to run my CQL! Looks great! Thanks!
Last updated: Apr 12 2022 at 19:14 UTC