Specification
Apiary | |
JSON Schema response |
Purpose
This WS is designed to return Request for Medication request detail.
Input parameters (filters)
id
Validate request
Validate FK
Validate id - medication_request_request_id exists
Return 422 in case validation fails (422 EView)
Logic WS
Verify the validity of access token
Check user scopes in order to perform this action (scope = 'medication_request_request:read')
Search Requests for Medication request by id in WS url:
SELECT * FROM medication_request_requests WHERE id=$.id AND legal_entity_id = $.context.legal_entity_id