[review] Final touches on the breaking changes to make things more uniform

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 4c5817084a
commit 6c2bee8d25
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -61,7 +61,7 @@ properties:
- casefinder - casefinder
type: string type: string
example: indicatorset example: indicatorset
careProgram: careprogram:
description: |- description: |-
The kind of chronic care that this care program caters to. Can be omitted in cases where this care program doesn't cover a generally The kind of chronic care that this care program caters to. Can be omitted in cases where this care program doesn't cover a generally
accepted protocollized chronic care condition (Often, new research). accepted protocollized chronic care condition (Often, new research).

@ -4,11 +4,11 @@ description: |-
Always sent first. Always sent first.
type: object type: object
properties: properties:
bepalingen: measurements:
description: |- description: |-
Represents measurements (such as bloodpressure) and snapshot determinations (such as 'who is responsible for Type 2 diabetes chronic care'), Represents measurements (such as bloodpressure) and snapshot determinations (such as 'who is responsible for Type 2 diabetes chronic care'),
based on NHG memocodes. Each key in this object is a full NHG memocode (with no spaces), and each value is an object. That object based on NHG memocodes. Each key in this object is a full NHG memocode (with no spaces), and each value is an object. That object
contains a key/value pair `"wcia"` containing the NHG numeric code for that memocode, a k/v pair `"text"` containing a dutch human contains a key/value pair `"num"` containing the NHG numeric code for that memocode, a k/v pair `"text"` containing a dutch human
readable description. If the valid values for this measurement are enumerated, a k/v pair `"nhgVal": true` is present, as well as readable description. If the valid values for this measurement are enumerated, a k/v pair `"nhgVal": true` is present, as well as
key `"nhg-antwoorden"` mapping to an object containing simple k/v pairs where the key contains a number and the value is a dutch human key `"nhg-antwoorden"` mapping to an object containing simple k/v pairs where the key contains a number and the value is a dutch human
readable description of that means, such as `"48": "Huisarts"`. readable description of that means, such as `"48": "Huisarts"`.
@ -17,7 +17,7 @@ properties:
example: |- example: |-
{ {
"DMHBTZ": { "DMHBTZ": {
"wcia": 2206, "num": 2206,
"text": "hoofdbehandelaar diabetes", "text": "hoofdbehandelaar diabetes",
"nhgVal": true, "nhgVal": true,
"nhgAnswers": { "nhgAnswers": {
@ -26,7 +26,7 @@ properties:
} }
} }
} }
icpc: icpcs:
description: |- description: |-
Represents diagnoses and medical conditions, based on the ICPC1.1-NL standard. Keys in this object represent ICPC codes, always Represents diagnoses and medical conditions, based on the ICPC1.1-NL standard. Keys in this object represent ICPC codes, always
formatted as a capital letter, followed by 2 digits, a dot, and 2 more digits. These map to value objects that contain 2 formatted as a capital letter, followed by 2 digits, a dot, and 2 more digits. These map to value objects that contain 2

Loading…
Cancel
Save