[review] frequent user API: Rename doctor to gp.

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 28bc5486c4
commit a21ac15f3b
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -14,7 +14,7 @@ get:
description: End of the period (excluding) to analyze. description: End of the period (excluding) to analyze.
schema: schema:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: gpAgbs
in: query in: query
description: |- description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here. If present, restrict report to patients registered to any of the GP AGBs listed here.
@ -23,8 +23,8 @@ get:
schema: schema:
type: array type: array
items: items:
- name: doctorCodes
type: integer type: integer
- name: gpMemocodes
in: query in: query
description: |- 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. If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System.

@ -14,7 +14,7 @@ get:
description: End of the period (excluding) to analyze. description: End of the period (excluding) to analyze.
schema: schema:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: gpAgbs
in: query in: query
description: |- description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here. If present, restrict report to patients registered to any of the GP AGBs listed here.
@ -23,8 +23,8 @@ get:
schema: schema:
type: array type: array
items: items:
- name: doctorCodes
type: integer type: integer
- name: gpMemocodes
in: query in: query
description: |- 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. If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System.

@ -14,7 +14,7 @@ get:
description: End of the period (excluding) to analyze. description: End of the period (excluding) to analyze.
schema: schema:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: gpAgbs
in: query in: query
description: |- description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here. If present, restrict report to patients registered to any of the GP AGBs listed here.
@ -22,8 +22,8 @@ get:
schema: schema:
type: array type: array
items: items:
- name: doctorCodes
type: integer type: integer
- name: gpMemocodes
in: query in: query
description: |- 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. If present, restrict report to patients registered to any of the GPs listed here; list the memocode as used in the GP Information System.

Loading…
Cancel
Save