ЕСОЗ - публічна документація
Get Group of Diagnoses details_EN
Purpose
This WS is designed to return Group of Diagnoses details.
Key points
This is a REST method used by MIS.
Authorization is not needed to get Group of Diagnoses details.
Specification
Link | Посилання на Apiary або Swagger | |
Resource | /api/diagnoses_groups/{{id}} | Посилання на ресурс, наприклад: /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
Get data from prm DB:
diagnoses_groups by id
diagnoses_group_codes by diagnoses_group_id
Render a response according to specification.
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
Id |
| String | Group of Diagnoses identifier. Required | b075f148-7f93-4fc2-b2ec-2d81b19a9b7b |
Authorize
Is not needed
Headers
Content-Type:application/json
Request data validation
Validate Group of Diagnoses
Check that Group of Diagnoses with such ID exists in the system (is_active = true)
In case of error - return 404 "Group of Diagnoses not found"
Response structure
Example:
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Response |
|
404 | Group of Diagnoses not found |
|
ЕСОЗ - публічна документація