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

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

Version 1 Current »

UNZR registry verification

If person’s data match following rules: ‘unzr’ is submitted and is not null (check in Request, within $.person.unzr)

then online verification with UNZR registry needed. Set to person verification record:

  • unzr_data_id = NULL

  • unzr_data_status = NULL

  • unzr_synced_at = NULL

  • unzr_verification_status = VERIFICATION_NEEDED

  • unzr_verification_reason = ONLINE_TRIGGERED

Then person will be verified online with UNZR registry via separate process: ​https://e-health-ua.atlassian.net/wiki/spaces/EDDR/pages/18050351106

If person’s data does not match rules from above – online verification with UNZR registry is not needed. Set to person verification record:

  • unzr_data_id = NULL

  • unzr_data_status = NULL

  • unzr_synced_at = NULL

  • unzr_verification_status = VERIFICATION_NOT_NEEDED

  • unzr_verification_reason = AUTO AUTO_DATA_ABSENT

  • No labels