openEHR / specifications-ITS-REST

openEHR REST API Specifications
https://specifications.openehr.org/releases/ITS-REST/latest
Apache License 2.0
18 stars 15 forks source link

Example body for stored AQL query is incorrect. #77

Closed serefarikan closed 5 years ago

serefarikan commented 5 years ago

Please see: documentation for PUT here

I'd say an array of query parameters would be more appropriate instead of a query_parameter field

The value of query parameter is also wrong I think, at least it does not make sense since it does not refer to an actual parameter in the query such as ehr_id and finally, the parameter syntax in that query should be $ehr_id according to aql spec and not :ehr_id