Versions Compared

Key

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

...

  1. MIS home page (out of scope) contains the button to redirect Person to the e-Health Authorization Portal

  2. Screen Реєстрація учасника e-Health – Крок 1 / 3


    1. Buttons: 
      1. BankId – redirects to the bank's site and then to the MIS site (or app)
      2. Digital Signature – redirects to the screen Реєстрація учасника e-Health – Крок 1 / 3 DS
      3. Next - transfers to screen Реєстрація учасника e-Health – Крок 2 / 3 
    2. Fields:
    3. Last Name (required)
    4. First Name (required)
    5. Second Name (optional)
    6. Birthday (required)
    7. Gender (required?)
    8. Tax ID (required if Passport Number is omitted)
    9. Passport Series & Number (required if Tax ID is omitted)

      Fields:

      ##Fieldjson pathM/Ovalidation
      1Last name (Прізвище)$.last_nameM/^[а-яА-ЯєЄіІ'. -]+$/ – Ukrainian letters, apostrophe, dash, dot, space
      2First name (Ім'я)$.first_nameM/^[а-яА-ЯєЄіІ'. -]+$/ – Ukrainian letters, apostrophe, dash, dot, space
      3Second name (По-батькові)$.second_nameO/^[а-яА-ЯєЄіІ'. -]+$/ – Ukrainian letters, apostrophe, dash, dot, space
      4Birthday (Дата народження)$.birth_dateMnot greater then current date
      5Gender (Стать)$.genderM
      6Tax Id (Номер картки платника податків)$.tax_idC

      /^\d{10}$/ – The field is mandatory if the Passport field is omitted

      7Passport Number & Series (Номер та серія паспорту)$.documents[?(@.type ='PASSPORT')].numberC

      /^[a-zA-Z0-9: -]+$/ – The field is mandatory if the Tax Id field is omitted

    10. Buttons: 

      ##ButtonType
      1Bank Id (Банк ИД)Drop Down, Linkredirects to the online-banking site of the chosen bank, and then back to the MIS
      2Digital Signature (ЕЦП)Linkredirects to the Screen Реєстрація учасника e-Health з використанням ЕЦП
      3Next (Далі)Submit
  3. Screen Реєстрація учасника e-Health – Крок 1 / 3 DS





    1. Buttons: 
      1. Next - transfers to screen Реєстрація учасника e-Health – Крок 2 / 3 
    2. Fields:
      1. Birthday (required)
      2. Gender (required?)
      3. Tax ID (required if Passport Number is omitted)
      4. Passport Series & Number (required if Tax ID is omitted)
      5. Secret-key file (required)
      6. Open key Certificate file (required)
      7. Secret key password (required)

...