[indicators] htmlDetail and htmlDescription were on the wrong hierarchy

live
Reinier Zwitserloot 1 year ago
parent f2da4278db
commit 8b985f1fd3
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -20,6 +20,14 @@ properties:
description: Short, in dutch, plain text. description: Short, in dutch, plain text.
type: string type: string
example: Prevalentie Diabetes example: Prevalentie Diabetes
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
example: Patiënten met ≥ 1 voorschrift(en) long acting beta-2 agonists (LABA) of long acting muscarine antagonists (LAMA) in de afgelopen 12 maanden
htmlDetail:
description: In dutch, HTML formatted; if present, contains specific details on how this value is measured (for example, contains information about which NHG bepaling codes are used).
type: string
example: LAMA (<code>R03BB</code> (04, 05, 06 of 07)) of LABA (<code>R03AC</code> (12, 13, 18 of 19))
type: type:
description: |- description: |-
What kind of indicator this is. What kind of indicator this is.
@ -183,6 +191,12 @@ properties:
type: string type: string
example: Praktijk 2023Q3 example: Praktijk 2023Q3
default: '' default: ''
pop:
description: |-
A number representing the total population that this indicator has calculated against; can have decimal values if this
indicatorset represents a group average.
type: number
example: 854.0
segments: segments:
type: array type: array
items: items:

@ -84,14 +84,6 @@ properties:
description: In dutch, plain text formatted; should fit on one line. description: In dutch, plain text formatted; should fit on one line.
type: string type: string
example: Populatie example: Populatie
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
example: Patiënten met ≥ 1 voorschrift(en) long acting beta-2 agonists (LABA) of long acting muscarine antagonists (LAMA) in de afgelopen 12 maanden
htmlDetail:
description: In dutch, HTML formatted; if present, contains specific details on how this value is measured (for example, contains information about which NHG bepaling codes are used).
type: string
example: LAMA (<code>R03BB</code> (04, 05, 06 of 07)) of LABA (<code>R03AC</code> (12, 13, 18 of 19))
indicatorGroups: indicatorGroups:
description: |- description: |-
A chapter contains 1 or more indicator groups. An indicator group is an array of indicators which should A chapter contains 1 or more indicator groups. An indicator group is an array of indicators which should

Loading…
Cancel
Save