[api] Clarified doctor codes in population API's.

EH/population-statistics-authorisation
Eric Hoekstra 2 years ago
parent c608efaf66
commit ec4a1b044f

@ -148,6 +148,15 @@ components:
required: false required: false
schema: schema:
type: string type: string
DoctorCodes:
name: doctorCodes
in: query
description: Code of the doctor as known in the HIS.
example: AA,BZP,RZ,ECH
schema:
type: array
items:
$ref: schemas/med_dossier/Practitioner.yaml
responses: responses:
ReqFailure: ReqFailure:
description: The request isn't valid; for example, it is missing a required parameter. description: The request isn't valid; for example, it is missing a required parameter.

Loading…
Cancel
Save