description: |- A report about a care program based on showing a number of ratios, such as 'how many people in your practice have diabetes', or 'for all diabetes patients in your care with a recent blood pressure measurement, how do these blood pressure measurements split into "problematic" / "concern" / "okay" categories type: object properties: name: description: Human readable dutch text; should fit in one line. type: string example: Diabetes Mellitus type 2 – per InEen 2023 accreditatie refDate: description: 'All calculations are done on this date (dutch: _peildatum_).' type: string format: date example: 2023-04-01 chapters: description: Each chapter has a title and contains 1 or more indicators. type: array items: type: object properties: title: description: In dutch, *HTML* formatted; should fit on one line. type: string example: Populatie indicators: description: The indicators in this chapter type: array items: $ref: '#/components/schemas/Indicator'