Versions Compared

Key

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

...

  • if declaration_request has tax_id
    • search using tax_id + birth_date
  • if declaration_request doesn't have tax_id
    • search using first_name+last_name+birth_date
  • if patient age in declaration_request < 1816
    • search using birth_certificate+birth_date

...

Code Block
languagejs
themeMidnight
titlecURL example
curl -X POST \
  http://localhost:4000/verifications \
  -H 'content-type: application/json' \
  -d '{
  "phone_number": "+380936235985"
}'

Generate link for personal online cabinet 

Extract person.email from request

  1. if person.email is not null
    1. generate link to personal online cabinet - TBD