-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_config.json
More file actions
62 lines (62 loc) · 1.92 KB
/
test_config.json
File metadata and controls
62 lines (62 loc) · 1.92 KB
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
{
"CampaignConfig": {
"ID": "id_100",
"Version": "1",
"Name": "Test Config",
"Type": "V",
"Target": "COVID",
"Manager": "person@test.com",
"Approver": "person@test.com",
"Reviewer": "person@test.com",
"IterationFrequency": "X",
"IterationType": "M",
"IterationTime": "07:00:00",
"DefaultCommsRouting": "Default_Comms_1",
"Iterations": [
{
"ID": "id_100",
"DefaultCommsRouting": "Default_Comms_1",
"IterationCohorts": [
{
"CohortLabel": "rsv_75_rolling",
"CohortGroupCode": "rsv_age_range",
"CohortGroupDescriptionPositive": "You are currently aged 75 to 79",
"CohortGroupDescriptionNegative": "You are not currently aged 75 to 79",
"Priority": 0
},
{
"CohortLabel": "rsv_75to79_2024",
"CohortGroupCode": "rsv_catch_up_age_range",
"CohortGroupDescriptionPositive": "You turned 80 after 1 September 2024, so are eligible for the RSV vaccine until 31 August 2025",
"CohortGroupDescriptionNegative": "You did not turn 80 after 1 September 2024 and get vaccinated by 31 August 2025",
"Priority": 10
}
],
"IterationRules": [
{
"Type": "F",
"Name": "Test Rule",
"Description": "Test Rule Desc",
"Priority": 20,
"AttributeLevel": "PERSON",
"AttributeName": "DATE_OF_BIRTH",
"Operator": "=",
"Comparator": "19000101"
}
],
"Version": "1",
"Name": "Test Config",
"Type": "M",
"IterationDate": "20250101",
"IterationNumber": 1,
"CommsType": "R",
"ApprovalMinimum": 1,
"ApprovalMaximum": 5000000
}
],
"StartDate": "20250101",
"EndDate": "20250101",
"ApprovalMinimum": 1,
"ApprovalMaximum": 5000000
}
}