Added /qoc/careprograms (note -s) end point.

Eric Hoekstra 1 year ago
parent 293c92bd1e
commit 75ffe5c08c

@ -0,0 +1,24 @@
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'
'401':
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
'403':
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'

@ -69,6 +69,8 @@ paths:
$ref: 'paths/population_frequentUser_patients.yaml' $ref: 'paths/population_frequentUser_patients.yaml'
/population/frequentUser/patient: /population/frequentUser/patient:
$ref: 'paths/population_frequentUser_patient.yaml' $ref: 'paths/population_frequentUser_patient.yaml'
/qoc/careprograms:
$ref: 'paths/qoc_careprograms.yaml'
/qoc/indicatorsets: /qoc/indicatorsets:
$ref: 'paths/qoc_indicatorsets.yaml' $ref: 'paths/qoc_indicatorsets.yaml'
/qoc/indicatorset/{setKey}: /qoc/indicatorset/{setKey}:

Loading…
Cancel
Save