Moved array of all possible group care programs.

EH/population-statistics-authorisation
Eric Hoekstra 1 year ago
parent 29a622d239
commit 3a1e5ec087

@ -19,50 +19,51 @@ get:
content: content:
application/json: application/json:
schema: schema:
type: array type: object
items: properties:
type: object caregroup:
properties: type: object
caregroup: properties:
type: string name:
description: Identifying tag name of the care group. type: string
example: demo_fabel description: Identifying tag name of the care group.
practices: example: demo_fabel
type: array careprograms:
items: description: All possible care programs for the care group. For every group it known to which programs they are participating. From this set the actual care programs reported in practices property can be substracted to get a list of missing programs.
type: object example:
properties: - OuderenZorg
agb: - DM
$ref: ../schemas/agb.yaml - COPD
name: - HVZ
type: string - VVR
gpis: type: array
$ref: ../schemas/GPIS.yaml items:
careprograms: $ref: '../schemas/CareProgram-enum.yaml'
type: array practices:
items: type: array
type: object items:
properties: type: object
careprogram: properties:
$ref: '../schemas/CareProgram-enum.yaml' agb:
periodStart: $ref: ../schemas/agb.yaml
$ref: ../schemas/date.yaml name:
periodEnd: type: string
$ref: ../schemas/date.yaml gpis:
active: $ref: ../schemas/GPIS.yaml
type: boolean careprograms:
description: True if today is on or after `periodStart` and before `periodEnd`. type: array
careprograms: items:
description: All possible care programs for the care group. For every group it known to which programs they are participating. From this set the actual care programs reported in practices property can be substracted to get a list of missing programs. type: object
example: properties:
- OuderenZorg careprogram:
- DM $ref: '../schemas/CareProgram-enum.yaml'
- COPD periodStart:
- HVZ $ref: ../schemas/date.yaml
- VVR periodEnd:
type: array $ref: ../schemas/date.yaml
items: active:
$ref: '../schemas/CareProgram-enum.yaml' type: boolean
description: True if today is on or after `periodStart` and before `periodEnd`.
'401': '401':
$ref: '../zoo-api.yaml/#/components/responses/NoAuth' $ref: '../zoo-api.yaml/#/components/responses/NoAuth'
'403': '403':

Loading…
Cancel
Save