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'