We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CQL grammar allows a "no-op" query
However, this is frequently an unintended bug, and so the compiler should issue a warning to help authors identify this case.
For example, consider:
codesystem "NUCC taxonomy": 'http://nucc.org/provider-taxonomy' code "Mental Health Specialty 1": 'code' from "NUCC taxonomy" code "Mental Health Specialty 2": 'code2' from "NUCC taxonomy" code "Psych Mental Health Child Adolescent 1": 'code 3' from "NUCC taxonomy" code "Psych Mental Health 1": 'code 4' from "NUCC taxonomy" define "Mental Health Specialties": { "Mental Health Specialty 1" "Mental Health Specialty 2", "Psych Mental Health Child Adolescent 1", "Psych Mental Health 1", }
Thread for background: https://chat.fhir.org/#narrow/stream/179220-cql/topic/Spot.20the.20bug
The text was updated successfully, but these errors were encountered:
Note this is also related to this issue: #178
Sorry, something went wrong.
No branches or pull requests
CQL grammar allows a "no-op" query
However, this is frequently an unintended bug, and so the compiler should issue a warning to help authors identify this case.
For example, consider:
Thread for background:
https://chat.fhir.org/#narrow/stream/179220-cql/topic/Spot.20the.20bug
The text was updated successfully, but these errors were encountered: