ЕСОЗ - публічна документація
(MPI) Master Patient Index
Database model
See https://github.com/Nebo15/ehealth.api/tree/master/specs/database_schema
JSON objects structure
documents
Array of document objects
Attribute | Type | Description |
---|---|---|
type | ENUM('DOCUMENT_TYPE') | |
number | STRING | |
issue_date | STRING | ISO 8601 |
expiration_date | STRING | ISO 8601 |
issued_by | STRING |
addresses
Array of address objects
Attribute | Type | Description |
---|---|---|
type | STRING | |
country | ENUM('COUNTRY_CODE') | |
area | STRING | |
region | STRING | |
city | STRING | |
city_type | ENUM('CITY_TYPE') | |
street | STRING | |
building | STRING | |
apartment | STRING | |
zip | STRING |
phones
Array of phone objects
Attribute | Type | Description |
---|---|---|
type | ENUM('PHONE_TYPE') | |
number | STRING | ITU E.164 |
emergency_contact
Attribute | Type | Description |
---|---|---|
first_name | STRING | |
last_name | STRING | |
second_name | STRING | |
phones | PHONES[] |
confidant_person
Attribute | Type | Description |
---|---|---|
relation_type | ENUM('RELATION_TYPE') | |
first_name | STRING | |
last_name | STRING | |
second_name | STRING | |
birth_date | STRING | ISO 8601 |
birth_place | STRING | |
gender | ENUMTYPE | |
tax_id | STRING | |
phones | PHONES[] | |
documents | DOCUMENTS[] |
authentication_methods
Attribute | Type | Description |
---|---|---|
type | ENUM('AUTHENTICATION_METHODS') | |
authentication_details | AUTHENTICATION_DETAILS |
OTP
- phone_number
OFFLINE
API
, multiple selections available,
Related content
Care plan data model_EN
Care plan data model_EN
More like this
Create/Update person request
Create/Update person request
Read with this
Medical Events MongoDB Data Model
Medical Events MongoDB Data Model
More like this
Create employee request v2
Create employee request v2
Read with this
MessageGateway
MessageGateway
Read with this
ЕСОЗ - публічна документація