-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CQL: $evaluate-measure leads to HAPI-0389 error if the server contains more than 20 resources #4065
Comments
This issue is probably related: #4025 |
+1 |
1 similar comment
+1 |
Should be resolved with #4347. Feel free to reopen if the issue re-occurs. |
I tried running CQL on the new Docker image {
"resourceType": "OperationOutcome",
"issue": [ {
"severity": "error",
"code": "not-supported",
"diagnostics": "Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[Measure/3/$evaluate-measure] with parameters [[]]"
} ]
} What am I missing? Unfortunately I do not have the privileges to reopen the issue. Could you do that for me @JPercival ? |
This seems like a problem that has been reported here: hapifhir/hapi-fhir-jpaserver-starter#501 Likely, when you run a request to inspect the server's metadata, the CQL operations are unknown to the server and therefore none of them can be used, including $evaluate-measure. |
Is there any movement on this? We are experiencing the same responses as @wetret when attempting to evaluate a measure with |
Hi All, I am using smilecdr202308r02, I am getting the following error in postman when I submit a bundle transaction questionnaire request but get the below error: { |
Describe the bug:
Executing CQL on a server containing more then 20 resources using a Library and a Measure resource as well as the $evalutate-measure operation leads to the error:
To Reproduce:
docker-compose
:http://localhost:8080/fhir/Measure/{id}/$evaluate-measure
.Expected behavior:
The Result should be a MeasureReport resource like (depending on the number of male patients on the server):
Environment:
The text was updated successfully, but these errors were encountered: