ЕСОЗ - публічна документація
RC_Reject Medication request Request (modified - EN)
Specification
Apiary | |
JSON Schema response |
Purpose
This WS is designed to reject previously created Medication request Request (patch).
Input parameters (filters)
id
Authorize
Verify the validity of access token
Check user scope (scope = 'medication_request_request:reject') in order to perform this action
In case error - generate 401 response
Validate User
Do reject Medication request Request allowed for User if he has one of the following active and approved employee that:
is an author of the Medication request Request (medication_request_request.employee_id)
has an approval on write Care plan if Medication request Request based on the Care plan (medication_request_request.based_on)
is a Doctor who has declaration with the Patient.
in case of error - return 409 ("Only an author, employee with approval on care plan or doctor with an active declaration with the patient can reject medication request request")
Validation transition
For info - status charts: Medication_request_Request
Get Request for Medication request status by $.id
Check status == NEW
if invalid - return 409 error (message: "Invalid status Request for Medication request for reject transition!")'
Update status
Update (Set values) Request for Medication request
status = REJECTED
updated_by = user_id
updated_at = timestamp
ЕСОЗ - публічна документація