ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

HL7 comparison

RequirementM/OeHealthHL7StatusComment
Код ЄДРПОУ
[legal_entities].edrpou | varchar(255) | not null unique

UA specific
Організаційно-правова форма
[legal_entities].legal_form | varchar | not null

UA specific
Повна назва
[legal_entities].name | varchar | not null


Адреса провадження діяльності даного структурного підрозділу
[legal_entities].addresses | jsonb[] | not null

..address use? UA address..що таке "провадження" - це місцезнаходження?
Скорочена назва (за наявності)
[legal_entities].short_name | varchar

UA specific
Публічна назва (якщо відрізняється)
[legal_entities].public_name | varchar

Обязательность поля - отсутствует
Види діяльності (КВЕД)
[legal_entities].kveds | jsonb | not null

UA specific












Data structures

Legal entity

Medical service provider

Division

Address

NameTypeM/ODescription and constraints
typeDictionary: ADDRESS_TYPEM
countryDictionary: COUNTRYM
areastringM
regionstringO
settlementstring

settlement_idstring

settlement_typeDictionary: SETTLEMENT_TYPE

street_typeDictionary: STREET_TYPE

streetstring

buildingstring

apartmentstring

zipstring


+ type: RESIDENCE (string, required) - `Dictionary ADDRESS_TYPE`
+ country: UA (enum[string], required) - `Dictionary COUNTRY`
+ area: Житомирська (string)
+ region: Бердичівський (string, optional)
+ settlement: Київ (string)
+ `settlement_type`: CITY (string) - `Dictionary SETTLEMENT_TYPE`
+ settlement_id: 43432432 (string, required)
+ `street_type`: STREET (string, optional) - `Dictionary STREET_TYPE`
+ street: `вул. Ніжинська` (string, optional)
+ building: 15 (string, required)
+ apartment: 23 (string, optional)
+ zip: 02090 (string, optional)

  • No labels