[review] expanded on description of the gp filters for frequent user api.

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 8bf8a53487
commit 6e48e2cac4
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -16,7 +16,9 @@ get:
$ref: ../schemas/date.yaml
- name: doctorAgbCodes
in: query
description: Any valid AGB-code.
description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
example: 01015678,01018765,01014321
schema:
type: array
@ -24,7 +26,9 @@ get:
- name: doctorCodes
type: integer
in: query
description: Code of the doctor as known in the HIS.
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.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
schema:
type: array
items:

@ -16,15 +16,19 @@ get:
$ref: ../schemas/date.yaml
- name: doctorAgbCodes
in: query
description: Any valid AGB-code.
description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
example: 01015678,01018765,01014321
schema:
type: array
items:
- name: doctorCodes
type: integer
in: query
description: Code of the doctor as known in the HIS.
example: 01015678,01018765,01014321
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.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
schema:
type: array
items:

@ -16,14 +16,18 @@ get:
$ref: ../schemas/date.yaml
- name: doctorAgbCodes
in: query
description: Any valid AGB-code.
description: |-
If present, restrict report to patients registered to any of the GP AGBs listed here.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
schema:
type: array
items:
- name: doctorCodes
type: integer
in: query
description: Code of the doctor as known in the HIS.
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.
The restriction is applied to the GP responsible for the patient now, not on the GP reponsislbe at the time of the feat.
example: 01015678,01018765,01014321
schema:
type: array

Loading…
Cancel
Save