diff --git a/paths/qoc_indicatorsets.yaml b/paths/qoc_indicatorsets.yaml index 4e2eb26..0ea9f28 100644 --- a/paths/qoc_indicatorsets.yaml +++ b/paths/qoc_indicatorsets.yaml @@ -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':