From eb9010d2da78d2f68ac4b2d2d88db654ca3ee585 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Tue, 2 Jul 2024 17:15:47 +0200 Subject: [PATCH] [fix] Description, not detail as keyword. --- paths/customer_careprogram.yaml | 10 ++-------- paths/qoc_list-groups.yaml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/paths/customer_careprogram.yaml b/paths/customer_careprogram.yaml index 1842b1d..f85fd56 100644 --- a/paths/customer_careprogram.yaml +++ b/paths/customer_careprogram.yaml @@ -30,14 +30,8 @@ get: type: string agb: $ref: ../schemas/agb.yaml - gpisType: - description: The type of general practitioner information system (EDP). - type: string - example: Tetrapod - timestamp: - description: |- - The report is based on dossier data as it was on this timestamp; due to inaccuracies by general practitioner information systems that source the data, this value is not always accurate and can be off by as much as a week. - $ref: ../schemas/dateTime.yaml + gpis: + $ref: ../schemas/GPIS.yaml careprograms: type: array items: diff --git a/paths/qoc_list-groups.yaml b/paths/qoc_list-groups.yaml index 498635d..6ecf66f 100644 --- a/paths/qoc_list-groups.yaml +++ b/paths/qoc_list-groups.yaml @@ -3,7 +3,7 @@ get: tags: - Quality of Care summary: Indicator, care groups - details: Show all care groups available for indicator reports. A group is a group of GP practices that do (part) of chronic care together. + description: Show all care groups available for indicator reports. A group is a group of GP practices that do (part) of chronic care together. parameters: - name: refDate in: query