We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On the following request:
http://127.0.0.1:9080/fhir-server/api/v4/$cql?expression=[Observation] o return (o.code.coding c return c.code)&subject=Patient/example
I got the following error:
{ "resourceType": "OperationOutcome", "id": "ac-12-0-6-8d388349-82af-4f17-8e77-a0d4c0eb5f79", "issue": [ { "severity": "error", "code": "invalid", "details": { "text": "Only lists of resources are supported" } } ] }
Environment LinuxForHealth FHIR Server 5.1.1
The text was updated successfully, but these errors were encountered:
Have you tried using this CQL syntax: https://cql.hl7.org/09-b-cqlreference.html#indexer-1
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On the following request:
I got the following error:
Environment
LinuxForHealth FHIR Server 5.1.1
The text was updated successfully, but these errors were encountered: