description: |- A report about a specific aspect of a care program, listing how each patient is categorized. type: object properties: gpis: $ref: 'GPIS.yaml' key: description: Unique identifier, not to be shown to the user, for referring to this indicator set in other API calls. type: string example: ZOO-dm name: description: Human readable dutch text; should fit in one line. *HTML*. 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 description: description: A more detailed description of what this indicator calculates. *HTML* type: string descriptionDetail: description: |- *OPTIONAL* A description of which exact formulas and codes are checked to calculate this indicator. *HTML*. type: string blocks: description: |- A block describes one particular outcome (such as 'patients with conflicting registration'). type: array items: type: object required: - title - patients properties: title: description: Describes the nature of what this block of patients represents. *HTML*. type: string example: >- Hoofdbehandelaar is geregistreerd als 'Onbekend' description: description: |- *OPTIONAL* Additional information about this block of patients; usually instructions about recommended medical / GP actions. *HTML*. type: string example: |- Voor deze patiënten hebben we geen registratie van de hoofdbehandelaar kunnen vinden in de uit uw HIS aangeboden informatie.
We raden u om deze lijst door te nemen en de hoofdbehandelaar te registreren. patients: description: |- A list of all patients in this block with details about why they are in this block. type: array items: type: object properties: pat_unid: $ref: 'pat-patUnid.yaml' bsn: $ref: 'pat-BSN.yaml' name: $ref: 'pat-Name.yaml' dob: $ref: 'pat-DOB.yaml' expl: description: |- An explanation of why this patient is in this block, in medmark format. type: string example: |- [NHG DMHB TZ] = [NHGA 49] op [DATE 20220223]. required: - pat_unid - bsn - name - dob - expl required: - gpis - key - name - refDate - description - chapters