Renamed careprogram endpoint to indicators.
parent
7e6b2b0740
commit
263a429af7
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 507 KiB |
@ -1,20 +1,22 @@
|
||||
get:
|
||||
operationId: carePrograms
|
||||
operationId: indicatorSets
|
||||
tags:
|
||||
- Quality of Care
|
||||
summary: Care programs
|
||||
summary: Indicator sets
|
||||
description: |-
|
||||
List all available care programs. Includes all care programs that the user is allowed to enable or preview, i.e. even ones that shouldn't be shown by default.
|
||||
List all available indicator sets. Includes all sets that the user is allowed to enable or preview, i.e. even ones that shouldn't be shown by default.
|
||||
|
||||
This endpoint is also reachable using URL `/qoc/careprogram`, but depricated.
|
||||
parameters:
|
||||
- $ref: '../zoo-api.yaml#/components/parameters/Authorization'
|
||||
responses:
|
||||
'200':
|
||||
description: |-
|
||||
Care programs are returned.
|
||||
Indicator sets are returned.
|
||||
|
||||
Examples:
|
||||
* <a href="examples/qoc_careprogram.1.json">Example complete response</a>
|
||||
* <a href="examples/qoc_careprogram.ui_example.png">Example UI render (<em>Somewhat outdated</em>)</a>
|
||||
* <a href="examples/qoc_indicatorsets.1.json">Example complete response</a>
|
||||
* <a href="examples/qoc_indicatorsets.ui_example.png">Example UI render (somewhat outdated)</a>
|
||||
links:
|
||||
GetIndicatorSet:
|
||||
operationId: indicatorSet
|
||||
Loading…
Reference in New Issue