You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On upgrading to the very latest updates on the FHIR SDK. On running the FHIROperator.evaluateMeasure( method we encounter an exception with the exception message ...model.Measure.hasLibrary()' on a null object reference(see screenshot).
Describe the bug
On upgrading to the very latest updates on the FHIR SDK. On running the
FHIROperator.evaluateMeasure(
method we encounter an exception with the exception message...model.Measure.hasLibrary()' on a null object reference
(see screenshot).On further investigation it points us to the evaluation of the method here https://github.com/cqframework/clinical-reasoning/blob/1d033f61140709d5fc1f3d4702ea9f1460647157/cqf-fhir-cr/src/main/java/org/opencds/cqf/fhir/cr/measure/r4/R4MeasureProcessor.java#L89 which when evaluated throws the exception
Type org.hl7.fhir.r4.model.CanonicalType not present causing the measure to return as a null object
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should generate the Measure report successfully
Screenshots
Here's a screenshot of the full stack trace after the evaluation of the aforementioned class method R4MeasureProcessor.java#L89 in debug mode.
Smartphone (please complete the following information):
Additional context
The issue was witnessed after the lib upgrades on the PR here #2825
The text was updated successfully, but these errors were encountered: