|
|
|
@ -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
|
|
|
|
|