...
Name | Type | M/O | Description |
---|---|---|---|
id | uuid | M | Authogenerated (PK) |
data | jsonb | M | Merge request data |
master_person_id | uuid | M | Person identifier from MPI.persons |
merge_person_id | uuid | M | Preperson identifier from MPI.prepersons |
status | varchar(50) | M | See allowed statuses |
merged_pair_id | uuid | O | Reference to merged_pairs.id (FK) |
printout_form | text | O | Printout form |
legal_entity_id | uuid | M | Identifier of legal entity where merge request created |
documents | jsonb | O | urls for documents |
authentication_method_current | jsonb | M | Current authentication method of Person. |
patient_signed | bool | M | Evidence that person has signed a merge request. By default is false |
authorize_with | uuid | O | Chosen auth method. If default auth method used - set field to null |
is_active | bool | M | Technical flag. By default is true |
inserted_by | uuid | M | |
inserted_at | timestamp | M | |
updated_by | uuid | M | |
updated_at | timestamp | M |
...