-
Notifications
You must be signed in to change notification settings - Fork 1
/
PHM-Rules-resultFacts.json
112 lines (112 loc) · 2.93 KB
/
PHM-Rules-resultFacts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[{
"triggerId" : 184,
"memberId" : "test123"
}, {
"id" : 76,
"origId" : "C123.0",
"description" : "Provider action",
"status" : null,
"predecessor" : null,
"suppressed" : false,
"suppressionPeriod" : null,
"expirationDate" : 1609390800000,
"reminderInitiation" : "P14D",
"reminderFrequency" : "R/P14D",
"escalated" : null,
"escalationTimer" : "P30D",
"close" : "SOFT",
"closeSignal" : null
}, {
"id" : 48,
"origId" : "B104",
"description" : "Pharmacist action",
"status" : null,
"predecessor" : null,
"suppressed" : false,
"suppressionPeriod" : null,
"expirationDate" : 1609390800000,
"reminderInitiation" : "P1000M",
"reminderFrequency" : "R/P1000M",
"escalated" : null,
"escalationTimer" : "P1000M",
"close" : "SOFT",
"closeSignal" : null
}, {
"actor" : "Peter",
"channel" : "CCN",
"escalationActor" : "Allison",
"escalationChannel" : "CCN"
}, {
"actor" : "Robert",
"channel" : "MCC",
"escalationActor" : "Matthew",
"escalationChannel" : "CCN"
}, {
"address" : "[email protected]",
"subject" : "Reminder",
"body" : "Hello Peter, this is a friendly reminder that you have to complete your task.",
"from" : "[email protected]"
}, {
"address" : "[email protected]",
"subject" : "Reminder",
"body" : "Hello Peter, this is a friendly reminder that you have to complete your task.",
"from" : "[email protected]"
}, {
"task" : {
"id" : 48,
"origId" : "B104",
"description" : "Pharmacist action",
"status" : null,
"predecessor" : null,
"suppressed" : false,
"suppressionPeriod" : null,
"expirationDate" : 1609390800000,
"reminderInitiation" : "P1000M",
"reminderFrequency" : "R/P1000M",
"escalated" : null,
"escalationTimer" : "P1000M",
"close" : "SOFT",
"closeSignal" : null
},
"assignment" : {
"actor" : "Peter",
"channel" : "CCN",
"escalationActor" : "Allison",
"escalationChannel" : "CCN"
},
"reminder" : {
"address" : "[email protected]",
"subject" : "Reminder",
"body" : "Hello Peter, this is a friendly reminder that you have to complete your task.",
"from" : "[email protected]"
}
}, {
"task" : {
"id" : 76,
"origId" : "C123.0",
"description" : "Provider action",
"status" : null,
"predecessor" : null,
"suppressed" : false,
"suppressionPeriod" : null,
"expirationDate" : 1609390800000,
"reminderInitiation" : "P14D",
"reminderFrequency" : "R/P14D",
"escalated" : null,
"escalationTimer" : "P30D",
"close" : "SOFT",
"closeSignal" : null
},
"assignment" : {
"actor" : "Robert",
"channel" : "MCC",
"escalationActor" : "Matthew",
"escalationChannel" : "CCN"
},
"reminder" : {
"address" : "[email protected]",
"subject" : "Reminder",
"body" : "Hello Peter, this is a friendly reminder that you have to complete your task.",
"from" : "[email protected]"
}
}]