ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Specification

Purpose

This WS is designed to return Request for Medication request detail.

Input parameters (filters)

  • id 

Validate request

Validate FK

  1. Validate id - medication_request_request_id exists
    • Return 422 in case validation fails (422 EView)

Logic WS

  1. Verify the validity of access token
  2. Check user scopes in order to perform this action (scope = 'medication_request_request:read')
  3. 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
  • No labels