Compare commits

..

2 Commits

Author SHA1 Message Date
Reinier Zwitserloot c64b885f51
share authorizations for `customer/basic`. 7 months ago
Reinier Zwitserloot 409e5d62d8
[trivial] 7 months ago

@ -62,6 +62,12 @@ get:
email: email:
type: string type: string
example: "M.Dobbelsteen@zorgoporde.nl" example: "M.Dobbelsteen@zorgoporde.nl"
share_authorizations:
description: The GP has granted permission to share certain aspects of the EPD data with the listed third parties.
type: array
example: ["KSYOS_FUNDUS"]
items:
type: string
dataProcessing: dataProcessing:
type: object type: object
properties: properties:

@ -110,10 +110,8 @@ get:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
example: '2024-04-01' example: '2024-04-01'
description: |- description: |-
The date when this report for the All fundus calculations for each practice that is part of this group is up to date as of this date.
The date used for all calculations: Any time spans are relative to this date, any measurement requirements This date is appropriate to feed to `ifNewerThan` in a future call.
as stated in the care group's policies such as 'must be registered every year or cannot be considered' are applied
to this date, anything that occured after this date is ignored.
practices: practices:
description: |- description: |-
One entry for each practice that is part of this care group and participates in at least one funduscopy-related care program. One entry for each practice that is part of this care group and participates in at least one funduscopy-related care program.

Loading…
Cancel
Save