[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 $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: doctorAgbCodes
in: query 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 example: 01015678,01018765,01014321
schema: schema:
type: array type: array
@ -24,7 +26,9 @@ get:
- name: doctorCodes - name: doctorCodes
type: integer type: integer
in: query 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: schema:
type: array type: array
items: items:

@ -16,15 +16,19 @@ get:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: doctorAgbCodes
in: query 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: schema:
type: array type: array
items: items:
- name: doctorCodes - name: doctorCodes
type: integer type: integer
in: query in: query
description: Code of the doctor as known in the HIS. description: |-
example: 01015678,01018765,01014321 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: schema:
type: array type: array
items: items:

@ -16,14 +16,18 @@ get:
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
- name: doctorAgbCodes - name: doctorAgbCodes
in: query 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: schema:
type: array type: array
items: items:
- name: doctorCodes - name: doctorCodes
type: integer type: integer
in: query 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 example: 01015678,01018765,01014321
schema: schema:
type: array type: array

Loading…
Cancel
Save