You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zoo-api/paths/qoc_careprograms.yaml

31 lines
1.2 KiB
YAML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

get:
operationId: carePrograms
tags:
- Quality of Care
summary: Care programs
description: Enumerate all care programs (ketens) in which the customer participates.
parameters:
- $ref: '../zoo-api.yaml#/components/parameters/Authorization'
responses:
'200':
description: Set of care programs (ketens).
content:
application/json:
schema:
type: array
items:
type: object
properties:
careprogram:
$ref: '../schemas/CareProgram-enum.yaml'
name:
description: |-
Title of this careprogram meant for humans. In other words, the same as `careprogram`, but in dutch and conforming to the naming conventions of the care group.
In particular, VVR/HVZ tend to have wildly different names (certain groups call it CVRM, others HVZ, others 'VRM - Hoog risico', and so forth).
type: string
example: VRM Hoog Risico
'401':
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
'403':
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'