File size: 23,376 Bytes
8f74332
9c959a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
{
        "Pain": [
                    "ache",
                    "aches",
                    "achey",
                    "aching",
                    "achy pain",
                    "arms burn",
                    "arthalgias",
                    "artharlgia",
                    "arthralgia",
                    "arthralgias",
                    "backache",
                    "backaches",
                    "dorsalgia",
                    "feeling achy",
                    "feels achy",
                    "feet hurt",
                    "felt achy",
                    "hurt",
                    "hurting",
                    "hurting worse",
                    "hurts",
                    "pain",
                    "painful",
                    "painful feeling",
                    "pains",
                    "paun",
                    "scratchy",
                    "sore",
                    "sores",
                    "spainful",
                    "twinge",
                    "twinges"
    ],
    "Chest pain": [
                    "aches in my chest",
                    "achy , chest",
                    "angia",
                    "angina",
                    "burn in my chest",
                    "burning in the chest",
                    "chesl pain",
                    "chest , achy",
                    "chest , hurting",
                    "chest , hurts",
                    "chest , pai",
                    "chest , soreness",
                    "chest heard",
                    "chest hurt",
                    "chest hurts",
                    "chest is burning",
                    "chest just hurts",
                    "chest pain",
                    "chest pain at rest",
                    "chest pain or angina",
                    "chest pains",
                    "chest pains at rest",
                    "chest started to ache",
                    "chest twinges",
                    "chest wall pain",
                    "chest was aching",
                    "chest without pains",
                    "chestpain",
                    "chst pain",
                    "heart area , pain and pressure",
                    "heart still hurt",
                    "heart still hurts",
                    "hurt in my chest",
                    "hurting , chest",
                    "hurts , chest",
                    "needles feeling in the middle of my chest",
                    "pai , chest",
                    "pain , moving my chest",
                    "pain and pressure , heart area",
                    "pain behind my breastbone",
                    "pain behind sternum",
                    "pain in chest",
                    "pain in my chest",
                    "pain in the center of my chest",
                    "pain in the chest",
                    "pain into my chest",
                    "pain right in the chest",
                    "painful sensation in my chest",
                    "somebody put a stone on my chest",
                    "soreness , chest",
                    "sternum pain",
                    "twinges in my chest"
    ],
    "Pleuritic chest pain": [
                    "breathe , starting to hurt",
                    "chest pain , with pleurisy",
                    "chest pain on breathing",
                    "chest pain while bending",
                    "chest wall pain , pleuritic",
                    "cp also pleuritic",
                    "deep breath pain",
                    "hurts to breathe",
                    "inhaling , pressure in the chest",
                    "pain , when inhaling",
                    "pain in the lungs",
                    "pain is pleuritic",
                    "pleuritic , chest wall pain",
                    "pleuritic chest pain",
                    "pleuritic chest pains",
                    "pleuritic chst pn",
                    "pleuritic right sided chest pain",
                    "pressure in the chest , inhaling",
                    "starting to hurt , breathe"
    ],
    "Pain provoked by exertion": [
                    "pain , physical activity",
                    "pain , walking",
                    "pain by exertion",
                    "pain provoked by exertion",
                    "physical activity , pain"
    ],
    "Physical Activity": [
                    "active with walks",
                    "actively walking",
                    "after taking a walk",
                    "been jogging",
                    "bikes 30 min",
                    "biking",
                    "block , jogged",
                    "blocks per day , walking",
                    "calisthenics",
                    "cleaning my yard",
                    "cycling",
                    "daily , walking",
                    "daily , walks",
                    "day of walking",
                    "doing the exercises",
                    "elliptical",
                    "every day , i walk",
                    "every day , jogging",
                    "every day , walking",
                    "every morning , walking",
                    "excercise",
                    "excerise",
                    "exercise",
                    "exercise , ultimate frisbee",
                    "exercise program",
                    "exercise regimen",
                    "exercise regularly",
                    "exercised",
                    "exercises",
                    "exercises regularly",
                    "exercises sporadically",
                    "exercises without symptoms",
                    "exercising",
                    "exercising regularly",
                    "flight of stairs",
                    "flights of stairs",
                    "go to the pool",
                    "gym",
                    "gym exercise",
                    "have not moved much",
                    "housecleaning",
                    "i am doings exercises",
                    "i walk , every day",
                    "i walk , miles",
                    "i walk everyday",
                    "i walked , miles",
                    "jogged , block",
                    "jogger",
                    "jogging , every day",
                    "just walked",
                    "just walking",
                    "long walk",
                    "mile walk",
                    "miles , i walk",
                    "miles , i walked",
                    "miles , walking",
                    "moderate exercise",
                    "moving more the usual",
                    "no activity",
                    "occasionally , walking",
                    "physical activities",
                    "physical activity",
                    "plays tennis",
                    "post workout",
                    "power walking",
                    "ran",
                    "ride my bike",
                    "run",
                    "running",
                    "runs 2-3 miles",
                    "short walk",
                    "start walking",
                    "started walking",
                    "stationary bike",
                    "swimming",
                    "swims",
                    "take a walk",
                    "taking a walk",
                    "tennis and walking",
                    "took , walk",
                    "treadmill , walking",
                    "twice a week , walking",
                    "ultimate frisbee , exercise",
                    "walk , daily",
                    "walk , mile",
                    "walk a few blocks",
                    "walk in the park",
                    "walk much",
                    "walked , miles",
                    "walked down , driveway and back",
                    "walking , blocks per day",
                    "walking , daily",
                    "walking , every day",
                    "walking , every morning",
                    "walking , miles",
                    "walking , occasionally",
                    "walking , treadmill",
                    "walking , twice a week",
                    "walking , walking occasionally",
                    "walking a few blocks",
                    "walking daily",
                    "walking much",
                    "walking occasionally , walking",
                    "walking program",
                    "walks , daily",
                    "walks , miles",
                    "walks a mile",
                    "weekly exercise",
                    "went to , store",
                    "working out",
                    "workout",
                    "workouts",
                    "works out",
                    "yoga"
    ],
    "Physical Activity Limitation": [
                    "15-minute walk",
                    "able to do , activities",
                    "able to walk",
                    "can't even climb upstairs",
                    "can't even move",
                    "can't even vacuum my room",
                    "can't stand up",
                    "can't take 5-minutes run",
                    "excercise tolerance",
                    "exercise , limited",
                    "exercise tolerance",
                    "feels ok ambulating",
                    "hard to move",
                    "hard to work",
                    "i can't , walk",
                    "i can't move",
                    "limited , exercise",
                    "limited , physical activity",
                    "physical activities",
                    "physical activity",
                    "physical activity , limited",
                    "physical activity limitation",
                    "tired from 5-minutes run"
    ],
    "Fatigue Threshold": [
                    "can not climb more than 1 flight",
                    "climbing stairs  fatigue",
                    "exhausted",
                    "extremely tired",
                    "fatigue climbing stairs",
                    "fatigue threshold",
                    "have no strength",
                    "tire easily",
                    "weak"
    ],
        "Chills": [
                    "chattering",
                    "chil",
                    "chill",
                    "chills",
                    "chils",
                    "coolness",
                    "i am freezing up",
                    "shivering",
                    "shivers"
    ],
        "Office visit": [
                    "a complete physical",
                    "achedule an appointment",
                    "annual , scheduled",
                    "annual check up",
                    "annual check ups",
                    "annual checkup",
                    "annual physical",
                    "annual physicals",
                    "annual well visit",
                    "annual well visit exam",
                    "appointment , booked",
                    "appointment , canceled",
                    "appointment , cancelled",
                    "appointment , changed",
                    "appointment , scheduled",
                    "appointment , virtual",
                    "appointment schedule",
                    "appointment scheduled",
                    "appointments scheduled",
                    "apt , removed",
                    "booked , appointment",
                    "call , for appointment",
                    "cancel , appointment",
                    "canceled , appointment",
                    "cancelled , appointment",
                    "check up with , doctor",
                    "come , for appointment",
                    "do see , appointment",
                    "doctor , visit",
                    "for an appointment",
                    "for appointment , call",
                    "got , appointment",
                    "got you scheduled",
                    "had , appointment",
                    "have , appointment",
                    "have you scheduled",
                    "i had an appointment",
                    "i have an appointment",
                    "i have you rescheduled",
                    "made an appointment",
                    "made appointment",
                    "made appointment , acc",
                    "made appointments",
                    "make an appointment",
                    "make appointemt",
                    "make appointment",
                    "make appointment.",
                    "making an appointment",
                    "making appointment",
                    "my appointment",
                    "my doc , office",
                    "my doctor , office",
                    "next appointment",
                    "office , my doc",
                    "office , my doctor",
                    "office appointment",
                    "office visit",
                    "office visits",
                    "physical appointment",
                    "request , appointment",
                    "schedule an appointment",
                    "scheduled , annual",
                    "scheduled , appointment",
                    "scheduled an appointment",
                    "set up appointment",
                    "teleheaith",
                    "telehealth",
                    "telemed",
                    "virtual , appointment",
                    "visit , doctor",
                    "well checkup",
                    "wellness check",
                    "wellness visit",
                    "you are schedule",
                    "your appointment",
                    "your office"
                ],
                "Chest discomfort": [
                    "burning sensation in chest",
                    "chest discomfort",
                    "chest heaviness",
                    "chest heavy",
                    "chest discomfort",
                    "chest heaviness",
                    "chest uneasiness",
                    "chestdiscomfort",
                    "disagreeable sensation in my chest",
                    "discomfort chest",
                    "discomfort side ribs",
                    "discomfort in chest",
                    "heaviness chest",
                    "heavy chest",
                    "heavy chest",
                    "hevy chest",
                    "side ribs discomfort"
                ],
                "Chest pressure": [
                    "chest heaviness",
                    "chest pressure",
                    "chest tension",
                    "chest feels like weight on it",
                    "chest heaviness",
                    "chest pressure",
                    "front and back pressure",
                    "heart area pain and pressure",
                    "heaviness chest",
                    "heaviness in chest",
                    "numbness to chest",
                    "pain and pressure heart area",
                    "pressure chest",
                    "pressure front and back",
                    "pressure behind my chest",
                    "pressure in chest",
                    "pressure in my chest",
                    "pressure in the heart",
                    "pressure under my ribs",
                    "someone sitting on my chest",
                    "tense chest",
                    "tension chest",
                    "weight on it chest feels like"
                ],
                "Chest tightness": [
                    "band-like chest",
                    "chest band-like",
                    "chest constricted",
                    "chest squeezing",
                    "chest tight",
                    "chest tightness",
                    "chest feels tight",
                    "chest felt tight",
                    "chest is feel tight",
                    "chest is closing",
                    "chest is not tight",
                    "chest is tight",
                    "chest pain is like a lightning bolt",
                    "chest tightness",
                    "constricted chest",
                    "squeezing chest",
                    "tight chest",
                    "tightness chest",
                    "tightness in chest",
                    "tightness in her chest",
                    "tightness in my chest"
                ],
                "Dyspnea on exertion": [
                    "climbing severe shortness of breath",
                    "climbing shortness of breath",
                    "climbing up the stairs difficulty in breathing",
                    "dbysphea on exertion",
                    "difficulty in breathing climbing up the stairs",
                    "doe",
                    "during workouts shortness of breather",
                    "dyspnea on exertion",
                    "dyspnea during exertion",
                    "dyspnea exertion",
                    "dyspnea on exertion",
                    "dyspnea on exertion",
                    "dyspnea upon exertion",
                    "dyspnea with exercising",
                    "dyspnea with exertion",
                    "dyspneic on exertion",
                    "dyspneic with exertion",
                    "exercise short of breath",
                    "exertional shortness of breath",
                    "exertional shortness of breath",
                    "get out of breadth walking",
                    "heavy breathing walking",
                    "out of breath walking",
                    "severe shortness of breath climbing",
                    "shoriness of breath with exertion",
                    "short of breath exercise",
                    "short of breath on exertion",
                    "shortness of breath (shortness of breath) on exertion",
                    "shortness of breath climbing",
                    "shortness of breath going up",
                    "shortness of breath lift heavy",
                    "shortness of breath on exertion",
                    "shortness of breath sports",
                    "shortness of breath walking",
                    "shortness of breath when active",
                    "shortness of breath when i go up the stairs",
                    "shortness of breath with any exertion",
                    "shortness of breath with exertion",
                    "shortness of breath during exertion",
                    "shortness of breath exertion",
                    "shortness of breath on exertion",
                    "shortness of breath on ambulating",
                    "shortness of breath on exertion",
                    "shortness of breath upon exertion",
                    "shortness of breath with exertion",
                    "shortness of breather during workouts",
                    "sports shortness of breath",
                    "walking associated shortness of breath",
                    "walking get out of breadth",
                    "walking out of breath",
                    "when i go up the stairs shortness of breath"
                ],
                "Hemoptysis": [
                    "blood phlegm",
                    "blood spit",
                    "blood spit up",
                    "blood cough",
                    "blood disappeared from my sputum",
                    "blood in cough",
                    "blood in expectoration",
                    "blood in sputum",
                    "blood in cough",
                    "blood tinged sputum",
                    "blood when cough",
                    "blood when coughed",
                    "blood when coughing",
                    "blood with cough",
                    "bloody cough",
                    "bloody phlegm",
                    "bloody sputum",
                    "cough has a blood",
                    "cough up blood",
                    "cough up blood",
                    "cough with blood",
                    "cough with blood",
                    "cough with small blood",
                    "coughed up blood",
                    "coughed without blood",
                    "coughing blood",
                    "coughing specks of blood",
                    "coughing red",
                    "coughing up blood",
                    "coughing up some blood",
                    "coughing with blood",
                    "coughing with blood",
                    "expectoration with blood",
                    "hemoptysis",
                    "npit",
                    "phlegm blood",
                    "phlegm pink",
                    "phlegm with a little blood",
                    "phlegm is bloody",
                    "pink phlegm",
                    "pink spit",
                    "red sputum",
                    "red in the cough",
                    "specks of blood coughing",
                    "spit blood",
                    "spit pink",
                    "spit up blood",
                    "spitting with blood",
                    "sputum red",
                    "sputum has a red"
                ],
        "Self-reported hospitalization": [
                    "again   in the hospital",
                    "back in the hospital",
                    "boro park rehab   emanuel",
                    "emanuel   boro park rehab",
                    "emanuel   rehabilitation center",
                    "going to hospital",
                    "he is   in the icu",
                    "hospital",
                    "i am   admitted into the hospital",
                    "i am   at the hospital",
                    "i am   hospitalized",
                    "i am   in rehab",
                    "i am   in the barnabas",
                    "i am   in the hospital",
                    "i am admitted",
                    "i am at the hospital",
                    "i am going   hospital",
                    "i am hospitalised",
                    "i am hospitalized",
                    "i am in   hospital",
                    "i am in   medical center",
                    "i am in   overlook.hosp",
                    "i am in the hospital",
                    "i arrived   the hospital",
                    "i been   in",
                    "i have been admitted",
                    "i just checked into   hospital",
                    "i was   in the hospital",
                    "i was   the hospital",
                    "i was admitted",
                    "i was admitted   hospital",
                    "i was hospilized",
                    "i was hospitalized",
                    "i was in the hospital",
                    "in nyu manhattan",
                    "in the barnabas   i am",
                    "in the hospital   again",
                    "medical center   taken to",
                    "my stay in   hospital",
                    "rehabilitation center   emanuel",
                    "self-reported hospitalization",
                    "she is   in the icu",
                    "still in   hospital",
                    "taken to   medical center"
                ]
}