-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace-demo.json
More file actions
111 lines (111 loc) · 4.52 KB
/
Copy pathworkspace-demo.json
File metadata and controls
111 lines (111 loc) · 4.52 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
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
{
"name": "Vigil demo workspace",
"version": "v1.0",
"description": "65 synthetic patients used as Vigil's demo workspace. Four engineered live-FHIR clusters drive the signal-bearing hero scenarios from VIGIL_SPEC.md \u00a78; the controls demonstrate specificity (Scenario 5). Event counts match the V-CODE-204 rebased calibration magnitudes.",
"generated_by": "vigil/fhir-bundles/_generate.py",
"today_anchor": "2026-05-10",
"clusters": [
{
"id": "patient-cluster-1",
"label": "Warfarin + Amiodarone bleeding cluster",
"patient_count": 15,
"event_count": 15,
"files": [
"patient-cluster-1/patient-vigil-c1-001.json",
"patient-cluster-1/patient-vigil-c1-002.json",
"patient-cluster-1/patient-vigil-c1-003.json",
"patient-cluster-1/patient-vigil-c1-004.json",
"patient-cluster-1/patient-vigil-c1-005.json",
"patient-cluster-1/patient-vigil-c1-006.json",
"patient-cluster-1/patient-vigil-c1-007.json",
"patient-cluster-1/patient-vigil-c1-008.json",
"patient-cluster-1/patient-vigil-c1-009.json",
"patient-cluster-1/patient-vigil-c1-010.json",
"patient-cluster-1/patient-vigil-c1-011.json",
"patient-cluster-1/patient-vigil-c1-012.json",
"patient-cluster-1/patient-vigil-c1-013.json",
"patient-cluster-1/patient-vigil-c1-014.json",
"patient-cluster-1/patient-vigil-c1-015.json"
]
},
{
"id": "patient-cluster-2",
"label": "NSAID + ACE-I + Diuretic AKI cluster",
"patient_count": 12,
"event_count": 12,
"files": [
"patient-cluster-2/patient-vigil-c2-001.json",
"patient-cluster-2/patient-vigil-c2-002.json",
"patient-cluster-2/patient-vigil-c2-003.json",
"patient-cluster-2/patient-vigil-c2-004.json",
"patient-cluster-2/patient-vigil-c2-005.json",
"patient-cluster-2/patient-vigil-c2-006.json",
"patient-cluster-2/patient-vigil-c2-007.json",
"patient-cluster-2/patient-vigil-c2-008.json",
"patient-cluster-2/patient-vigil-c2-009.json",
"patient-cluster-2/patient-vigil-c2-010.json",
"patient-cluster-2/patient-vigil-c2-011.json",
"patient-cluster-2/patient-vigil-c2-012.json"
]
},
{
"id": "patient-cluster-3",
"label": "Sulfonylurea hypoglycaemia in elderly cluster",
"patient_count": 10,
"event_count": 10,
"files": [
"patient-cluster-3/patient-vigil-c3-001.json",
"patient-cluster-3/patient-vigil-c3-002.json",
"patient-cluster-3/patient-vigil-c3-003.json",
"patient-cluster-3/patient-vigil-c3-004.json",
"patient-cluster-3/patient-vigil-c3-005.json",
"patient-cluster-3/patient-vigil-c3-006.json",
"patient-cluster-3/patient-vigil-c3-007.json",
"patient-cluster-3/patient-vigil-c3-008.json",
"patient-cluster-3/patient-vigil-c3-009.json",
"patient-cluster-3/patient-vigil-c3-010.json"
]
},
{
"id": "patient-cluster-4",
"label": "Methotrexate hepatotoxicity cluster",
"patient_count": 8,
"event_count": 8,
"files": [
"patient-cluster-4/patient-vigil-c4-001.json",
"patient-cluster-4/patient-vigil-c4-002.json",
"patient-cluster-4/patient-vigil-c4-003.json",
"patient-cluster-4/patient-vigil-c4-004.json",
"patient-cluster-4/patient-vigil-c4-005.json",
"patient-cluster-4/patient-vigil-c4-006.json",
"patient-cluster-4/patient-vigil-c4-007.json",
"patient-cluster-4/patient-vigil-c4-008.json"
]
}
],
"controls": {
"count": 20,
"files": [
"controls/patient-vigil-ctrl-001.json",
"controls/patient-vigil-ctrl-002.json",
"controls/patient-vigil-ctrl-003.json",
"controls/patient-vigil-ctrl-004.json",
"controls/patient-vigil-ctrl-005.json",
"controls/patient-vigil-ctrl-006.json",
"controls/patient-vigil-ctrl-007.json",
"controls/patient-vigil-ctrl-008.json",
"controls/patient-vigil-ctrl-009.json",
"controls/patient-vigil-ctrl-010.json",
"controls/patient-vigil-ctrl-011.json",
"controls/patient-vigil-ctrl-012.json",
"controls/patient-vigil-ctrl-013.json",
"controls/patient-vigil-ctrl-014.json",
"controls/patient-vigil-ctrl-015.json",
"controls/patient-vigil-ctrl-016.json",
"controls/patient-vigil-ctrl-017.json",
"controls/patient-vigil-ctrl-018.json",
"controls/patient-vigil-ctrl-019.json",
"controls/patient-vigil-ctrl-020.json"
]
}
}