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

Care-Gaps Concurrent modification exception #466

Closed
Capt-Mac opened this issue May 29, 2024 · 0 comments · Fixed by #479
Closed

Care-Gaps Concurrent modification exception #466

Capt-Mac opened this issue May 29, 2024 · 0 comments · Fixed by #479
Assignees
Labels
bug Something isn't working dQM

Comments

@Capt-Mac
Copy link
Contributor

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:

  1. POST Measure: ecqm-content-qicore-2024/bundles/measure/ColonCancerScreeningFHIR/ColonCancerScreeningFHIR-bundle.json at main · cqframework/ecqm-content-qicore-2024

  2. 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

  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dQM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant