-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmerged_decision_tree_atypical.json
More file actions
184 lines (184 loc) · 6.89 KB
/
merged_decision_tree_atypical.json
File metadata and controls
184 lines (184 loc) · 6.89 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"nodes": [
{
"name": "Thunderclap headache",
"yes_action": "Send to emergency department for immediate CT to exclude subarachnoid hemorrhage",
"no_node": "Headache with fever and neck stiffness",
"criteria": null,
"min_criteria": null
},
{
"name": "Headache with fever and neck stiffness",
"yes_action": "Send immediately to emergency department for CT and lumbar puncture",
"no_node": "Papilledema with altered consciousness and/or focal signs",
"criteria": null,
"min_criteria": null
},
{
"name": "Papilledema with altered consciousness and/or focal signs",
"yes_action": "Send immediately to emergency department with neuroimaging for investigation",
"no_node": "Acute angle-closure glaucoma",
"criteria": null,
"min_criteria": null
},
{
"name": "Acute angle-closure glaucoma",
"yes_action": "Send immediately for ophthalmological assessment or emergency department",
"no_node": "Signs of systemic illness with new-onset headache",
"criteria": null,
"min_criteria": null
},
{
"name": "Signs of systemic illness with new-onset headache",
"yes_action": "Require urgent specialist consultation and/or investigation",
"no_node": "New headache in patients over 50 with symptoms of temporal arteritis",
"criteria": null,
"min_criteria": null
},
{
"name": "New headache in patients over 50 with symptoms of temporal arteritis",
"yes_action": "Urgent investigation and possible temporal artery biopsy required",
"no_node": "Papilledema in alert patient without focal neurological signs",
"criteria": null,
"min_criteria": null
},
{
"name": "Papilledema in alert patient without focal neurological signs",
"yes_action": "Urgent specialist referral and neuroimaging required",
"no_node": "Elderly patient with new headache and subacute cognitive change",
"criteria": null,
"min_criteria": null
},
{
"name": "Elderly patient with new headache and subacute cognitive change",
"yes_action": "Urgent specialist referral and/or neuroimaging required",
"no_node": "Check for Cervicogenic Headache",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Cervicogenic Headache",
"yes_action": "Consider Cervicogenic Headache",
"no_node": "Check for Post Traumatic Headache",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Post Traumatic Headache",
"yes_action": "Diagnose Post Traumatic Headache",
"no_node": "Check for Temporomandibular Disorder",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Temporomandibular Disorder",
"yes_action": "Consider Temporomandibular Disorder",
"no_node": "Check for Atypical Headaches or Changes in Pattern (Patients with headaches that do not fit the typical pattern of migraine or tension-type headache, and patients with a major change in headache pattern.)",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Atypical Headaches or Changes in Pattern (Patients with headaches that do not fit the typical pattern of migraine or tension-type headache, and patients with a major change in headache pattern.)",
"yes_action": "Consider Specialist Consultation and/or Neuroimaging",
"no_node": "Check for Unexplained Focal Signs",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Unexplained Focal Signs",
"yes_action": "Require Specialist Referral and/or Neuroimaging",
"no_node": "Check for Unusual Headache Precipitants",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Unusual Headache Precipitants",
"yes_action": "Consider Specialist Referral and/or Brain MRI Scan",
"no_node": "Check for Unusual Aura Symptoms",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Unusual Aura Symptoms",
"yes_action": "Refer to Neurologist",
"no_node": "Check for Cluster Headache and Other Uncommon Syndromes",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Cluster Headache and Other Uncommon Syndromes",
"yes_action": "Consider Specialist Referral for Investigation and Treatment",
"no_node": "Check for Late Onset Headache",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Late Onset Headache",
"yes_action": "Consider Neuroimaging and/or Blood Tests",
"no_node": "Check for Persistent Headache Attributed to Head Trauma",
"criteria": null,
"min_criteria": null
},
{
"name": "Check for Persistent Headache Attributed to Head Trauma",
"yes_action": "Consider Specialist Referral on Case by Case Basis",
"no_node": "Diagnose Migraine Without Aura",
"criteria": null,
"min_criteria": null
},
{
"name": "Diagnose Migraine Without Aura",
"yes_action": "Refer to Section 2: Management of Migraine Headache",
"no_node": "Check Episodic Tension-Type Headache",
"criteria": [
"nausea during the attack",
"light sensitivity during the attack",
"some attacks interfere with activities"
],
"min_criteria": 2
},
{
"name": "Check Episodic Tension-Type Headache",
"yes_action": "Refer to Section 3: Management of Tension-Type Headache",
"no_node": "Check Cluster Headache or Trigeminal Autonomic Cephalalgia",
"criteria": [
"bilateral headache",
"non-pulsating pain",
"mild to moderate intensity",
"headache not worsened by activity"
],
"min_criteria": 2
},
{
"name": "Check Cluster Headache or Trigeminal Autonomic Cephalalgia",
"yes_action": "Refer to Section 5: Management of Cluster Headache; Neurologist referral recommended",
"no_node": "Check Hemicranias Continua",
"criteria": [
"frequent",
"severe",
"brief (duration of less than 3 hours)",
"unilateral",
"ipsilateral conjunctival injection and/or tearing and/or restlessness during the attacks"
],
"min_criteria": 5
},
{
"name": "Check Hemicranias Continua",
"yes_action": "Refer to Section 6: Other Headache Disorders: Neurologist referral recommended",
"no_node": "Check New Daily Persistent Headache",
"criteria": [
"strictly unilateral",
"always on the same side of the head",
"responds dramatically to indomethacin"
],
"min_criteria": 3
},
{
"name": "Check New Daily Persistent Headache",
"yes_action": "Consider secondary headaches; Neurologist referral recommended",
"no_node": "End of Decision Tree",
"criteria": null,
"min_criteria": null
}
]
}