[api] Add 'careprogram' k/v pair to JSON output of indicatorset API end points.

EH/population-statistics-authorisation
Reinier Zwitserloot 1 year ago
parent aa05209b06
commit 70bcadad4b
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

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

@ -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: |-
<dt>FractuurPreventie</dt><dd>Fracture prevention - often part of elderly care.</dd>
<dt>GecMonitoring</dt><dd>An assortment of indicators useful for monitoring a GEC (Geïntegreerd Eerstelijns Centrum / integrated primary care).</dd>
</dl>
type: string
type: string
example: COPD

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

Loading…
Cancel
Save