Versions Compared

Key

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

Table of Contents

ERD



Data structures

PERSONS


NameTypeM/ODescription and constraints
iduuidM
last_namevarcharM
first_namevarcharM
second_namevarcharO
birth_datedateM
birth_countryvarcharM
birth_settlementvarcharM
gendervarcharM
emailvarcharO
tax_idvarcharO
invalid_tax_idbooleanO
death_datedateO
is_activebooleanM
documentsjsonb[ ] M
addressesjsonb[ ]M
phonesjsonb[ ] O
secretvarcharO
emergency_contactjsonbM
confidant_personjsonb[]O
patient_signedbooleanM
process_disclosure_data_consentbooleanM
authentication_methodsjsonbM
preferred_way_communicationvarcharM


PARTIES


NameTypeM/ODescription and constraints
iduuidM
last_namevarcharM
first_namevarcharM
second_namevarcharO
person_iduuidO
emailvarcharM
birth_datedateM
gendervarcharM
tax_idvarcharM
no_tax_idbooleanO
documentsjsonb[]M
phonesjsonb[]M
educationsjsonb[]O
qualificationsjsonb[]O
specialitiesjsonb[]O
science_degreejsonbO
about_myselfdateO
working_experiencestringO


EMPLOYEES


NameTypeM/ODescription and constraints
iduuidM
person_iduuidO
positionvarcharM
statusvarcharM
status_reasonvarcharO
employeevarcharM
employee_typevarcharM
is_activebooleanM
start_datetimestampM
end_datetimestampO
legal_entity_iduuidM
division_iduuidO
specialityjsonbO
propertiesjsonbO


USERS

NameTypeM/ODescription and constraints
iduuidM
emailvarcharM
passwordvarcharM
settingsjsonbO
priv_settingsjsonbO
is_blockedbooleanO
block_reasonvarcharO
person_iduuidO
inserted_attimeatampM
updated_attimeatampM



NameTypeM/ODescription and constraints
iduuidM
namevarcharM
short_namevarcharM
public_namevarcharM
statusvarcharM
typevarcharM
owner_property_typevarcharM
legal_formvarcharM
edrpouvarcharM
kvedsvarcharM
addressesjsonb[ ] M
phonesjsonb[ ] M
emailvarcharM
is_activebooleanM
mis_verifiedbooleanO
nhs_verifiedbooleanO
websitevarcharO
beneficiaryvarcharO
receiver_funds_codevarcharO
archivejsonbO


...


NameTypeM/ODescription and constraints
iduuidM
file_namevarcharM
statusenum[new, processing, processed ]

M


typeDICTIONARY='REGISTER_TYPE'M
qty

jsonb:

{not_found: number,

processing: number,

errors: number,

total: number}

M
errorsarray (e.g. ["Row has length 4 - expected length 5 on line 5"])M
inserted_atuuidM
inserted_bytimestampM
updated_atuuidM
updated_bytimestampM


REGISTER_ENTRIES


Name SourceM/ODescription and constraints
iduuidM
register_iduuidM
tax_idvarcharO

national_id

varcharO

passport

varcharO

birth_certificate

varcharO

temporary_certificate

varcharO
status

enum (processing, matched, not_found)

M
inserted_atuuidM
inserted_bytimestampM
updated_atuuidM
updated_bytimestampM


JSONB structures 

Address

...


NameTypeM/ODescription and constraints
typeDictionary: ADDRESS_TYPEM
countryDictionary: COUNTRYM
areastringM
regionstringO
settlementstringM
settlement_idstringMsettlement_id must be a valid UAddresses entity
settlement_typeDictionary: SETTLEMENT_TYPEM
street_typeDictionary: STREET_TYPEM
streetstringO
buildingstringM
apartmentstringO
zipstringO

Phone

...

NameTypeM/ODescription and constraints
typeDictionary: SPECIALITY_TYPEM
speciality_officiobooleantrueM
levelDictionary: SPECIALITY_LEVELM
qualification_typeDictionary: SPEC_QUALIFICATION_TYPEM
attestation_namevarcharM
attestation_datedateM
valid_to_datedateO
certificate_numbervarcharM

...