-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_flow_diagram.puml
More file actions
21 lines (17 loc) · 936 Bytes
/
data_flow_diagram.puml
File metadata and controls
21 lines (17 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@startuml
actor "Participant" as Participant
entity "LCS App" as LCS_App
entity "NHS Login" as NHS_Login
entity "In Health" as InHealth
entity "NHS Incentivisation system" as NHS_Incentivisation_System
' Date flow into LCS App
Participant -> LCS_App
LCS_App -> NHS_Login
NHS_Login -> LCS_App: Participant logs in and shares profile, email address and NHS Number (scopes "openid profile email") with LCS app
Participant -> LCS_App: Completes questionnaire
' Data flow from LCS App to In Health
LCS_App -> InHealth: Completed digital participant NHS Numbers shared with InHealth
InHealth -> LCS_App: InHealth share completed telephone responses corresponding to digital NHS number responses
' Data flow from LCS App to NHS Incentivisation system
LCS_App -> NHS_Incentivisation_System: Eligible participant's email addresses shared with NHS Incentivisation system
NHS_Incentivisation_System -> Participant: Participant is incentivised