Enumerates all practices for which the current customer (user) is responsible in the care group. The customer identified with the JWT must be the group manager. The care group must be responsible for the underlying practices. Some care groups are organized in a way that they are not allowed to process data of the member practices. For these care groups no practices are shown.
Enumerates all practices for which the current customer (user) is responsible in the care group. The customer identified with the JWT must be the group manager. The care group must be responsible for the underlying practices. Some care groups are organized in a way that they are not allowed to process data of the member practices. For these care groups no practices are shown.
FUTURE:Soon this API will be updated to allow asking for a single practice; optionally, if a care group's AGB is also provided, the list of care programs contracted by the care group is also provided.
If the JWT identifies a single practice, then API runs in bare mode. The response in this mode has the same structure, but the list of care programs of the care group is always empty and the list of practices holds exactly one practice.
parameters:
parameters:
- name:refDate
- name:refDate
in:query
in:query
@ -30,10 +30,14 @@ get:
type:string
type:string
description:|-
description:|-
Identifying tag name of the care group.
Identifying tag name of the care group.
In bare mode the first of possible several care groups is written in the response (see above for bare mode).
example:demo_fabel
example:demo_fabel
careprograms:
careprograms:
description:|-
description:|-
All care programs contracted by the care group. Subtract from this set the active care programs from any practice reported in `practices` to know which care programs they may want to activate.
All care programs contracted by the care group. Subtract from this set the active care programs from any practice reported in `practices` to know which care programs they may want to activate.
Empty array in bare mode (see description above).
example:
example:
- OuderenZorg
- OuderenZorg
- DM
- DM
@ -82,7 +86,7 @@ post:
operationId:setCustomerCareProgram
operationId:setCustomerCareProgram
summary:Add a practice to a care program.
summary:Add a practice to a care program.
description:|-
description:|-
Allows a care group manager to configure which care programs are actively participated in by a GP practice. (care programs = ziektebeelden, ketens).
Allows a care group manager to configure which care programs are actively participated in by a GP practice.
The caller must authorize itself as a care group (manager).
The caller must authorize itself as a care group (manager).