ЕСОЗ - публічна документація
Get Groups of Diagnoses list_EN
Purpose
This WS allows to get a list of Groups of Diagnoses without details by legal entity employees. Used to get id, name and description of the Group of Diagnoses.
Key points
This is a REST method used by MIS.
Authorization is not needed to get Diagnoses Groups list (as dictionaries).
Specification
Link | Посилання на Apiary або Swagger | |
Resource | api/diagnoses_groups | Посилання на ресурс, наприклад: /api/persons/create |
Scope | API paragraph not found | Scope для доступу |
Components | Medical events | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription |
Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC |
Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST |
Request type | GET | Тип запиту API, наприклад: GET, POST, PATCH… |
Sync/Async | Async | Метод є синхронним чи асинхронним? |
Public/Private/Internal | Public | Потрібно зазначити тип методу за ступенем доступності |
Logic
Filter active diagnoses_groups by search params (name, code)
Render found diagnoses_groups with following params only:
id
name
code
description
Filters
See on Apiary
Request structure
See on Apiary
Authorize
Is not needed
Headers
Content-Type:application/json
Response structure
Example:
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
ЕСОЗ - публічна документація