YanBoChen commited on
Commit
95a7e44
·
1 Parent(s): 2e1a43b

chore: remove obsolete analysis files and plots for emergency and treatment datasets

Browse files
dataset/analysis/integrity_check/integrity_check_report.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "sample_analysis": {
3
- "matched": {
4
- "non_null": 100,
5
- "non_empty": 100,
6
- "unique_values": 84
7
- },
8
- "treatment_matched": {
9
- "non_null": 100,
10
- "non_empty": 100,
11
- "unique_values": 100
12
- }
13
- },
14
- "full_file_analysis": {
15
- "total_records": 9367,
16
- "matched_column": {
17
- "non_null_count": 9367,
18
- "non_empty_count": 9367,
19
- "null_percentage": 0.0
20
- },
21
- "treatment_matched_column": {
22
- "non_null_count": 9367,
23
- "non_empty_count": 9367,
24
- "null_percentage": 0.0
25
- },
26
- "both_matched_count": 3315,
27
- "both_matched_percentage": 35.39019963702359
28
- }
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis/keyword_matching_test_results.json DELETED
@@ -1,151 +0,0 @@
1
- {
2
- "special_terms_matching": [
3
- {
4
- "clean_text": "Patient needs an x-ray of the chest",
5
- "category": "x-ray variants",
6
- "matched": "x-ray"
7
- },
8
- {
9
- "clean_text": "Ordered chest xray",
10
- "category": "x-ray variants",
11
- "matched": "xray"
12
- },
13
- {
14
- "clean_text": "X ray shows pneumonia",
15
- "category": "x-ray variants",
16
- "matched": "X ray"
17
- },
18
- {
19
- "clean_text": "XRAY negative",
20
- "category": "x-ray variants",
21
- "matched": "XRAY"
22
- },
23
- {
24
- "clean_text": "CT scan reveals nodule",
25
- "category": "ct-scan variants",
26
- "matched": "CT scan"
27
- },
28
- {
29
- "clean_text": "CT-scan indicates mass",
30
- "category": "ct-scan variants",
31
- "matched": "CT-scan"
32
- },
33
- {
34
- "clean_text": "Requires ctscan urgently",
35
- "category": "ct-scan variants",
36
- "matched": "ctscan"
37
- },
38
- {
39
- "clean_text": "CTSCAN of abdomen",
40
- "category": "ct-scan variants",
41
- "matched": "CTSCAN"
42
- },
43
- {
44
- "clean_text": "Point-of-care testing needed",
45
- "category": "point-of-care variants",
46
- "matched": "Point-of-care"
47
- },
48
- {
49
- "clean_text": "Point of care ultrasound",
50
- "category": "point-of-care variants",
51
- "matched": "Point of care"
52
- },
53
- {
54
- "clean_text": "POC testing results",
55
- "category": "point-of-care variants",
56
- "matched": ""
57
- },
58
- {
59
- "clean_text": "Ordered both x-ray and CT scan",
60
- "category": "mixed cases",
61
- "matched": "x-ray|CT scan"
62
- },
63
- {
64
- "clean_text": "XRAY and CTSCAN negative",
65
- "category": "mixed cases",
66
- "matched": "XRAY|CTSCAN"
67
- },
68
- {
69
- "clean_text": "Multiple point-of-care tests with x-ray",
70
- "category": "mixed cases",
71
- "matched": "point-of-care|x-ray"
72
- },
73
- {
74
- "clean_text": "No imaging mentioned",
75
- "category": "negative cases",
76
- "matched": ""
77
- },
78
- {
79
- "clean_text": "Regular examination only",
80
- "category": "negative cases",
81
- "matched": ""
82
- },
83
- {
84
- "clean_text": "Laboratory tests pending",
85
- "category": "negative cases",
86
- "matched": ""
87
- }
88
- ],
89
- "basic_matching": [
90
- {
91
- "clean_text": "Emergency treatment required",
92
- "category": "simple matches",
93
- "matched": "Emergency"
94
- },
95
- {
96
- "clean_text": "Acute condition observed",
97
- "category": "simple matches",
98
- "matched": "Acute"
99
- },
100
- {
101
- "clean_text": "Urgent care needed",
102
- "category": "simple matches",
103
- "matched": "Urgent"
104
- },
105
- {
106
- "clean_text": "EMERGENCY situation",
107
- "category": "case variations",
108
- "matched": "EMERGENCY"
109
- },
110
- {
111
- "clean_text": "Acute RESPIRATORY failure",
112
- "category": "case variations",
113
- "matched": "Acute"
114
- },
115
- {
116
- "clean_text": "URgent surgical intervention",
117
- "category": "case variations",
118
- "matched": "URgent"
119
- },
120
- {
121
- "clean_text": "Emergency treatment for acute condition",
122
- "category": "multiple matches",
123
- "matched": "Emergency|acute"
124
- },
125
- {
126
- "clean_text": "Urgent care in emergency department",
127
- "category": "multiple matches",
128
- "matched": "Urgent|emergency"
129
- },
130
- {
131
- "clean_text": "Acute respiratory emergency",
132
- "category": "multiple matches",
133
- "matched": "Acute|emergency"
134
- },
135
- {
136
- "clean_text": "Non-emergency situation",
137
- "category": "partial words",
138
- "matched": "emergency"
139
- },
140
- {
141
- "clean_text": "Subacute condition",
142
- "category": "partial words",
143
- "matched": ""
144
- },
145
- {
146
- "clean_text": "Emergency-related",
147
- "category": "partial words",
148
- "matched": "Emergency"
149
- }
150
- ]
151
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis/stats/analysis_stats_emergency_subset.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "basic_statistics": {
3
- "total_records": 10282,
4
- "avg_length": 25185.078194903715
5
- },
6
- "keyword_statistics": {
7
- "Acute abdomen": 52,
8
- "Acute bleeding": 31,
9
- "Acute Coronary Syndrome": 345,
10
- "Acute Kidney Injury": 202,
11
- "Acute pancreatitis": 214,
12
- "Acute respiratory distress syndrome": 231,
13
- "Acute stroke": 67,
14
- "Anaphylaxis": 1016,
15
- "Anaphylactic Shock": 153,
16
- "Arrhythmia": 1547,
17
- "Atrial fibrillation": 771,
18
- "Atrial flutter": 146,
19
- "Bradycardia": 884,
20
- "Cardiac arrest": 614,
21
- "Cardiogenic Shock": 196,
22
- "Chest pain": 1433,
23
- "Dyspnea": 1319,
24
- "Fever": 4270,
25
- "Gastrointestinal Hemorrhage": 158,
26
- "GI bleeding": 105,
27
- "Hemorrhage": 1611,
28
- "Hemorrhagic stroke": 117,
29
- "Hyperthermia": 305,
30
- "Hypovolemic Shock": 63,
31
- "Hypotension": 1929,
32
- "Hypothermia": 356,
33
- "Internal bleeding": 70,
34
- "Intracranial Hemorrhages": 6,
35
- "Ischemic stroke": 224,
36
- "Loss of consciousness": 422,
37
- "Myocardial Infarction": 1708,
38
- "MI": 10183,
39
- "Pulmonary Edema": 487,
40
- "Pulmonary Embolism": 654,
41
- "Respiratory distress": 730,
42
- "Respiratory failure": 579,
43
- "Sepsis": 1181,
44
- "Severe Sepsis": 81,
45
- "Septic Shock": 244,
46
- "Shock": 1881,
47
- "Status Epilepticus": 150,
48
- "Syncope": 834,
49
- "Tachycardia": 1650,
50
- "Tachypnea": 268,
51
- "Traumatic Brain Injury": 171,
52
- "Ventricular Tachycardia": 491,
53
- "Ventricular fibrillation": 295
54
- }
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis/stats/analysis_stats_emergency_subset_opt.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "basic_statistics": {
3
- "total_records": 11914,
4
- "avg_length": 23847.07579318449
5
- },
6
- "keyword_statistics": {
7
- "Acute abdomen": 52,
8
- "Acute bleeding": 31,
9
- "Acute Coronary Syndrome": 351,
10
- "Acute Kidney Injury": 202,
11
- "Acute pancreatitis": 214,
12
- "Acute respiratory distress syndrome": 231,
13
- "Acute stroke": 67,
14
- "Anaphylaxis": 1016,
15
- "Anaphylactic Shock": 153,
16
- "Arrhythmia": 1564,
17
- "Atrial fibrillation": 771,
18
- "Atrial flutter": 146,
19
- "Bradycardia": 884,
20
- "Cardiac arrest": 614,
21
- "Cardiogenic Shock": 196,
22
- "Chest pain": 1434,
23
- "Dyspnea": 1319,
24
- "Fever": 4279,
25
- "Gastrointestinal Hemorrhage": 158,
26
- "GI bleeding": 105,
27
- "Hemorrhage": 1621,
28
- "Hemorrhagic stroke": 117,
29
- "Hyperthermia": 305,
30
- "Hypovolemic Shock": 63,
31
- "Hypotension": 1929,
32
- "Hypothermia": 356,
33
- "Internal bleeding": 70,
34
- "Intracranial Hemorrhages": 6,
35
- "Ischemic stroke": 225,
36
- "Loss of consciousness": 422,
37
- "Myocardial Infarction": 1710,
38
- "MI": 11773,
39
- "Pulmonary Edema": 487,
40
- "Pulmonary Embolism": 654,
41
- "Respiratory distress": 730,
42
- "Respiratory failure": 579,
43
- "Sepsis": 1188,
44
- "Severe Sepsis": 81,
45
- "Septic Shock": 244,
46
- "Shock": 1892,
47
- "Status Epilepticus": 150,
48
- "Syncope": 834,
49
- "Tachycardia": 1651,
50
- "Tachypnea": 268,
51
- "Traumatic Brain Injury": 171,
52
- "Ventricular Tachycardia": 492,
53
- "Ventricular fibrillation": 295
54
- }
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis/subset_comparison_first10_records_20250726_163149.md DELETED
@@ -1,198 +0,0 @@
1
- # Optimized Subsets Comparison Report
2
-
3
- Generated on: 2025-07-26 16:31:49
4
-
5
- File format: CSV
6
-
7
-
8
- ## Basic Statistics
9
-
10
- - Emergency subset total records: 11914
11
- - Emergency+Treatment subset total records: 11023
12
- - Avg Emergency Text Length: 23847.08
13
- - Avg Treatment Text Length: 25408.64
14
- - Avg Emergency Keywords: 2.85
15
- - Avg Treatment Keywords: 2.97
16
-
17
- ## Emergency Subset (First 10 Records)
18
-
19
-
20
- ### Record 1
21
- ```
22
- Text preview: # Section 1: Recommendations
23
-
24
- # RECOMMENDATIONS Recommendation 1: General Measures Committee Respons...
25
- Matched keywords: shock
26
- Text length: 37792
27
- ```
28
-
29
-
30
- ### Record 2
31
- ```
32
- Text preview: Evidence-based Series 4-9 Version 2 A Quality Initiative of the Program in Evidence-based Care (PEBC...
33
- Matched keywords: hemorrhage
34
- Text length: 7559
35
- ```
36
-
37
-
38
- ### Record 3
39
- ```
40
- Text preview: Neuroendocrine tumours (NETs) constitute a heterogeneous group of neoplasms: they include epithelial...
41
- Matched keywords: ards|pulmonary embolism
42
- Text length: 11731
43
- ```
44
-
45
-
46
- ### Record 4
47
- ```
48
- Text preview: Given the potential toxicities associated with alemtuzumab, and given the limited nature of the clin...
49
- Matched keywords: fever|dyspnea|hypotension|sepsis
50
- Text length: 46087
51
- ```
52
-
53
-
54
- ### Record 5
55
- ```
56
- Text preview: Although the incidence and mortality of gastric cancer has been steadily decreasing in Canadian men ...
57
- Matched keywords: hyperthermia
58
- Text length: 35302
59
- ```
60
-
61
-
62
- ### Record 6
63
- ```
64
- Text preview: There are various definitions for palliative care, but most people would agree that "it focuses on c...
65
- Matched keywords: hemorrhage|dyspnea
66
- Text length: 16186
67
- ```
68
-
69
-
70
- ### Record 7
71
- ```
72
- Text preview: # GUIDELINE OBJECTIVES
73
- The objective of this guideline is to update a previous guideline on chemothe...
74
- Matched keywords: hemorrhage
75
- Text length: 7551
76
- ```
77
-
78
-
79
- ### Record 8
80
- ```
81
- Text preview: Anthracyclines have been established to be superior to some non-anthracycline chemotherapy regimens ...
82
- Matched keywords: mi
83
- Text length: 50729
84
- ```
85
-
86
-
87
- ### Record 9
88
- ```
89
- Text preview: # GUIDELINE OBJECTIVE
90
- This guideline was written to provide guidance on the most appropriate follow-...
91
- Matched keywords: hemorrhage
92
- Text length: 4299
93
- ```
94
-
95
-
96
- ### Record 10
97
- ```
98
- Text preview: PDT is a local treatment. It utilizes the local, selective, cytotoxic reaction produced by photosens...
99
- Matched keywords: dyspnea|mi|hemorrhage|respiratory_failure|cva|hypotension|sepsis|ards
100
- Text length: 54427
101
- ```
102
-
103
-
104
- ## Emergency+Treatment Subset (First 10 Records)
105
-
106
-
107
- ### Record 1
108
- ```
109
- Text preview: # Section 1: Recommendations
110
-
111
- # RECOMMENDATIONS Recommendation 1: General Measures Committee Respons...
112
- Emergency keywords: shock
113
- Treatment keywords: management|medication|procedure|fluid|monitoring|iv|administer|dose
114
- Text length: 37792
115
- ```
116
-
117
-
118
- ### Record 2
119
- ```
120
- Text preview: Evidence-based Series 4-9 Version 2 A Quality Initiative of the Program in Evidence-based Care (PEBC...
121
- Emergency keywords: hemorrhage
122
- Treatment keywords: Therapy|treatment|x-ray|us|ct
123
- Text length: 7559
124
- ```
125
-
126
-
127
- ### Record 3
128
- ```
129
- Text preview: Neuroendocrine tumours (NETs) constitute a heterogeneous group of neoplasms: they include epithelial...
130
- Emergency keywords: ards|pulmonary embolism
131
- Treatment keywords: dopamine|therapy|treatment|surgery|iv|intervention|dose
132
- Text length: 11731
133
- ```
134
-
135
-
136
- ### Record 4
137
- ```
138
- Text preview: Given the potential toxicities associated with alemtuzumab, and given the limited nature of the clin...
139
- Emergency keywords: fever|dyspnea|hypotension|sepsis
140
- Treatment keywords: treatment|iv|therapy|treat|management|intervention|supportive care|dose
141
- Text length: 46087
142
- ```
143
-
144
-
145
- ### Record 5
146
- ```
147
- Text preview: Although the incidence and mortality of gastric cancer has been steadily decreasing in Canadian men ...
148
- Emergency keywords: hyperthermia
149
- Treatment keywords: surgery|treatment|therapy|treat|dose|ct
150
- Text length: 35302
151
- ```
152
-
153
-
154
- ### Record 6
155
- ```
156
- Text preview: There are various definitions for palliative care, but most people would agree that "it focuses on c...
157
- Emergency keywords: hemorrhage|dyspnea
158
- Treatment keywords: therapy|management|treatment|morphine|dose
159
- Text length: 16186
160
- ```
161
-
162
-
163
- ### Record 7
164
- ```
165
- Text preview: # GUIDELINE OBJECTIVES
166
- The objective of this guideline is to update a previous guideline on chemothe...
167
- Emergency keywords: hemorrhage
168
- Treatment keywords: therapy|treatment|surgery
169
- Text length: 7551
170
- ```
171
-
172
-
173
- ### Record 8
174
- ```
175
- Text preview: Anthracyclines have been established to be superior to some non-anthracycline chemotherapy regimens ...
176
- Emergency keywords: mi
177
- Treatment keywords: iv|Dose|therapy|administer|surgery|treatment|treat|medication|ecg
178
- Text length: 50729
179
- ```
180
-
181
-
182
- ### Record 9
183
- ```
184
- Text preview: # GUIDELINE OBJECTIVE
185
- This guideline was written to provide guidance on the most appropriate follow-...
186
- Emergency keywords: hemorrhage
187
- Treatment keywords: treatment|ct
188
- Text length: 4299
189
- ```
190
-
191
-
192
- ### Record 10
193
- ```
194
- Text preview: PDT is a local treatment. It utilizes the local, selective, cytotoxic reaction produced by photosens...
195
- Emergency keywords: dyspnea|mi|hemorrhage|respiratory_failure|cva|hypotension|sepsis|ards
196
- Treatment keywords: treatment|oxygen|iv|dose|therapy|surgery|x-ray|administer|procedure|management
197
- Text length: 54427
198
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis/subset_comparison_first10_records_20250726_163158.md DELETED
@@ -1,198 +0,0 @@
1
- # Optimized Subsets Comparison Report
2
-
3
- Generated on: 2025-07-26 16:31:58
4
-
5
- File format: JSONL
6
-
7
-
8
- ## Basic Statistics
9
-
10
- - Emergency subset total records: 11914
11
- - Emergency+Treatment subset total records: 11023
12
- - Avg Emergency Text Length: 23847.08
13
- - Avg Treatment Text Length: 25408.64
14
- - Avg Emergency Keywords: 2.85
15
- - Avg Treatment Keywords: 2.97
16
-
17
- ## Emergency Subset (First 10 Records)
18
-
19
-
20
- ### Record 1
21
- ```
22
- Text preview: # Section 1: Recommendations
23
-
24
- # RECOMMENDATIONS Recommendation 1: General Measures Committee Respons...
25
- Matched keywords: shock
26
- Text length: 37792
27
- ```
28
-
29
-
30
- ### Record 2
31
- ```
32
- Text preview: Evidence-based Series 4-9 Version 2 A Quality Initiative of the Program in Evidence-based Care (PEBC...
33
- Matched keywords: hemorrhage
34
- Text length: 7559
35
- ```
36
-
37
-
38
- ### Record 3
39
- ```
40
- Text preview: Neuroendocrine tumours (NETs) constitute a heterogeneous group of neoplasms: they include epithelial...
41
- Matched keywords: ards|pulmonary embolism
42
- Text length: 11731
43
- ```
44
-
45
-
46
- ### Record 4
47
- ```
48
- Text preview: Given the potential toxicities associated with alemtuzumab, and given the limited nature of the clin...
49
- Matched keywords: fever|dyspnea|hypotension|sepsis
50
- Text length: 46087
51
- ```
52
-
53
-
54
- ### Record 5
55
- ```
56
- Text preview: Although the incidence and mortality of gastric cancer has been steadily decreasing in Canadian men ...
57
- Matched keywords: hyperthermia
58
- Text length: 35302
59
- ```
60
-
61
-
62
- ### Record 6
63
- ```
64
- Text preview: There are various definitions for palliative care, but most people would agree that "it focuses on c...
65
- Matched keywords: hemorrhage|dyspnea
66
- Text length: 16186
67
- ```
68
-
69
-
70
- ### Record 7
71
- ```
72
- Text preview: # GUIDELINE OBJECTIVES
73
- The objective of this guideline is to update a previous guideline on chemothe...
74
- Matched keywords: hemorrhage
75
- Text length: 7551
76
- ```
77
-
78
-
79
- ### Record 8
80
- ```
81
- Text preview: Anthracyclines have been established to be superior to some non-anthracycline chemotherapy regimens ...
82
- Matched keywords: mi
83
- Text length: 50729
84
- ```
85
-
86
-
87
- ### Record 9
88
- ```
89
- Text preview: # GUIDELINE OBJECTIVE
90
- This guideline was written to provide guidance on the most appropriate follow-...
91
- Matched keywords: hemorrhage
92
- Text length: 4299
93
- ```
94
-
95
-
96
- ### Record 10
97
- ```
98
- Text preview: PDT is a local treatment. It utilizes the local, selective, cytotoxic reaction produced by photosens...
99
- Matched keywords: dyspnea|mi|hemorrhage|respiratory_failure|cva|hypotension|sepsis|ards
100
- Text length: 54427
101
- ```
102
-
103
-
104
- ## Emergency+Treatment Subset (First 10 Records)
105
-
106
-
107
- ### Record 1
108
- ```
109
- Text preview: # Section 1: Recommendations
110
-
111
- # RECOMMENDATIONS Recommendation 1: General Measures Committee Respons...
112
- Emergency keywords: shock
113
- Treatment keywords: management|medication|procedure|fluid|monitoring|iv|administer|dose
114
- Text length: 37792
115
- ```
116
-
117
-
118
- ### Record 2
119
- ```
120
- Text preview: Evidence-based Series 4-9 Version 2 A Quality Initiative of the Program in Evidence-based Care (PEBC...
121
- Emergency keywords: hemorrhage
122
- Treatment keywords: Therapy|treatment|x-ray|us|ct
123
- Text length: 7559
124
- ```
125
-
126
-
127
- ### Record 3
128
- ```
129
- Text preview: Neuroendocrine tumours (NETs) constitute a heterogeneous group of neoplasms: they include epithelial...
130
- Emergency keywords: ards|pulmonary embolism
131
- Treatment keywords: dopamine|therapy|treatment|surgery|iv|intervention|dose
132
- Text length: 11731
133
- ```
134
-
135
-
136
- ### Record 4
137
- ```
138
- Text preview: Given the potential toxicities associated with alemtuzumab, and given the limited nature of the clin...
139
- Emergency keywords: fever|dyspnea|hypotension|sepsis
140
- Treatment keywords: treatment|iv|therapy|treat|management|intervention|supportive care|dose
141
- Text length: 46087
142
- ```
143
-
144
-
145
- ### Record 5
146
- ```
147
- Text preview: Although the incidence and mortality of gastric cancer has been steadily decreasing in Canadian men ...
148
- Emergency keywords: hyperthermia
149
- Treatment keywords: surgery|treatment|therapy|treat|dose|ct
150
- Text length: 35302
151
- ```
152
-
153
-
154
- ### Record 6
155
- ```
156
- Text preview: There are various definitions for palliative care, but most people would agree that "it focuses on c...
157
- Emergency keywords: hemorrhage|dyspnea
158
- Treatment keywords: therapy|management|treatment|morphine|dose
159
- Text length: 16186
160
- ```
161
-
162
-
163
- ### Record 7
164
- ```
165
- Text preview: # GUIDELINE OBJECTIVES
166
- The objective of this guideline is to update a previous guideline on chemothe...
167
- Emergency keywords: hemorrhage
168
- Treatment keywords: therapy|treatment|surgery
169
- Text length: 7551
170
- ```
171
-
172
-
173
- ### Record 8
174
- ```
175
- Text preview: Anthracyclines have been established to be superior to some non-anthracycline chemotherapy regimens ...
176
- Emergency keywords: mi
177
- Treatment keywords: iv|Dose|therapy|administer|surgery|treatment|treat|medication|ecg
178
- Text length: 50729
179
- ```
180
-
181
-
182
- ### Record 9
183
- ```
184
- Text preview: # GUIDELINE OBJECTIVE
185
- This guideline was written to provide guidance on the most appropriate follow-...
186
- Emergency keywords: hemorrhage
187
- Treatment keywords: treatment|ct
188
- Text length: 4299
189
- ```
190
-
191
-
192
- ### Record 10
193
- ```
194
- Text preview: PDT is a local treatment. It utilizes the local, selective, cytotoxic reaction produced by photosens...
195
- Emergency keywords: dyspnea|mi|hemorrhage|respiratory_failure|cva|hypotension|sepsis|ards
196
- Treatment keywords: treatment|oxygen|iv|dose|therapy|surgery|x-ray|administer|procedure|management
197
- Text length: 54427
198
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/analysis_treatment/stats/treatment_analysis_comprehensive.json DELETED
@@ -1,293 +0,0 @@
1
- {
2
- "basic_statistics": {
3
- "total_records": 9367,
4
- "avg_text_length": 27179.22952919825,
5
- "emergency_keywords_count": 47,
6
- "treatment_keywords_count": 105
7
- },
8
- "emergency_keyword_stats": {
9
- "Acute abdomen": 51,
10
- "Acute bleeding": 31,
11
- "Acute Coronary Syndrome": 332,
12
- "Acute Kidney Injury": 200,
13
- "Acute pancreatitis": 202,
14
- "Acute respiratory distress syndrome": 225,
15
- "Acute stroke": 65,
16
- "Anaphylaxis": 1002,
17
- "Anaphylactic Shock": 148,
18
- "Arrhythmia": 1490,
19
- "Atrial fibrillation": 736,
20
- "Atrial flutter": 139,
21
- "Bradycardia": 845,
22
- "Cardiac arrest": 600,
23
- "Cardiogenic Shock": 192,
24
- "Chest pain": 1408,
25
- "Dyspnea": 1296,
26
- "Fever": 4008,
27
- "Gastrointestinal Hemorrhage": 158,
28
- "GI bleeding": 103,
29
- "Hemorrhage": 1532,
30
- "Hemorrhagic stroke": 109,
31
- "Hyperthermia": 283,
32
- "Hypovolemic Shock": 61,
33
- "Hypotension": 1897,
34
- "Hypothermia": 340,
35
- "Internal bleeding": 67,
36
- "Intracranial Hemorrhages": 5,
37
- "Ischemic stroke": 216,
38
- "Loss of consciousness": 406,
39
- "Myocardial Infarction": 1607,
40
- "MI": 9316,
41
- "Pulmonary Edema": 471,
42
- "Pulmonary Embolism": 624,
43
- "Respiratory distress": 713,
44
- "Respiratory failure": 554,
45
- "Sepsis": 1145,
46
- "Severe Sepsis": 81,
47
- "Septic Shock": 231,
48
- "Shock": 1702,
49
- "Status Epilepticus": 149,
50
- "Syncope": 806,
51
- "Tachycardia": 1576,
52
- "Tachypnea": 262,
53
- "Traumatic Brain Injury": 151,
54
- "Ventricular Tachycardia": 461,
55
- "Ventricular fibrillation": 280
56
- },
57
- "treatment_keyword_stats": {
58
- "ACLS": 30,
59
- "administer": 3881,
60
- "Adrenaline": 135,
61
- "Advanced Cardiac Life Support": 34,
62
- "Airway Management": 174,
63
- "alpha blocker": 35,
64
- "Amiodarone": 315,
65
- "analgesia": 323,
66
- "Anesthesia Procedural": 0,
67
- "Anti-Bacterial Agents": 1,
68
- "antibiotic": 1922,
69
- "arterial line placement": 0,
70
- "beta blocker": 297,
71
- "Bi-level Positive Airway Pressure": 6,
72
- "bipap": 25,
73
- "Blood Transfusion": 379,
74
- "Bosmin": 0,
75
- "Cardiopulmonary Resuscitation": 131,
76
- "Cardioversion": 142,
77
- "Catheterization Arterial": 0,
78
- "Catheterization Central Venous": 0,
79
- "central line placement": 6,
80
- "compression dressing": 2,
81
- "Computed Tomography": 518,
82
- "cpap": 84,
83
- "cpr": 151,
84
- "crystalloids": 45,
85
- "ct scan": 1036,
86
- "Defibrillation": 96,
87
- "Dopamine": 389,
88
- "Dosage Forms": 210,
89
- "dose": 5344,
90
- "Drug Administration Routes": 0,
91
- "Drug Therapy": 773,
92
- "Epinephrine": 806,
93
- "fluid": 2938,
94
- "fluid resuscitation": 115,
95
- "hemodynamic monitoring": 43,
96
- "Hemodynamics": 135,
97
- "Hemostasis": 180,
98
- "Ibuprofen": 269,
99
- "icu transfer": 9,
100
- "Insulin": 808,
101
- "intervention": 2695,
102
- "intubation": 493,
103
- "Intratracheal Intubation": 3,
104
- "Intravenous Infusion": 576,
105
- "iv fluids": 75,
106
- "laboratory techniques": 29,
107
- "laboratory testing": 296,
108
- "levophed": 11,
109
- "Lidocaine": 212,
110
- "manage": 4416,
111
- "management": 4008,
112
- "medication": 4698,
113
- "midazolam": 204,
114
- "monitor": 4521,
115
- "monitoring": 3593,
116
- "Morphine": 289,
117
- "Nebulization": 41,
118
- "nitroglycerin": 125,
119
- "NTG": 81,
120
- "Norepinephrine": 392,
121
- "normal saline": 252,
122
- "Ondansetron": 43,
123
- "Oxygen": 1779,
124
- "Oxygen Inhalation Therapy": 2,
125
- "oxygen therapy": 178,
126
- "Patient Management": 281,
127
- "Patient Monitoring": 107,
128
- "POCUS": 10,
129
- "point of care ultrasound": 2,
130
- "procedural sedation": 26,
131
- "procedure": 3073,
132
- "radiologic imaging": 5,
133
- "Radiography": 218,
134
- "resuscitation": 539,
135
- "Sedation": 602,
136
- "splinting": 26,
137
- "Splints": 29,
138
- "supportive care": 564,
139
- "surgical procedures": 482,
140
- "Surgical Procedures Operative": 0,
141
- "surgery": 3531,
142
- "Suture": 179,
143
- "Suturing": 53,
144
- "Therapeutic Intervention": 181,
145
- "Therapeutics": 182,
146
- "Therapy": 6117,
147
- "tourniquet": 56,
148
- "transfusion": 826,
149
- "treat": 8270,
150
- "treatment": 7719,
151
- "Ultrasonography Point of Care": 0,
152
- "ultrasound": 1273,
153
- "Vasoconstrictor Agents": 2,
154
- "vasopressors": 188,
155
- "ventilation support": 14,
156
- "Ventilators": 86,
157
- "Vital Signs": 459,
158
- "vital signs monitoring": 1,
159
- "wound care": 73,
160
- "Wound Dressing": 30,
161
- "Wound Management": 37,
162
- "X-Ray": 1293
163
- },
164
- "cooccurrence_analysis": [
165
- {
166
- "emergency_keyword": "Fever",
167
- "treatment_keyword": "treatment",
168
- "cooccurrence_count": 3488,
169
- "percentage": 37.23710899967973
170
- },
171
- {
172
- "emergency_keyword": "Fever",
173
- "treatment_keyword": "Therapy",
174
- "cooccurrence_count": 2698,
175
- "percentage": 28.803245436105477
176
- },
177
- {
178
- "emergency_keyword": "Fever",
179
- "treatment_keyword": "dose",
180
- "cooccurrence_count": 2430,
181
- "percentage": 25.94213729048788
182
- },
183
- {
184
- "emergency_keyword": "Fever",
185
- "treatment_keyword": "medication",
186
- "cooccurrence_count": 1979,
187
- "percentage": 21.127362015586634
188
- },
189
- {
190
- "emergency_keyword": "Hypotension",
191
- "treatment_keyword": "treatment",
192
- "cooccurrence_count": 1760,
193
- "percentage": 18.789366926443897
194
- },
195
- {
196
- "emergency_keyword": "Fever",
197
- "treatment_keyword": "management",
198
- "cooccurrence_count": 1753,
199
- "percentage": 18.714636489804633
200
- },
201
- {
202
- "emergency_keyword": "Fever",
203
- "treatment_keyword": "treat",
204
- "cooccurrence_count": 1744,
205
- "percentage": 18.618554499839863
206
- },
207
- {
208
- "emergency_keyword": "Fever",
209
- "treatment_keyword": "monitoring",
210
- "cooccurrence_count": 1674,
211
- "percentage": 17.87125013344721
212
- },
213
- {
214
- "emergency_keyword": "Hypotension",
215
- "treatment_keyword": "Therapy",
216
- "cooccurrence_count": 1558,
217
- "percentage": 16.63286004056795
218
- },
219
- {
220
- "emergency_keyword": "Fever",
221
- "treatment_keyword": "surgery",
222
- "cooccurrence_count": 1505,
223
- "percentage": 16.06704387744208
224
- },
225
- {
226
- "emergency_keyword": "Tachycardia",
227
- "treatment_keyword": "treatment",
228
- "cooccurrence_count": 1441,
229
- "percentage": 15.383794171025942
230
- },
231
- {
232
- "emergency_keyword": "Hypotension",
233
- "treatment_keyword": "dose",
234
- "cooccurrence_count": 1423,
235
- "percentage": 15.191630191096403
236
- },
237
- {
238
- "emergency_keyword": "Myocardial Infarction",
239
- "treatment_keyword": "treatment",
240
- "cooccurrence_count": 1369,
241
- "percentage": 14.615138251307783
242
- },
243
- {
244
- "emergency_keyword": "Shock",
245
- "treatment_keyword": "treatment",
246
- "cooccurrence_count": 1340,
247
- "percentage": 14.305540728087967
248
- },
249
- {
250
- "emergency_keyword": "Fever",
251
- "treatment_keyword": "fluid",
252
- "cooccurrence_count": 1330,
253
- "percentage": 14.198782961460447
254
- },
255
- {
256
- "emergency_keyword": "Hemorrhage",
257
- "treatment_keyword": "treatment",
258
- "cooccurrence_count": 1328,
259
- "percentage": 14.177431408134941
260
- },
261
- {
262
- "emergency_keyword": "Hypotension",
263
- "treatment_keyword": "monitoring",
264
- "cooccurrence_count": 1325,
265
- "percentage": 14.145404078146683
266
- },
267
- {
268
- "emergency_keyword": "Tachycardia",
269
- "treatment_keyword": "Therapy",
270
- "cooccurrence_count": 1277,
271
- "percentage": 13.632966798334579
272
- },
273
- {
274
- "emergency_keyword": "Dyspnea",
275
- "treatment_keyword": "treatment",
276
- "cooccurrence_count": 1228,
277
- "percentage": 13.10985374185972
278
- },
279
- {
280
- "emergency_keyword": "Myocardial Infarction",
281
- "treatment_keyword": "Therapy",
282
- "cooccurrence_count": 1215,
283
- "percentage": 12.97106864524394
284
- }
285
- ],
286
- "path_b_validation": {
287
- "avg_emergency_density": 0.3098621434407273,
288
- "avg_treatment_density": 0.6108515041451529,
289
- "high_density_records": 1298,
290
- "precision_estimate": 0.9995729689334899
291
- },
292
- "condition_mapping_candidates": {}
293
- }