From 4b34dcd5c23bd9074b4661e574fc71575795d4d8 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Wed, 29 May 2024 13:03:32 +0200 Subject: [PATCH] Added birthMonth parameter to /qoc/checkupList --- paths/qoc_checkupList_{setKey}.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/paths/qoc_checkupList_{setKey}.yaml b/paths/qoc_checkupList_{setKey}.yaml index eb32c23..c40a43b 100644 --- a/paths/qoc_checkupList_{setKey}.yaml +++ b/paths/qoc_checkupList_{setKey}.yaml @@ -19,6 +19,17 @@ get: required: false schema: $ref: ../schemas/date.yaml + - name: birthMonth + in: query + description: |- + Restricts the patient list to those born in the specified month and those with no birthdate (rare case). The list of gp's is limited to those who are responsible to the patients in the restricted list. The initial calculation of the call-up list is not affected by the parameter. + + If the parameter is omitted or specified outside its boundaries, then all patients are returned. + required: false + schema: + type: integer + minimum: 1 + maximum: 12 - name: addr in: query required: false