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
NOTE: Before filing a ticket, please see the following URL: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug CQL Bug fix: cqframework/clinical_quality_language#1476
CQL Compiler was not respecting mapping signatures for QICore, resulting in an unavoidable failure of Measure & CQL content evaluation.
This issue is to introduce CQL fix into a patched version of Release 7.6 of hapi-fhir
To Reproduce Steps to reproduce the behavior:
Caused by: org.opencds.cqf.cql.engine.exception.CqlException: Ambiguous call to operator 'ToInterval(null)' in library 'FHIRHelpers'.
Expected behavior CQL Compiler should be able to evaluate Encounter.period where empty with appropriate signature
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Capt-Mac
No branches or pull requests
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug
CQL Bug fix: cqframework/clinical_quality_language#1476
CQL Compiler was not respecting mapping signatures for QICore, resulting in an unavoidable failure of Measure & CQL content evaluation.
This issue is to introduce CQL fix into a patched version of Release 7.6 of hapi-fhir
To Reproduce
Steps to reproduce the behavior:
Caused by: org.opencds.cqf.cql.engine.exception.CqlException: Ambiguous call to operator 'ToInterval(null)' in library 'FHIRHelpers'.
Expected behavior
CQL Compiler should be able to evaluate Encounter.period where empty with appropriate signature
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: