No new data is available:Nonew group report has been constructed with a `refDate` newer than `ifNewerThan`.
'503':
description:The data cannot be provided, because EPD data has not been provided to Zorg op Orde, or ZOO has not had a chance to run the fundus calculations on this data.
content:
application/json:
schema:
type:object
required:
- agb
- regionName
properties:
agb:
description:|-
The same AGB as supplied via authentication or the `agb` parameter:The AGB of the care group being queried.
$ref:../schemas/agb.yaml
regionName:
description:|-
A human readable name describing the care group being queried (The entity whose AGB code is sent as `agb`).
type:string
'200':
description:All patients where funduscopy status is relevant are returned.
content:
@ -71,10 +101,7 @@ get:
agb:
description:|-
The same AGB as supplied via authentication or the `agb` parameter:The AGB of the care group being queried.
type:integer
format:int32
minimum:1
maximum:99999999
$ref:../schemas/agb.yaml
regionName:
description:|-
A human readable name describing the care group being queried (The entity whose AGB code is sent as `agb`).
@ -83,6 +110,7 @@ get:
$ref:../schemas/date.yaml
example:'2024-04-01'
description:|-
The date when this report for the
The date used for all calculations:Any time spans are relative to this date, any measurement requirements
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.
No new data is available:The EPD has not provided new information since `ifNewerThan`, or Zorg op Orde has not had a chance to rerun the fundus calculations on newly provided EPD data.
'503':
description:The data cannot be provided, because EPD data has not been provided to Zorg op Orde, or ZOO has not had a chance to run the fundus calculations on this data.
content:
application/json:
schema:
type:object
required:
- practice
properties:
practice:
type:object
required:
- agb
- name
- gpis
- refDate
properties:
agb:
description:|-
The AGB code of the GP practice whose patients are provided in this object.
$ref:../schemas/agb.yaml
name:
description:|-
A human readable name describing the GP practice (The entity whose AGB code is sent as `agb`).