From ec4a1b044fa53f89690a3786e559094865be7506 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Fri, 17 May 2024 10:04:16 +0200 Subject: [PATCH] [api] Clarified doctor codes in population API's. --- zoo-api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zoo-api.yaml b/zoo-api.yaml index 285bab0..9d06e20 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -148,6 +148,15 @@ components: required: false schema: 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: ReqFailure: description: The request isn't valid; for example, it is missing a required parameter.