Table of Contents |
---|
Purpose
...
Table of Contents |
---|
Purpose
WS returns data of MR to NHS Admin
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /api/admin/ medication_request/{{id}} | Посилання на ресурс, наприклад: /api/persons/create |
Scope | medication_request_request:read | Scope для доступу |
Components | ePrescription | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Sync | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Private |
|
Logic
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 requests by id in WS url:
Code Block SELECT * FROM medication_request_requests WHERE id=$.id AND legal_entity_id = $.context.legal_entity_id
...
Validate id - medication_request_request_id exists
Return 422 in case validation fails (422 EView)
Dictionaries
...
Response structure
See on Apiary
...