REST API method / Метод REST API (настанова) (remove the link block before publishing the document)
Properties of a REST API method document
Document type | Метод REST API |
---|---|
Document title | Get declaration details via Cabinet |
Guideline ID | GUI-0011 |
Author | |
Document version | 1 |
Document status | DRAFT |
Date of creation | ХХ.ХХ.ХХХХ (дата фінальної версії документа – RC або PROD) |
Date of update | ХХ.ХХ.ХХХХ (дата зміни версії) |
Method API ID | API-005-010-001-0191 |
Microservices (namespace) | IL |
Component | Patient Cabinet |
Component ID | COM-005-010 |
Link на API-специфікацію | |
Resource | {{host}}/api/cabinet/declarations/{{id}} |
Scope | declaration:read |
Protocol type | REST |
Request type | GET |
Sync/Async | Sync |
Public/Private | Public |
Purpose
Current WS allows to see details of declaration knowing its' id.
Logic
N/A
Configuration parameters
N/A
Dictionaries
PHONE_TYPE
CONFIDANT_PERSON_TYPE
GENDER
PREFERRED_WAY_COMMUNICATION
DOCUMENT_TYPE
DOCUMENT_RELATIONSHIP_TYPE
POSITION
EMPLOYEE_TYPE
EMPLOYEE_STATUS
COUNTRY
EDUCATION_DEGREE
QUALIFICATION_TYPE
SPECIALITY_TYPE
SPECIALITY_LEVEL
SPEC_QUALIFICATION_TYPE
SCIENCE_DEGREE
ADDRESS_TYPE
SETTLEMENT_TYPE
STREET_TYPE
LEGAL_FORM
SPECIALITY_TYPE
Input parameters
Input parameter | Mandatory | Type | Description | Example | |
---|---|---|---|---|---|
1 | id |
| String | c75f-45fb-badf-6e8d20b6a8a8 (uuid). Required.
| 7e9cffd9 |
2 |
|
|
|
|
|
Request structure
See on API-specification
Expand | ||
---|---|---|
| ||
|
Headers
Request data validation
Authorize
Verify the validity of access token
Return 401 in case validation fails
Check user scopes in order to perform this action (scope = ''declaration:read")
Return 403 in case invalid scope(s) - "Your scope does not allow to access this resource. Missing allowances: declaration:read"
Validate user
Extract party_user (user_id) from token.
Check if users.person_id=$.declarations.person_id
in case error return 403
check person.tax_id=users.tax_id
in case error return 401 - access denied
Check users password is not expired
in case error return 401 - password expired
Check if users.is_blocked = false
in case error return 401 - access denied
Processing
N/A
Response structure examples
See on API-specification
Expand | ||
---|---|---|
| ||
|
...
if invalid - return 404 error (message: "declaration is not found!")
FE Fields
Mapping
| Field BE | Field FE | Description |
---|---|---|---|
| data.declaration_number | Декларація № |
|
| data.status | Статус |
|
data.person | data.person.last_name | Прізвище |
|
data.person.first_name | Ім'я |
| |
data.person.second_name | По-батькові |
| |
data.person.birth_date | Дата народження |
| |
data.person.birth_country&birth_settlement | Місце народження |
| |
data.person.phones.number | Контактний номер телефону |
| |
data.person.tax_id | Номер облікової картки платника податків |
| |
data.person.emergency_contact / | first_name&last_name&second_name | ПІБ |
|
phones.number | Контактний номер телефону |
| |
data.person.confidant_person / Законний представник пацієнта | first_name&last_name&second_name | ПІБ |
|
phones.number | Контактний номер телефону |
| |
documents_person.type& documents_person.number | Документ, що посвідчує особу законного представника |
| |
documents_relationship.type | Тип документу, що посвідчує повноваження законного представника |
| |
documents_relationship.number | Серія та номер документу, що посвідчує повноваження законного представника |
| |
data.employee / Лікар | party.first_name&last_name&second_name | ПІБ |
|
position | Посада |
| |
specialities.speciality | Спеціальність |
| |
specialities.speciality_officio | Спеціальність за посадою |
| |
specialities.level | Рівень спеціальності |
| |
specialities.qualification_type | Тип кваліфікації |
| |
specialities.attestation_name&attestation_date | Ким так коли видано |
| |
specialities.certificate_number&valid_to_date | Номер сертифікату та термін дії |
| |
data.division / відділення | name | Назва відділення |
|
phones.number | Телефон відділення |
| |
["type": "RESIDENCE"].area | Адреса відділення |
| |
["type": "RESIDENCE"].region |
| ||
["type": "RESIDENCE"].settlement_type&settlement |
| ||
["type": "RESIDENCE"].street_type&street&building |
| ||
data.legal_entity / відділення | name | Назва медичного закладу |
|
phones.number | Телефон медичного закладу |
| |
scope | scope | тип лікаря |
|
inserted_at | inserted_at | дата подання |
|
UI Design
HTTP status codes
Response code | HTTP Status code | Message | Internal name | Description | |
---|---|---|---|---|---|
1 | Базові | ||||
2 | 200 | Response |
| ||
3 | 401 | Access denied | Validation failed | ||
4 | 401 | Password expired | Validation failed | ||
5 | 403 | Your scope does not allow to access this resource. Missing allowances: declaration:read | Validation failed | ||
6 | 404 | Declaration is not found! | Validation failed | ||
7 | Специфічні | ||||
8 |
|
Post-processing processes
N/A
Technical modules where the method is used
Название | ID ТМ | Статус |
---|---|---|
TM0112 | ||