diff --git a/paths/qoc_checkupList_{setKey}.yaml b/paths/qoc_checkupList_{setKey}.yaml index 8fab8f8..1a3ebd5 100644 --- a/paths/qoc_checkupList_{setKey}.yaml +++ b/paths/qoc_checkupList_{setKey}.yaml @@ -64,6 +64,8 @@ get: $ref: '../schemas/IndicatorSet.yaml#/properties/key' name: $ref: '../schemas/IndicatorSet.yaml#/properties/name' + careprogram: + $ref: '../schemas/IndicatorSet.yaml#/properties/careprogram' refDate: $ref: '../schemas/IndicatorSet.yaml#/properties/refDate' calculating: diff --git a/schemas/CareProgram-enum.yaml b/schemas/CareProgram-enum.yaml index 97be9e2..127e303 100644 --- a/schemas/CareProgram-enum.yaml +++ b/schemas/CareProgram-enum.yaml @@ -1,4 +1,5 @@ description: |- + The kind of chronic care that this care program caters to. _WARNING_: HVZ and VVR are being debated; this really is a single care program (probably called CVRM). This may change soon. _NOTE_: This list is expanded any time new care programs are introduced. API callers are encouraged not to hardcode the list @@ -17,4 +18,5 @@ description: |-
FractuurPreventie
Fracture prevention - often part of elderly care.
GecMonitoring
An assortment of indicators useful for monitoring a GEC (Geïntegreerd Eerstelijns Centrum / integrated primary care).
-type: string \ No newline at end of file +type: string +example: COPD \ No newline at end of file diff --git a/schemas/IndicatorSet.yaml b/schemas/IndicatorSet.yaml index 1f9f9c1..930f75f 100644 --- a/schemas/IndicatorSet.yaml +++ b/schemas/IndicatorSet.yaml @@ -17,6 +17,8 @@ properties: description: Human readable dutch text; should fit in one line. type: string example: Diabetes Mellitus type 2 – per InEen 2023 accreditatie + careprogram: + $ref: '../schemas/CareProgram-enum.yaml' refDate: description: 'All calculations are done based on this date (dutch: _peildatum_).' $ref: ./date.yaml