|
|
|
|
@ -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:
|
|
|
|
|
|