[qoc] Added 'focus' property of indicators

live
Reinier Zwitserloot 5 months ago
parent c64b885f51
commit 84d010a78c
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

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

@ -18,6 +18,8 @@ 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