View file name mpi-screen-flow.pdf height 250 View file name mpi-screen-flow.pdf height 250
Screen flows for Registration via MIS:
Screen MPI.0 MIS home page contains the button to redirect Person to the e-Health Authorization Portal
Screen MPI.1 Реєстрація учасника 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 |
b. Buttons:
## | Button | Type | |
1 | Bank Id (Банк ИД) | Drop Down, Link | redirects to the online-banking site of the chosen bank (Screen MPI.1.BID), and then back to the MIS – Screen MPI.4 |
2 | Digital Signature (ЕЦП) | Link | redirects to the Screen Реєстрація учасника e-Health з використанням ЕЦП |
3 | Next (Далі) | Submit |
3. Screen MPI.1.1 Реєстрація учасника e-Health – Крок 1 / 3
- Fields: the same as for Screen MPI.1
- Buttons: buttons
for Screen - for Screen MPI.1 excluding Bank Id and Digiatal Signature
Screen MPI1.DS Реєстрація
4. Screen MPI.1.BID OnlineBanking – Screenshot of Private24
5. Screen MPI.1.DS Реєстрація учасника e-Health з використанням ЕЦП
- Fields
## | Field | json path | M/O | validation |
1 | Secret Key (Секретний ключ) | M | Local file | |
2 | Public Key Certificate (Сертифікат публічного ключа) | M | Local file | |
3 | Password (Пароль до секретного ключа) | O | Password |
- Buttons:
## | Button | Type | |
1 | Next (Далі) | Submit | Causes the session_id signing, reading the public key certificate and filling the form on Screen MPI.1.1 |
6. Screen
...
MPI.
...
2 Реєстрація учасника
...
e-Health – крок 2/3
- Fields:
## | Field | json path | M/O | validation |
1 | Mobile Phone (Номер моібльного) | $.phones[?(@type=’MOBILE’)] | M | /^\+[0-9]{9,14}$/ |
2 | e-Mail (Адреса єлектронної пошти) | M | /^[^@]+@[^@]+$/ | |
3 | Accept project policy (Приймаю умови участі в Проекті e-Health) | M | checked |
b. Buttons:
## | Button | Type | |
1 | Edit (змінити) | Link | Redirects to Screen MPI.1.1 |
2 | Sign Up (Зареєструватися) | Submit | Submit the form and transfers to the Screen MPI.3 |
7. Screen MPI.3 Реєстрація учасника e-Health – крок 3/3
- Fields:
## | Field | json path | M/O | validation |
1 | SMS code (Код з SMS) | M | /^[0-9]{6}$/ |
b. Buttons:
## | Button | Type | |
1 | Change mobile number (змінити номер мобільного) | Link | Redirects to Screen MPI.2 |
2 | No SMS (не приходять SMS) | Link | <out of scope> |
3 | Confirm (Підтвердити) | Submit | Submit the SMS-code to the server for registration finalization then redirects to the Screen MPI.4 |
8. Screen MPI.4 Реєстрація учасника e-Health – крок 3/3
Buttons:
## | Button | Type | |
1 | Edit (редагувати) | Link | Transfers to the Person’s profile |
2 | Logout (вийти) | Link | Redirects to the MIS home page – Screen MPI.0 |
3 | For Patient | Link | |
4 | For Physician | Link | |
5. | For Medical Service Provider | Link |