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

Clinical Reasoning FHIRHelpers CQL bug #5404

Closed
Capt-Mac opened this issue Oct 26, 2023 · 1 comment · Fixed by #5406
Closed

Clinical Reasoning FHIRHelpers CQL bug #5404

Capt-Mac opened this issue Oct 26, 2023 · 1 comment · Fixed by #5406
Assignees

Comments

@Capt-Mac
Copy link
Collaborator

Describe the bug
When using clinical reasoning operation $evaluate-measure on measure bundle that is leveraging FHIRHelpers library, users are presented with a cql exception error

To Reproduce
Steps to reproduce the behavior:

  1. Post MeasureBundle to HapiFhir server like CDR or JpaStarter
  2. Run evaluate measure
  3. See error

{ "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "HAPI-0389: Failed to call access method: org.opencds.cqf.cql.engine.exception.CqlException: Could not resolve call to operator 'ToString(java.lang.Class)' in library 'FHIRHelpers'." } ] }

Expected behavior
Evaluate measure translates fhirHelpers and returns MeasureReport

Environment (please complete the following information):

  • HAPI FHIR Version 6.9.10-SNAPSHOT
  • Clinical Reasoning 3.0.0-PRE8

Additional context
Add any other context about the problem here.

@Capt-Mac Capt-Mac self-assigned this Oct 26, 2023
@Capt-Mac Capt-Mac linked a pull request Oct 26, 2023 that will close this issue
@JPercival
Copy link
Collaborator

Resolved by #5406

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

Successfully merging a pull request may close this issue.

2 participants