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

MPI registration screen flow - draft


Screen flows for Registration via MIS:

  1. Screen MPI.0 MIS home page  contains the button to redirect Person to the e-Health Authorization Portal

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

    1. 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

    1. Fields: the same as for Screen MPI.1
    2. Buttons: buttons for Screen MPI.1 excluding Bank Id and Digiatal Signature


4. Screen MPI.1.BID OnlineBanking – Screenshot of Private24


5. Screen MPI.1.DS Реєстрація учасника e-Health з використанням ЕЦП

    1. Fields

##

Field

json path

M/O

validation

1

Secret Key (Секретний ключ)


M

Local file

2

Public Key Certificate (Сертифікат публічного ключа)


M

Local file

3

Password (Пароль до секретного ключа)


O

Password

  1. 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

    1. Fields:

##

Field

json path

M/O

validation

1

Mobile Phone (Номер моібльного)

$.phones[?(@type=’MOBILE’)]

M

/^\+[0-9]{9,14}$/

2

e-Mail (Адреса єлектронної пошти)

$.email

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

    1. 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

Submits the SMS-code to the server for registration finalization then redirects to the Screen MPI.5

8. Screen MPI.4 Запит щодо надання доступу

    1. Fields:

##

Field

json path

M/O

validation

1

Access to personal data (До Ваших персональних даних)

$.scope[@,contains('PERSDATA:READ')]

M


2Access tot medical data (До Ваших медичних даних)$.scope[@,contains('MEDDATA:READ')]M
3Application to the NHS in behalf of user (Подавити Заяви до НСЗ від Вашого імені)$.scope[@,contains('APP:MNG')]M

               b. Buttons

##

Button

Type


1

Decline (Відмовляю у доступі)

Link

2

Grant access (Надаю згоду)

Submit

Submits the User concent to the Server and redirect to the Screen MPI.5

9. Screen MPI.5 Домашня внутрішня сторінка MIS 

    1. 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


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