[patient] Added agb to required query params

EH/population-statistics-authorisation
Reinier Zwitserloot 3 years ago
parent fe0023c56a
commit 245c16027a
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -3,6 +3,11 @@ get:
- patient - patient
summary: Get basic personal info not directly related to their medical dossier summary: Get basic personal info not directly related to their medical dossier
parameters: parameters:
- name: agb
in: query
description: |-
The AGB code (dutch: _Algemeen Gegevens Beheer_ - unique identifier for medical professionals and GP practices) of the GP practice
whose patient population should be searched.
- name: bsn - name: bsn
in: query in: query
description: |- description: |-

@ -13,6 +13,11 @@ get:
- q - edit it a bit, can be for example 'dm' or even 'dm/dietetiek'. Send all relevant parts in one response. - q - edit it a bit, can be for example 'dm' or even 'dm/dietetiek'. Send all relevant parts in one response.
- required response categories: Journaal, Bepalingen, Medicatie, episodes. - required response categories: Journaal, Bepalingen, Medicatie, episodes.
parameters: parameters:
- name: agb
in: query
description: |-
The AGB code (dutch: _Algemeen Gegevens Beheer_ - unique identifier for medical professionals and GP practices) of the GP practice
whose patient population should be searched.
- name: bsn - name: bsn
in: query in: query
description: |- description: |-

Loading…
Cancel
Save