From a21ac15f3b31cd13d0aa9b4aebcf86d8c3642c68 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 21 May 2024 04:48:53 +0200 Subject: [PATCH] [review] frequent user API: Rename doctor to gp. --- paths/population_frequentUser_count.yaml | 4 ++-- paths/population_frequentUser_patient.yaml | 4 ++-- paths/population_frequentUser_patients.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/paths/population_frequentUser_count.yaml b/paths/population_frequentUser_count.yaml index 3150aa5..a2b21cf 100644 --- a/paths/population_frequentUser_count.yaml +++ b/paths/population_frequentUser_count.yaml @@ -14,7 +14,7 @@ get: description: End of the period (excluding) to analyze. schema: $ref: ../schemas/date.yaml - - name: doctorAgbCodes + - name: gpAgbs in: query description: |- If present, restrict report to patients registered to any of the GP AGBs listed here. @@ -23,8 +23,8 @@ get: schema: type: array items: - - name: doctorCodes type: integer + - name: gpMemocodes in: query description: |- If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System. diff --git a/paths/population_frequentUser_patient.yaml b/paths/population_frequentUser_patient.yaml index 27ed010..07d88c7 100644 --- a/paths/population_frequentUser_patient.yaml +++ b/paths/population_frequentUser_patient.yaml @@ -14,7 +14,7 @@ get: description: End of the period (excluding) to analyze. schema: $ref: ../schemas/date.yaml - - name: doctorAgbCodes + - name: gpAgbs in: query description: |- If present, restrict report to patients registered to any of the GP AGBs listed here. @@ -23,8 +23,8 @@ get: schema: type: array items: - - name: doctorCodes type: integer + - name: gpMemocodes in: query description: |- If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System. diff --git a/paths/population_frequentUser_patients.yaml b/paths/population_frequentUser_patients.yaml index fb6e00f..b8d6486 100644 --- a/paths/population_frequentUser_patients.yaml +++ b/paths/population_frequentUser_patients.yaml @@ -14,7 +14,7 @@ get: description: End of the period (excluding) to analyze. schema: $ref: ../schemas/date.yaml - - name: doctorAgbCodes + - name: gpAgbs in: query description: |- If present, restrict report to patients registered to any of the GP AGBs listed here. @@ -22,8 +22,8 @@ get: schema: type: array items: - - name: doctorCodes type: integer + - name: gpMemocodes in: query description: |- If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System.