ЕСОЗ - публічна документація
Get Medical programs List
Purpose
This WS is designed to return Medical Program list filtered by search parameters
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /api/medical_programs | Посилання на ресурс, наприклад: /api/persons/create |
Scope | medical_program:read | Scope для доступу |
Components | Medical Programs | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: 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 | Public |
|
Logic
Get all medical programs from prm.medical_programs table filtered by search params.
Render a response according to specification.
Filters
See on Apiary
Authorize
Verify the validity of access token
in case of error - return 401 “Invalid access token” in case of validation fails.
Verify that token is not expired
in case of error - return 401 “Invalid access token”.
Check user scopes in order to perform this action (scope = 'medical_program:read')
return 403 “Your scope does not allow to access this resource. Missing allowances: medical_program:read” in case of invalid scope(s).
Headers
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
Dictionaries
LICENSE_TYPE
clinical_impression_patient_categories
MEDICAL_PROGRAM_TYPE
PROVIDING_CONDITION
FUNDING_SOURCE
MR_BLANK_TYPES
Response structure
See on Apiary
Example:
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
401 | Invalid access token |
|
403 | Your scope does not allow to access this resource. Missing allowances: medical_program:read |
|
ЕСОЗ - публічна документація