Compare commits

..

No commits in common. '84d010a78ceec039df63b13880d379bc5e96c760' and '39a950ac4b1e7b62217a0053a51d7bdf883db717' have entirely different histories.

@ -62,12 +62,6 @@ get:
email:
type: string
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:
type: object
properties:

@ -110,8 +110,10 @@ get:
$ref: ../schemas/date.yaml
example: '2024-04-01'
description: |-
All fundus calculations for each practice that is part of this group is up to date as of this date.
This date is appropriate to feed to `ifNewerThan` in a future call.
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.
practices:
description: |-
One entry for each practice that is part of this care group and participates in at least one funduscopy-related care program.

@ -138,16 +138,8 @@ get:
If present, this indicator is optional, and the value contains dutch human readable text explaining why.
type: string
example: Volgens HKN protocol is BMI meten optioneel bij Astma patiënten; echter stelt het protocol wel een relatie tussen overgewicht en de mate van klachten.
focus:
description: |-
Caregroups can choose key performance indicators; such indicators are considered 'focus' indicators.
Focus indicators tend to be temporary; most caregroups adjust them yearly or every other year.
type: boolean
example: false
required:
- title
- key
- focus
patients:
type: array
items:

@ -20,12 +20,6 @@ properties:
description: Short, in dutch, plain text.
type: string
example: Prevalentie Diabetes
focus:
description: |-
Caregroups can choose key performance indicators; such indicators are considered 'focus' indicators.
Focus indicators tend to be temporary; most caregroups adjust them yearly or every other year.
type: boolean
example: false
htmlDescription:
description: In dutch, HTML formatted; if present, contains details on how this value is measured (in more readable, less technical terms than `htmlDetail`.
type: string

@ -15,11 +15,12 @@ properties:
refDate:
$ref: 'IndicatorSet.yaml#/properties/refDate'
htmlDescription:
$ref: 'Indicator.yaml#/properties/htmlDescription'
description: A more detailed description of what this indicator calculates. *HTML*
type: string
htmlDescriptionDetail:
$ref: 'Indicator.yaml#/properties/htmlDetail'
focus:
$ref: 'Indicator.yaml#/properties/focus'
description: |-
*OPTIONAL* A description of which exact formulas and codes are checked to calculate this indicator. *HTML*.
type: string
blocks:
description: |-
A block describes one particular outcome (such as 'patients with conflicting registration').

@ -18,8 +18,6 @@ properties:
$ref: 'IndicatorDetail.yaml#/properties/htmlDescription'
htmlDescriptionDetail:
$ref: 'IndicatorDetail.yaml#/properties/htmlDescriptionDetail'
focus:
$ref: 'Indicator.yaml#/properties/focus'
xMin:
$ref: 'Indicator.yaml#/properties/xMin'
xMax:

Loading…
Cancel
Save