Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

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)