Skip to content
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

CQIS Release to address critical CQL bug #6569

Closed
Capt-Mac opened this issue Dec 19, 2024 · 0 comments
Closed

CQIS Release to address critical CQL bug #6569

Capt-Mac opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels

Comments

@Capt-Mac
Copy link
Collaborator

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:

  1. Evaluate a CQL expression where CQL is using QICore and is checking for Encounter.period where an Encounter.period is empty
  2. Produces error: 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):

  • HAPI FHIR Version 7.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant