|
|
|
@ -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':
|
|
|
|
|