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
There is a bug in this method that causes Measures that only specify scoring on the group level or are missing an improvement notation on the measure resource to throw an exception.
run http://localhost:8000/Measure/$care-gaps?periodStart=2025-01-01&periodEnd=2025-12-31&subject=Patient/bf3f2c9a-a802-4522-8e38-d1c806e71483&status=closed-gap&status=open-gap&measureId=ColonCancerScreeningFHIR
Observed Results
"resourceType": "OperationOutcome",
"issue": [ {
"severity": "error",
"code": "processing",
"diagnostics": "HAPI-0389: Failed to call access method: java.util.ConcurrentModificationException"
} ]
}```
Expected results
Care-Gaps report with no error
The text was updated successfully, but these errors were encountered:
There is a bug in this method that causes Measures that only specify scoring on the group level or are missing an improvement notation on the measure resource to throw an exception.
Steps:
POST Measure: ecqm-content-qicore-2024/bundles/measure/ColonCancerScreeningFHIR/ColonCancerScreeningFHIR-bundle.json at main · cqframework/ecqm-content-qicore-2024
POST Data: ecqm-content-qicore-2024/bundles/measure/ColonCancerScreeningFHIR/ColonCancerScreeningFHIR-files/tests-bf3f2c9a-a802-4522-8e38-d1c806e71483-bundle.json at main · cqframework/ecqm-content-qicore-2024
run
http://localhost:8000/Measure/$care-gaps?periodStart=2025-01-01&periodEnd=2025-12-31&subject=Patient/bf3f2c9a-a802-4522-8e38-d1c806e71483&status=closed-gap&status=open-gap&measureId=ColonCancerScreeningFHIR
Observed Results
The text was updated successfully, but these errors were encountered: