Added carePrograms query parameter to /qoc/indicatorsets end point.

live
Eric Hoekstra 1 year ago committed by Reinier Zwitserloot
parent 9f03733750
commit e368c7ef79
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -8,6 +8,14 @@ get:
This endpoint is also reachable using URL `/qoc/careprogram`, but depricated. This endpoint is also reachable using URL `/qoc/careprogram`, but depricated.
parameters: parameters:
- name: carePrograms
in: query
description: |-
A comma separated list of care program types, for example `DM,COPD`. The response is limited to the specified care programs.
schema:
type: array
items:
$ref: '../schemas/CareProgram-enum.yaml'
- $ref: '../zoo-api.yaml#/components/parameters/Authorization' - $ref: '../zoo-api.yaml#/components/parameters/Authorization'
responses: responses:
'200': '200':

Loading…
Cancel
Save