[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. If present, this indicator is optional, and the value contains dutch human readable text explaining why.
type: string 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. 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: required:
- title - title
- key
- focus
patients: patients:
type: array type: array
items: items:

@ -20,6 +20,12 @@ properties:
description: Short, in dutch, plain text. description: Short, in dutch, plain text.
type: string type: string
example: Prevalentie Diabetes 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: htmlDescription:
description: In dutch, HTML formatted; if present, contains details on how this value is measured (in more readable, less technical terms than `htmlDetail`. 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 type: string

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

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

Loading…
Cancel
Save