cqframework / clinical-reasoning

CQF Clinical Reasoning on FHIR for Java
https://www.cqframework.org/clinical-reasoning/
Apache License 2.0
34 stars 24 forks source link

Fix IllegalArgumentException: Found multiple versions / instances of library FHIRHelpers #314

Closed dkayiwa closed 12 months ago

barhodes commented 1 year ago

I've included this fix in my PR for fixes to the $apply operation: https://github.com/cqframework/clinical-reasoning/pull/315

dkayiwa commented 1 year ago

I've included this fix in my PR for fixes to the $apply operation: #315

@c-schuler believes that the issue is upstream in the CqlEngine

barhodes commented 1 year ago

It likely is and we are continuing to investigate the issue, but those changes at least get us past it for this instance.

dkayiwa commented 1 year ago

It likely is and we are continuing to investigate the issue, but those changes at least get us past it for this instance.

oh, cool! 👍

JPercival commented 12 months ago

Closing, it's already be resolved on master