diff --git a/paths/qoc_checkupList_set_status.yaml b/paths/qoc_checkupList_set_status.yaml index ce656fc..6759463 100644 --- a/paths/qoc_checkupList_set_status.yaml +++ b/paths/qoc_checkupList_set_status.yaml @@ -3,6 +3,16 @@ post: - Quality of Care operationId: setPatientCallUpStatus summary: Set call-up status for patients in a care program. + parameters: + - name: BSN + in: header + deprecated: true + description: If the `bsns` key in de request body form is omitted, it can be replaced by this HTTP header. Supply a comma separated list of BSN's. The further processing is the same as the `bsns` key in the request body, including the limit on the size of the list. + example: 612345671,123456782,123456789 + schema: + type: array + items: + $ref: '../schemas/pat-BSN.yaml' requestBody: description: |- The request is designed to set the status of several patients, specified by patId (mensId) or BSN, at once. The endpoint is idempotent for the combination of careprogram, callUpStatus and BSN or patId. That means that the call-up status for a patient in a certain care program is just set once, until a new status is set. As a consequence only the employee who set first a certain status is stored, until somebody else (or the same employee) overwrites the status.