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

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 6 Next »

Status

Specification
SPECS
Apiary
DONE
JSON Schema request
ABSENT
JSON Schema response
SPECS

Purpose

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

APIary

get-medication-request-request-by-id

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 = 'request_for_medication_request:read')
  3. Search Requests for Medication request by id in WS url: 

    SELECT * FROM requests_for_medication_request 
    	WHERE id=$.id 
    		AND legal_entity_id = $.context.legal_entity_id

Response (output)

  1. Return object with responce structure from WS Create Medication Request SP.
  • No labels