...
- MIS home page (out of scope) contains the button to redirect Person to the e-Health Authorization Portal
Screen Реєстрація учасника e-Health – Крок 1 / 3
Fields:
–## Field json path M/O validation 1 Last name (Прізвище) $.last_name M /^[а-яА-ЯєЄіІ'. -]+$/
–Ukrainian letters, apostrophe, dash, dot, space 2 First name (Ім'я) $.first_name M /^[а-яА-ЯєЄіІ'. -]+$/
–Ukrainian letters, apostrophe, dash, dot, space 3 Second name (По-батькові) $.second_name O /^[а-яА-ЯєЄіІ'. -]+$/
–Ukrainian letters, apostrophe, dash, dot, space 4 Birthday (Дата народження) $.birth_date M not greater then current date 5 Gender (Стать) $.gender M 6 Tax Id (Номер картки платника податків) $.tax_id C /^\d{10}$/
–The field is mandatory if the Passport field is omitted
7 Passport Number & Series (Номер та серія паспорту) $.documents[?(@.type ='PASSPORT')].number C /^[a-zA-Z0-9: -]+$/
The field is mandatory if the Tax Id field is omitted
Buttons:
## Button Type 1 Bank Id (Банк ИД) Drop Down, Link redirects to the online-banking site of the chosen bank, and then back to the MIS 2 Digital Signature (ЕЦП) Link redirects to the Screen Реєстрація учасника e-Health з використанням ЕЦП 3 Next (Далі) Submit
Screen Реєстрація учасника e-Health – Крок 1 / 3 DS
...