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

Eric Hoekstra 1 year ago
parent 75ffe5c08c
commit b42835bd68

@ -8,6 +8,14 @@ get:
This endpoint is also reachable using URL `/qoc/careprogram`, but depricated.
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'
responses:
'200':

Loading…
Cancel
Save