nitinyadav commited on
Commit
4b43fd2
·
verified ·
1 Parent(s): 3809889

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
  tags:
3
  - spacy
4
- - ner
 
5
  - medical-ner
6
  library_name: spacy
7
- pipeline_tag: ner
8
  language: en
9
  license: mit
10
  ---
@@ -14,7 +15,7 @@ license: mit
14
  This model is trained to recognize medical entities including treatments, chronic diseases, cancers, and allergies.
15
 
16
  ## Model Details
17
- - Task: medical-ner-task1
18
  - Framework: spaCy
19
  - Entity Types: TREATMENT, CHRONIC DISEASE, CANCER, ALLERGY, OTHER
20
 
@@ -26,3 +27,13 @@ doc = nlp("Patient has been diagnosed with Type 2 Diabetes")
26
  for ent in doc.ents:
27
  print(ent.text, ent.label_)
28
  ```
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags:
3
  - spacy
4
+ - token-classification
5
+ - named-entity-recognition
6
  - medical-ner
7
  library_name: spacy
8
+ pipeline_tag: token-classification
9
  language: en
10
  license: mit
11
  ---
 
15
  This model is trained to recognize medical entities including treatments, chronic diseases, cancers, and allergies.
16
 
17
  ## Model Details
18
+ - Task: Named Entity Recognition
19
  - Framework: spaCy
20
  - Entity Types: TREATMENT, CHRONIC DISEASE, CANCER, ALLERGY, OTHER
21
 
 
27
  for ent in doc.ents:
28
  print(ent.text, ent.label_)
29
  ```
30
+
31
+ ## Entity Labels
32
+ - TREATMENT: Medical treatments and procedures
33
+ - CHRONIC DISEASE: Long-term medical conditions
34
+ - CANCER: Cancer-related conditions
35
+ - ALLERGY: Allergic conditions
36
+ - OTHER: Other medical entities
37
+
38
+ ## Training Data
39
+ This model was trained on medical text data with annotated entities.
medical-ner-task1/ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9800cc26029116735fde5785a653bca0c09e7a89e8e44c0f74bb0adbbcee91c3
3
  size 3836040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:662ef89af7d2f14424843e02029681fbea2907695c4bb5fc98e79edbf2a93cec
3
  size 3836040
medical-ner-task1/ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�${"0":{},"1":{"TREATMENT":-1,"CANCER":-2,"CHRONIC DISEASE":-3,"ALLERGY":-4},"2":{"TREATMENT":-1,"CANCER":-2,"CHRONIC DISEASE":-3,"ALLERGY":-4},"3":{"TREATMENT":-1,"CANCER":-2,"CHRONIC DISEASE":-3,"ALLERGY":-4},"4":{"":1,"TREATMENT":-1,"CANCER":-2,"CHRONIC DISEASE":-3,"ALLERGY":-4},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�${"0":{},"1":{"CHRONIC DISEASE":-1,"TREATMENT":-2,"CANCER":-3,"ALLERGY":-4},"2":{"CHRONIC DISEASE":-1,"TREATMENT":-2,"CANCER":-3,"ALLERGY":-4},"3":{"CHRONIC DISEASE":-1,"TREATMENT":-2,"CANCER":-3,"ALLERGY":-4},"4":{"":1,"CHRONIC DISEASE":-1,"TREATMENT":-2,"CANCER":-3,"ALLERGY":-4},"5":{"":1}}�cfg��neg_key�
medical-ner-task1/vocab/strings.json CHANGED
@@ -52,6 +52,7 @@
52
  "(;",
53
  "(=",
54
  "(>_<)",
 
55
  "(^_^)",
56
  "(o:",
57
  "(x:",
@@ -60,44 +61,45 @@
60
  "(\u0ca0_\u0ca0)",
61
  "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b",
62
  ")",
63
- ")(1",
64
  ")))",
65
  ")-:",
66
  ")/\u00af",
67
- ")20",
68
  "):",
 
69
  "*",
70
  "+",
71
  ",",
72
- ",pericarditis",
73
- ",xxxx",
74
  "-",
75
  "-((",
76
  "-))",
77
  "-/",
78
  "-0",
79
  "-1",
 
80
  "-14",
81
- "-17",
82
  "-3",
83
  "-8",
84
  "-D",
 
 
85
  "-O",
86
  "-P",
87
  "-X",
 
88
  "-_-",
89
  "-__-",
90
  "-d",
91
  "-dd",
 
 
92
  "-o",
93
  "-p",
94
- "-reported",
95
  "-x",
96
- "-xxxx",
97
  "-|",
98
  ".",
99
- ".5x",
100
- ".73",
101
  ".C.",
102
  ".D.",
103
  ".E.",
@@ -113,146 +115,153 @@
113
  ".s.",
114
  "/",
115
  "/10",
 
 
116
  "/3",
117
- "/95",
118
  "/=",
119
  "/d",
120
  "/or",
121
  "0",
122
  "0.0",
123
- "0.5",
124
  "0.o",
125
  "000",
126
- "004",
127
- "015",
128
- "016",
129
  "0_0",
130
  "0_o",
131
  "1",
132
- "1,000",
133
- "1,500",
134
  "1.1",
135
- "1.3",
136
  "1.5",
137
- "1.5x",
138
- "1.6",
139
- "1.6mg",
140
  "1/2",
141
  "10",
142
- "10,000",
143
  "100",
 
144
  "1000",
145
- "102",
146
- "103",
147
  "10a.m",
148
  "10a.m.",
 
149
  "10p.m",
150
  "10p.m.",
151
  "11",
152
- "1100",
153
  "11a.m",
154
  "11a.m.",
155
  "11p.m",
156
  "11p.m.",
157
  "12",
 
 
 
158
  "126",
 
159
  "12a.m",
160
  "12a.m.",
161
  "12p.m",
162
  "12p.m.",
163
- "13",
164
- "131",
165
  "14",
 
166
  "1500",
167
  "16",
168
- "165/95",
169
- "177",
170
- "18",
171
  "180",
172
- "18F]Flutemetamol",
173
- "18f]flutemetamol",
174
- "19X",
175
  "1D1",
176
  "1a.m",
177
  "1a.m.",
 
178
  "1p.m",
179
  "1p.m.",
180
  "2",
181
  "2.0",
182
  "2.5",
 
183
  "20",
184
- "20,000",
 
 
 
185
  "200",
186
- "2000",
187
- "2004",
188
- "2015",
189
- "2016",
190
  "21",
191
- "23",
 
 
192
  "24",
 
193
  "25",
 
 
 
194
  "28",
195
- "2C8",
 
196
  "2a.m",
197
  "2a.m.",
 
198
  "2nd",
199
  "2p.m",
200
  "2p.m.",
 
 
201
  "3",
202
- "3.0",
203
  "3.1.1",
204
  "30",
205
  "33",
206
  "333",
207
- "35",
208
  "350",
209
- "36",
210
  "3A4",
 
211
  "3a.m",
212
  "3a.m.",
213
- "3m2",
214
  "3p.m",
215
  "3p.m.",
216
- "3rd",
 
217
  "4",
 
218
  "40",
219
  "42",
 
 
 
220
  "450",
221
- "48",
222
- "4S",
 
223
  "4a.m",
224
  "4a.m.",
225
  "4p.m",
226
  "4p.m.",
227
- "4s",
228
  "5",
229
- "5.0",
230
  "50",
231
  "50,000",
232
  "500",
233
- "58R",
 
234
  "5a.m",
235
  "5a.m.",
236
  "5p.m",
237
  "5p.m.",
238
- "5x",
239
  "6",
 
240
  "6.5",
241
  "60",
242
- "61Q",
243
  "65",
244
- "65R",
245
  "6a.m",
246
  "6a.m.",
247
- "6mg",
248
  "6p.m",
249
  "6p.m.",
250
  "7",
251
- "70",
252
- "72",
253
- "75",
254
- "75,000",
255
- "750",
256
  "7a.m",
257
  "7a.m.",
258
  "7p.m",
@@ -264,7 +273,8 @@
264
  "8-D",
265
  "8-d",
266
  "8.0",
267
- "84V",
 
268
  "8D",
269
  "8a.m",
270
  "8a.m.",
@@ -272,9 +282,11 @@
272
  "8p.m",
273
  "8p.m.",
274
  "9",
 
275
  "9/10",
276
  "90",
277
- "970",
 
278
  "9a.m",
279
  "9a.m.",
280
  "9p.m",
@@ -342,7 +354,6 @@
342
  ";-D",
343
  ";-X",
344
  ";-d",
345
- ";14",
346
  ";D",
347
  ";X",
348
  ";_;",
@@ -373,7 +384,6 @@
373
  ">",
374
  ">.<",
375
  ">.>",
376
- ">90",
377
  ">:(",
378
  ">:o",
379
  ">:x",
@@ -382,58 +392,43 @@
382
  "@_@",
383
  "A",
384
  "A-4",
385
- "A1C",
386
  "A1c",
387
- "AAA",
388
- "AASLD",
389
- "ABG",
390
- "ACE",
391
- "ACOG",
392
- "ACR",
393
  "ACS",
394
  "ACS/",
395
- "AEs",
 
 
396
  "AF",
397
- "AI",
398
  "AIDS",
399
  "AITL",
400
- "AKT",
401
  "ALL",
402
  "ALLERGY",
403
- "ALT",
404
  "AML",
 
405
  "ANC",
406
- "AOI",
 
407
  "ART",
408
- "ASA",
409
- "ASCT",
410
- "AST",
411
- "AST)/alanine",
412
- "AT",
413
- "ATS",
414
- "AV",
415
  "Able",
416
  "Abnormal",
 
417
  "Absolute",
418
- "Access",
419
- "Accident",
420
- "Acromegaly",
421
  "Active",
422
  "Acute",
423
- "Acutely",
424
- "Additional",
425
- "Additionally",
426
  "Adequate",
 
427
  "Adm",
428
  "Adm.",
429
- "Administration",
430
- "Adolescents",
431
- "Adriamycin",
432
- "Adult",
433
- "Advanced",
434
- "Afrin",
435
- "Age",
436
- "Agents",
437
  "Ai",
438
  "Ak",
439
  "Ak.",
@@ -442,29 +437,30 @@
442
  "Alabama",
443
  "Alaska",
444
  "Alcohol",
445
- "Alcoholic",
446
- "Alkylators",
447
  "All",
448
- "Allergic",
 
449
  "Allergy",
 
 
450
  "Already",
451
  "Alterations",
 
 
452
  "Amblyopia",
453
- "American",
454
- "Amputees",
455
- "Amylase",
456
  "An",
457
- "Anesthesiologists",
458
- "Ann",
 
 
459
  "Anti",
 
 
460
  "Anticoagulant",
461
  "Any",
462
- "Aplastic",
463
- "Appendix",
464
  "Apr",
465
  "Apr.",
466
  "April",
467
- "Arbor",
468
  "Are",
469
  "Ariz",
470
  "Ariz.",
@@ -474,338 +470,279 @@
474
  "Arkansas",
475
  "Arm",
476
  "Army",
477
- "Arterial",
478
- "Artery",
479
- "Aspartate",
480
  "Association",
481
  "At",
482
- "Attack",
 
483
  "Aug",
484
  "Aug.",
485
  "August",
486
  "Available",
487
- "Avastin",
488
- "Axillary",
489
- "Axis",
490
  "B",
491
  "B-2",
492
- "B2",
493
  "BCL",
494
- "BCL2",
495
- "BCL6",
496
- "BLINATUMOMAB",
497
- "BM",
498
  "BNP",
499
  "BOC",
500
- "BOS",
501
- "BRAF",
502
- "BRCA",
503
- "BRCA1",
504
- "BRCA2",
505
  "Based",
506
  "Baseline",
507
- "Because",
 
508
  "Bilateral",
509
- "Biopsy",
510
- "Blenoxane",
511
- "Board",
512
  "Body",
513
  "Bone",
514
- "Bosentan",
515
- "Both",
516
- "Bovine",
517
  "Breast",
518
- "Bronchial",
519
  "Bros",
520
  "Bros.",
521
- "Burr",
522
  "Burtomab",
523
- "Bypass",
524
  "C",
525
  "C'm",
526
  "C++",
527
  "C.",
528
  "C1D1",
529
- "CA1",
530
- "CA2",
531
- "CABG",
532
  "CAE",
533
  "CANCER",
534
  "CBP",
535
  "CBT",
536
- "CCC",
537
- "CD)20",
538
- "CD10",
539
- "CD15",
540
- "CD19",
541
- "CD20",
542
- "CD30",
543
  "CD4",
544
- "CD45",
545
  "CDH",
546
- "CFU",
 
 
547
  "CHF",
548
  "CHO",
549
  "CHRONIC DISEASE",
550
  "CID",
551
- "CIS",
552
- "CKD",
553
- "CL2",
554
- "CL6",
555
  "CLC",
556
- "CLI",
557
  "CLL",
558
- "CMC",
559
  "CMML",
 
560
  "CMV",
561
- "CNI",
562
  "CNS",
563
- "COG",
564
- "COTI-2",
565
  "CPAP",
566
- "CPB>90",
 
567
  "CPY3A4",
568
- "CR",
569
- "CRAB",
570
- "CRC",
571
  "CS/",
572
  "CSF",
573
  "CT",
574
  "CTCAE",
 
575
  "CTLA-4",
576
- "CVA",
577
- "CVAD",
578
- "CYP",
579
- "CYP2C8",
580
  "CYP3A4",
 
581
  "Ca",
582
- "Calan",
583
- "Calcium",
584
  "Calif",
585
  "Calif.",
586
  "California",
587
  "Can",
588
  "Cancer",
589
- "Cancers",
590
  "Cannabis",
591
- "Caplin",
592
- "Captopril",
593
  "Cardiac",
594
- "Carfilzomib",
595
- "Category",
596
- "Cauda",
597
  "Cause",
598
- "Caution",
 
 
599
  "Cell",
600
  "Center",
601
- "Central",
602
- "Cerebral",
603
- "Cerebrovascular",
604
- "Cervical",
605
- "Chagas",
606
  "Chemotherapy",
607
- "Chest",
608
- "Chron",
609
  "Chronic",
 
610
  "Class",
611
- "Classification",
612
- "Clinic",
613
- "Clinical",
614
  "Clinically",
615
  "Co",
616
  "Co.",
617
  "Cohort",
618
- "Collagen",
619
  "Colo",
620
  "Colo.",
621
  "Colorado",
622
- "Committee",
 
 
623
  "Complete",
 
 
624
  "Concomitant",
625
  "Concurrent",
 
 
626
  "Confirmed",
627
- "Congestive",
628
  "Conn",
629
  "Conn.",
630
  "Connecticut",
631
- "Continue",
632
- "Cooperative",
633
- "Coronary",
634
  "Corp",
635
  "Corp.",
636
- "Corticosteroid",
637
- "Cortisol",
638
  "Cos",
639
  "Could",
640
  "Coz",
641
  "Criteria",
642
- "Cuff",
643
  "Current",
644
  "Currently",
645
  "Cushing",
 
646
  "Cuz",
647
- "Cycle",
648
  "Cytopenias",
649
  "C\u2019m",
650
  "D",
651
- "D)(1",
652
  "D.",
653
  "D.C.",
654
- "D1",
655
- "D10",
656
- "D15",
657
- "D19",
658
- "D20",
659
- "D3",
660
- "D30",
661
- "D45",
662
  "DAC",
663
- "DCIS",
664
- "DE5",
665
- "DIPG",
666
  "DLBCL",
667
  "DLCO",
668
- "DM",
669
  "DMT",
670
- "DOTA",
671
- "DSA",
672
- "Dana",
 
 
 
673
  "Dare",
674
  "Day",
675
  "Dec",
676
  "Dec.",
677
  "December",
678
- "Defining",
679
  "Definite",
680
  "Del",
681
  "Del.",
682
  "Delaware",
683
- "Dementia",
684
- "Demonstration",
685
  "Department",
686
  "Depression",
687
- "Desires",
688
- "Device",
 
 
689
  "Diagnosed",
690
  "Diagnosis",
691
- "Diagnostic",
692
  "Did",
693
  "Disease",
 
694
  "Disorders",
 
 
695
  "Do",
696
  "Documented",
697
  "Does",
698
  "Doin",
699
  "Doin'",
700
  "Doin\u2019",
701
- "Dose",
702
- "Double",
703
  "Dr",
704
  "Dr.",
705
- "Drugs",
706
- "Dysplasia",
707
  "E",
708
  "E.G.",
709
  "E.g",
710
  "E.g.",
711
  "EBV",
712
  "ECG",
 
713
  "ECHO",
714
- "ECT",
 
 
715
  "EEP",
716
  "EGFR",
717
  "EKG",
718
- "ELISA",
719
- "ELN",
720
- "EMA",
 
721
  "EPP",
722
  "ER",
 
723
  "ER-/PR-/Her2-",
724
  "ER2",
725
- "ERAs",
726
- "ERCP",
727
  "ERD",
728
  "ERROR",
729
- "ERS",
730
  "EV1",
731
- "Ebstein",
732
- "Ectodermal",
733
- "Either",
734
  "Ejection",
735
  "Elderly",
736
- "Elective",
737
- "Eligible",
738
- "Embolism",
739
- "Emergency",
740
- "Enrollment",
741
- "Epidermal",
742
  "Epidural",
743
- "Epoprostenol",
744
- "Escalation",
745
- "Estrogen",
746
- "Events",
747
  "Evidence",
748
- "Ewing",
749
- "ExAblate",
750
- "Examination",
751
- "Expansion",
752
- "Expected",
753
- "Express",
754
  "F",
755
  "F.",
756
  "FCBP",
757
- "FD",
758
  "FDG",
759
  "FEV1",
760
  "FISH",
761
- "FL",
762
- "FSH",
763
- "FTC",
764
- "FTs",
765
- "FVC",
766
- "Factor",
767
- "Failed",
768
  "Failure",
769
- "Fall",
770
- "Farber",
771
  "Feb",
772
  "Feb.",
773
  "February",
774
  "Female",
775
  "Females",
776
  "Fertile",
777
- "Fibromyalgia",
778
- "First",
779
  "Fla",
780
  "Fla.",
781
- "Flolan",
782
  "Florida",
783
- "Flutamide",
784
  "Fluvoxamine",
785
- "Food",
786
  "For",
787
  "Fort",
788
  "Fraction",
789
- "Francis",
790
- "Fulvestrant",
791
  "G",
792
- "G719X",
793
- "GBM",
794
  "GDMT",
795
- "GEF",
796
- "GEM",
797
  "GERD",
798
  "GFR",
799
  "GI",
800
- "GIST",
801
- "GVHD",
802
  "Ga",
803
  "Ga.",
 
 
804
  "Gen",
805
  "Gen.",
806
  "Georgia",
807
- "Gilbert",
808
  "Gliadel",
 
809
  "Goin",
810
  "Goin'",
811
  "Goin\u2019",
@@ -813,64 +750,67 @@
813
  "Got",
814
  "Gov",
815
  "Gov.",
 
816
  "Grade",
817
- "Graft",
 
 
818
  "Greater",
819
- "Growth",
 
820
  "H",
821
- "H.",
822
  "HAART",
823
  "HBOC",
824
  "HBV",
 
825
  "HCC",
826
- "HCG",
827
- "HCL",
828
- "HCT",
829
  "HCV",
830
- "HDRS-17",
 
831
  "HER-2",
832
  "HER2",
 
833
  "HFpEF",
834
- "HHV6",
835
- "HHV8",
836
- "HIFU",
837
  "HIV",
838
  "HIV)-positive",
839
  "HIV+",
840
- "HIV-1",
841
- "HL",
842
- "HLA",
843
  "HPV",
844
- "HRH",
845
  "HSCT",
846
- "HSV",
847
- "HTLV",
848
- "HV6",
849
- "HV8",
850
  "Had",
851
- "Hamilton",
852
  "Has",
853
  "Have",
854
  "Havin",
855
  "Havin'",
856
  "Having",
857
  "Havin\u2019",
858
- "HbA1C",
859
- "HbA1c",
860
  "He",
861
  "He's",
862
- "Head",
863
- "Healthy",
864
  "Heart",
865
- "Hematologic",
866
- "Hemodynamic",
 
 
 
867
  "Hepatitis",
 
868
  "He\u2019s",
 
869
  "Hh",
 
 
 
870
  "High",
871
- "Histologic",
872
  "Histologically",
 
873
  "History",
 
874
  "Hormonal",
875
  "Houston",
876
  "How",
@@ -878,77 +818,68 @@
878
  "However",
879
  "How\u2019s",
880
  "Human",
881
- "Hunter",
882
- "Hydochlorothiazide",
883
  "I",
884
- "I-131",
885
- "I-2",
886
  "I.E.",
887
  "I.e",
888
  "I.e.",
889
- "I3k",
890
- "IB2",
891
- "IBG",
892
  "IDS",
893
- "IDSA",
894
  "IDs",
895
- "IFU",
896
  "IHC",
897
  "II",
898
- "IIA",
899
- "IIB",
900
  "III",
901
- "IIIB",
902
- "IMWG",
903
- "INR",
904
- "INSTIs",
905
- "ION",
906
  "IPEX",
907
- "IPG",
908
- "IRS",
909
- "ISA",
910
  "ISH",
911
  "IST",
912
  "ITL",
913
- "IU",
914
- "IUD",
915
  "IV",
916
  "IV+",
917
- "IVA",
 
918
  "Ia",
919
  "Ia.",
920
  "Id",
921
  "Id.",
922
  "Idaho",
 
923
  "If",
924
- "IgA",
925
  "Ill",
926
  "Ill.",
927
  "Illinois",
928
- "Iloprost",
929
- "Immunodeficiency",
930
  "Immunodysregulation",
931
- "Immunoglobulin",
 
932
  "Impaired",
933
  "Implants",
934
  "In",
 
935
  "Inc",
936
  "Inc.",
 
937
  "Ind",
938
  "Ind.",
 
939
  "Indiana",
940
  "Individuals",
941
- "Induction",
942
- "Infection",
943
- "Infrainguinal",
944
- "Inherent",
945
- "Institute",
946
  "International",
 
 
 
947
  "Investigator",
948
  "Iowa",
949
  "Is",
950
- "Ischemic",
951
- "Isoptin",
952
  "It",
953
  "It's",
954
  "It\u2019s",
@@ -956,6 +887,8 @@
956
  "Jan",
957
  "Jan.",
958
  "January",
 
 
959
  "Jr",
960
  "Jr.",
961
  "Jul",
@@ -966,124 +899,100 @@
966
  "June",
967
  "K",
968
  "K.",
969
- "K65R",
970
- "KCC",
971
  "KS",
972
  "Kan",
973
  "Kan.",
974
  "Kans",
975
  "Kans.",
976
  "Kansas",
 
 
977
  "Kentucky",
978
- "Knee",
979
  "Known",
980
  "Ky",
981
  "Ky.",
982
  "L",
 
983
  "L1",
984
- "L858R",
985
- "L861Q",
986
  "LA",
987
  "LBP",
988
  "LCO",
989
  "LEEP",
990
- "LHRH",
991
- "LMWH",
992
  "LV",
993
  "LVEF",
994
  "La",
995
  "La.",
996
- "Large",
997
- "Late",
998
- "Lesions",
999
  "Let",
1000
  "Let's",
1001
  "Let\u2019s",
1002
- "Level",
1003
- "Lidocaine",
1004
  "Life",
1005
- "Limb",
1006
- "Lipase",
1007
  "Liver",
1008
- "Localized",
 
1009
  "Louisiana",
1010
  "Lovin",
1011
  "Lovin'",
1012
  "Lovin\u2019",
1013
- "Lower",
1014
  "Ltd",
1015
  "Ltd.",
1016
- "Lumpectomy",
1017
- "Lung",
1018
  "Luvox",
1019
  "Lymphoma",
 
1020
  "M",
1021
- "M-1",
1022
- "M0",
1023
- "M184V",
1024
  "M2",
1025
  "M3",
1026
- "MAB",
1027
- "MAOI",
1028
  "MBC",
1029
- "MCI",
1030
  "MCL",
1031
- "MDI",
1032
- "MEK",
1033
- "MFI",
1034
- "MGH",
1035
  "MI",
1036
- "MIBG",
1037
- "MM",
1038
  "MML",
1039
- "MMSE",
1040
- "MPNSTs",
1041
- "MPS",
1042
  "MRI",
1043
- "MRSA",
1044
- "MS",
1045
- "MSE",
1046
- "MSKCC",
1047
  "MTD",
 
1048
  "MUGA",
1049
- "MUM-1",
1050
- "MWG",
1051
- "MWH",
1052
- "MYCN",
1053
  "Ma'am",
1054
- "Magnamosis",
1055
  "Major",
1056
  "Male",
1057
  "Males",
1058
- "Malignancies",
1059
- "Malignancy",
1060
- "Management",
1061
  "Mar",
1062
  "Mar.",
1063
  "March",
 
1064
  "Mass",
1065
  "Mass.",
1066
  "Massachusetts",
1067
  "May",
1068
- "Mayo",
1069
  "Ma\u2019am",
 
1070
  "Md",
1071
  "Md.",
 
1072
  "Medical",
1073
- "Medically",
1074
- "Medications",
1075
  "Meets",
1076
- "Men",
1077
- "Mental",
1078
  "Messrs",
1079
  "Messrs.",
1080
- "Metastatic",
1081
  "Mich",
1082
  "Mich.",
1083
  "Michigan",
1084
- "Middle",
1085
  "Might",
1086
- "Mini",
1087
  "Minn",
1088
  "Minn.",
1089
  "Minnesota",
@@ -1091,14 +1000,17 @@
1091
  "Miss",
1092
  "Miss.",
1093
  "Mississippi",
 
1094
  "Mo",
1095
  "Mo.",
1096
  "Moderate",
 
1097
  "Mont",
1098
  "Mont.",
1099
- "Mood",
1100
  "More",
1101
- "Morning",
 
1102
  "Mount",
1103
  "Mr",
1104
  "Mr.",
@@ -1108,31 +1020,35 @@
1108
  "Ms.",
1109
  "Mt",
1110
  "Mt.",
 
 
1111
  "Must",
1112
- "Myeloma",
1113
- "Myocardial",
 
1114
  "N",
 
1115
  "N.C.",
1116
  "N.D.",
1117
  "N.H.",
1118
  "N.J.",
1119
  "N.M.",
1120
  "N.Y.",
1121
- "N0",
 
1122
  "NAEPP",
1123
- "NAT",
1124
- "NB",
1125
  "NBC",
1126
  "NCI",
1127
- "NEC",
1128
  "NET",
 
 
1129
  "NKA",
1130
- "NMP",
1131
- "NO",
1132
  "NOS",
1133
- "NSAIDS",
1134
  "NSAIDs",
1135
  "NSCLC",
 
 
1136
  "NT",
1137
  "NYHA",
1138
  "Neb",
@@ -1140,15 +1056,8 @@
1140
  "Nebr",
1141
  "Nebr.",
1142
  "Nebraska",
1143
- "Neck",
1144
  "Need",
1145
- "Negative",
1146
- "Neoplasms",
1147
  "Nerve",
1148
- "Nervous",
1149
- "Neuro",
1150
- "Neuroendocrine",
1151
- "Neutropenia",
1152
  "Nev",
1153
  "Nev.",
1154
  "Nevada",
@@ -1157,9 +1066,10 @@
1157
  "New Jersey",
1158
  "New Mexico",
1159
  "New York",
 
1160
  "No",
1161
  "Non",
1162
- "Normalized",
1163
  "North Carolina",
1164
  "North Dakota",
1165
  "Not",
@@ -1176,272 +1086,270 @@
1176
  "O'clock",
1177
  "O.O",
1178
  "O.o",
 
 
 
 
 
 
 
 
1179
  "OPI",
 
1180
  "OR",
1181
- "OTA",
 
 
1182
  "O_O",
1183
  "O_o",
1184
  "Oct",
1185
  "Oct.",
1186
  "October",
 
1187
  "Okla",
1188
  "Okla.",
1189
  "Oklahoma",
1190
  "Ol",
1191
  "Ol'",
 
1192
  "Ol\u2019",
1193
  "On",
1194
- "Oncology",
1195
  "Ongoing",
1196
- "Operating",
 
1197
  "Ore",
1198
  "Ore.",
1199
  "Oregon",
1200
- "Orenitram",
1201
- "Osteoarthritis",
1202
  "Other",
1203
  "Otherwise",
1204
  "Ought",
1205
- "Outpatient",
1206
  "O\u2019clock",
1207
  "P",
1208
- "P2D",
1209
  "P450",
1210
- "P53",
1211
  "PAP",
1212
  "PBC",
 
1213
  "PCR",
 
 
 
 
1214
  "PDAC",
1215
- "PDE5",
1216
  "PE",
1217
  "PET",
1218
- "PETHEMA",
1219
  "PEX",
1220
- "PFTs",
1221
- "PI",
1222
- "PI3k",
1223
- "PN",
1224
- "PNET",
1225
  "POPI",
 
 
1226
  "PR",
1227
  "PSA",
1228
  "PSC",
1229
- "PT",
1230
- "PT)/",
1231
- "PT)/international",
1232
  "PTCL",
1233
- "PTLD",
1234
- "PTT",
1235
- "PV",
1236
  "Pa",
1237
  "Pa.",
1238
- "Pain",
 
 
1239
  "Parkinson",
1240
  "Part",
1241
- "Participant",
1242
  "Participants",
1243
- "Past",
 
1244
  "Pathologically",
1245
  "Patient",
1246
  "Patients",
1247
- "Penetrating",
1248
  "Pennsylvania",
1249
  "Period",
1250
- "Periodontal",
1251
  "Peripheral",
 
1252
  "Persistent",
1253
- "Persisting",
1254
- "Persons",
1255
- "Petersen",
1256
  "Ph",
1257
  "Ph.D.",
1258
  "Phase",
1259
- "Physical",
1260
- "PiMZ",
1261
  "Planned",
1262
- "Platelets",
1263
- "Pointes",
1264
  "Poorly",
 
 
1265
  "Positive",
 
1266
  "Post",
1267
  "Pre",
 
 
1268
  "Pregnant",
1269
  "Presence",
1270
  "Preserved",
1271
- "Pretreatment",
1272
  "Previous",
1273
- "Previously",
1274
- "Primary",
1275
- "Primative",
1276
- "Principle",
1277
  "Prior",
1278
  "Prof",
1279
  "Prof.",
1280
- "Progesterone",
1281
- "Progressive",
1282
- "Prophylactic",
1283
  "Prostate",
1284
- "Proton",
1285
- "Protons",
1286
- "Pulmonary",
1287
  "Q",
1288
- "QT",
1289
  "QTc",
1290
  "QTcB",
1291
  "R",
1292
  "R-2",
1293
- "RAB",
1294
  "RAEB-2",
1295
- "RAF",
1296
- "RANDOMIZATION",
1297
- "RAs",
1298
- "RCA",
1299
- "RCP",
1300
  "RFA",
1301
- "RHC",
 
1302
  "RNA",
1303
  "ROOT",
1304
  "ROR",
1305
- "RP",
1306
- "RP2D",
1307
- "RPR",
1308
- "RSA",
1309
- "RUS",
1310
- "RV",
1311
  "Radiation",
1312
- "Radiographic",
1313
- "Rapamycin",
 
1314
  "Rating",
1315
- "Ratio",
 
1316
  "Receiving",
1317
  "Recent",
1318
- "Receptor",
1319
- "Recipients",
1320
  "Recovered",
1321
- "Recovery",
1322
- "Recurrent",
1323
  "Refractory",
1324
- "Regional",
1325
- "Relapsed",
1326
- "Remodulin",
1327
- "Renal",
1328
  "Rep",
1329
  "Rep.",
1330
- "Repeat",
1331
- "Reported",
1332
- "Reports",
1333
- "Requires",
 
1334
  "Rev",
1335
  "Rev.",
1336
- "Rhabdoid",
1337
- "Rheumatoid",
1338
- "Riley",
1339
  "Risk",
1340
- "Room",
1341
- "Rutherford",
1342
  "S",
1343
  "S.C.",
1344
- "SC",
 
 
1345
  "SCID",
 
1346
  "SCLC",
1347
  "SCT",
1348
- "SIRS",
1349
- "SKCCC",
1350
- "SLD",
1351
- "SLL",
1352
- "SMM",
1353
- "SMV",
1354
- "SR",
1355
- "SRH",
1356
- "SRL",
1357
- "SS",
1358
- "STEP",
1359
- "STs",
1360
- "SWL",
1361
- "Sacrum",
1362
  "Sam",
1363
  "Scale",
1364
  "School",
 
1365
  "Screening",
1366
- "See",
1367
- "Self",
1368
  "Sen",
1369
  "Sen.",
1370
- "Sensitivity",
1371
  "Sep",
1372
  "Sep.",
1373
  "Sept",
1374
  "Sept.",
1375
  "September",
1376
- "Serious",
1377
- "Serous",
1378
  "Serum",
1379
  "Severe",
 
1380
  "Sexually",
1381
  "Sha",
1382
  "She",
1383
  "She's",
1384
  "She\u2019s",
 
1385
  "Should",
1386
  "Signaling",
1387
  "Significant",
1388
- "SimCYP",
1389
- "Small",
1390
  "Society",
1391
  "Solid",
1392
  "Somethin",
1393
  "Somethin'",
1394
  "Somethin\u2019",
1395
  "South Carolina",
1396
- "Spanish",
1397
  "SpeechVive",
 
1398
  "St",
1399
  "St.",
1400
  "Stable",
1401
  "Stage",
1402
  "Status",
 
 
 
 
1403
  "Subject",
1404
  "Subjects",
1405
  "Substance",
1406
- "Supra",
 
 
 
1407
  "Surgery",
1408
- "Suspected",
1409
  "Symptomatic",
1410
  "Syndrome",
1411
- "Syndromes",
1412
- "Syphilis",
1413
- "System",
1414
  "Systemic",
1415
  "T",
1416
- "T)/",
1417
- "T.cruzi",
1418
- "T1",
1419
- "T2D",
1420
- "TB",
 
 
1421
  "TBI",
 
 
1422
  "TCL",
1423
- "TEP",
1424
- "TFV",
1425
- "TIA",
1426
- "TIs",
1427
- "TLD",
1428
- "TLV",
1429
  "TNBC",
1430
- "TO",
 
1431
  "TOR",
1432
- "TP",
1433
- "TP53",
1434
- "TRC102",
1435
  "TREATMENT",
1436
- "TRUS",
1437
- "Takes",
1438
- "Targeted",
1439
- "Taxol",
1440
  "TcB",
 
1441
  "Tenn",
1442
  "Tenn.",
1443
  "Tennessee",
1444
- "Tested",
1445
  "That",
1446
  "That's",
1447
  "That\u2019s",
@@ -1456,67 +1364,72 @@
1456
  "This's",
1457
  "This\u2019s",
1458
  "Those",
 
1459
  "Thrombotic",
1460
- "Timing",
1461
- "Torsades",
1462
- "Transformed",
1463
- "Transient",
 
1464
  "Treatment",
1465
- "Treprostinil",
1466
- "Trimethoprim",
1467
  "Triple",
1468
  "Tumor",
1469
- "Tumor(s",
1470
  "Tumors",
 
1471
  "Type",
1472
  "U",
1473
  "UC",
1474
  "UCBT",
1475
  "UCC",
1476
  "UGA",
1477
- "UGI",
1478
- "UK",
1479
  "ULN",
1480
- "UMC",
1481
- "URD",
 
1482
  "Unable",
1483
  "Uncontrolled",
 
1484
  "Undergoing",
1485
- "University",
 
 
1486
  "Unstable",
1487
  "Untreated",
1488
  "Use",
1489
  "Using",
1490
  "V",
1491
- "V-1",
1492
  "V.V",
1493
- "VAD",
1494
  "VEF",
1495
- "VGEF",
1496
- "VHD",
1497
  "VIA",
1498
- "VUMC",
1499
- "VX-970",
 
 
 
1500
  "V_V",
1501
  "Va",
1502
  "Va.",
1503
- "Vanderbilt",
1504
- "Veltri",
1505
- "Venous",
1506
- "Ventavis",
1507
- "Verapamil",
1508
- "Verelan",
1509
  "Virginia",
1510
- "Virus",
1511
  "Visit",
 
 
 
1512
  "W",
1513
- "WBC",
1514
- "WHO",
1515
  "Was",
1516
  "Wash",
1517
  "Wash.",
1518
  "Washington",
1519
  "We",
 
 
1520
  "Were",
1521
  "What",
1522
  "What's",
@@ -1527,14 +1440,14 @@
1527
  "Where",
1528
  "Where's",
1529
  "Where\u2019s",
 
1530
  "Who",
1531
  "Who's",
1532
  "Who\u2019s",
1533
  "Why",
1534
  "Why's",
1535
  "Why\u2019s",
1536
- "Willingness",
1537
- "Wilm",
1538
  "Wilson",
1539
  "Wis",
1540
  "Wis.",
@@ -1546,55 +1459,53 @@
1546
  "Would",
1547
  "X'x",
1548
  "X'xxxx",
1549
- "X)(d",
1550
  "X++",
1551
- "X-ddd",
1552
  "X.",
1553
  "X.X",
1554
  "X.X.",
1555
  "X.x",
1556
  "X.x.",
1557
- "X.xxxx",
1558
  "XD",
1559
  "XDD",
1560
  "XX",
1561
- "XX)/",
1562
  "XX)/xxxx",
1563
- "XX)dd",
1564
  "XX-/XX-/Xxxd-",
1565
  "XX-ddd",
1566
  "XXX",
 
1567
  "XXX)-xxxx",
1568
- "XXX)/xxxx",
1569
  "XXX+",
1570
  "XXX-d",
 
1571
  "XXX/",
1572
- "XXX>dd",
1573
  "XXXX",
1574
  "XXXX-d",
1575
- "XXXX-dd",
1576
- "XXXXd",
1577
  "XXXXx",
1578
  "XXXd",
1579
  "XXXdXd",
1580
- "XXXddd",
1581
  "XXXx",
 
 
1582
  "XXd",
1583
- "XXdX",
1584
  "XXdd",
1585
- "XXdx",
1586
  "XXx",
1587
  "XXxX",
1588
  "XXxXX",
 
1589
  "X_X",
1590
  "X_x",
1591
  "Xd",
1592
- "XdX",
1593
  "XdXd",
1594
- "XddX",
1595
  "Xddd",
1596
  "XdddX",
1597
  "Xdx",
 
1598
  "Xx",
1599
  "Xx'",
1600
  "Xx'x",
@@ -1602,22 +1513,20 @@
1602
  "Xx.",
1603
  "Xx.X.",
1604
  "XxX",
1605
- "XxXX",
1606
- "XxXdX",
1607
- "XxXdx",
1608
  "XxXxxxx",
1609
  "Xxx",
1610
  "Xxx'x",
1611
  "Xxx.",
1612
- "XxxXXX",
1613
  "Xxxx",
1614
  "Xxxx'",
1615
  "Xxxx'x",
1616
  "Xxxx.",
 
1617
  "Xxxxx",
1618
  "Xxxxx'",
1619
  "Xxxxx'x",
1620
- "Xxxxx(x",
1621
  "Xxxxx.",
1622
  "XxxxxXxxx",
1623
  "Xxxxx\u2019",
@@ -1631,12 +1540,13 @@
1631
  "X\u2019x",
1632
  "X\u2019xxxx",
1633
  "Y",
1634
- "YCN",
1635
  "YHA",
 
1636
  "York",
1637
  "You",
1638
  "Z",
1639
- "Zofenopril",
 
1640
  "[",
1641
  "[-:",
1642
  "[:",
@@ -1667,28 +1577,31 @@
1667
  "a.m",
1668
  "a.m.",
1669
  "a1c",
1670
- "aaa",
1671
- "aasld",
1672
  "ab",
1673
  "abdomen",
1674
  "abdominal",
1675
- "abdominoplasty",
1676
  "ability",
 
1677
  "ablation",
 
1678
  "able",
1679
  "abnormal",
1680
  "abnormalities",
 
1681
  "abortifacient",
1682
  "about",
1683
  "above",
1684
- "abscess",
1685
  "absence",
1686
  "absolute",
1687
  "absorption",
 
1688
  "abstinence",
1689
  "abuse",
 
 
1690
  "acceptable",
1691
- "acceptance",
1692
  "accepted",
1693
  "access",
1694
  "accessible",
@@ -1698,10 +1611,8 @@
1698
  "ace",
1699
  "ach",
1700
  "acid",
1701
- "ack",
1702
- "acog",
1703
  "acquisition",
1704
- "acr",
1705
  "acromegaly",
1706
  "acs",
1707
  "acs/",
@@ -1709,216 +1620,197 @@
1709
  "active",
1710
  "actively",
1711
  "activity",
 
1712
  "acupuncture",
1713
  "acute",
1714
- "acutely",
1715
- "acyclovir",
1716
  "ad",
1717
- "adalimumab",
1718
  "addition",
1719
  "additional",
1720
- "additionally",
1721
- "address",
1722
  "ade",
1723
  "adenocarcinoma",
1724
  "adenoidectomy",
1725
- "adenoma",
1726
- "adenopathy",
1727
  "adequate",
1728
  "adequately",
1729
- "adhere",
1730
  "adjacent",
1731
- "adjusted",
1732
  "adjuvant",
1733
  "adm",
1734
  "adm.",
1735
  "administered",
1736
- "administering",
1737
  "administration",
1738
- "admitted",
1739
- "adolescents",
1740
  "adrenal",
1741
- "adrenocortical",
1742
  "adriamycin",
1743
- "adult",
1744
  "advanced",
 
1745
  "adverse",
1746
  "ady",
1747
- "aes",
1748
  "af",
 
1749
  "afe",
1750
  "affect",
1751
- "affected",
1752
  "affective",
1753
- "afrin",
1754
  "aft",
1755
  "after",
1756
- "against",
1757
  "age",
 
 
1758
  "agents",
1759
  "agm",
1760
  "ago",
1761
- "agonist",
1762
  "agonists",
1763
  "agree",
1764
- "agreement",
1765
- "agrees",
1766
  "ai",
 
1767
  "aids",
 
 
1768
  "ain",
1769
  "air",
1770
- "airway",
1771
  "aitl",
1772
  "ak",
1773
  "ak.",
1774
  "ake",
1775
- "akt",
1776
  "ala",
1777
  "ala.",
1778
- "alanine",
1779
- "albinism",
1780
  "albumin",
1781
- "albuterol",
1782
  "alcohol",
1783
  "alcoholic",
1784
  "ale",
1785
  "alf",
1786
- "alk",
1787
- "alkylators",
1788
  "all",
1789
- "allele",
1790
  "allergic",
1791
  "allergies",
1792
  "allergy",
1793
  "allo",
1794
- "alloHSCT",
1795
  "allogeneic",
1796
- "allograft",
1797
- "allohsct",
 
 
1798
  "allowed",
 
1799
  "alopecia",
1800
  "alpha",
1801
  "alpha-1",
1802
  "already",
1803
  "als",
1804
  "also",
1805
- "alt",
1806
- "alter",
1807
  "alterations",
1808
- "alveolar",
 
 
1809
  "aly",
 
1810
  "am",
1811
  "amblyopia",
1812
- "ambulatory",
1813
- "ame",
1814
  "amenable",
1815
- "american",
1816
- "amino",
1817
- "aminotransferase",
1818
  "aml",
1819
- "amnestic",
1820
- "amoxicillin",
1821
- "amphetamine",
1822
- "amplification",
1823
  "amplified",
1824
- "amputees",
1825
- "ams",
1826
- "amylase",
1827
  "an",
1828
  "an.",
1829
- "ana",
1830
  "anabolic",
 
1831
  "analgesia",
1832
- "analogue",
1833
- "analysis",
1834
- "anastomosis",
1835
- "anastomotic",
1836
  "anatomic",
1837
  "anc",
1838
  "and",
1839
  "and/or",
1840
- "ane",
 
1841
  "anemia",
1842
- "anesthesia",
1843
- "anesthesiologists",
1844
  "aneurysm",
1845
- "aneurysmal",
1846
  "angina",
1847
  "anginal",
1848
  "angiogenic",
1849
- "angioimmunoblastic",
1850
- "angioplasty",
1851
  "angle",
1852
- "ank",
1853
- "ann",
1854
  "another",
1855
  "ans",
1856
  "ant",
1857
- "antagonist",
1858
  "antagonists",
 
1859
  "anterior",
1860
  "anthracycline",
1861
  "anti",
 
1862
  "antibiotic",
1863
  "antibiotics",
1864
  "antibodies",
 
1865
  "anticholinergic",
1866
  "anticholinergics",
1867
  "anticipated",
1868
  "anticoagulant",
1869
  "anticoagulants",
1870
- "anticoagulation",
1871
- "anticonvulsants",
1872
  "antidepressant",
1873
- "antidepressants",
1874
- "antidiabetic",
1875
- "antiepileptic",
1876
  "antifungal",
1877
- "antifungals",
1878
  "antigen",
1879
- "antihypertensive",
1880
- "antineoplastic",
1881
- "antioxidant",
1882
- "antiplatelet",
1883
- "antipsychotic",
1884
  "antipsychotics",
1885
  "antiretroviral",
1886
  "antitrypsin",
1887
- "antivirals",
1888
  "anxiety",
1889
- "anxiolytics",
1890
  "any",
1891
- "anywhere",
1892
  "aortic",
 
 
1893
  "apheresis",
1894
  "apical",
1895
  "aplasia",
1896
- "aplastic",
1897
  "apnea",
1898
  "apparent",
1899
- "appendiceal",
1900
  "appendix",
 
 
1901
  "appointment",
 
 
1902
  "appropriate",
1903
  "approval",
1904
- "approved",
1905
- "approximate",
1906
  "approximately",
1907
  "apr",
1908
  "apr.",
 
 
1909
  "apy",
 
1910
  "ar.",
1911
- "arbor",
1912
  "ard",
1913
  "are",
1914
  "area",
 
 
1915
  "ariz",
1916
  "ariz.",
1917
  "ark",
1918
  "ark.",
 
1919
  "arm",
1920
- "arms",
1921
  "army",
 
 
 
 
1922
  "arrhythmia",
1923
  "arrhythmias",
1924
  "ars",
@@ -1926,156 +1818,164 @@
1926
  "arterial",
1927
  "artery",
1928
  "arthritis",
1929
- "articular",
 
 
1930
  "ary",
1931
  "as",
1932
- "asa",
1933
  "ascites",
1934
- "asct",
1935
  "ase",
1936
  "ash",
 
1937
  "asm",
1938
- "aspartate",
1939
- "aspiration",
1940
- "aspirin",
1941
  "ass",
 
1942
  "assessed",
1943
  "assessment",
1944
- "assignment",
1945
- "assistance",
1946
- "assisted",
1947
  "associated",
1948
  "association",
 
1949
  "ast",
1950
- "ast)/alanine",
1951
  "asthma",
 
1952
  "at",
1953
  "ata",
 
1954
  "ate",
1955
  "ath",
 
 
 
 
 
1956
  "atrial",
1957
- "atrio",
1958
- "ats",
1959
- "attack",
 
1960
  "attenuated",
1961
- "atypical",
 
1962
  "aug",
1963
  "aug.",
 
1964
  "autoimmune",
 
1965
  "autologous",
1966
- "av",
1967
- "availability",
1968
  "available",
1969
- "avastin",
1970
  "ave",
1971
- "avid",
1972
- "avoided",
1973
- "axillary",
1974
  "axis",
1975
- "ayo",
1976
  "ays",
 
1977
  "azathioprine",
1978
  "b",
1979
  "b.",
1980
- "b2",
1981
- "background",
1982
- "baclofen",
1983
  "bacterial",
1984
  "bal",
1985
- "bank",
1986
  "bar",
 
 
1987
  "barrier",
1988
  "basal",
1989
- "base",
1990
  "based",
1991
  "baseline",
1992
- "basis",
1993
- "bcl2",
1994
- "bcl6",
1995
  "be",
1996
- "beam",
1997
  "bear",
1998
  "bearing",
 
1999
  "because",
2000
  "become",
2001
- "bed",
2002
  "been",
2003
  "before",
 
 
2004
  "beginning",
 
2005
  "behavioral",
2006
  "being",
 
 
2007
  "below",
 
2008
  "benign",
2009
- "benzodiazepines",
2010
  "ber",
2011
  "bes",
 
2012
  "beta",
 
2013
  "between",
2014
  "beyond",
2015
- "bic",
 
 
2016
  "bid",
2017
- "bifida",
2018
  "bilateral",
 
2019
  "bilirubin",
 
2020
  "bin",
2021
- "bioavailability",
2022
  "biologic",
2023
  "biological",
2024
- "biopsied",
2025
  "biopsies",
2026
  "biopsy",
 
2027
  "bipolar",
2028
  "birth",
2029
  "bis",
 
2030
  "bisphosphonates",
2031
  "bit",
2032
  "bladder",
2033
  "blasts",
2034
  "ble",
2035
  "bleeding",
2036
- "blenoxane",
2037
- "bleomycin",
2038
- "blinatumomab",
2039
  "block",
 
2040
  "blockers",
2041
  "blood",
2042
- "bly",
2043
- "bm",
2044
  "bnp",
2045
  "board",
 
2046
  "body",
2047
- "bolus",
2048
  "bon",
2049
  "bone",
2050
- "bor",
2051
- "bos",
2052
- "bosentan",
2053
- "botanical",
2054
  "both",
2055
  "bout",
2056
- "bovine",
2057
  "bowel",
2058
- "bowels",
2059
  "br.",
 
2060
  "brachytherapy",
2061
- "bradycardia",
2062
- "braf",
2063
  "brain",
2064
- "brainstem",
2065
- "brca",
2066
- "brca1",
2067
- "brca2",
2068
  "breast",
2069
- "breastfeeding",
2070
- "bronchial",
 
 
 
2071
  "bros",
2072
  "bros.",
2073
- "bulky",
2074
- "bupropion",
2075
- "burr",
2076
  "burtomab",
2077
  "bus",
2078
- "busulfan",
2079
  "but",
2080
  "by",
2081
  "bypass",
@@ -2084,17 +1984,11 @@
2084
  "c++",
2085
  "c.",
2086
  "c1d1",
2087
- "cART",
2088
- "cGy",
2089
  "ca",
2090
- "cabg",
2091
- "cabozantinib",
2092
  "caffeine",
2093
  "cal",
2094
- "calan",
2095
- "calcitriol",
2096
  "calcium",
2097
- "calculating",
2098
  "calif",
2099
  "calif.",
2100
  "calipers",
@@ -2102,302 +1996,279 @@
2102
  "cancer",
2103
  "cancers",
2104
  "candidate",
 
2105
  "cannabis",
2106
  "cap",
 
2107
  "capable",
2108
  "capacity",
2109
- "caplin",
2110
- "captopril",
2111
  "carbamazepine",
2112
  "carbon",
2113
- "carcinoid",
2114
  "carcinoma",
2115
  "carcinomas",
2116
- "carcinomatosis",
2117
  "carcinomatous",
2118
  "cardiac",
2119
- "cardiology",
2120
  "cardiomyopathy",
2121
  "cardiopulmonary",
2122
  "cardiovascular",
2123
  "care",
2124
- "carfilzomib",
2125
- "caring",
2126
- "carotid",
2127
- "carry",
2128
- "cart",
2129
  "case",
2130
- "casein",
2131
  "castrate",
 
2132
  "category",
2133
  "catheter",
2134
- "cauda",
2135
  "cause",
2136
  "caused",
2137
  "causes",
2138
- "causing",
2139
  "caution",
2140
  "cavity",
2141
- "cd)20",
2142
- "cd10",
2143
- "cd15",
2144
- "cd19",
2145
- "cd20",
2146
- "cd30",
2147
  "cd4",
2148
- "cd45",
2149
  "cdh",
2150
  "ce>",
2151
  "cease",
2152
  "ced",
 
 
 
2153
  "cell",
2154
  "cells",
 
2155
  "center",
 
2156
  "central",
 
2157
  "cer",
2158
- "cerebellum",
2159
  "cerebral",
2160
  "cerebrovascular",
2161
- "ceritinib",
2162
  "certain",
 
2163
  "cervical",
2164
  "cervicography",
2165
  "cervix",
2166
  "ces",
2167
  "cessation",
2168
- "cfu",
2169
- "cgy",
2170
  "ch.",
2171
- "chagas",
2172
  "chain",
2173
- "chancroid",
2174
  "change",
2175
  "changed",
2176
  "changes",
 
 
 
 
2177
  "chemo",
2178
- "chemotherapeutic",
2179
  "chemotherapy",
2180
  "chest",
 
2181
  "chf",
 
2182
  "child",
2183
  "childbearing",
 
2184
  "children",
2185
- "cho",
2186
- "cholangiocarcinoma",
2187
- "cholinergic",
2188
- "chorionic",
2189
- "chron",
2190
  "chronic",
2191
  "chylous",
2192
  "cia",
2193
  "cic",
2194
  "cid",
2195
- "cimetidine",
2196
  "cin",
 
2197
  "cirrhosis",
2198
- "cis",
2199
  "cisplatin",
2200
  "cit",
2201
- "ckd",
2202
  "clarithromycin",
2203
  "class",
 
2204
  "classification",
2205
- "classified",
2206
- "clavicles",
2207
- "clavulanate",
2208
  "cle",
2209
- "clean",
2210
- "clear",
2211
  "clearance",
2212
- "cli",
2213
  "clinic",
2214
  "clinical",
2215
  "clinically",
2216
  "clinician",
2217
- "clip",
2218
  "cll",
2219
- "clonidine",
2220
- "closed",
2221
- "closely",
2222
- "cluster",
2223
  "cm",
2224
- "cmc",
2225
  "cmml",
2226
  "cmv",
2227
- "cni",
2228
  "cns",
2229
  "co",
2230
  "co.",
 
2231
  "coagulopathy",
 
2232
  "cognitive",
2233
  "cohort",
2234
  "cohorts",
2235
- "coincidental",
2236
  "col",
2237
- "cold",
2238
- "colectomy",
2239
  "colitis",
2240
- "collagen",
2241
- "collected",
2242
  "collection",
2243
  "colo",
2244
  "colo.",
2245
- "colon",
2246
- "colorectal",
2247
  "colposcopy",
 
 
2248
  "combination",
 
2249
  "combined",
2250
  "come",
 
2251
  "commit",
2252
- "committee",
2253
  "commonly",
2254
- "communication",
2255
  "comorbid",
2256
  "comorbidities",
2257
  "comorbidity",
 
2258
  "complete",
2259
  "completed",
2260
  "completely",
2261
- "completes",
2262
- "completing",
2263
  "completion",
2264
  "compliance",
2265
  "complicated",
2266
  "complications",
2267
  "comply",
2268
  "components",
2269
- "compound",
 
2270
  "compounds",
2271
- "comprehensive",
2272
- "compression",
2273
  "compromise",
2274
- "compromising",
2275
- "compulsive",
2276
  "computed",
2277
- "concerning",
2278
- "concerns",
2279
  "concomitant",
2280
- "concomitantly",
2281
  "concurrent",
2282
- "concurrently",
2283
  "condition",
2284
- "conditioning",
2285
  "conditions",
2286
  "condom",
2287
- "confined",
 
2288
  "confirmation",
2289
  "confirmed",
 
2290
  "confound",
 
2291
  "congestive",
 
2292
  "conn",
2293
  "conn.",
2294
- "consciousness",
2295
- "consecutive",
2296
  "consent",
2297
- "conservative",
2298
- "conserving",
2299
  "considered",
 
2300
  "consistent",
2301
- "consult",
2302
- "consultation",
 
 
 
2303
  "contact",
2304
- "contain",
2305
  "containing",
 
 
2306
  "continue",
2307
- "continuity",
2308
- "continuous",
2309
  "contraception",
2310
- "contraceptives",
2311
- "contractions",
2312
  "contraindicate",
2313
  "contraindicated",
2314
- "contraindicates",
2315
- "contraindications",
2316
  "control",
2317
  "controlled",
2318
- "controlling",
2319
  "conventional",
2320
- "cooperate",
2321
- "cooperative",
2322
  "copies",
2323
  "cord",
2324
  "core",
2325
- "corneal",
2326
  "coronary",
2327
  "corp",
2328
  "corp.",
 
2329
  "corrected",
2330
- "correlative",
2331
- "corticosteroid",
2332
  "corticosteroids",
2333
- "cortisol",
2334
  "cos",
2335
- "coti-2",
2336
- "cough",
2337
  "could",
2338
- "counseling",
 
2339
  "count",
 
2340
  "counts",
2341
  "course",
 
 
2342
  "coz",
 
2343
  "cpap",
2344
- "cpb>90",
 
2345
  "cpy3a4",
2346
- "cr",
2347
- "crab",
2348
- "cranial",
2349
  "craniotomy",
2350
- "crc",
2351
- "create",
2352
  "creatinine",
2353
  "criteria",
2354
- "criterion",
2355
- "critical",
2356
- "cross",
2357
- "cryosurgery",
2358
  "csf",
2359
  "ct",
2360
  "ct.",
2361
  "ctcae",
 
2362
  "ctla-4",
2363
  "cts",
2364
- "cuff",
2365
- "culture",
2366
  "cumulative",
2367
  "cur",
2368
  "curative",
 
 
 
2369
  "current",
2370
  "currently",
2371
  "cus",
2372
  "cushing",
2373
- "cutanea",
2374
  "cutaneous",
2375
  "cuz",
2376
- "cva",
2377
- "cvad",
2378
- "cyclase",
2379
  "cycle",
2380
  "cycles",
2381
- "cyclin",
2382
  "cyclophosphamide",
2383
  "cyclosporine",
2384
- "cyclothymic",
2385
- "cyp",
2386
- "cyp2c8",
2387
  "cyp3a4",
 
 
2388
  "cystitis",
 
 
2389
  "cytochrome",
2390
- "cytogenetics",
2391
  "cytologically",
2392
  "cytometry",
 
2393
  "cytopenias",
2394
  "cytoreduction",
2395
  "cytotoxic",
2396
  "c\u2019m",
2397
  "d",
 
2398
  "d)",
2399
- "d)(1",
2400
- "d,ddd",
2401
  "d-",
2402
  "d-)",
2403
  "d-X",
@@ -2405,32 +2276,37 @@
2405
  "d.c.",
2406
  "d.d",
2407
  "d.d.d",
2408
- "d.dx",
2409
- "d.dxx",
2410
  "d.x",
2411
- "d/d",
2412
  "d/dd",
2413
- "d1",
2414
- "d3",
2415
  "dL",
2416
  "dX",
 
2417
  "d_d",
2418
  "d_x",
 
2419
  "dal",
2420
  "damage",
2421
- "dana",
2422
  "dangerous",
 
2423
  "dare",
 
2424
  "data",
2425
  "day",
2426
  "days",
2427
- "dcis",
 
2428
  "dd",
 
2429
  "dd,ddd",
2430
- "ddX]Xxxxx",
 
 
 
2431
  "ddd",
2432
- "ddd/dd",
2433
  "dddd",
 
2434
  "ddx.x",
2435
  "ddx.x.",
2436
  "de",
@@ -2438,201 +2314,221 @@
2438
  "dec",
2439
  "dec.",
2440
  "deciliter",
 
2441
  "ded",
2442
  "deemed",
2443
  "deep",
 
 
 
2444
  "deficiency",
2445
  "deficit",
 
2446
  "defined",
2447
  "defining",
2448
  "definite",
2449
- "definitions",
2450
  "definitive",
2451
- "definitively",
2452
  "deformity",
2453
- "degeneration",
2454
  "degree",
 
2455
  "del",
2456
  "del.",
2457
- "del19",
2458
  "delayed",
2459
- "deletion",
2460
- "delirium",
2461
- "delivered",
2462
  "delusional",
2463
- "dem",
2464
  "dementia",
2465
  "demonstrate",
2466
  "demonstrated",
2467
- "demonstrates",
2468
  "demonstrating",
2469
- "demonstration",
2470
  "department",
2471
- "dependence",
2472
  "depot",
2473
- "depressed",
 
2474
  "depression",
2475
  "depressive",
2476
  "der",
2477
- "derivative",
2478
- "dermatologic",
 
2479
  "des",
2480
- "described",
2481
  "designee",
2482
- "desires",
2483
  "despite",
 
2484
  "detectable",
2485
  "detected",
 
2486
  "determined",
 
 
2487
  "developing",
 
2488
  "device",
2489
  "devices",
2490
  "dex",
2491
- "dextran",
2492
- "dextromethorphan",
 
 
2493
  "dia",
2494
  "diabetes",
2495
  "diabetic",
2496
  "diagnosed",
 
2497
  "diagnosis",
2498
  "diagnostic",
2499
  "diameter",
2500
  "diaphragm",
2501
  "diarrhea",
 
2502
  "diastolic",
2503
- "diatheses",
2504
  "dic",
2505
  "did",
2506
- "didanosine",
2507
  "dietary",
2508
- "differentiated",
2509
  "differentiation",
2510
- "difficulty",
2511
  "diffuse",
2512
  "diffusing",
2513
- "digestive",
2514
- "dilation",
 
2515
  "dimension",
2516
- "dipg",
2517
- "dir",
2518
  "directed",
2519
  "directly",
2520
- "disability",
2521
- "discontinuation",
2522
  "discontinue",
2523
  "discontinued",
 
2524
  "discretion",
2525
- "discrimination",
 
 
2526
  "disease",
2527
- "disease-",
2528
  "diseases",
2529
- "disk",
2530
- "dislocations",
2531
  "disorder",
2532
  "disorder(s",
2533
  "disorders",
 
2534
  "disseminated",
 
2535
  "distant",
2536
- "distress",
2537
- "distribution",
 
2538
  "dix",
2539
  "dl",
2540
  "dlbcl",
2541
  "dlco",
2542
  "dle",
2543
- "dly",
2544
- "dm",
2545
  "dm.",
2546
  "do",
 
2547
  "documentation",
2548
  "documented",
 
2549
  "does",
2550
  "doin",
2551
  "doin'",
2552
  "doing",
2553
  "doin\u2019",
2554
  "dom",
2555
- "dominant",
2556
  "donation",
 
2557
  "donor",
2558
  "donors",
2559
- "dopamine",
 
2560
  "dose",
2561
  "doses",
2562
  "dosing",
2563
- "dota",
2564
  "double",
2565
- "doxercalciferol",
2566
- "doxorubicin",
 
2567
  "dr",
2568
  "dr.",
2569
- "drainage",
 
 
2570
  "drug",
 
2571
  "drugs",
 
 
 
2572
  "ductal",
2573
  "due",
2574
  "duodenal",
2575
- "duodenum",
2576
  "duration",
2577
  "during",
 
 
2578
  "dx",
2579
  "dx.x",
2580
  "dx.x.",
2581
  "dxx",
2582
- "dysautonomia",
 
2583
  "dysfunction",
2584
- "dysplasia",
2585
- "dyspnea",
2586
- "dystonia",
2587
  "dystrophy",
2588
  "e",
2589
  "e's",
2590
  "e(s",
2591
- "e-5",
2592
  "e.",
2593
  "e.g",
2594
  "e.g.",
2595
- "eGFR",
2596
  "each",
2597
  "ead",
 
2598
  "eal",
2599
  "eam",
2600
  "ean",
2601
  "ear",
 
2602
  "eas",
2603
  "eat",
2604
  "eating",
 
2605
  "eb.",
2606
  "ebr",
2607
- "ebstein",
2608
  "ebv",
2609
  "ec.",
2610
  "ecg",
 
2611
  "echo",
2612
  "echocardiogram",
2613
  "echocardiography",
2614
  "eck",
 
2615
  "ect",
2616
- "ectodermal",
2617
- "edotreotide",
2618
- "eds",
2619
  "eed",
 
2620
  "eek",
2621
- "eel",
2622
  "een",
2623
  "eep",
2624
- "ees",
2625
  "eet",
2626
- "efavirenz",
2627
  "effect",
2628
  "effective",
 
2629
  "effects",
 
2630
  "effusion",
2631
  "effusions",
2632
  "eft",
2633
  "eg",
2634
  "egfr",
2635
  "egg",
 
 
 
2636
  "eic",
2637
  "ein",
2638
  "eir",
@@ -2643,44 +2539,49 @@
2643
  "el.",
2644
  "elapsed",
2645
  "elderly",
2646
- "ele",
2647
- "elective",
2648
  "electrocardiogram",
 
 
 
 
2649
  "elevation",
2650
- "elevations",
2651
  "elf",
2652
  "eligibility",
2653
  "eligible",
2654
- "elisa",
2655
  "ell",
2656
- "eln",
2657
  "els",
2658
- "elsewhere",
2659
- "elt",
2660
  "ely",
2661
  "em",
 
 
2662
  "embolism",
2663
- "embolization",
2664
- "embryo",
2665
- "embryonal",
2666
  "emergency",
2667
  "emergent",
2668
  "emission",
2669
  "emo",
2670
- "emotional",
2671
  "ems",
2672
- "emtricitabine",
2673
  "en",
2674
  "en.",
 
 
 
2675
  "end",
2676
- "endocarditis",
2677
  "endocrine",
 
 
 
2678
  "endoscopy",
2679
- "endothelial",
2680
- "endothelin",
2681
  "ene",
2682
- "enhances",
 
 
 
2683
  "enhancing",
 
2684
  "enn",
2685
  "eno",
2686
  "enough",
@@ -2690,303 +2591,306 @@
2690
  "enrollment",
2691
  "ens",
2692
  "ent",
2693
- "entering",
2694
- "enterocutaneous",
2695
  "enteropathy",
 
2696
  "entry",
2697
- "enz",
2698
  "enzyme",
2699
  "enzymes",
2700
- "eosinophilia",
2701
  "ep.",
2702
- "ependymoma",
 
 
 
2703
  "epidermal",
2704
  "epidural",
 
2705
  "epilepsy",
2706
  "epileptic",
2707
- "epiphyses",
2708
  "episode",
2709
- "episodes",
2710
- "epithelial",
2711
- "epoprostenol",
2712
  "ept",
2713
  "equal",
2714
- "equina",
2715
  "equivalent",
 
2716
  "er",
 
2717
  "er-/pr-/her2-",
2718
- "eras",
2719
- "ercp",
2720
  "ere",
 
 
2721
  "erm",
 
2722
  "error",
2723
- "errors",
2724
  "ers",
2725
  "ert",
2726
  "ery",
 
2727
  "erythematosus",
2728
  "erythromycin",
2729
- "erythropoietic",
2730
- "escalation",
2731
  "ese",
 
 
2732
  "esophageal",
2733
- "esophagus",
2734
  "ess",
2735
  "est",
2736
- "established",
2737
  "estimated",
2738
- "estradiol",
2739
  "estrogen",
2740
  "eta",
2741
  "etc",
2742
  "ete",
2743
  "eth",
2744
- "etiology",
2745
  "etoposide",
2746
  "ets",
 
2747
  "ety",
2748
- "eum",
2749
- "eus",
2750
  "ev.",
2751
- "evaluable",
2752
  "evaluated",
2753
  "evaluation",
2754
- "evaluations",
2755
  "even",
2756
- "event",
2757
  "events",
2758
- "everolimus",
2759
  "evidence",
2760
- "evidenced",
2761
  "evolving",
2762
- "ewing",
2763
- "exablate",
2764
  "exacerbation",
2765
  "exam",
2766
  "examination",
2767
- "example",
2768
- "exceeding",
2769
  "except",
2770
  "exception",
2771
- "exceptions",
2772
- "excipient",
 
2773
  "excision",
 
2774
  "excluded",
 
2775
  "excluding",
2776
  "exclusion",
2777
- "excretion",
 
2778
  "exercise",
2779
- "exercised",
2780
  "exist",
2781
  "existing",
2782
- "expansion",
2783
  "expectancy",
2784
- "expectation",
2785
  "expected",
2786
- "experience",
2787
  "experienced",
2788
- "experiment",
 
 
2789
  "expiratory",
2790
  "explained",
 
 
2791
  "exposure",
2792
- "express",
2793
- "expresses",
2794
  "expression",
2795
- "extends",
2796
  "extension",
2797
  "external",
2798
- "extra",
2799
  "extramedullary",
2800
- "extrapancreatic",
2801
- "extremely",
2802
- "extremity",
 
2803
  "e\u2019s",
2804
  "f",
2805
  "f.",
2806
- "fMRI",
2807
  "factor",
2808
  "factors",
2809
- "faculty",
2810
  "failed",
2811
  "failure",
2812
- "fall",
2813
- "famciclovir",
2814
- "familial",
2815
  "family",
2816
  "fan",
2817
- "farber",
2818
  "fasting",
2819
- "fatty",
2820
  "fcbp",
2821
- "fd",
2822
  "fdg",
2823
  "feasible",
2824
  "features",
2825
  "feb",
2826
  "feb.",
2827
  "feeding",
2828
- "feeds",
2829
  "feels",
2830
- "felt",
2831
  "female",
2832
  "females",
2833
  "fen",
2834
  "fer",
2835
  "fertile",
2836
- "fertility",
2837
  "ferumoxytol",
 
2838
  "fetus",
2839
  "fev1",
 
2840
  "fibrillation",
2841
  "fibromyalgia",
2842
  "fibrosis",
2843
  "fic",
2844
- "filtration",
 
 
 
 
2845
  "final",
 
2846
  "findings",
2847
  "first",
2848
  "fish",
2849
  "fistula",
2850
  "fit",
2851
  "five",
2852
- "fixation",
2853
- "fl",
2854
  "fla",
2855
  "fla.",
2856
- "flank",
2857
- "flolan",
2858
  "flow",
 
2859
  "fluid",
2860
  "fluorescence",
 
 
2861
  "fluoxetine",
2862
  "flutamide",
2863
  "fluvoxamine",
2864
- "fmri",
2865
- "focus",
2866
- "focused",
2867
  "follow",
2868
  "following",
2869
- "food",
2870
- "foot",
2871
  "for",
2872
  "forced",
2873
  "form",
 
2874
  "forms",
 
2875
  "fort",
2876
- "forth",
2877
- "fortified",
2878
- "fosphenytoin",
2879
  "four",
2880
  "fraction",
2881
- "fracture",
2882
- "francis",
 
2883
  "free",
2884
  "frequent",
2885
  "frequently",
2886
  "from",
2887
- "fsh",
2888
- "ftc",
2889
  "ful",
2890
- "full",
2891
  "fully",
2892
- "fulvestrant",
2893
  "function",
2894
  "functional",
 
 
2895
  "fungal",
 
 
2896
  "fusion",
2897
- "fvc",
2898
  "g",
 
2899
  "g.",
2900
- "g719x",
2901
  "gBRCA1/2",
2902
  "ga",
2903
  "ga.",
2904
- "gabapentin",
 
2905
  "gal",
2906
- "gamma",
2907
  "gan",
2908
- "ganciclovir",
2909
- "gangliosidosis",
2910
- "gas",
2911
  "gastric",
2912
  "gastro",
 
2913
  "gastrointestinal",
 
2914
  "gated",
2915
- "gbm",
2916
  "gbrca1/2",
2917
  "gdmt",
2918
  "ged",
2919
- "gem",
 
2920
  "gemcitabine",
2921
- "gemfibrozil",
2922
  "gen",
2923
  "gen.",
2924
  "genders",
2925
- "gene",
2926
- "generalist",
2927
- "genetic",
2928
- "genital",
2929
  "genotype",
2930
  "ger",
2931
  "gerd",
2932
- "germline",
2933
  "ges",
2934
  "get",
2935
  "gfr",
 
2936
  "ght",
2937
  "gi",
2938
  "gia",
2939
  "gib",
2940
  "gic",
2941
- "gilbert",
2942
- "gist",
 
2943
  "given",
 
2944
  "glaucoma",
2945
  "gle",
2946
  "gliadel",
2947
- "glioblastoma",
2948
  "glioma",
2949
- "glomerular",
2950
  "glomerulonephritis",
 
2951
  "glucocorticoids",
2952
  "glucose",
2953
- "gluten",
 
 
 
 
2954
  "goin",
2955
  "goin'",
2956
  "going",
2957
  "goin\u2019",
2958
- "gold",
2959
  "gon",
2960
- "gonadotropin",
2961
  "gonna",
2962
  "got",
2963
  "gov",
2964
  "gov.",
 
2965
  "grade",
 
2966
  "graft",
 
2967
  "gram",
2968
- "granisetron",
 
 
 
2969
  "greater",
2970
- "groin",
2971
  "group",
 
2972
  "growth",
2973
- "guanylate",
2974
  "gue",
2975
- "guided",
2976
  "guidelines",
2977
- "gus",
2978
- "gvhd",
2979
  "h",
2980
  "h.",
2981
- "hCG",
2982
  "haart",
2983
  "had",
 
2984
  "hal",
2985
  "half",
2986
- "hamilton",
2987
  "han",
2988
- "haploidentical",
2989
- "harvest",
2990
  "has",
2991
  "hat",
2992
  "have",
@@ -2994,122 +2898,134 @@
2994
  "havin'",
2995
  "having",
2996
  "havin\u2019",
2997
- "hba1c",
2998
  "hboc",
 
2999
  "hbv",
3000
  "hcc",
3001
- "hcg",
3002
- "hcl",
3003
- "hct",
3004
  "hcv",
3005
- "hdrs-17",
3006
  "he",
3007
  "he's",
3008
  "hea",
3009
  "head",
3010
- "healing",
3011
  "health",
3012
- "healthy",
3013
  "hearing",
3014
  "heart",
3015
  "hed",
 
 
 
 
3016
  "hematologic",
3017
- "hematological",
3018
  "hematopoietic",
3019
  "hematuria",
3020
- "hemisphere",
3021
- "hemodynamic",
3022
  "hemoglobin",
 
 
3023
  "hemorrhage",
3024
  "hemorrhagic",
3025
  "hen",
3026
- "heparin",
3027
  "hepatic",
3028
  "hepatitis",
3029
  "hepatocellular",
 
 
 
 
3030
  "her",
3031
  "her-2",
3032
  "her2",
3033
  "herbal",
3034
- "hereditary",
3035
  "herniated",
 
 
3036
  "hey",
3037
  "he\u2019s",
 
3038
  "hfpef",
 
3039
  "hh",
3040
- "hhv6",
3041
- "hhv8",
3042
  "hic",
3043
- "hifu",
 
3044
  "high",
3045
  "higher",
3046
  "highly",
3047
  "hil",
 
3048
  "hin",
 
 
3049
  "his",
 
3050
  "histologic",
3051
  "histological",
3052
  "histologically",
3053
  "histologies",
3054
  "histology",
 
 
3055
  "history",
3056
  "hit",
3057
  "hiv",
3058
  "hiv)-positive",
3059
  "hiv+",
3060
- "hiv-1",
3061
- "hl",
3062
- "hla",
3063
  "hly",
3064
  "hma",
3065
- "hoc",
3066
  "hod",
 
3067
  "hol",
3068
  "hom",
3069
  "home",
3070
  "hormonal",
3071
  "hormone",
3072
  "hormones",
3073
- "hospital",
3074
  "hospitalization",
3075
- "hospitalized",
3076
- "hour",
3077
  "hours",
 
3078
  "houston",
3079
  "how",
3080
  "how's",
3081
  "however",
3082
  "how\u2019s",
3083
  "hpv",
 
 
3084
  "hsct",
3085
- "hsv",
3086
- "htlv",
3087
  "human",
3088
- "hunter",
 
 
 
3089
  "hybridization",
3090
- "hydochlorothiazide",
3091
  "hydroxyurea",
3092
- "hyperbilirubinemia",
3093
  "hypercalcemia",
3094
- "hyperlipidemia",
3095
- "hyperlipoproteinemia",
3096
- "hyperparathyroidism",
3097
  "hypersensitivity",
3098
  "hypertension",
 
3099
  "hyperthyroidism",
 
3100
  "hypertrophy",
3101
- "hypnotic",
3102
- "hypnotics",
3103
- "hypokalemia",
3104
  "hypothyroidism",
 
3105
  "hysterectomy",
3106
  "i",
3107
- "i-131",
3108
  "i.",
3109
  "i.e",
3110
  "i.e.",
3111
- "i.v",
3112
- "iMZ",
3113
  "ia",
3114
  "ia.",
3115
  "iac",
@@ -3117,232 +3033,220 @@
3117
  "ian",
3118
  "ias",
3119
  "iatrogenic",
3120
- "ib2",
3121
- "ibuprofen",
3122
  "ice",
3123
  "ich",
3124
  "ics",
3125
  "id",
3126
  "id.",
3127
- "ida",
3128
  "ide",
 
3129
  "identical",
 
 
3130
  "ids",
3131
- "idsa",
3132
  "ied",
3133
  "ier",
3134
  "ies",
3135
- "iew",
3136
  "if",
3137
  "if.",
3138
  "ife",
3139
  "ify",
3140
- "iga",
3141
  "igh",
3142
  "ign",
 
3143
  "ihc",
3144
  "ii",
3145
- "iia",
3146
  "iii",
3147
- "iiib",
3148
- "ike",
3149
  "ild",
3150
  "ile",
3151
- "ileus",
3152
- "ilk",
3153
  "ill",
3154
  "ill.",
3155
  "illness",
3156
- "illnesses",
3157
  "ilm",
3158
- "iloprost",
3159
- "ilt",
3160
  "ily",
3161
  "image",
3162
  "imaging",
 
3163
  "imb",
3164
  "ime",
3165
- "imidazole",
3166
- "imipramine",
3167
- "immediate",
3168
- "immediately",
3169
  "immune",
3170
- "immuno-",
3171
  "immunocompromised",
3172
  "immunodeficiency",
 
3173
  "immunodysregulation",
3174
- "immunoglobulin",
3175
- "immunohistochemical",
3176
  "immunohistochemistry",
3177
- "immunologic",
3178
  "immunomodulatory",
 
 
3179
  "immunosuppression",
3180
  "immunosuppressive",
3181
  "immunotherapy",
3182
  "impact",
3183
- "impair",
3184
  "impaired",
3185
  "impairment",
3186
  "implant",
 
 
3187
  "implants",
3188
- "important",
3189
- "imwg",
3190
  "in",
3191
  "in'",
3192
  "ina",
3193
- "inborn",
3194
  "inc",
3195
  "inc.",
3196
- "incidence",
3197
- "incision",
3198
  "include",
3199
- "included",
3200
  "includes",
3201
  "including",
3202
- "inclusion",
3203
- "inclusive",
3204
- "incontinence",
3205
- "increase",
3206
  "increased",
 
3207
  "incurable",
3208
  "ind",
3209
  "ind.",
3210
  "indeterminate",
3211
  "index",
 
 
3212
  "indication",
3213
- "indications",
3214
  "indinavir",
3215
- "individual",
3216
  "individuals",
 
3217
  "induce",
3218
  "induced",
3219
  "inducer",
3220
- "inducers",
3221
  "inducing",
3222
  "induction",
3223
  "ine",
3224
  "ineligible",
3225
  "infant",
3226
- "infantile",
3227
  "infarction",
3228
- "infected",
3229
  "infection",
3230
  "infections",
3231
- "infectious",
3232
- "infertility",
3233
  "infiltration",
3234
  "inflammation",
3235
  "inflammatory",
3236
- "infliximab",
3237
- "inform",
3238
  "informed",
3239
- "infrainguinal",
3240
  "infusion",
 
3241
  "ing",
 
3242
  "inhaled",
3243
- "inherent",
3244
- "inherited",
3245
- "inhibit",
3246
- "inhibition",
3247
  "inhibitor",
3248
  "inhibitors",
3249
- "ini",
3250
  "initial",
3251
- "initiate",
3252
  "initiated",
3253
  "initiation",
 
3254
  "injection",
3255
  "injuries",
3256
  "injury",
3257
  "inn",
3258
- "ino",
3259
- "inotropic",
3260
- "inr",
3261
  "ins",
3262
- "inserted",
3263
  "insertion",
3264
- "instability",
3265
- "instead",
3266
- "instis",
3267
- "institute",
3268
  "institutional",
3269
  "insufficiency",
3270
- "insufficient",
3271
  "insulin",
3272
- "integrase",
3273
- "intended",
 
3274
  "intense",
3275
  "intensity",
3276
  "intensive",
3277
  "intent",
3278
- "interaction",
3279
  "interactions",
 
 
3280
  "intercurrent",
3281
- "interface",
3282
  "interfere",
3283
- "internal",
3284
  "international",
3285
  "interpretation",
3286
- "interrupted",
3287
  "interval",
3288
  "intervention",
3289
- "intestinal",
3290
  "into",
3291
  "intolerance",
3292
- "intra",
 
3293
  "intracranial",
3294
- "intranasal",
3295
- "intrauterine",
 
 
3296
  "intravenous",
 
 
3297
  "invasive",
3298
  "investigational",
3299
  "investigator",
3300
  "investigators",
3301
  "involved",
3302
  "involvement",
3303
- "involves",
3304
  "involving",
3305
- "inx",
3306
  "in\u2019",
3307
  "iod",
3308
- "iol",
3309
  "ion",
3310
  "ior",
3311
- "iothalamate",
3312
  "ipex",
 
3313
  "ipilimumab",
3314
- "ipsilateral",
 
 
3315
  "ire",
3316
  "irinotecan",
 
3317
  "iron",
 
3318
  "is",
3319
  "is.",
3320
  "ischemia",
3321
  "ischemic",
 
3322
  "ise",
3323
  "ish",
3324
  "isk",
3325
  "ism",
3326
- "isoflavones",
3327
  "isolated",
3328
- "isoptin",
3329
  "iss",
3330
- "isseminated",
3331
  "ist",
3332
  "it",
3333
  "it's",
3334
  "ite",
3335
  "ith",
 
3336
  "its",
 
 
3337
  "itu",
3338
  "ity",
3339
  "it\u2019s",
3340
- "iu",
3341
- "iud",
3342
  "ium",
3343
  "iv",
3344
  "iva",
 
3345
  "ive",
 
3346
  "iz.",
3347
  "ize",
3348
  "izo",
@@ -3350,72 +3254,78 @@
3350
  "j.",
3351
  "jan",
3352
  "jan.",
 
 
 
 
3353
  "jor",
3354
  "jr",
3355
  "jr.",
 
3356
  "judged",
 
3357
  "judgment",
 
3358
  "jul",
3359
  "jul.",
3360
  "jun",
3361
  "jun.",
3362
  "junction",
3363
- "juvenile",
3364
  "k",
3365
  "k.",
3366
- "k65r",
3367
  "kan",
3368
  "kan.",
3369
  "kans",
3370
  "kans.",
 
 
3371
  "ked",
3372
  "ken",
3373
- "kes",
 
3374
  "ketoconazole",
3375
  "kg",
3376
  "kidney",
3377
  "kin",
3378
- "kinase",
3379
- "kind",
3380
- "kits",
3381
  "kla",
3382
- "kle",
3383
  "knee",
3384
- "knife",
3385
  "known",
3386
  "ks",
3387
- "kup",
3388
  "ky",
3389
  "ky.",
3390
  "l",
 
3391
  "l.",
3392
  "l1",
3393
- "l19",
3394
- "l858r",
3395
- "l861q",
3396
  "la",
3397
  "la.",
 
3398
  "laboratory",
3399
- "lack",
3400
- "lactating",
3401
  "lan",
3402
- "laparoscopy",
 
 
3403
  "lar",
3404
  "large",
 
3405
  "last",
3406
- "late",
3407
- "latent",
3408
- "later",
3409
  "latex",
3410
- "lax",
3411
  "lbp",
3412
- "lead",
 
 
3413
  "least",
3414
  "led",
3415
  "leep",
3416
  "left",
3417
- "leg",
 
3418
  "len",
 
 
3419
  "leptomeningeal",
3420
  "les",
3421
  "lesion",
@@ -3426,107 +3336,114 @@
3426
  "let's",
3427
  "lethal",
3428
  "let\u2019s",
 
3429
  "leukemia",
 
 
3430
  "level",
3431
  "levels",
3432
  "levonorgestrel",
 
3433
  "ley",
3434
- "lhrh",
3435
- "lia",
3436
  "lic",
3437
  "lid",
3438
- "lidocaine",
3439
  "lif",
3440
  "life",
3441
- "like",
 
3442
  "likely",
3443
  "limb",
3444
  "limit",
3445
  "limited",
3446
- "limiting",
3447
  "limits",
3448
  "lin",
3449
  "line",
3450
  "linked",
3451
- "lip",
3452
- "lipase",
3453
- "lipodystrophy",
3454
- "liposarcoma",
3455
- "lis",
3456
- "lithium",
3457
- "lithotripsy",
3458
  "live",
3459
  "liver",
3460
  "lives",
3461
- "lky",
 
3462
  "ll",
3463
  "ll.",
 
3464
  "llo",
3465
  "lls",
3466
  "lly",
3467
- "lmwh",
3468
  "lo.",
3469
  "load",
 
3470
  "local",
3471
  "localized",
3472
  "locally",
3473
  "located",
3474
- "location",
3475
- "logistical",
3476
- "lon",
3477
  "long",
3478
  "longer",
3479
  "longest",
 
 
 
 
 
 
 
3480
  "loss",
 
3481
  "lovin",
3482
  "lovin'",
3483
  "loving",
3484
  "lovin\u2019",
3485
  "low",
3486
- "lower",
3487
  "lso",
3488
  "ltd",
3489
  "ltd.",
3490
  "lth",
 
3491
  "lts",
3492
- "lty",
3493
  "lue",
3494
- "lum",
3495
  "lumbar",
3496
- "lumpectomy",
3497
  "lung",
 
3498
  "lupus",
3499
- "lus",
3500
- "lutetium-177",
3501
  "luvox",
 
3502
  "lv",
 
 
3503
  "lvef",
3504
  "lymph",
3505
  "lymphatic",
3506
  "lymphoblastic",
 
 
 
3507
  "lymphoma",
3508
- "lymphopenia",
3509
- "lymphoproliferative",
3510
  "m",
3511
  "m.",
3512
- "m0",
3513
- "m184v",
3514
  "m2",
3515
  "m3",
3516
- "mHg",
3517
  "mL",
3518
  "mTOR",
3519
- "m^2",
3520
  "m^3",
 
3521
  "ma'am",
3522
  "mab",
3523
- "machine",
 
3524
  "madam",
3525
- "magnamosis",
 
3526
  "magnetic",
3527
  "main",
 
3528
  "maintenance",
3529
  "major",
 
3530
  "make",
3531
  "mal",
3532
  "malabsorption",
@@ -3535,39 +3452,39 @@
3535
  "malignancies",
3536
  "malignancy",
3537
  "malignant",
3538
- "mammalian",
3539
- "mammogram",
3540
  "man",
 
3541
  "management",
3542
- "manganese",
3543
- "mantle",
3544
- "manufacturer",
3545
- "maoi",
 
 
3546
  "mar",
3547
  "mar.",
 
3548
  "margins",
3549
- "marked",
3550
- "markedly",
3551
  "marrow",
3552
  "mas",
 
3553
  "mass",
3554
  "mass.",
3555
- "mastectomy",
3556
  "matched",
3557
  "materials",
 
3558
  "mature",
3559
- "maximally",
3560
  "may",
3561
- "maybe",
3562
- "mayo",
3563
  "ma\u2019am",
3564
  "mbc",
3565
- "mcL",
3566
- "mci",
3567
  "mcl",
3568
  "md",
3569
  "md.",
3570
- "mdi",
 
3571
  "me/",
3572
  "mean",
3573
  "means",
@@ -3576,141 +3493,156 @@
3576
  "measures",
3577
  "mechanical",
3578
  "med",
3579
- "mediastinum",
3580
- "mediated",
3581
  "medical",
3582
  "medically",
3583
- "medicated",
3584
  "medication",
 
3585
  "medications",
3586
- "medicines",
3587
  "meet",
3588
  "meets",
3589
- "mek",
3590
  "melanoma",
3591
- "melanomas",
 
3592
  "mellitus",
3593
- "melphalan",
3594
  "member",
 
 
3595
  "men",
 
3596
  "meningeal",
 
3597
  "meningitis",
3598
- "menopausal",
3599
  "menopause",
3600
  "menses",
 
3601
  "menstruation",
3602
  "mental",
3603
- "mercaptopurine",
3604
  "mes",
3605
  "mesenteric",
 
3606
  "messrs",
3607
  "messrs.",
 
 
3608
  "metabolism",
 
 
 
3609
  "metastases",
3610
  "metastasis",
3611
  "metastatic",
3612
- "metatarsal",
3613
- "methadone",
3614
  "method",
3615
  "methods",
3616
- "methoxsalen",
3617
  "methylphenidate",
3618
- "mfi",
3619
  "mg",
3620
- "mg)/deciliter",
3621
- "mgh",
3622
  "mi",
3623
  "mia",
3624
  "mib",
3625
- "mibg",
3626
  "mic",
3627
  "mich",
3628
  "mich.",
 
 
3629
  "microliter",
 
3630
  "middle",
3631
  "might",
3632
  "mil",
3633
- "milk",
3634
- "milligrams",
3635
- "milliliters",
3636
  "milliseconds",
3637
  "min",
3638
- "min/1.73",
3639
- "min/1.73m2",
3640
- "mini",
3641
- "minimal",
3642
  "minimum",
3643
  "minn",
3644
  "minn.",
3645
  "minor",
3646
  "minutes",
3647
- "mismatched",
3648
  "miss",
3649
  "miss.",
3650
  "mit",
 
3651
  "ml",
 
 
 
3652
  "mm",
3653
  "mm3",
3654
- "mmHg",
3655
  "mm^3",
3656
- "mma",
3657
- "mmhg",
3658
- "mmse",
3659
  "mo",
3660
  "mo.",
 
 
3661
  "moderate",
3662
- "modification",
3663
- "modified",
3664
  "mol",
3665
- "molecular",
3666
- "monitored",
3667
- "monitoring",
3668
- "monoamine",
3669
  "monoxide",
3670
  "mont",
3671
  "mont.",
 
3672
  "month",
3673
  "months",
3674
- "mood",
3675
  "mor",
 
3676
  "more",
3677
  "morning",
3678
- "morphology",
3679
- "motivation",
 
 
 
3680
  "motor",
 
 
3681
  "mph",
3682
- "mpnsts",
3683
- "mps",
3684
  "mr",
3685
  "mr.",
3686
  "mri",
3687
  "mrs",
3688
  "mrs.",
3689
- "mrsa",
3690
  "ms",
3691
  "ms.",
3692
- "mskcc",
3693
  "mt",
3694
  "mt.",
3695
  "mtd",
3696
  "mtor",
 
 
3697
  "muga",
 
 
 
3698
  "multiple",
 
3699
  "mum",
3700
- "mum-1",
3701
  "mus",
3702
- "muscle",
3703
  "must",
3704
- "mutation",
3705
- "mutation(s",
3706
- "mutations",
3707
- "mycn",
3708
  "myeloablative",
3709
  "myeloblastic",
3710
- "myelogenous",
 
3711
  "myeloma",
 
3712
  "myelosuppressive",
3713
  "myocardial",
 
 
3714
  "myringotomy",
3715
  "n",
3716
  "n's",
@@ -3723,98 +3655,105 @@
3723
  "n.j.",
3724
  "n.m.",
3725
  "n.y.",
3726
- "n0",
3727
  "na",
3728
- "nadir",
3729
  "naepp",
 
3730
  "naive",
3731
  "nal",
3732
- "narcolepsy",
3733
  "narrow",
3734
  "narrowing",
3735
- "nat",
 
 
3736
  "nausea",
3737
- "navitoclax",
3738
- "na\u00efve",
3739
- "nb",
3740
  "nc.",
3741
  "nce",
 
3742
  "nci",
3743
  "ncy",
3744
  "nd.",
3745
  "nds",
3746
  "nea",
3747
- "near",
3748
  "neb",
3749
  "neb.",
3750
  "nebr",
3751
  "nebr.",
3752
- "nec",
3753
  "necessary",
3754
  "neck",
 
 
3755
  "ned",
3756
  "nee",
3757
  "need",
3758
- "needing",
 
3759
  "negative",
 
3760
  "nel",
3761
  "nelfinavir",
3762
- "neo",
3763
  "neoadjuvant",
3764
- "neoplasms",
3765
  "ner",
3766
- "neratinib",
3767
  "nerve",
3768
  "nervous",
3769
  "nes",
 
3770
  "neural",
3771
- "neuro",
3772
- "neurodegenerative",
3773
  "neuroendocrine",
3774
- "neurofibromatosis",
3775
- "neurogenic",
3776
  "neuroleptics",
 
3777
  "neurological",
3778
  "neuropathy",
3779
- "neuropsychiatric",
3780
  "neuroradiologist",
3781
- "neurosarcoidosis",
 
3782
  "neutropenia",
3783
  "neutrophil",
3784
  "nev",
3785
  "nev.",
3786
- "never",
3787
- "nevirapine",
3788
  "new",
3789
  "newly",
 
3790
  "ney",
 
3791
  "nge",
 
3792
  "ngs",
 
3793
  "nia",
3794
  "nib",
3795
  "nic",
3796
- "nil",
3797
- "nit",
3798
- "nitinol",
3799
- "nitrates",
3800
  "nivolumab",
 
3801
  "nka",
3802
  "nly",
3803
- "nmp",
3804
  "nn.",
3805
  "no",
3806
- "no-",
3807
- "nocturnal",
3808
  "nodal",
3809
  "node",
3810
  "nodes",
 
 
 
3811
  "nol",
3812
  "non",
3813
  "nonenhancing",
 
 
 
 
3814
  "nor",
3815
  "normal",
3816
- "normalized",
3817
- "normothermic",
3818
  "nos",
3819
  "not",
3820
  "note",
@@ -3825,25 +3764,29 @@
3825
  "nothin\u2019",
3826
  "nov",
3827
  "nov.",
 
3828
  "now",
3829
  "ns.",
3830
  "nsaids",
3831
  "nsclc",
3832
  "nse",
3833
- "nst",
3834
  "nt",
3835
  "nt.",
3836
  "nth",
3837
  "nti",
3838
  "nto",
3839
  "nts",
3840
- "nucleic",
3841
  "nue",
3842
  "nuff",
 
3843
  "nuthin",
3844
  "nuthin'",
3845
  "nuthin\u2019",
 
3846
  "nyha",
 
3847
  "n\u2019s",
3848
  "n\u2019t",
3849
  "o",
@@ -3853,33 +3796,46 @@
3853
  "o.0",
3854
  "o.O",
3855
  "o.o",
 
3856
  "o_0",
3857
  "o_O",
3858
  "o_o",
 
3859
  "oad",
 
 
 
 
 
 
3860
  "observation",
3861
- "obsessive",
3862
- "obstruction",
3863
  "obstructive",
 
3864
  "obtained",
 
 
3865
  "occlusive",
3866
  "occur",
3867
- "occurring",
3868
  "ock",
3869
  "oct",
3870
  "oct.",
3871
  "ocular",
3872
  "ode",
 
3873
  "ods",
3874
  "ody",
3875
  "oes",
3876
  "of",
3877
  "of.",
3878
  "off",
3879
- "oft",
 
 
3880
  "ogy",
3881
- "oic",
3882
  "oid",
 
3883
  "oin",
3884
  "oke",
3885
  "okla",
@@ -3888,6 +3844,9 @@
3888
  "ol'",
3889
  "old",
3890
  "ole",
 
 
 
3891
  "oll",
3892
  "olo",
3893
  "ol\u2019",
@@ -3896,8 +3855,6 @@
3896
  "oms",
3897
  "omy",
3898
  "on",
3899
- "once",
3900
- "oncology",
3901
  "ond",
3902
  "ondansetron",
3903
  "one",
@@ -3908,45 +3865,55 @@
3908
  "ons",
3909
  "onset",
3910
  "ont",
 
3911
  "ood",
3912
  "ool",
3913
- "oom",
3914
  "oophorectomy",
 
3915
  "oos",
3916
- "oot",
3917
  "open",
3918
  "operable",
3919
- "operating",
3920
- "operation",
3921
  "opinion",
 
3922
  "opportunistic",
3923
- "opt",
 
 
3924
  "options",
3925
  "opy",
3926
  "or",
3927
  "oral",
3928
  "ord",
 
3929
  "ore",
3930
  "ore.",
3931
- "orenitram",
3932
  "organ",
 
 
 
 
 
 
3933
  "originating",
3934
  "ork",
3935
  "orm",
3936
- "orn",
3937
  "orp",
3938
  "ors",
3939
  "ort",
3940
  "orthopedic",
3941
  "ory",
3942
  "os.",
 
3943
  "ose",
3944
- "osimertinib",
3945
  "oss",
 
3946
  "ost",
3947
- "osteoarthritis",
3948
- "osteogenic",
3949
- "osteomyelitis",
3950
  "ote",
3951
  "oth",
3952
  "other",
@@ -3966,10 +3933,11 @@
3966
  "ove",
3967
  "over",
3968
  "overload",
3969
- "overt",
3970
  "own",
3971
- "oxcarbazepine",
3972
- "oxidase",
 
3973
  "oxygen",
3974
  "o\u2019clock",
3975
  "o\u2019s",
@@ -3977,39 +3945,43 @@
3977
  "p.",
3978
  "p.m",
3979
  "p.m.",
3980
- "p16",
3981
  "p450",
3982
  "pEF",
3983
  "pa",
3984
  "pa.",
3985
- "paclitaxel",
 
3986
  "pain",
3987
  "pal",
3988
  "palliative",
 
 
3989
  "pancreas",
 
3990
  "pancreatic",
3991
  "pancreatitis",
3992
- "panel",
3993
- "panic",
3994
  "papilloma",
3995
- "paralysis",
3996
- "paralytic",
3997
- "parametrial",
3998
  "parenchymal",
3999
  "parent",
4000
  "parenteral",
4001
- "paricalcitol",
4002
  "parkinson",
4003
- "paroxysmal",
4004
  "part",
4005
- "partial",
4006
  "participant",
4007
  "participants",
4008
  "participate",
4009
- "participated",
4010
  "participating",
4011
  "participation",
 
 
4012
  "partner",
 
4013
  "parts",
4014
  "past",
4015
  "pathologic",
@@ -4020,119 +3992,127 @@
4020
  "pathway",
4021
  "patient",
4022
  "patients",
 
 
4023
  "pbc",
 
4024
  "pcr",
 
 
 
 
4025
  "pdac",
4026
- "pde5",
4027
  "pe",
 
4028
  "pectoris",
4029
- "pedal",
4030
  "pediatric",
 
4031
  "pelvic",
4032
  "pelvis",
 
4033
  "pen",
4034
  "penetrating",
4035
- "pentamidine",
 
4036
  "peptic",
4037
  "per",
4038
- "percutaneous",
4039
  "perforation",
4040
  "perform",
4041
- "performance",
4042
  "performed",
4043
- "performing",
4044
- "perfusion",
4045
  "pericardial",
 
4046
  "period",
4047
- "periodontal",
4048
- "peripancreatic",
4049
  "peripheral",
4050
  "peritoneal",
4051
- "peritoneum",
4052
- "permissible",
4053
  "permitted",
4054
- "perpetrate",
4055
  "persistent",
4056
- "persisting",
4057
- "person",
4058
- "personal",
4059
  "persons",
4060
  "pes",
4061
  "pet",
4062
- "petersen",
4063
- "pethema",
4064
- "pfts",
4065
  "ph",
4066
  "ph.d.",
4067
  "pha",
4068
  "pharmacokinetic",
4069
  "phase",
 
4070
  "phenobarbital",
4071
- "phenylephrine",
4072
  "phenytoin",
4073
- "phosphodiesterase-5",
4074
- "phosphoinositide",
 
 
4075
  "photosensitivity",
 
4076
  "phy",
4077
  "physical",
4078
  "physician",
4079
- "physicians",
4080
- "physiologic",
4081
- "pi",
4082
- "pi3k",
4083
  "pia",
4084
  "pic",
4085
- "pigmentosum",
4086
- "pill",
4087
- "pimz",
 
4088
  "pin",
4089
- "placement",
 
4090
  "placental",
 
4091
  "planned",
4092
  "planning",
4093
- "platelets",
 
 
 
4094
  "platinum",
4095
  "ple",
4096
- "pleura",
4097
- "plural",
4098
- "plus",
4099
  "ply",
4100
  "pm",
4101
- "pn",
4102
- "pnet",
4103
  "pneumonia",
4104
- "pointes",
 
 
 
 
 
4105
  "polyendocrinopathy",
4106
- "polyester",
4107
  "polymerase",
4108
- "polypectomy",
4109
- "polypeptide",
4110
- "polypropylene",
4111
- "polysomnography",
4112
  "pomalidomide",
4113
- "pon",
4114
  "poorly",
4115
  "popi",
4116
- "popliteal",
 
 
4117
  "porphyria",
 
 
4118
  "portal",
4119
- "portion",
4120
- "portopulmonary",
 
4121
  "positive",
4122
  "positivity",
4123
  "positron",
4124
- "possible",
4125
- "possibly",
4126
  "post",
4127
- "postmenopausal",
4128
- "postoperative",
4129
  "pot",
4130
  "potent",
4131
  "potential",
4132
  "potentially",
 
 
4133
  "pr",
4134
  "pr.",
4135
- "pra",
4136
  "practice",
4137
  "pre",
4138
  "pre-",
@@ -4140,64 +4120,63 @@
4140
  "preclude",
4141
  "precludes",
4142
  "precluding",
 
4143
  "predicted",
4144
  "predisposing",
4145
  "predisposition",
4146
  "prednisone",
4147
- "preeclampsia",
4148
  "pregnancy",
4149
  "pregnant",
4150
- "preliminary",
4151
- "preparations",
4152
  "presence",
4153
- "present",
4154
- "preservation",
4155
  "preserved",
 
 
4156
  "presumed",
4157
- "pretreatment",
4158
  "prevent",
 
 
4159
  "prevents",
4160
  "previous",
4161
  "previously",
 
4162
  "primary",
4163
- "primative",
4164
- "primidone",
4165
  "principal",
4166
- "principle",
4167
  "prior",
4168
  "proBNP",
4169
- "probenecid",
 
4170
  "problems",
4171
  "probnp",
4172
  "procedure",
4173
  "procedures",
4174
- "proctectomy",
 
4175
  "product",
4176
  "products",
4177
  "prof",
4178
  "prof.",
 
4179
  "progesterone",
 
 
4180
  "progression",
4181
  "progressive",
4182
  "prohibit",
4183
  "prohibited",
4184
- "prolong",
 
4185
  "prolongation",
4186
- "properties",
4187
- "prophylactic",
4188
- "prophylaxis",
4189
- "proposed",
4190
- "prostacyclin",
4191
- "prostanoids",
4192
  "prostate",
4193
- "prostatectomy",
4194
- "prostatic",
4195
- "protein",
4196
- "prothrombin",
4197
  "protocol",
4198
- "proton",
4199
- "protons",
4200
- "protoporphyria",
4201
  "protruding",
4202
  "proven",
4203
  "provide",
@@ -4207,135 +4186,129 @@
4207
  "psa",
4208
  "psc",
4209
  "pse",
4210
- "pseudoephedrine",
4211
  "psoriasis",
 
4212
  "psy",
4213
  "psychiatric",
 
4214
  "psychological",
4215
- "psychomotor",
4216
  "psychosis",
4217
- "psychotherapist",
4218
- "psychotherapy",
4219
  "psychotic",
4220
  "psychotropic",
4221
- "pt",
4222
- "pt)/",
4223
- "pt)/international",
4224
  "pt.",
4225
  "ptcl",
4226
- "ptld",
4227
- "ptt",
4228
  "pulmonary",
4229
- "punctate",
4230
- "puncture",
 
4231
  "purpose",
4232
- "purposes",
4233
  "pus",
4234
- "pv",
4235
- "pyloroduodenal",
4236
  "q",
4237
  "q.",
4238
- "qt",
4239
  "qtc",
4240
  "qtcb",
4241
  "qualify",
4242
- "qualifying",
 
 
4243
  "r",
4244
  "r(s",
4245
  "r.",
 
4246
  "r2-",
4247
  "radiation",
4248
- "radical",
4249
- "radiofrequency",
4250
- "radiographic",
4251
- "radiological",
4252
- "radiologically",
4253
  "radiotherapy",
4254
  "raeb-2",
 
4255
  "ral",
 
4256
  "ram",
4257
- "ran",
4258
  "randomization",
 
4259
  "range",
4260
- "ranges",
4261
- "rapamycin",
4262
  "rate",
4263
  "rating",
4264
- "ratio",
 
4265
  "ray",
 
4266
  "rch",
4267
- "rda",
4268
- "rds",
4269
  "re",
4270
  "re-",
4271
  "re.",
4272
  "rea",
4273
- "reach",
4274
  "reaction",
4275
  "reactions",
 
 
 
4276
  "reason",
 
4277
  "reasons",
 
4278
  "receive",
4279
  "received",
4280
  "receiving",
4281
  "recent",
 
4282
  "receptor",
4283
- "recipient",
4284
  "recipients",
4285
- "recommendation",
4286
- "recommended",
4287
- "record",
4288
  "recorded",
4289
- "records",
4290
  "recovered",
4291
  "recovery",
4292
- "recruitment",
4293
- "rectal",
4294
- "rectum",
4295
- "recurred",
4296
  "recurrence",
4297
  "recurrent",
4298
  "red",
4299
  "reductase",
 
4300
  "ree",
 
4301
  "referred",
4302
- "referring",
4303
  "refractory",
4304
- "refrain",
4305
- "refused",
4306
- "refuses",
4307
  "regardless",
4308
  "regimen",
4309
  "regimens",
4310
  "region",
4311
  "regional",
 
4312
  "registration",
4313
- "regular",
4314
- "rejection",
4315
  "rel",
4316
  "relapse",
4317
  "relapsed",
4318
  "related",
4319
- "relaxants",
4320
  "remain",
4321
  "remained",
4322
- "remaining",
4323
  "remission",
4324
- "remnant",
4325
- "remodulin",
4326
  "removal",
 
4327
  "ren",
4328
  "renal",
4329
- "render",
4330
  "rep",
4331
  "rep.",
4332
  "repair",
4333
  "repeat",
4334
- "repeated",
4335
  "replacement",
 
4336
  "report",
4337
  "reported",
4338
- "reports",
4339
  "reproductive",
4340
  "require",
4341
  "required",
@@ -4343,61 +4316,51 @@
4343
  "requirements",
4344
  "requires",
4345
  "requiring",
4346
- "rer",
4347
  "res",
4348
  "research",
 
4349
  "resected",
4350
  "resection",
4351
- "reserved",
4352
  "residual",
4353
- "resistance",
4354
  "resistant",
 
4355
  "resolved",
4356
  "resonance",
4357
  "respiratory",
4358
- "respond",
4359
- "responders",
4360
  "response",
4361
  "responsiveness",
4362
  "rest",
 
4363
  "result",
4364
  "resulting",
4365
  "results",
4366
- "retain",
4367
  "retardation",
4368
- "retention",
4369
  "retinopathy",
 
 
4370
  "rev",
4371
  "rev.",
4372
- "reverse",
4373
- "reversible",
4374
- "review",
4375
- "reviewed",
4376
  "rfa",
4377
  "rge",
 
4378
  "rgo",
4379
  "rgy",
4380
- "rhabdoid",
4381
  "rhabdomyosarcoma",
4382
- "rhc",
4383
  "rheumatoid",
4384
- "rhinitis",
4385
- "rhythm",
4386
  "ria",
4387
- "rib",
4388
  "ric",
4389
- "rifampicin",
 
4390
  "right",
4391
- "ril",
4392
- "riley",
4393
  "rim",
4394
  "rin",
4395
- "rings",
4396
- "rio",
4397
- "rip",
4398
  "ris",
4399
  "risk",
4400
- "risks",
4401
  "ritonavir",
4402
  "rituximab",
4403
  "riz",
@@ -4407,89 +4370,83 @@
4407
  "rms",
4408
  "rmy",
4409
  "rna",
4410
- "rns",
4411
- "robotic",
4412
  "rof",
4413
  "rol",
4414
  "rom",
4415
  "ron",
4416
- "room",
4417
- "ropivacaine",
4418
  "ros",
4419
- "routine",
4420
  "row",
4421
- "rp",
4422
  "rp.",
4423
- "rp2d",
4424
- "rpr",
4425
- "rry",
4426
  "rs.",
4427
  "rse",
4428
  "rst",
 
4429
  "rth",
4430
  "rts",
 
4431
  "rug",
4432
- "rule",
4433
- "ruled",
4434
  "rum",
 
 
4435
  "rus",
4436
- "rutherford",
4437
- "rv",
4438
  "rve",
4439
- "ryo",
4440
  "s",
4441
  "s's",
4442
  "s.",
4443
- "s.c",
4444
  "s.c.",
4445
- "sac",
4446
- "sacral",
4447
- "sacrum",
4448
  "safe",
4449
  "safely",
4450
  "safety",
 
4451
  "sal",
4452
- "salvage",
4453
  "sam",
4454
- "same",
4455
  "samples",
4456
- "sampling",
4457
  "saquinavir",
4458
  "sarcoidosis",
4459
- "sarcoma",
4460
- "sc",
 
4461
  "scale",
4462
  "scan",
4463
- "schedule",
4464
  "scheduled",
 
4465
  "schizo",
4466
  "schizoaffective",
4467
  "schizophrenia",
4468
  "school",
4469
  "scid",
4470
  "sclc",
4471
- "scoliosis",
 
 
4472
  "score",
 
 
4473
  "screening",
4474
- "se-",
4475
  "sea",
 
4476
  "second",
4477
  "secondary",
4478
  "section",
4479
- "sectional",
4480
  "sed",
4481
- "sedation",
4482
- "sedative",
4483
- "sedatives",
4484
  "see",
4485
- "seek",
4486
- "segmental",
4487
- "segments",
4488
  "seizure",
4489
  "seizures",
 
 
4490
  "self",
4491
- "selinexor",
4492
- "selumetinib",
4493
  "sen",
4494
  "sen.",
4495
  "sensitive",
@@ -4500,20 +4457,24 @@
4500
  "sepsis",
4501
  "sept",
4502
  "sept.",
4503
- "septic",
 
 
4504
  "serious",
4505
- "serologically",
4506
  "seropositive",
4507
  "seropositivity",
 
4508
  "serous",
4509
  "serum",
 
4510
  "ses",
4511
- "session",
4512
- "sessions",
4513
  "set",
4514
  "setting",
4515
  "severe",
 
4516
  "severity",
 
4517
  "sexual",
4518
  "sexually",
4519
  "sh.",
@@ -4521,235 +4482,219 @@
4521
  "shall",
4522
  "she",
4523
  "she's",
4524
- "sheath",
4525
  "she\u2019s",
4526
- "shockwave",
4527
  "short",
 
4528
  "should",
 
4529
  "shoulders",
4530
- "showing",
 
 
4531
  "sia",
4532
  "sibling",
4533
- "sickle",
4534
- "sign",
4535
  "signaling",
4536
- "signed",
4537
  "significant",
4538
  "significantly",
4539
- "silver",
4540
- "simcyp",
4541
  "similar",
4542
- "simulations",
4543
  "sin",
4544
  "since",
4545
  "single",
4546
- "sirolimus",
4547
- "sirs",
4548
  "sis",
4549
  "sit",
4550
  "site",
4551
  "site(s",
4552
  "sites",
4553
  "situ",
4554
- "situation",
4555
  "situations",
4556
  "six",
4557
  "size",
4558
- "skccc",
4559
  "skin",
4560
- "sks",
4561
- "skull",
4562
  "sleep",
4563
- "sll",
4564
  "sly",
 
4565
  "small",
4566
- "smm",
4567
  "smoking",
4568
- "sms",
4569
- "smv",
4570
  "social",
4571
  "society",
4572
- "soft",
4573
- "sol",
4574
- "solder",
4575
  "solid",
4576
  "some",
4577
- "someone",
4578
  "somethin",
4579
  "somethin'",
4580
  "something",
4581
  "somethin\u2019",
4582
  "son",
 
4583
  "sorafenib",
 
4584
  "soy",
4585
  "space",
4586
- "spanish",
4587
- "spasm",
4588
- "spasticity",
4589
  "specific",
4590
  "specified",
4591
  "specimen",
4592
- "specimens",
4593
- "speculum",
4594
  "speechvive",
4595
  "sperm",
4596
- "spina",
 
4597
  "spinal",
 
4598
  "spiral",
4599
- "spirometry",
4600
- "spread",
 
 
4601
  "squamous",
4602
- "sr",
4603
- "srh",
4604
- "srl",
4605
  "srs",
4606
- "ss",
4607
  "ss.",
 
 
 
4608
  "st",
4609
  "st.",
 
4610
  "stability",
 
4611
  "stabilized",
4612
  "stable",
4613
  "stage",
4614
- "stainless",
4615
- "stains",
4616
  "standard",
4617
- "standing",
4618
- "staples",
4619
  "start",
4620
  "starting",
4621
  "status",
4622
- "stavudine",
4623
- "steel",
4624
  "stem",
4625
- "stenosing",
4626
- "stenosis",
4627
- "stent",
4628
  "step",
 
4629
  "sterile",
4630
  "sterilization",
4631
- "sternotomy",
4632
- "sternum",
4633
- "steroid",
4634
  "steroidal",
4635
  "steroids",
4636
- "stimulant",
4637
- "stimulators",
4638
- "stomach",
4639
- "strand",
4640
- "strip",
4641
  "stroke",
4642
- "stromal",
 
4643
  "sts",
4644
- "studies",
4645
  "study",
4646
  "sty",
4647
- "subarachnoid",
4648
  "subcutaneous",
4649
- "subdural",
4650
- "subfamily",
4651
- "subgroup",
4652
  "subject",
4653
  "subjects",
4654
  "subsequent",
4655
- "subspecialist",
4656
  "substance",
4657
- "substudy",
4658
- "subtype",
4659
- "success",
4660
  "successful",
4661
- "successfully",
4662
- "successive",
4663
  "such",
4664
  "sue",
4665
- "suffer",
4666
- "sum",
4667
- "superficial",
4668
- "superior",
 
 
 
4669
  "supplemental",
 
4670
  "support",
4671
- "suppressed",
4672
  "suppression",
4673
  "suppressive",
4674
- "supra",
4675
- "suprapubic",
4676
  "surface",
 
 
4677
  "surgery",
4678
  "surgical",
4679
  "surgically",
 
 
4680
  "survivors",
4681
  "sus",
4682
- "suspect",
4683
  "suspected",
4684
- "suspicion",
4685
- "sustained",
4686
- "sutures",
4687
  "swallow",
4688
- "swallowing",
4689
- "swl",
4690
  "symptomatic",
4691
  "symptoms",
 
4692
  "syndrome",
4693
  "syndrome/",
4694
- "syndromes",
4695
- "synonymous",
4696
- "syphilis",
4697
- "syrinx",
4698
  "system",
 
4699
  "systemic",
 
4700
  "s\u2019s",
4701
  "t",
4702
  "t's",
4703
- "t(11;14",
4704
  "t.",
4705
- "t.cruzi",
4706
- "t1",
4707
- "t2d",
4708
  "ta",
 
 
4709
  "tacrolimus",
 
 
 
 
4710
  "take",
4711
  "taken",
4712
- "takes",
4713
  "taking",
4714
  "tal",
 
 
4715
  "tan",
4716
- "tandem",
4717
- "taper",
4718
- "tarda",
4719
  "target",
4720
  "targeted",
4721
- "tasks",
4722
  "tat",
4723
  "tattoos",
4724
- "taxol",
4725
- "tb",
4726
  "tbi",
 
 
4727
  "td.",
 
4728
  "team",
 
4729
  "techniques",
4730
  "ted",
4731
- "tee",
4732
- "teeth",
 
4733
  "tem",
 
4734
  "ten",
 
4735
  "tenn",
4736
  "tenn.",
4737
- "tenofovir",
4738
- "tentorial",
4739
  "tep",
4740
  "ter",
4741
  "teratogenic",
4742
- "term",
4743
  "terminal",
4744
  "tes",
4745
  "test",
4746
- "tested",
4747
  "testing",
4748
- "tests",
4749
- "tetracycline",
4750
  "tex",
4751
- "tfv",
4752
- "thalassemia",
4753
  "than",
4754
  "that",
4755
  "that's",
@@ -4758,9 +4703,7 @@
4758
  "their",
4759
  "them",
4760
  "then",
4761
- "theophylline",
4762
  "therapeutic",
4763
- "therapeutics",
4764
  "therapies",
4765
  "therapy",
4766
  "there",
@@ -4768,109 +4711,99 @@
4768
  "there\u2019s",
4769
  "these",
4770
  "they",
4771
- "thickness",
4772
  "this",
4773
  "this's",
4774
  "this\u2019s",
4775
- "thm",
4776
  "thoracic",
4777
- "thoracotomy",
4778
  "those",
4779
- "threatening",
4780
  "three",
4781
  "thrombocytopenia",
4782
- "thromboembolic",
4783
- "thromboplastin",
4784
  "thrombosis",
4785
  "thrombotic",
4786
  "thrombus",
4787
  "through",
4788
  "throughout",
4789
  "ths",
 
4790
  "thy",
4791
- "thyroid",
4792
- "thyroidectomy",
4793
  "tia",
4794
- "tibial",
4795
  "tic",
4796
- "tid",
4797
  "til",
 
4798
  "time",
4799
- "times",
4800
- "timing",
4801
  "tin",
4802
- "tio",
4803
  "tis",
4804
  "tissue",
4805
- "tissues",
4806
- "tle",
4807
  "tly",
 
4808
  "tnbc",
 
 
 
 
4809
  "to",
 
4810
  "tol",
4811
- "tolerance",
4812
- "tolerate",
4813
- "tolerated",
4814
- "tolerating",
4815
  "tomography",
4816
  "ton",
4817
  "tonsillectomy",
4818
  "topical",
4819
  "tor",
4820
- "torsades",
4821
  "total",
 
4822
  "toxic",
4823
  "toxicities",
4824
  "toxicity",
4825
- "tp",
4826
- "tp53",
4827
- "tra",
4828
- "tracheostomy",
4829
- "tract",
4830
- "training",
4831
- "transcriptase",
4832
- "transdermal",
4833
- "transfer",
4834
  "transformed",
4835
  "transfusions",
4836
  "transient",
 
 
4837
  "transplant",
4838
  "transplantation",
4839
- "trauma",
4840
- "traumatic",
4841
- "trc102",
4842
- "treat",
4843
  "treated",
4844
  "treating",
4845
  "treatment",
4846
- "treprostinil",
4847
- "tri",
4848
  "trial",
4849
- "trials",
4850
- "tricyclic",
4851
- "trimethoprim",
4852
  "triple",
4853
  "tro",
4854
- "trus",
4855
  "try",
4856
- "tty",
 
4857
  "tube",
4858
  "tuberculosis",
4859
  "tubes",
4860
- "tum",
4861
  "tumor",
4862
- "tumor(s",
4863
  "tumors",
4864
  "tumour",
 
4865
  "tus",
 
 
4866
  "two",
4867
  "tympanostomy",
4868
  "type",
4869
  "types",
4870
  "typical",
 
4871
  "t\u2019s",
4872
  "u",
4873
  "u.",
 
4874
  "ual",
4875
  "ube",
4876
  "uc",
@@ -4879,7 +4812,6 @@
4879
  "uce",
4880
  "uch",
4881
  "uct",
4882
- "uda",
4883
  "ude",
4884
  "udy",
4885
  "ued",
@@ -4887,29 +4819,29 @@
4887
  "uff",
4888
  "ug.",
4889
  "ugh",
4890
- "ugi",
4891
  "ugs",
4892
  "uid",
4893
- "uk",
 
4894
  "ul.",
4895
  "ula",
4896
  "ulcer",
4897
  "ulcerative",
 
4898
  "uld",
4899
  "ule",
4900
- "ull",
4901
  "uln",
4902
  "ult",
 
4903
  "ultrasound",
4904
- "uma",
 
4905
  "ume",
4906
- "un",
4907
  "un.",
4908
  "unable",
4909
- "unacceptable",
4910
- "uncompensated",
4911
- "uncontrollable",
4912
  "uncontrolled",
 
4913
  "und",
4914
  "under",
4915
  "undergo",
@@ -4917,16 +4849,13 @@
4917
  "undergone",
4918
  "underlying",
4919
  "understanding",
4920
- "undiagnosed",
4921
  "une",
 
4922
  "unfit",
4923
- "unforeseeable",
4924
  "ung",
4925
  "unilateral",
4926
- "unipolar",
4927
- "unit",
4928
- "units",
4929
- "university",
4930
  "unknown",
4931
  "unless",
4932
  "unlikely",
@@ -4934,25 +4863,21 @@
4934
  "unrelated",
4935
  "unresectable",
4936
  "unresected",
4937
- "unresolved",
4938
  "unstable",
4939
- "unsuccessfully",
4940
  "unt",
4941
  "until",
4942
  "untreated",
4943
  "unwilling",
4944
- "unwillingness",
4945
  "up",
4946
- "upon",
4947
- "upper",
4948
- "ura",
4949
- "urd",
4950
  "ure",
 
4951
  "urine",
4952
- "uro",
4953
- "uropathogen",
4954
- "urr",
4955
  "urs",
 
 
4956
  "ury",
4957
  "us",
4958
  "use",
@@ -4961,103 +4886,118 @@
4961
  "ust",
4962
  "ute",
4963
  "uterine",
 
 
 
4964
  "uveitis",
4965
- "uzi",
4966
  "v",
4967
  "v.",
4968
  "v.s",
4969
  "v.s.",
4970
  "v.v",
 
4971
  "v_v",
4972
  "va",
4973
  "va.",
4974
  "vaccination",
 
4975
  "vaccine",
4976
  "vaginal",
4977
  "val",
4978
- "valacyclovir",
4979
- "valproic",
4980
  "value",
4981
- "values",
4982
- "valvular",
4983
- "vanderbilt",
4984
- "variegate",
4985
  "vascular",
4986
  "vasculitis",
 
4987
  "vasectomy",
4988
- "vasomotor",
 
4989
  "ve",
4990
  "ved",
 
4991
  "vein",
 
4992
  "vel",
4993
- "veltri",
4994
  "ven",
4995
  "veno",
4996
  "venous",
4997
- "ventavis",
 
4998
  "ventricular",
4999
  "ver",
5000
  "verapamil",
5001
- "verelan",
5002
- "verified",
5003
- "verify",
5004
- "very",
5005
  "ves",
5006
- "vgef",
 
5007
  "via",
5008
  "vic",
5009
- "vid",
5010
  "vin",
5011
- "violate",
5012
  "vir",
5013
  "viral",
5014
  "virus",
5015
  "vis",
 
5016
  "visit",
 
5017
  "vismodegib",
5018
- "visually",
 
5019
  "vitamin",
5020
- "vitro",
5021
  "vix",
5022
- "void",
 
 
 
5023
  "volume",
5024
  "vomiting",
 
5025
  "vorinostat",
5026
  "vox",
 
5027
  "vs",
5028
  "vs.",
5029
- "vulnerable",
5030
- "vumc",
5031
- "vx-970",
5032
  "w",
5033
  "w's",
5034
  "w.",
5035
  "w/o",
 
5036
  "wafers",
5037
- "walk",
5038
- "warfarin",
5039
- "warts",
5040
  "was",
5041
  "wash",
5042
  "wash.",
5043
  "washout",
 
5044
  "way",
5045
- "wbc",
 
5046
  "we",
5047
  "weakness",
5048
  "wed",
5049
  "week",
5050
  "weeks",
5051
- "weigh",
 
5052
  "weight",
5053
  "wel",
 
 
 
5054
  "wer",
5055
  "were",
5056
  "what",
5057
  "what's",
5058
  "what\u2019s",
5059
- "wheat",
5060
- "wheelchair",
5061
  "when",
5062
  "when's",
5063
  "when\u2019s",
@@ -5068,18 +5008,21 @@
5068
  "which",
5069
  "whichever",
5070
  "while",
 
5071
  "who",
5072
  "who's",
 
5073
  "whom",
 
5074
  "who\u2019s",
5075
  "why",
5076
  "why's",
5077
  "why\u2019s",
5078
  "will",
5079
  "willing",
5080
- "willingness",
5081
- "wilm",
5082
  "wilson",
 
 
5083
  "wis",
5084
  "wis.",
5085
  "with",
@@ -5090,16 +5033,21 @@
5090
  "wo",
5091
  "woman",
5092
  "women",
5093
- "workup",
 
 
 
5094
  "would",
5095
  "wound",
 
 
5096
  "wth",
5097
  "w\u2019s",
5098
  "x",
5099
  "x'",
5100
  "x'x",
5101
  "x'xxxx",
5102
- "x(dd;dd",
5103
  "x.",
5104
  "x.X",
5105
  "x.d",
@@ -5113,48 +5061,47 @@
5113
  "xXXX",
5114
  "xXXXXd/d",
5115
  "xXx",
5116
- "x^d",
5117
  "x_X",
5118
  "x_d",
5119
  "x_x",
5120
  "xam",
5121
  "xd",
 
5122
  "xdd",
 
5123
  "xel",
5124
- "xeroderma",
5125
  "xic",
 
5126
  "xis",
5127
- "xol",
5128
- "xor",
5129
  "xx",
5130
  "xx'",
5131
  "xx'x",
5132
  "xx'xx",
5133
- "xx)/xxxx",
5134
  "xx.",
5135
  "xxX",
5136
- "xxXx",
5137
  "xx^d",
5138
  "xxd",
5139
  "xxx",
5140
  "xxx'x",
 
5141
  "xxx-",
5142
- "xxx/d.dd",
5143
- "xxx/d.ddxd",
5144
  "xxx/xx",
5145
  "xxxXXX",
5146
- "xxxdd",
5147
  "xxxx",
5148
  "xxxx'",
5149
  "xxxx'x",
5150
  "xxxx(x",
5151
  "xxxx-",
5152
  "xxxx-d",
5153
- "xxxx-ddd",
5154
  "xxxx/",
5155
- "xxxxXXXX",
 
 
5156
  "xxxx\u2019",
5157
  "xxxx\u2019x",
 
5158
  "xxx\u2019x",
5159
  "xx\u2019",
5160
  "xx\u2019x",
@@ -5167,28 +5114,34 @@
5167
  "y'",
5168
  "y's",
5169
  "y.",
5170
- "ybe",
5171
  "year",
5172
  "years",
5173
  "yed",
 
5174
  "yme",
 
5175
  "york",
5176
  "you",
5177
  "ype",
 
5178
  "ysm",
 
5179
  "y\u2019",
5180
  "y\u2019s",
5181
  "z",
5182
  "z.",
5183
  "zed",
5184
- "zidovudine",
5185
- "zil",
5186
- "zofenopril",
 
 
5187
  "|",
5188
  "}",
5189
  "\u00a0",
5190
  "\u00ac",
5191
  "\u00ac_\u00ac",
 
5192
  "\u00af",
5193
  "\u00af\\(x)/\u00af",
5194
  "\u00af\\(\u30c4)/\u00af",
@@ -5201,16 +5154,15 @@
5201
  "\u00b0f.",
5202
  "\u00b0k.",
5203
  "\u00b0x.",
5204
- "\u00b5",
5205
- "\u00b5g",
5206
  "\u00e4",
5207
  "\u00e4.",
5208
- "\u00efve",
5209
  "\u00f6",
5210
  "\u00f6.",
5211
  "\u00fc",
5212
  "\u00fc.",
5213
- "\u03b2",
 
 
5214
  "\u0ca0",
5215
  "\u0ca0_\u0ca0",
5216
  "\u0ca0\ufe35\u0ca0",
@@ -5251,21 +5203,25 @@
5251
  "\u2019xxxx",
5252
  "\u2019y",
5253
  "\u2019\u2019",
 
5254
  "\u2264",
 
 
 
5255
  "\u2265",
5256
  "\u22651",
5257
- "\u2265126",
5258
- "\u22652",
 
 
5259
  "\u2265450",
5260
- "\u22655.0",
5261
  "\u226560",
5262
- "\u2265Grade",
5263
- "\u2265Xxxxx",
5264
  "\u2265d",
 
5265
  "\u2265d.d",
5266
  "\u2265dd",
5267
  "\u2265ddd",
5268
- "\u2265grade",
5269
  "\u2501",
5270
  "\u253b",
5271
  "\u253b\u2501\u253b",
 
52
  "(;",
53
  "(=",
54
  "(>_<)",
55
+ "(OH",
56
  "(^_^)",
57
  "(o:",
58
  "(x:",
 
61
  "(\u0ca0_\u0ca0)",
62
  "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b",
63
  ")",
 
64
  ")))",
65
  ")-:",
66
  ")/\u00af",
 
67
  "):",
68
+ ")]\u2020",
69
  "*",
70
  "+",
71
  ",",
72
+ ",4R",
 
73
  "-",
74
  "-((",
75
  "-))",
76
  "-/",
77
  "-0",
78
  "-1",
79
+ "-10",
80
  "-14",
 
81
  "-3",
82
  "-8",
83
  "-D",
84
+ "-Fetal",
85
+ "-Inclusion",
86
  "-O",
87
  "-P",
88
  "-X",
89
+ "-Xxxxx",
90
  "-_-",
91
  "-__-",
92
  "-d",
93
  "-dd",
94
+ "-fetal",
95
+ "-inclusion",
96
  "-o",
97
  "-p",
 
98
  "-x",
 
99
  "-|",
100
  ".",
101
+ ".00",
102
+ ".0g",
103
  ".C.",
104
  ".D.",
105
  ".E.",
 
115
  ".s.",
116
  "/",
117
  "/10",
118
+ "/16",
119
+ "/25",
120
  "/3",
121
+ "/40",
122
  "/=",
123
  "/d",
124
  "/or",
125
  "0",
126
  "0.0",
 
127
  "0.o",
128
  "000",
129
+ "034",
 
 
130
  "0_0",
131
  "0_o",
132
  "1",
 
 
133
  "1.1",
134
+ "1.2",
135
  "1.5",
 
 
 
136
  "1/2",
137
  "10",
 
138
  "100",
139
+ "100,000",
140
  "1000",
 
 
141
  "10a.m",
142
  "10a.m.",
143
+ "10g",
144
  "10p.m",
145
  "10p.m.",
146
  "11",
147
+ "110",
148
  "11a.m",
149
  "11a.m.",
150
  "11p.m",
151
  "11p.m.",
152
  "12",
153
+ "12.5",
154
+ "120",
155
+ "125",
156
  "126",
157
+ "128",
158
  "12a.m",
159
  "12a.m.",
160
  "12p.m",
161
  "12p.m.",
162
+ "137",
 
163
  "14",
164
+ "140",
165
  "1500",
166
  "16",
167
+ "160",
 
 
168
  "180",
169
+ "18F",
170
+ "18f",
171
+ "19",
172
  "1D1",
173
  "1a.m",
174
  "1a.m.",
175
+ "1j",
176
  "1p.m",
177
  "1p.m.",
178
  "2",
179
  "2.0",
180
  "2.5",
181
+ "2.6",
182
  "20",
183
+ "20/125",
184
+ "20/16",
185
+ "20/25",
186
+ "20/40",
187
  "200",
188
+ "201",
 
 
 
189
  "21",
190
+ "22",
191
+ "228",
192
+ "230",
193
  "24",
194
+ "24.5",
195
  "25",
196
+ "25(OH",
197
+ "25(oh",
198
+ "27",
199
  "28",
200
+ "29.9",
201
+ "2S,4R",
202
  "2a.m",
203
  "2a.m.",
204
+ "2hr",
205
  "2nd",
206
  "2p.m",
207
  "2p.m.",
208
+ "2s,4r",
209
+ "2\u20103",
210
  "3",
 
211
  "3.1.1",
212
  "30",
213
  "33",
214
  "333",
 
215
  "350",
216
+ "365",
217
  "3A4",
218
+ "3X",
219
  "3a.m",
220
  "3a.m.",
 
221
  "3p.m",
222
  "3p.m.",
223
+ "3x",
224
+ "3\u20104",
225
  "4",
226
+ "4.5",
227
  "40",
228
  "42",
229
+ "4230",
230
+ "448",
231
+ "45",
232
  "450",
233
+ "464",
234
+ "470",
235
+ "49.9",
236
  "4a.m",
237
  "4a.m.",
238
  "4p.m",
239
  "4p.m.",
 
240
  "5",
 
241
  "50",
242
  "50,000",
243
  "500",
244
+ "509",
245
+ "57",
246
  "5a.m",
247
  "5a.m.",
248
  "5p.m",
249
  "5p.m.",
 
250
  "6",
251
+ "6(-",
252
  "6.5",
253
  "60",
 
254
  "65",
255
+ "683",
256
  "6a.m",
257
  "6a.m.",
 
258
  "6p.m",
259
  "6p.m.",
260
  "7",
261
+ "700",
262
+ "720",
263
+ "74",
264
+ "790",
 
265
  "7a.m",
266
  "7a.m.",
267
  "7p.m",
 
273
  "8-D",
274
  "8-d",
275
  "8.0",
276
+ "80",
277
+ "85",
278
  "8D",
279
  "8a.m",
280
  "8a.m.",
 
282
  "8p.m",
283
  "8p.m.",
284
  "9",
285
+ "9.9",
286
  "9/10",
287
  "90",
288
+ "90M",
289
+ "96",
290
  "9a.m",
291
  "9a.m.",
292
  "9p.m",
 
354
  ";-D",
355
  ";-X",
356
  ";-d",
 
357
  ";D",
358
  ";X",
359
  ";_;",
 
384
  ">",
385
  ">.<",
386
  ">.>",
 
387
  ">:(",
388
  ">:o",
389
  ">:x",
 
392
  "@_@",
393
  "A",
394
  "A-4",
 
395
  "A1c",
396
+ "AADs",
 
 
 
 
 
397
  "ACS",
398
  "ACS/",
399
+ "AD",
400
+ "ADs",
401
+ "AEDs",
402
  "AF",
403
+ "AGEN2034",
404
  "AIDS",
405
  "AITL",
406
+ "ALKS",
407
  "ALL",
408
  "ALLERGY",
 
409
  "AML",
410
+ "AMLwho",
411
  "ANC",
412
+ "AR",
413
+ "ARN-509",
414
  "ART",
415
+ "ARVs",
416
+ "ATRA",
417
+ "Ab",
 
 
 
 
418
  "Able",
419
  "Abnormal",
420
+ "Absence",
421
  "Absolute",
422
+ "Acid",
423
+ "Acquired",
 
424
  "Active",
425
  "Acute",
 
 
 
426
  "Adequate",
427
+ "Adjuvant",
428
  "Adm",
429
  "Adm.",
430
+ "Advantage",
431
+ "Agree",
 
 
 
 
 
 
432
  "Ai",
433
  "Ak",
434
  "Ak.",
 
437
  "Alabama",
438
  "Alaska",
439
  "Alcohol",
 
 
440
  "All",
441
+ "Allen",
442
+ "Allergies",
443
  "Allergy",
444
+ "Allopurin",
445
+ "Allred",
446
  "Already",
447
  "Alterations",
448
+ "Although",
449
+ "Alzheimer",
450
  "Amblyopia",
 
 
 
451
  "An",
452
+ "Androgens",
453
+ "Anemia",
454
+ "Angina",
455
+ "Anterior",
456
  "Anti",
457
+ "Antiarrhythmic",
458
+ "Anticipated",
459
  "Anticoagulant",
460
  "Any",
 
 
461
  "Apr",
462
  "Apr.",
463
  "April",
 
464
  "Are",
465
  "Ariz",
466
  "Ariz.",
 
470
  "Arkansas",
471
  "Arm",
472
  "Army",
473
+ "As",
474
+ "Aspartylglucosaminuria",
 
475
  "Association",
476
  "At",
477
+ "Atrial",
478
+ "Attempt",
479
  "Aug",
480
  "Aug.",
481
  "August",
482
  "Available",
 
 
 
483
  "B",
484
  "B-2",
485
+ "B3",
486
  "BCL",
487
+ "BMI",
 
 
 
488
  "BNP",
489
  "BOC",
490
+ "BSC",
491
+ "Bariatric",
492
+ "Barre",
 
 
493
  "Based",
494
  "Baseline",
495
+ "Bazett",
496
+ "Behavior",
497
  "Bilateral",
498
+ "Bisphosphonates",
499
+ "Blood",
 
500
  "Body",
501
  "Bone",
502
+ "Brain",
 
 
503
  "Breast",
 
504
  "Bros",
505
  "Bros.",
506
+ "Burkitt",
507
  "Burtomab",
 
508
  "C",
509
  "C'm",
510
  "C++",
511
  "C.",
512
  "C1D1",
 
 
 
513
  "CAE",
514
  "CANCER",
515
  "CBP",
516
  "CBT",
517
+ "CCS",
518
+ "CD137",
519
+ "CD34",
 
 
 
 
520
  "CD4",
 
521
  "CDH",
522
+ "CDs",
523
+ "CGs",
524
+ "CHB",
525
  "CHF",
526
  "CHO",
527
  "CHRONIC DISEASE",
528
  "CID",
 
 
 
 
529
  "CLC",
530
+ "CLIA",
531
  "CLL",
 
532
  "CMML",
533
+ "CMO",
534
  "CMV",
 
535
  "CNS",
536
+ "COPD",
537
+ "CP",
538
  "CPAP",
539
+ "CPM",
540
+ "CPR",
541
  "CPY3A4",
542
+ "CR+",
543
+ "CRSwNP",
 
544
  "CS/",
545
  "CSF",
546
  "CT",
547
  "CTCAE",
548
+ "CTCL",
549
  "CTLA-4",
550
+ "CURRENT",
 
 
 
551
  "CYP3A4",
552
+ "CYPs",
553
  "Ca",
 
 
554
  "Calif",
555
  "Calif.",
556
  "California",
557
  "Can",
558
  "Cancer",
 
559
  "Cannabis",
 
 
560
  "Cardiac",
561
+ "Cardiovascular",
562
+ "Carl",
 
563
  "Cause",
564
+ "Cefadroxil",
565
+ "Celebrex",
566
+ "Celiac",
567
  "Cell",
568
  "Center",
569
+ "Centrally",
 
 
 
 
570
  "Chemotherapy",
 
 
571
  "Chronic",
572
+ "Cirrhosis",
573
  "Class",
574
+ "Claustrophobia",
 
 
575
  "Clinically",
576
  "Co",
577
  "Co.",
578
  "Cohort",
 
579
  "Colo",
580
  "Colo.",
581
  "Colorado",
582
+ "Columbia",
583
+ "Coma",
584
+ "Comorbidities",
585
  "Complete",
586
+ "Completely",
587
+ "Composite",
588
  "Concomitant",
589
  "Concurrent",
590
+ "Conditions",
591
+ "Confirmation",
592
  "Confirmed",
 
593
  "Conn",
594
  "Conn.",
595
  "Connecticut",
596
+ "Continuation",
597
+ "Contraindication",
 
598
  "Corp",
599
  "Corp.",
 
 
600
  "Cos",
601
  "Could",
602
  "Coz",
603
  "Criteria",
604
+ "Crohn",
605
  "Current",
606
  "Currently",
607
  "Cushing",
608
+ "Cutaneous",
609
  "Cuz",
610
+ "Cyclothymia",
611
  "Cytopenias",
612
  "C\u2019m",
613
  "D",
 
614
  "D.",
615
  "D.C.",
616
+ "D34",
 
 
 
 
 
 
 
617
  "DAC",
618
+ "DBP",
619
+ "DHEA",
 
620
  "DLBCL",
621
  "DLCO",
 
622
  "DMT",
623
+ "DOR",
624
+ "DSM",
625
+ "DSRCT",
626
+ "DTPA",
627
+ "DVT",
628
+ "Danlos",
629
  "Dare",
630
  "Day",
631
  "Dec",
632
  "Dec.",
633
  "December",
 
634
  "Definite",
635
  "Del",
636
  "Del.",
637
  "Delaware",
 
 
638
  "Department",
639
  "Depression",
640
+ "Depressive",
641
+ "Determined",
642
+ "Dexilant",
643
+ "Dexlansoprazole",
644
  "Diagnosed",
645
  "Diagnosis",
 
646
  "Did",
647
  "Disease",
648
+ "Disorder",
649
  "Disorders",
650
+ "Disseminated",
651
+ "Distant",
652
  "Do",
653
  "Documented",
654
  "Does",
655
  "Doin",
656
  "Doin'",
657
  "Doin\u2019",
658
+ "Doxazosin",
 
659
  "Dr",
660
  "Dr.",
661
+ "Dysthymia",
 
662
  "E",
663
  "E.G.",
664
  "E.g",
665
  "E.g.",
666
  "EBV",
667
  "ECG",
668
+ "ECGs",
669
  "ECHO",
670
+ "ECMO",
671
+ "EDs",
672
+ "EEG",
673
  "EEP",
674
  "EGFR",
675
  "EKG",
676
+ "EMI",
677
+ "ENT",
678
+ "EORTC",
679
+ "EPIC",
680
  "EPP",
681
  "ER",
682
+ "ER)/progesterone",
683
  "ER-/PR-/Her2-",
684
  "ER2",
 
 
685
  "ERD",
686
  "ERROR",
687
+ "ESO",
688
  "EV1",
689
+ "Each",
690
+ "Early",
691
+ "Ehlers",
692
  "Ejection",
693
  "Elderly",
694
+ "Electrocardiogram",
695
+ "Emission",
696
+ "Enrolled",
697
+ "Entry",
 
 
698
  "Epidural",
699
+ "European",
700
+ "Evaluation",
 
 
701
  "Evidence",
702
+ "Examples",
703
+ "Exception",
704
+ "Expanded",
705
+ "Extract",
 
 
706
  "F",
707
  "F.",
708
  "FCBP",
 
709
  "FDG",
710
  "FEV1",
711
  "FISH",
 
 
 
 
 
 
 
712
  "Failure",
713
+ "Families",
 
714
  "Feb",
715
  "Feb.",
716
  "February",
717
  "Female",
718
  "Females",
719
  "Fertile",
720
+ "Fibrillation",
 
721
  "Fla",
722
  "Fla.",
 
723
  "Florida",
724
+ "Fluoroglutamine",
725
  "Fluvoxamine",
 
726
  "For",
727
  "Fort",
728
  "Fraction",
729
+ "Frontline",
730
+ "Fulfill",
731
  "G",
 
 
732
  "GDMT",
 
 
733
  "GERD",
734
  "GFR",
735
  "GI",
736
+ "GTT",
 
737
  "Ga",
738
  "Ga.",
739
+ "Gaenslen",
740
+ "Gastrointestinal",
741
  "Gen",
742
  "Gen.",
743
  "Georgia",
 
744
  "Gliadel",
745
+ "Glucocorticoid",
746
  "Goin",
747
  "Goin'",
748
  "Goin\u2019",
 
750
  "Got",
751
  "Gov",
752
  "Gov.",
753
+ "Gr",
754
  "Grade",
755
+ "Grades",
756
+ "Granulomatosis",
757
+ "Gravis",
758
  "Greater",
759
+ "Guillian",
760
+ "Gy",
761
  "H",
 
762
  "HAART",
763
  "HBOC",
764
  "HBV",
765
+ "HBsAg",
766
  "HCC",
767
+ "HCQ",
 
 
768
  "HCV",
769
+ "HD",
770
+ "HEA",
771
  "HER-2",
772
  "HER2",
773
+ "HF",
774
  "HFpEF",
 
 
 
775
  "HIV",
776
  "HIV)-positive",
777
  "HIV+",
778
+ "HLH",
779
+ "HNSCC",
 
780
  "HPV",
781
+ "HPV(\u2010",
782
  "HSCT",
783
+ "HT",
 
 
 
784
  "Had",
 
785
  "Has",
786
  "Have",
787
  "Havin",
788
  "Havin'",
789
  "Having",
790
  "Havin\u2019",
791
+ "Hb",
 
792
  "He",
793
  "He's",
 
 
794
  "Heart",
795
+ "Helix",
796
+ "Hemangioendotheliomas",
797
+ "Hemorrhage",
798
+ "HepB",
799
+ "HepC",
800
  "Hepatitis",
801
+ "Herbal",
802
  "He\u2019s",
803
+ "Hgb",
804
  "Hh",
805
+ "HiFocus",
806
+ "HiRes",
807
+ "Hidradenitis",
808
  "High",
809
+ "Histiocyte",
810
  "Histologically",
811
+ "Histopathologically",
812
  "History",
813
+ "Hodgkin",
814
  "Hormonal",
815
  "Houston",
816
  "How",
 
818
  "However",
819
  "How\u2019s",
820
  "Human",
821
+ "Hurley",
822
+ "Hypersensitivity",
823
  "I",
 
 
824
  "I.E.",
825
  "I.e",
826
  "I.e.",
827
+ "IBC",
828
+ "ICDs",
 
829
  "IDS",
 
830
  "IDs",
 
831
  "IHC",
832
  "II",
 
 
833
  "III",
834
+ "IL2",
835
+ "INRG",
 
 
 
836
  "IPEX",
837
+ "IPF",
838
+ "IS",
839
+ "ISCL",
840
  "ISH",
841
  "IST",
842
  "ITL",
 
 
843
  "IV",
844
  "IV+",
845
+ "IVC",
846
+ "IVIg",
847
  "Ia",
848
  "Ia.",
849
  "Id",
850
  "Id.",
851
  "Idaho",
852
+ "Ideation",
853
  "If",
 
854
  "Ill",
855
  "Ill.",
856
  "Illinois",
857
+ "Immunocompromised",
858
+ "Immunodeficient",
859
  "Immunodysregulation",
860
+ "Immunophenotypic",
861
+ "Immunosuppressive",
862
  "Impaired",
863
  "Implants",
864
  "In",
865
+ "Inability",
866
  "Inc",
867
  "Inc.",
868
+ "Incident",
869
  "Ind",
870
  "Ind.",
871
+ "Index",
872
  "Indiana",
873
  "Individuals",
874
+ "Infusion",
875
+ "Injury",
 
 
 
876
  "International",
877
+ "Interval",
878
+ "Intraventricular",
879
+ "Invasive",
880
  "Investigator",
881
  "Iowa",
882
  "Is",
 
 
883
  "It",
884
  "It's",
885
  "It\u2019s",
 
887
  "Jan",
888
  "Jan.",
889
  "January",
890
+ "John",
891
+ "Johnson",
892
  "Jr",
893
  "Jr.",
894
  "Jul",
 
899
  "June",
900
  "K",
901
  "K.",
 
 
902
  "KS",
903
  "Kan",
904
  "Kan.",
905
  "Kans",
906
  "Kans.",
907
  "Kansas",
908
+ "Kaposiform",
909
+ "Kenneth",
910
  "Kentucky",
911
+ "Kidney",
912
  "Known",
913
  "Ky",
914
  "Ky.",
915
  "L",
916
+ "L)]\u2020",
917
  "L1",
 
 
918
  "LA",
919
  "LBP",
920
  "LCO",
921
  "LEEP",
922
+ "LIA",
923
+ "LKS",
924
  "LV",
925
  "LVEF",
926
  "La",
927
  "La.",
928
+ "Laminectomy",
929
+ "Leaf",
 
930
  "Let",
931
  "Let's",
932
  "Let\u2019s",
 
 
933
  "Life",
934
+ "Limited",
 
935
  "Liver",
936
+ "Longstanding",
937
+ "Lopurin",
938
  "Louisiana",
939
  "Lovin",
940
  "Lovin'",
941
  "Lovin\u2019",
 
942
  "Ltd",
943
  "Ltd.",
944
+ "Lugano",
945
+ "Lumbar",
946
  "Luvox",
947
  "Lymphoma",
948
+ "Lymphomas",
949
  "M",
950
+ "M1",
 
 
951
  "M2",
952
  "M3",
953
+ "MAOIs",
 
954
  "MBC",
 
955
  "MCL",
956
+ "MDD",
957
+ "MDS",
958
+ "MF",
 
959
  "MI",
960
+ "MLN0128",
 
961
  "MML",
962
+ "MPNST",
 
 
963
  "MRI",
 
 
 
 
964
  "MTD",
965
+ "MUA",
966
  "MUGA",
 
 
 
 
967
  "Ma'am",
 
968
  "Major",
969
  "Male",
970
  "Males",
 
 
 
971
  "Mar",
972
  "Mar.",
973
  "March",
974
+ "Marfan",
975
  "Mass",
976
  "Mass.",
977
  "Massachusetts",
978
  "May",
 
979
  "Ma\u2019am",
980
+ "McClain",
981
  "Md",
982
  "Md.",
983
+ "Measurable",
984
  "Medical",
985
+ "Medication",
986
+ "Meet",
987
  "Meets",
 
 
988
  "Messrs",
989
  "Messrs.",
990
+ "Metastases",
991
  "Mich",
992
  "Mich.",
993
  "Michigan",
 
994
  "Might",
995
+ "Mild",
996
  "Minn",
997
  "Minn.",
998
  "Minnesota",
 
1000
  "Miss",
1001
  "Miss.",
1002
  "Mississippi",
1003
+ "MitoQ",
1004
  "Mo",
1005
  "Mo.",
1006
  "Moderate",
1007
+ "Monitor",
1008
  "Mont",
1009
  "Mont.",
1010
+ "Montefiore",
1011
  "More",
1012
+ "Most",
1013
+ "Mother",
1014
  "Mount",
1015
  "Mr",
1016
  "Mr.",
 
1020
  "Ms.",
1021
  "Mt",
1022
  "Mt.",
1023
+ "Mucopolysaccharidoses",
1024
+ "Multiple",
1025
  "Must",
1026
+ "Myasthenia",
1027
+ "Myeloproliferative",
1028
+ "Myelosuppressive",
1029
  "N",
1030
+ "N)s",
1031
  "N.C.",
1032
  "N.D.",
1033
  "N.H.",
1034
  "N.J.",
1035
  "N.M.",
1036
  "N.Y.",
1037
+ "N2\u20103",
1038
+ "NAC",
1039
  "NAEPP",
 
 
1040
  "NBC",
1041
  "NCI",
 
1042
  "NET",
1043
+ "NHL",
1044
+ "NK",
1045
  "NKA",
 
 
1046
  "NOS",
1047
+ "NRG",
1048
  "NSAIDs",
1049
  "NSCLC",
1050
+ "NSIP",
1051
+ "NST",
1052
  "NT",
1053
  "NYHA",
1054
  "Neb",
 
1056
  "Nebr",
1057
  "Nebr.",
1058
  "Nebraska",
 
1059
  "Need",
 
 
1060
  "Nerve",
 
 
 
 
1061
  "Nev",
1062
  "Nev.",
1063
  "Nevada",
 
1066
  "New Jersey",
1067
  "New Mexico",
1068
  "New York",
1069
+ "Newly",
1070
  "No",
1071
  "Non",
1072
+ "Nonobese",
1073
  "North Carolina",
1074
  "North Dakota",
1075
  "Not",
 
1086
  "O'clock",
1087
  "O.O",
1088
  "O.o",
1089
+ "O2",
1090
+ "OAB",
1091
+ "OB",
1092
+ "ODM-201",
1093
+ "OGTT",
1094
+ "OIs",
1095
+ "OKE",
1096
+ "OPD",
1097
  "OPI",
1098
+ "OPS",
1099
  "OR",
1100
+ "ORS",
1101
+ "OSA",
1102
+ "OTC",
1103
  "O_O",
1104
  "O_o",
1105
  "Oct",
1106
  "Oct.",
1107
  "October",
1108
+ "Off",
1109
  "Okla",
1110
  "Okla.",
1111
  "Oklahoma",
1112
  "Ol",
1113
  "Ol'",
1114
+ "Olive",
1115
  "Ol\u2019",
1116
  "On",
 
1117
  "Ongoing",
1118
+ "Only",
1119
+ "Optimal",
1120
  "Ore",
1121
  "Ore.",
1122
  "Oregon",
1123
+ "Organization",
 
1124
  "Other",
1125
  "Otherwise",
1126
  "Ought",
 
1127
  "O\u2019clock",
1128
  "P",
 
1129
  "P450",
1130
+ "PAH",
1131
  "PAP",
1132
  "PBC",
1133
+ "PBSC",
1134
  "PCR",
1135
+ "PCR+",
1136
+ "PCS",
1137
+ "PD",
1138
+ "PD1",
1139
  "PDAC",
 
1140
  "PE",
1141
  "PET",
 
1142
  "PEX",
1143
+ "PIC",
1144
+ "PML",
1145
+ "POA",
 
 
1146
  "POPI",
1147
+ "PPD",
1148
+ "PPI",
1149
  "PR",
1150
  "PSA",
1151
  "PSC",
 
 
 
1152
  "PTCL",
1153
+ "PUVA",
 
 
1154
  "Pa",
1155
  "Pa.",
1156
+ "Pancreatitis",
1157
+ "Papillary",
1158
+ "Papillomavirus",
1159
  "Parkinson",
1160
  "Part",
 
1161
  "Participants",
1162
+ "Participation",
1163
+ "Parts",
1164
  "Pathologically",
1165
  "Patient",
1166
  "Patients",
 
1167
  "Pennsylvania",
1168
  "Period",
 
1169
  "Peripheral",
1170
+ "Permitted",
1171
  "Persistent",
 
 
 
1172
  "Ph",
1173
  "Ph.D.",
1174
  "Phase",
1175
+ "Pittsburgh",
1176
+ "Plan",
1177
  "Planned",
1178
+ "Platelet",
1179
+ "Polyarteritis",
1180
  "Poorly",
1181
+ "Porcelain",
1182
+ "Portal",
1183
  "Positive",
1184
+ "Positron",
1185
  "Post",
1186
  "Pre",
1187
+ "Preceding",
1188
+ "Predefined",
1189
  "Pregnant",
1190
  "Presence",
1191
  "Preserved",
 
1192
  "Previous",
1193
+ "Principal",
 
 
 
1194
  "Prior",
1195
  "Prof",
1196
  "Prof.",
 
 
 
1197
  "Prostate",
1198
+ "Proteasome",
1199
+ "Psoriatic",
1200
+ "Psychiatric",
1201
  "Q",
1202
+ "QRS",
1203
  "QTc",
1204
  "QTcB",
1205
  "R",
1206
  "R-2",
1207
+ "R0",
1208
  "RAEB-2",
1209
+ "RCT",
1210
+ "RECIST",
 
 
 
1211
  "RFA",
1212
+ "RIT",
1213
+ "RIs",
1214
  "RNA",
1215
  "ROOT",
1216
  "ROR",
1217
+ "RTC",
1218
+ "RVs",
 
 
 
 
1219
  "Radiation",
1220
+ "Radiotherapy",
1221
+ "Randomization",
1222
+ "Rasmussen",
1223
  "Rating",
1224
+ "Receive",
1225
+ "Received",
1226
  "Receiving",
1227
  "Recent",
 
 
1228
  "Recovered",
1229
+ "Reduction",
 
1230
  "Refractory",
 
 
 
 
1231
  "Rep",
1232
  "Rep.",
1233
+ "Report",
1234
+ "Requiring",
1235
+ "Res",
1236
+ "Research",
1237
+ "Response",
1238
  "Rev",
1239
  "Rev.",
 
 
 
1240
  "Risk",
 
 
1241
  "S",
1242
  "S.C.",
1243
+ "SAA",
1244
+ "SBP",
1245
+ "SCC",
1246
  "SCID",
1247
+ "SCL",
1248
  "SCLC",
1249
  "SCT",
1250
+ "SIP",
1251
+ "SLE",
1252
+ "SNRIs",
1253
+ "SOPS",
1254
+ "SRI",
1255
+ "SRS",
1256
+ "SSRI",
1257
+ "SSRIs",
1258
+ "SSRS",
1259
+ "ST",
1260
+ "STEMI",
1261
+ "STROKE",
1262
+ "SURVIVORS",
 
1263
  "Sam",
1264
  "Scale",
1265
  "School",
1266
+ "Sclerosis",
1267
  "Screening",
1268
+ "Secondary",
1269
+ "Section",
1270
  "Sen",
1271
  "Sen.",
 
1272
  "Sep",
1273
  "Sep.",
1274
  "Sept",
1275
  "Sept.",
1276
  "September",
 
 
1277
  "Serum",
1278
  "Severe",
1279
+ "Severity",
1280
  "Sexually",
1281
  "Sha",
1282
  "She",
1283
  "She's",
1284
  "She\u2019s",
1285
+ "Short",
1286
  "Should",
1287
  "Signaling",
1288
  "Significant",
1289
+ "Signs",
1290
+ "Sinus",
1291
  "Society",
1292
  "Solid",
1293
  "Somethin",
1294
  "Somethin'",
1295
  "Somethin\u2019",
1296
  "South Carolina",
1297
+ "Specified",
1298
  "SpeechVive",
1299
+ "Spigelian",
1300
  "St",
1301
  "St.",
1302
  "Stable",
1303
  "Stage",
1304
  "Status",
1305
+ "Step",
1306
+ "Steven",
1307
+ "Strabismus",
1308
+ "Study",
1309
  "Subject",
1310
  "Subjects",
1311
  "Substance",
1312
+ "Sufficient",
1313
+ "Suicidal",
1314
+ "Suicide",
1315
+ "Suppurativa",
1316
  "Surgery",
 
1317
  "Symptomatic",
1318
  "Syndrome",
 
 
 
1319
  "Systemic",
1320
  "T",
1321
+ "T3\u20104",
1322
+ "T790",
1323
+ "T790M",
1324
+ "TAK-228",
1325
+ "TAK-448",
1326
+ "TAK-683",
1327
+ "TAK-700",
1328
  "TBI",
1329
+ "TCD",
1330
+ "TCH",
1331
  "TCL",
1332
+ "TDN",
1333
+ "TEN)s",
1334
+ "TKI",
1335
+ "TMS",
 
 
1336
  "TNBC",
1337
+ "TNF",
1338
+ "TNF)-inhibitors",
1339
  "TOR",
1340
+ "TPA",
1341
+ "TPN",
1342
+ "TRA",
1343
  "TREATMENT",
1344
+ "TWITCH",
1345
+ "Table",
1346
+ "Taking",
 
1347
  "TcB",
1348
+ "Tegaserod",
1349
  "Tenn",
1350
  "Tenn.",
1351
  "Tennessee",
1352
+ "Tense",
1353
  "That",
1354
  "That's",
1355
  "That\u2019s",
 
1364
  "This's",
1365
  "This\u2019s",
1366
  "Those",
1367
+ "Three",
1368
  "Thrombotic",
1369
+ "TnI",
1370
+ "TnT",
1371
+ "To",
1372
+ "Tomography",
1373
+ "Tourette",
1374
  "Treatment",
 
 
1375
  "Triple",
1376
  "Tumor",
 
1377
  "Tumors",
1378
+ "Turnstile",
1379
  "Type",
1380
  "U",
1381
  "UC",
1382
  "UCBT",
1383
  "UCC",
1384
  "UGA",
 
 
1385
  "ULN",
1386
+ "US",
1387
+ "UTI",
1388
+ "UVA",
1389
  "Unable",
1390
  "Uncontrolled",
1391
+ "Uncorrectable",
1392
  "Undergoing",
1393
+ "Unfit",
1394
+ "Unilaterally",
1395
+ "Unresected",
1396
  "Unstable",
1397
  "Untreated",
1398
  "Use",
1399
  "Using",
1400
  "V",
1401
+ "V(\u2010",
1402
  "V.V",
1403
+ "VAR",
1404
  "VEF",
 
 
1405
  "VIA",
1406
+ "VIg",
1407
+ "VNS",
1408
+ "VQA",
1409
+ "VT-464",
1410
+ "VTE",
1411
  "V_V",
1412
  "Va",
1413
  "Va.",
1414
+ "Vaccination",
1415
+ "Valsalva",
1416
+ "Vioxx",
 
 
 
1417
  "Virginia",
1418
+ "Visceral",
1419
  "Visit",
1420
+ "Visualase",
1421
+ "Vitamin",
1422
+ "Voice",
1423
  "W",
1424
+ "WBC<3000",
1425
+ "WCBP",
1426
  "Was",
1427
  "Wash",
1428
  "Wash.",
1429
  "Washington",
1430
  "We",
1431
+ "Wegener",
1432
+ "Wellbutrin",
1433
  "Were",
1434
  "What",
1435
  "What's",
 
1440
  "Where",
1441
  "Where's",
1442
  "Where\u2019s",
1443
+ "While",
1444
  "Who",
1445
  "Who's",
1446
  "Who\u2019s",
1447
  "Why",
1448
  "Why's",
1449
  "Why\u2019s",
1450
+ "Willing",
 
1451
  "Wilson",
1452
  "Wis",
1453
  "Wis.",
 
1459
  "Would",
1460
  "X'x",
1461
  "X'xxxx",
1462
+ "X)]\u2020",
1463
  "X++",
 
1464
  "X.",
1465
  "X.X",
1466
  "X.X.",
1467
  "X.x",
1468
  "X.x.",
 
1469
  "XD",
1470
  "XDD",
1471
  "XX",
 
1472
  "XX)/xxxx",
 
1473
  "XX-/XX-/Xxxd-",
1474
  "XX-ddd",
1475
  "XXX",
1476
+ "XXX(\u2010",
1477
  "XXX)-xxxx",
1478
+ "XXX)x",
1479
  "XXX+",
1480
  "XXX-d",
1481
+ "XXX-ddd",
1482
  "XXX/",
1483
+ "XXX<dddd",
1484
  "XXXX",
1485
  "XXXX-d",
1486
+ "XXXXdddd",
 
1487
  "XXXXx",
1488
  "XXXd",
1489
  "XXXdXd",
1490
+ "XXXdddd",
1491
  "XXXx",
1492
+ "XXXxXX",
1493
+ "XXXxxx",
1494
  "XXd",
 
1495
  "XXdd",
1496
+ "XXddd",
1497
  "XXx",
1498
  "XXxX",
1499
  "XXxXX",
1500
+ "XXxXx",
1501
  "X_X",
1502
  "X_x",
1503
  "Xd",
 
1504
  "XdXd",
 
1505
  "Xddd",
1506
  "XdddX",
1507
  "Xdx",
1508
+ "Xd\u2010d",
1509
  "Xx",
1510
  "Xx'",
1511
  "Xx'x",
 
1513
  "Xx.",
1514
  "Xx.X.",
1515
  "XxX",
1516
+ "XxXxx",
 
 
1517
  "XxXxxxx",
1518
  "Xxx",
1519
  "Xxx'x",
1520
  "Xxx.",
1521
+ "XxxX",
1522
  "Xxxx",
1523
  "Xxxx'",
1524
  "Xxxx'x",
1525
  "Xxxx.",
1526
+ "XxxxX",
1527
  "Xxxxx",
1528
  "Xxxxx'",
1529
  "Xxxxx'x",
 
1530
  "Xxxxx.",
1531
  "XxxxxXxxx",
1532
  "Xxxxx\u2019",
 
1540
  "X\u2019x",
1541
  "X\u2019xxxx",
1542
  "Y",
 
1543
  "YHA",
1544
+ "YPs",
1545
  "York",
1546
  "You",
1547
  "Z",
1548
+ "Zyban",
1549
+ "Zyloprim",
1550
  "[",
1551
  "[-:",
1552
  "[:",
 
1577
  "a.m",
1578
  "a.m.",
1579
  "a1c",
1580
+ "aads",
 
1581
  "ab",
1582
  "abdomen",
1583
  "abdominal",
 
1584
  "ability",
1585
+ "abiraterone",
1586
  "ablation",
1587
+ "ablative",
1588
  "able",
1589
  "abnormal",
1590
  "abnormalities",
1591
+ "abnormality",
1592
  "abortifacient",
1593
  "about",
1594
  "above",
1595
+ "abscesses",
1596
  "absence",
1597
  "absolute",
1598
  "absorption",
1599
+ "abstain",
1600
  "abstinence",
1601
  "abuse",
1602
+ "abuser",
1603
+ "acamprosate",
1604
  "acceptable",
 
1605
  "accepted",
1606
  "access",
1607
  "accessible",
 
1611
  "ace",
1612
  "ach",
1613
  "acid",
1614
+ "acquired",
 
1615
  "acquisition",
 
1616
  "acromegaly",
1617
  "acs",
1618
  "acs/",
 
1620
  "active",
1621
  "actively",
1622
  "activity",
1623
+ "acuity",
1624
  "acupuncture",
1625
  "acute",
1626
+ "acy",
 
1627
  "ad",
 
1628
  "addition",
1629
  "additional",
 
 
1630
  "ade",
1631
  "adenocarcinoma",
1632
  "adenoidectomy",
1633
+ "adenovirus",
 
1634
  "adequate",
1635
  "adequately",
1636
+ "adhesives",
1637
  "adjacent",
 
1638
  "adjuvant",
1639
  "adm",
1640
  "adm.",
1641
  "administered",
 
1642
  "administration",
 
 
1643
  "adrenal",
 
1644
  "adriamycin",
1645
+ "ads",
1646
  "advanced",
1647
+ "advantage",
1648
  "adverse",
1649
  "ady",
1650
+ "aeds",
1651
  "af",
1652
+ "afatinib",
1653
  "afe",
1654
  "affect",
1655
+ "affecting",
1656
  "affective",
 
1657
  "aft",
1658
  "after",
1659
+ "again",
1660
  "age",
1661
+ "aged",
1662
+ "agen2034",
1663
  "agents",
1664
  "agm",
1665
  "ago",
 
1666
  "agonists",
1667
  "agree",
 
 
1668
  "ai",
1669
+ "aid",
1670
  "aids",
1671
+ "ail",
1672
+ "ailments",
1673
  "ain",
1674
  "air",
 
1675
  "aitl",
1676
  "ak",
1677
  "ak.",
1678
  "ake",
 
1679
  "ala",
1680
  "ala.",
 
 
1681
  "albumin",
 
1682
  "alcohol",
1683
  "alcoholic",
1684
  "ale",
1685
  "alf",
1686
+ "alks",
 
1687
  "all",
1688
+ "allen",
1689
  "allergic",
1690
  "allergies",
1691
  "allergy",
1692
  "allo",
1693
+ "alloSCT",
1694
  "allogeneic",
1695
+ "allopurin",
1696
+ "allopurinol",
1697
+ "allosct",
1698
+ "allowable",
1699
  "allowed",
1700
+ "allred",
1701
  "alopecia",
1702
  "alpha",
1703
  "alpha-1",
1704
  "already",
1705
  "als",
1706
  "also",
 
 
1707
  "alterations",
1708
+ "alternative",
1709
+ "alternatively",
1710
+ "although",
1711
  "aly",
1712
+ "alzheimer",
1713
  "am",
1714
  "amblyopia",
1715
+ "amblyopic",
 
1716
  "amenable",
1717
+ "amitriptyline",
 
 
1718
  "aml",
1719
+ "amlwho",
 
 
 
1720
  "amplified",
1721
+ "amprenavir",
 
 
1722
  "an",
1723
  "an.",
 
1724
  "anabolic",
1725
+ "anal",
1726
  "analgesia",
1727
+ "anaphylactic",
1728
+ "anaphylaxis",
 
 
1729
  "anatomic",
1730
  "anc",
1731
  "and",
1732
  "and/or",
1733
+ "androgen",
1734
+ "androgens",
1735
  "anemia",
 
 
1736
  "aneurysm",
1737
+ "ang",
1738
  "angina",
1739
  "anginal",
1740
  "angiogenic",
1741
+ "angiography",
 
1742
  "angle",
1743
+ "ano",
1744
+ "anomalies",
1745
  "another",
1746
  "ans",
1747
  "ant",
 
1748
  "antagonists",
1749
+ "antecedent",
1750
  "anterior",
1751
  "anthracycline",
1752
  "anti",
1753
+ "antiarrhythmic",
1754
  "antibiotic",
1755
  "antibiotics",
1756
  "antibodies",
1757
+ "antibody",
1758
  "anticholinergic",
1759
  "anticholinergics",
1760
  "anticipated",
1761
  "anticoagulant",
1762
  "anticoagulants",
 
 
1763
  "antidepressant",
 
 
 
1764
  "antifungal",
 
1765
  "antigen",
1766
+ "antimicrobial",
1767
+ "antimicrobials",
 
 
 
1768
  "antipsychotics",
1769
  "antiretroviral",
1770
  "antitrypsin",
 
1771
  "anxiety",
 
1772
  "any",
1773
+ "aorta",
1774
  "aortic",
1775
+ "apart",
1776
+ "aphasia",
1777
  "apheresis",
1778
  "apical",
1779
  "aplasia",
 
1780
  "apnea",
1781
  "apparent",
 
1782
  "appendix",
1783
+ "applicable",
1784
+ "applications",
1785
  "appointment",
1786
+ "appointments",
1787
+ "approach",
1788
  "appropriate",
1789
  "approval",
 
 
1790
  "approximately",
1791
  "apr",
1792
  "apr.",
1793
+ "aprepitant",
1794
+ "aps",
1795
  "apy",
1796
+ "ar",
1797
  "ar.",
 
1798
  "ard",
1799
  "are",
1800
  "area",
1801
+ "areas",
1802
+ "argue",
1803
  "ariz",
1804
  "ariz.",
1805
  "ark",
1806
  "ark.",
1807
+ "arl",
1808
  "arm",
 
1809
  "army",
1810
+ "arn-509",
1811
+ "aromatase",
1812
+ "around",
1813
+ "arrest",
1814
  "arrhythmia",
1815
  "arrhythmias",
1816
  "ars",
 
1818
  "arterial",
1819
  "artery",
1820
  "arthritis",
1821
+ "arthroplasty",
1822
+ "artificial",
1823
+ "arvs",
1824
  "ary",
1825
  "as",
1826
+ "ascending",
1827
  "ascites",
 
1828
  "ase",
1829
  "ash",
1830
+ "ask",
1831
  "asm",
1832
+ "aspartylglucosaminuria",
1833
+ "aspirations",
 
1834
  "ass",
1835
+ "assay",
1836
  "assessed",
1837
  "assessment",
 
 
 
1838
  "associated",
1839
  "association",
1840
+ "assumption",
1841
  "ast",
 
1842
  "asthma",
1843
+ "asthmatics",
1844
  "at",
1845
  "ata",
1846
+ "atazanavir",
1847
  "ate",
1848
  "ath",
1849
+ "atherosclerosis",
1850
+ "atomoxetine",
1851
+ "atopic",
1852
+ "atopy",
1853
+ "atra",
1854
  "atrial",
1855
+ "attacks",
1856
+ "attempt",
1857
+ "attempted",
1858
+ "attending",
1859
  "attenuated",
1860
+ "attributable",
1861
+ "attributed",
1862
  "aug",
1863
  "aug.",
1864
+ "auto",
1865
  "autoimmune",
1866
+ "autoimmunity",
1867
  "autologous",
1868
+ "ava",
 
1869
  "available",
 
1870
  "ave",
1871
+ "aws",
 
 
1872
  "axis",
 
1873
  "ays",
1874
+ "azacytidine",
1875
  "azathioprine",
1876
  "b",
1877
  "b.",
1878
+ "b3",
 
 
1879
  "bacterial",
1880
  "bal",
1881
+ "ban",
1882
  "bar",
1883
+ "bariatric",
1884
+ "barre",
1885
  "barrier",
1886
  "basal",
 
1887
  "based",
1888
  "baseline",
1889
+ "bazett",
 
 
1890
  "be",
 
1891
  "bear",
1892
  "bearing",
1893
+ "beat",
1894
  "because",
1895
  "become",
1896
+ "becoming",
1897
  "been",
1898
  "before",
1899
+ "began",
1900
+ "begin",
1901
  "beginning",
1902
+ "behavior",
1903
  "behavioral",
1904
  "being",
1905
+ "believed",
1906
+ "believes",
1907
  "below",
1908
+ "benefit",
1909
  "benign",
 
1910
  "ber",
1911
  "bes",
1912
+ "best",
1913
  "beta",
1914
+ "better",
1915
  "between",
1916
  "beyond",
1917
+ "bi",
1918
+ "bia",
1919
+ "bicalutamide",
1920
  "bid",
1921
+ "bifurcation",
1922
  "bilateral",
1923
+ "biliary",
1924
  "bilirubin",
1925
+ "biloba",
1926
  "bin",
1927
+ "bine",
1928
  "biologic",
1929
  "biological",
 
1930
  "biopsies",
1931
  "biopsy",
1932
+ "biotin",
1933
  "bipolar",
1934
  "birth",
1935
  "bis",
1936
+ "bisphosphonate",
1937
  "bisphosphonates",
1938
  "bit",
1939
  "bladder",
1940
  "blasts",
1941
  "ble",
1942
  "bleeding",
1943
+ "blindness",
 
 
1944
  "block",
1945
+ "blockade",
1946
  "blockers",
1947
  "blood",
1948
+ "bmi",
 
1949
  "bnp",
1950
  "board",
1951
+ "boceprevir",
1952
  "body",
1953
+ "boils",
1954
  "bon",
1955
  "bone",
1956
+ "boron",
1957
+ "bortezomib",
 
 
1958
  "both",
1959
  "bout",
 
1960
  "bowel",
 
1961
  "br.",
1962
+ "brachial",
1963
  "brachytherapy",
 
 
1964
  "brain",
1965
+ "branch",
 
 
 
1966
  "breast",
1967
+ "brentuximab",
1968
+ "bring",
1969
+ "broad",
1970
+ "bronchi",
1971
+ "bronchodilator",
1972
  "bros",
1973
  "bros.",
1974
+ "bulimia",
1975
+ "bundle",
1976
+ "burkitt",
1977
  "burtomab",
1978
  "bus",
 
1979
  "but",
1980
  "by",
1981
  "bypass",
 
1984
  "c++",
1985
  "c.",
1986
  "c1d1",
 
 
1987
  "ca",
1988
+ "cabazitaxel",
 
1989
  "caffeine",
1990
  "cal",
 
 
1991
  "calcium",
 
1992
  "calif",
1993
  "calif.",
1994
  "calipers",
 
1996
  "cancer",
1997
  "cancers",
1998
  "candidate",
1999
+ "candidates",
2000
  "cannabis",
2001
  "cap",
2002
+ "capability",
2003
  "capable",
2004
  "capacity",
2005
+ "capecitabine",
2006
+ "caps",
2007
  "carbamazepine",
2008
  "carbon",
 
2009
  "carcinoma",
2010
  "carcinomas",
 
2011
  "carcinomatous",
2012
  "cardiac",
 
2013
  "cardiomyopathy",
2014
  "cardiopulmonary",
2015
  "cardiovascular",
2016
  "care",
2017
+ "caregivers",
2018
+ "carinal",
2019
+ "carl",
 
 
2020
  "case",
2021
+ "cases",
2022
  "castrate",
2023
+ "cataract",
2024
  "category",
2025
  "catheter",
 
2026
  "cause",
2027
  "caused",
2028
  "causes",
 
2029
  "caution",
2030
  "cavity",
2031
+ "ccs",
2032
+ "cd137",
2033
+ "cd34",
 
 
 
2034
  "cd4",
 
2035
  "cdh",
2036
  "ce>",
2037
  "cease",
2038
  "ced",
2039
+ "cefadroxil",
2040
+ "celebrex",
2041
+ "celiac",
2042
  "cell",
2043
  "cells",
2044
+ "cellularity",
2045
  "center",
2046
+ "centered",
2047
  "central",
2048
+ "centrally",
2049
  "cer",
 
2050
  "cerebral",
2051
  "cerebrovascular",
 
2052
  "certain",
2053
+ "certified",
2054
  "cervical",
2055
  "cervicography",
2056
  "cervix",
2057
  "ces",
2058
  "cessation",
 
 
2059
  "ch.",
 
2060
  "chain",
 
2061
  "change",
2062
  "changed",
2063
  "changes",
2064
+ "chb",
2065
+ "che",
2066
+ "checkpoint",
2067
+ "chemical",
2068
  "chemo",
 
2069
  "chemotherapy",
2070
  "chest",
2071
+ "chest/",
2072
  "chf",
2073
+ "chi",
2074
  "child",
2075
  "childbearing",
2076
+ "childhood",
2077
  "children",
2078
+ "chimeric",
2079
+ "cholangitis",
 
 
 
2080
  "chronic",
2081
  "chylous",
2082
  "cia",
2083
  "cic",
2084
  "cid",
2085
+ "cil",
2086
  "cin",
2087
+ "ciprofloxacin",
2088
  "cirrhosis",
 
2089
  "cisplatin",
2090
  "cit",
2091
+ "cks",
2092
  "clarithromycin",
2093
  "class",
2094
+ "classical",
2095
  "classification",
2096
+ "claustrophobia",
 
 
2097
  "cle",
 
 
2098
  "clearance",
2099
+ "clia",
2100
  "clinic",
2101
  "clinical",
2102
  "clinically",
2103
  "clinician",
2104
+ "clips",
2105
  "cll",
2106
+ "clonal",
 
 
 
2107
  "cm",
 
2108
  "cmml",
2109
  "cmv",
 
2110
  "cns",
2111
  "co",
2112
  "co.",
2113
+ "coagulation",
2114
  "coagulopathy",
2115
+ "cochlear",
2116
  "cognitive",
2117
  "cohort",
2118
  "cohorts",
2119
+ "coil",
2120
  "col",
 
 
2121
  "colitis",
2122
+ "collaborators",
 
2123
  "collection",
2124
  "colo",
2125
  "colo.",
 
 
2126
  "colposcopy",
2127
+ "columbia",
2128
+ "coma",
2129
  "combination",
2130
+ "combinations",
2131
  "combined",
2132
  "come",
2133
+ "comfort",
2134
  "commit",
2135
+ "common",
2136
  "commonly",
 
2137
  "comorbid",
2138
  "comorbidities",
2139
  "comorbidity",
2140
+ "compelled",
2141
  "complete",
2142
  "completed",
2143
  "completely",
 
 
2144
  "completion",
2145
  "compliance",
2146
  "complicated",
2147
  "complications",
2148
  "comply",
2149
  "components",
2150
+ "composite",
2151
+ "composition",
2152
  "compounds",
2153
+ "compressions",
 
2154
  "compromise",
 
 
2155
  "computed",
 
 
2156
  "concomitant",
 
2157
  "concurrent",
 
2158
  "condition",
 
2159
  "conditions",
2160
  "condom",
2161
+ "condomless",
2162
+ "confirm",
2163
  "confirmation",
2164
  "confirmed",
2165
+ "confirming",
2166
  "confound",
2167
+ "congenital",
2168
  "congestive",
2169
+ "conivaptan",
2170
  "conn",
2171
  "conn.",
2172
+ "connective",
 
2173
  "consent",
 
 
2174
  "considered",
2175
+ "consisted",
2176
  "consistent",
2177
+ "consolidation",
2178
+ "constitute",
2179
+ "constitutional",
2180
+ "constrictive",
2181
+ "consumption",
2182
  "contact",
 
2183
  "containing",
2184
+ "context",
2185
+ "continuation",
2186
  "continue",
2187
+ "continued",
 
2188
  "contraception",
2189
+ "contraceptive",
 
2190
  "contraindicate",
2191
  "contraindicated",
2192
+ "contraindication",
 
2193
  "control",
2194
  "controlled",
 
2195
  "conventional",
2196
+ "copd",
 
2197
  "copies",
2198
  "cord",
2199
  "core",
 
2200
  "coronary",
2201
  "corp",
2202
  "corp.",
2203
+ "correctable",
2204
  "corrected",
2205
+ "cortical",
 
2206
  "corticosteroids",
 
2207
  "cos",
2208
+ "cosmetic",
 
2209
  "could",
2210
+ "counselor",
2211
+ "counselors",
2212
  "count",
2213
+ "counter",
2214
  "counts",
2215
  "course",
2216
+ "court",
2217
+ "cox-2",
2218
  "coz",
2219
+ "cp",
2220
  "cpap",
2221
+ "cpm",
2222
+ "cpr",
2223
  "cpy3a4",
 
 
 
2224
  "craniotomy",
2225
+ "cream",
 
2226
  "creatinine",
2227
  "criteria",
2228
+ "crohn",
2229
+ "crswnp",
 
 
2230
  "csf",
2231
  "ct",
2232
  "ct.",
2233
  "ctcae",
2234
+ "ctcl",
2235
  "ctla-4",
2236
  "cts",
 
 
2237
  "cumulative",
2238
  "cur",
2239
  "curative",
2240
+ "curatively",
2241
+ "cure",
2242
+ "cured",
2243
  "current",
2244
  "currently",
2245
  "cus",
2246
  "cushing",
 
2247
  "cutaneous",
2248
  "cuz",
 
 
 
2249
  "cycle",
2250
  "cycles",
 
2251
  "cyclophosphamide",
2252
  "cyclosporine",
2253
+ "cyclothymia",
 
 
2254
  "cyp3a4",
2255
+ "cyps",
2256
+ "cystic",
2257
  "cystitis",
2258
+ "cysts",
2259
+ "cytarabine",
2260
  "cytochrome",
2261
+ "cytologic",
2262
  "cytologically",
2263
  "cytometry",
2264
+ "cytopenia",
2265
  "cytopenias",
2266
  "cytoreduction",
2267
  "cytotoxic",
2268
  "c\u2019m",
2269
  "d",
2270
+ "d'orange",
2271
  "d)",
 
 
2272
  "d-",
2273
  "d-)",
2274
  "d-X",
 
2276
  "d.c.",
2277
  "d.d",
2278
  "d.d.d",
 
 
2279
  "d.x",
 
2280
  "d/dd",
2281
+ "dB",
 
2282
  "dL",
2283
  "dX",
2284
+ "dX,dX",
2285
  "d_d",
2286
  "d_x",
2287
+ "daily",
2288
  "dal",
2289
  "damage",
 
2290
  "dangerous",
2291
+ "danlos",
2292
  "dare",
2293
+ "darunavir",
2294
  "data",
2295
  "day",
2296
  "days",
2297
+ "db",
2298
+ "dbp",
2299
  "dd",
2300
+ "dd(XX",
2301
  "dd,ddd",
2302
+ "dd.d",
2303
+ "dd/dd",
2304
+ "dd/ddd",
2305
+ "ddX",
2306
  "ddd",
2307
+ "ddd,ddd",
2308
  "dddd",
2309
+ "ddx",
2310
  "ddx.x",
2311
  "ddx.x.",
2312
  "de",
 
2314
  "dec",
2315
  "dec.",
2316
  "deciliter",
2317
+ "decitabine",
2318
  "ded",
2319
  "deemed",
2320
  "deep",
2321
+ "defects",
2322
+ "defer",
2323
+ "defibrillation",
2324
  "deficiency",
2325
  "deficit",
2326
+ "deficits",
2327
  "defined",
2328
  "defining",
2329
  "definite",
 
2330
  "definitive",
 
2331
  "deformity",
2332
+ "degenerative",
2333
  "degree",
2334
+ "dehydration",
2335
  "del",
2336
  "del.",
 
2337
  "delayed",
2338
+ "delivery",
 
 
2339
  "delusional",
 
2340
  "dementia",
2341
  "demonstrate",
2342
  "demonstrated",
 
2343
  "demonstrating",
2344
+ "denosumab",
2345
  "department",
2346
+ "depletion",
2347
  "depot",
2348
+ "depressant",
2349
+ "depressants",
2350
  "depression",
2351
  "depressive",
2352
  "der",
2353
+ "derived",
2354
+ "dermal",
2355
+ "dermatitis",
2356
  "des",
2357
+ "desensitization",
2358
  "designee",
 
2359
  "despite",
2360
+ "detailed",
2361
  "detectable",
2362
  "detected",
2363
+ "determination",
2364
  "determined",
2365
+ "develop",
2366
+ "developed",
2367
  "developing",
2368
+ "development",
2369
  "device",
2370
  "devices",
2371
  "dex",
2372
+ "dexilant",
2373
+ "dexlansoprazole",
2374
+ "dge",
2375
+ "dhea",
2376
  "dia",
2377
  "diabetes",
2378
  "diabetic",
2379
  "diagnosed",
2380
+ "diagnoses",
2381
  "diagnosis",
2382
  "diagnostic",
2383
  "diameter",
2384
  "diaphragm",
2385
  "diarrhea",
2386
+ "diarrheal",
2387
  "diastolic",
2388
+ "diathesis",
2389
  "dic",
2390
  "did",
 
2391
  "dietary",
 
2392
  "differentiation",
 
2393
  "diffuse",
2394
  "diffusing",
2395
+ "dihydroepiandrosterone",
2396
+ "dil",
2397
+ "diltiazem",
2398
  "dimension",
2399
+ "dimensionally",
2400
+ "direct",
2401
  "directed",
2402
  "directly",
 
 
2403
  "discontinue",
2404
  "discontinued",
2405
+ "discouraged",
2406
  "discretion",
2407
+ "discussed",
2408
+ "discussion",
2409
+ "discussions",
2410
  "disease",
 
2411
  "diseases",
 
 
2412
  "disorder",
2413
  "disorder(s",
2414
  "disorders",
2415
+ "dissection",
2416
  "disseminated",
2417
+ "distal",
2418
  "distant",
2419
+ "disulfiram",
2420
+ "diuretic",
2421
+ "diuretics",
2422
  "dix",
2423
  "dl",
2424
  "dlbcl",
2425
  "dlco",
2426
  "dle",
 
 
2427
  "dm.",
2428
  "do",
2429
+ "docetaxel",
2430
  "documentation",
2431
  "documented",
2432
+ "documenting",
2433
  "does",
2434
  "doin",
2435
  "doin'",
2436
  "doing",
2437
  "doin\u2019",
2438
  "dom",
2439
+ "donate",
2440
  "donation",
2441
+ "done",
2442
  "donor",
2443
  "donors",
2444
+ "dor",
2445
+ "dosage",
2446
  "dose",
2447
  "doses",
2448
  "dosing",
 
2449
  "double",
2450
+ "dow",
2451
+ "down",
2452
+ "doxazosin",
2453
  "dr",
2454
  "dr.",
2455
+ "dra",
2456
+ "draws",
2457
+ "drops",
2458
  "drug",
2459
+ "drug(s",
2460
  "drugs",
2461
+ "dsm",
2462
+ "dsrct",
2463
+ "dtpa",
2464
  "ductal",
2465
  "due",
2466
  "duodenal",
2467
+ "dural",
2468
  "duration",
2469
  "during",
2470
+ "dutasteride",
2471
+ "dvt",
2472
  "dx",
2473
  "dx.x",
2474
  "dx.x.",
2475
  "dxx",
2476
+ "dyes",
2477
+ "dyscrasias",
2478
  "dysfunction",
2479
+ "dysthymia",
 
 
2480
  "dystrophy",
2481
  "e",
2482
  "e's",
2483
  "e(s",
 
2484
  "e.",
2485
  "e.g",
2486
  "e.g.",
 
2487
  "each",
2488
  "ead",
2489
+ "eaf",
2490
  "eal",
2491
  "eam",
2492
  "ean",
2493
  "ear",
2494
+ "early",
2495
  "eas",
2496
  "eat",
2497
  "eating",
2498
+ "eau",
2499
  "eb.",
2500
  "ebr",
 
2501
  "ebv",
2502
  "ec.",
2503
  "ecg",
2504
+ "ecgs",
2505
  "echo",
2506
  "echocardiogram",
2507
  "echocardiography",
2508
  "eck",
2509
+ "ecmo",
2510
  "ect",
2511
+ "edema",
 
 
2512
  "eed",
2513
+ "eeg",
2514
  "eek",
 
2515
  "een",
2516
  "eep",
 
2517
  "eet",
 
2518
  "effect",
2519
  "effective",
2520
+ "effectively",
2521
  "effects",
2522
+ "efficacy",
2523
  "effusion",
2524
  "effusions",
2525
  "eft",
2526
  "eg",
2527
  "egfr",
2528
  "egg",
2529
+ "eggs",
2530
+ "egs",
2531
+ "ehlers",
2532
  "eic",
2533
  "ein",
2534
  "eir",
 
2539
  "el.",
2540
  "elapsed",
2541
  "elderly",
 
 
2542
  "electrocardiogram",
2543
+ "electrocardiographic",
2544
+ "electrocardiographs",
2545
+ "electrode",
2546
+ "elevated",
2547
  "elevation",
 
2548
  "elf",
2549
  "eligibility",
2550
  "eligible",
 
2551
  "ell",
2552
+ "elp",
2553
  "els",
 
 
2554
  "ely",
2555
  "em",
2556
+ "ema",
2557
+ "embolic",
2558
  "embolism",
2559
+ "eme",
 
 
2560
  "emergency",
2561
  "emergent",
2562
  "emission",
2563
  "emo",
 
2564
  "ems",
 
2565
  "en",
2566
  "en.",
2567
+ "encasement",
2568
+ "encephalitis",
2569
+ "encephalopathy",
2570
  "end",
 
2571
  "endocrine",
2572
+ "endocrinopathies",
2573
+ "endograft",
2574
+ "endoscopically",
2575
  "endoscopy",
2576
+ "endotracheal",
2577
+ "endovascular",
2578
  "ene",
2579
+ "enemas",
2580
+ "eng",
2581
+ "engaging",
2582
+ "enhancement",
2583
  "enhancing",
2584
+ "enlarging",
2585
  "enn",
2586
  "eno",
2587
  "enough",
 
2591
  "enrollment",
2592
  "ens",
2593
  "ent",
2594
+ "enter",
 
2595
  "enteropathy",
2596
+ "entire",
2597
  "entry",
2598
+ "enzalutamide",
2599
  "enzyme",
2600
  "enzymes",
2601
+ "eortc",
2602
  "ep.",
2603
+ "epB",
2604
+ "epC",
2605
+ "ephedra",
2606
+ "epic",
2607
  "epidermal",
2608
  "epidural",
2609
+ "epigastric",
2610
  "epilepsy",
2611
  "epileptic",
 
2612
  "episode",
 
 
 
2613
  "ept",
2614
  "equal",
2615
+ "equally",
2616
  "equivalent",
2617
+ "equivalents",
2618
  "er",
2619
+ "er)/progesterone",
2620
  "er-/pr-/her2-",
 
 
2621
  "ere",
2622
+ "erectile",
2623
+ "erlotinib",
2624
  "erm",
2625
+ "ern",
2626
  "error",
 
2627
  "ers",
2628
  "ert",
2629
  "ery",
2630
+ "erythema",
2631
  "erythematosus",
2632
  "erythromycin",
 
 
2633
  "ese",
2634
+ "esh",
2635
+ "eso",
2636
  "esophageal",
 
2637
  "ess",
2638
  "est",
 
2639
  "estimated",
 
2640
  "estrogen",
2641
  "eta",
2642
  "etc",
2643
  "ete",
2644
  "eth",
 
2645
  "etoposide",
2646
  "ets",
2647
+ "ett",
2648
  "ety",
2649
+ "european",
 
2650
  "ev.",
2651
+ "evaluate",
2652
  "evaluated",
2653
  "evaluation",
 
2654
  "even",
 
2655
  "events",
 
2656
  "evidence",
 
2657
  "evolving",
2658
+ "ews",
 
2659
  "exacerbation",
2660
  "exam",
2661
  "examination",
2662
+ "examples",
2663
+ "exceed",
2664
  "except",
2665
  "exception",
2666
+ "excess",
2667
+ "excessive",
2668
+ "excipients",
2669
  "excision",
2670
+ "excisional",
2671
  "excluded",
2672
+ "excludes",
2673
  "excluding",
2674
  "exclusion",
2675
+ "exclusions",
2676
+ "exclusive",
2677
  "exercise",
2678
+ "exfoliative",
2679
  "exist",
2680
  "existing",
2681
+ "expanded",
2682
  "expectancy",
 
2683
  "expected",
 
2684
  "experienced",
2685
+ "experimental",
2686
+ "expert",
2687
+ "experts",
2688
  "expiratory",
2689
  "explained",
2690
+ "explanation",
2691
+ "expose",
2692
  "exposure",
 
 
2693
  "expression",
2694
+ "ext",
2695
  "extension",
2696
  "external",
2697
+ "extract",
2698
  "extramedullary",
2699
+ "extreme",
2700
+ "eye",
2701
+ "eyebrows",
2702
+ "eyeliner",
2703
  "e\u2019s",
2704
  "f",
2705
  "f.",
 
2706
  "factor",
2707
  "factors",
 
2708
  "failed",
2709
  "failure",
2710
+ "families",
 
 
2711
  "family",
2712
  "fan",
 
2713
  "fasting",
2714
+ "father",
2715
  "fcbp",
 
2716
  "fdg",
2717
  "feasible",
2718
  "features",
2719
  "feb",
2720
  "feb.",
2721
  "feeding",
 
2722
  "feels",
2723
+ "fellow",
2724
  "female",
2725
  "females",
2726
  "fen",
2727
  "fer",
2728
  "fertile",
 
2729
  "ferumoxytol",
2730
+ "fetal",
2731
  "fetus",
2732
  "fev1",
2733
+ "fewer",
2734
  "fibrillation",
2735
  "fibromyalgia",
2736
  "fibrosis",
2737
  "fic",
2738
+ "ficlatuzumab",
2739
+ "filgrastim",
2740
+ "filled",
2741
+ "filling",
2742
+ "film",
2743
  "final",
2744
+ "finasteride",
2745
  "findings",
2746
  "first",
2747
  "fish",
2748
  "fistula",
2749
  "fit",
2750
  "five",
 
 
2751
  "fla",
2752
  "fla.",
2753
+ "flap",
2754
+ "flexion",
2755
  "flow",
2756
+ "fluconazole",
2757
  "fluid",
2758
  "fluorescence",
2759
+ "fluoroglutamine",
2760
+ "fluorouracil",
2761
  "fluoxetine",
2762
  "flutamide",
2763
  "fluvoxamine",
2764
+ "foam",
2765
+ "follicular",
 
2766
  "follow",
2767
  "following",
2768
+ "foods",
 
2769
  "for",
2770
  "forced",
2771
  "form",
2772
+ "formation",
2773
  "forms",
2774
+ "formula",
2775
  "fort",
2776
+ "fosamprenavir",
2777
+ "found",
 
2778
  "four",
2779
  "fraction",
2780
+ "fractionation",
2781
+ "fractions",
2782
+ "fragments",
2783
  "free",
2784
  "frequent",
2785
  "frequently",
2786
  "from",
2787
+ "frontline",
 
2788
  "ful",
2789
+ "fulfill",
2790
  "fully",
 
2791
  "function",
2792
  "functional",
2793
+ "functioning",
2794
+ "functions",
2795
  "fungal",
2796
+ "furosemide",
2797
+ "further",
2798
  "fusion",
 
2799
  "g",
2800
+ "g(s",
2801
  "g.",
 
2802
  "gBRCA1/2",
2803
  "ga",
2804
  "ga.",
2805
+ "gadolinium",
2806
+ "gaenslen",
2807
  "gal",
 
2808
  "gan",
 
 
 
2809
  "gastric",
2810
  "gastro",
2811
+ "gastroesophageal",
2812
  "gastrointestinal",
2813
+ "gastrostomy",
2814
  "gated",
 
2815
  "gbrca1/2",
2816
  "gdmt",
2817
  "ged",
2818
+ "gefitinib",
2819
+ "gel",
2820
  "gemcitabine",
 
2821
  "gen",
2822
  "gen.",
2823
  "genders",
2824
+ "general",
 
 
 
2825
  "genotype",
2826
  "ger",
2827
  "gerd",
 
2828
  "ges",
2829
  "get",
2830
  "gfr",
2831
+ "ggs",
2832
  "ght",
2833
  "gi",
2834
  "gia",
2835
  "gib",
2836
  "gic",
2837
+ "gin",
2838
+ "gingko",
2839
+ "ginseng",
2840
  "given",
2841
+ "gko",
2842
  "glaucoma",
2843
  "gle",
2844
  "gliadel",
 
2845
  "glioma",
 
2846
  "glomerulonephritis",
2847
+ "glucocorticoid",
2848
  "glucocorticoids",
2849
  "glucose",
2850
+ "glutamine",
2851
+ "gly",
2852
+ "gns",
2853
+ "goal",
2854
+ "goals",
2855
  "goin",
2856
  "goin'",
2857
  "going",
2858
  "goin\u2019",
 
2859
  "gon",
2860
+ "goniometer",
2861
  "gonna",
2862
  "got",
2863
  "gov",
2864
  "gov.",
2865
+ "gr",
2866
  "grade",
2867
+ "grades",
2868
  "graft",
2869
+ "grafting",
2870
  "gram",
2871
+ "granulomatosis",
2872
+ "grapefruit",
2873
+ "gravis",
2874
+ "gray",
2875
  "greater",
 
2876
  "group",
2877
+ "groups",
2878
  "growth",
2879
+ "gth",
2880
  "gue",
2881
+ "guidance",
2882
  "guidelines",
2883
+ "guillian",
2884
+ "gy",
2885
  "h",
2886
  "h.",
 
2887
  "haart",
2888
  "had",
2889
+ "haemostasis",
2890
  "hal",
2891
  "half",
 
2892
  "han",
2893
+ "haplo",
 
2894
  "has",
2895
  "hat",
2896
  "have",
 
2898
  "havin'",
2899
  "having",
2900
  "havin\u2019",
2901
+ "hb",
2902
  "hboc",
2903
+ "hbsag",
2904
  "hbv",
2905
  "hcc",
2906
+ "hcq",
 
 
2907
  "hcv",
2908
+ "hd",
2909
  "he",
2910
  "he's",
2911
  "hea",
2912
  "head",
 
2913
  "health",
 
2914
  "hearing",
2915
  "heart",
2916
  "hed",
2917
+ "helix",
2918
+ "help",
2919
+ "hem",
2920
+ "hemangioendotheliomas",
2921
  "hematologic",
2922
+ "hematoma",
2923
  "hematopoietic",
2924
  "hematuria",
2925
+ "hemithorax",
2926
+ "hemofiltration",
2927
  "hemoglobin",
2928
+ "hemoglobin<12.0g",
2929
+ "hemolytic",
2930
  "hemorrhage",
2931
  "hemorrhagic",
2932
  "hen",
 
2933
  "hepatic",
2934
  "hepatitis",
2935
  "hepatocellular",
2936
+ "hepatomegaly",
2937
+ "hepatoxicity",
2938
+ "hepb",
2939
+ "hepc",
2940
  "her",
2941
  "her-2",
2942
  "her2",
2943
  "herbal",
2944
+ "hernia",
2945
  "herniated",
2946
+ "heterosexual",
2947
+ "heterosexually",
2948
  "hey",
2949
  "he\u2019s",
2950
+ "hf",
2951
  "hfpef",
2952
+ "hgb",
2953
  "hh",
 
 
2954
  "hic",
2955
+ "hidradenitis",
2956
+ "hifocus",
2957
  "high",
2958
  "higher",
2959
  "highly",
2960
  "hil",
2961
+ "hila",
2962
  "hin",
2963
+ "hip",
2964
+ "hires",
2965
  "his",
2966
+ "histiocyte",
2967
  "histologic",
2968
  "histological",
2969
  "histologically",
2970
  "histologies",
2971
  "histology",
2972
+ "histopathologically",
2973
+ "histories",
2974
  "history",
2975
  "hit",
2976
  "hiv",
2977
  "hiv)-positive",
2978
  "hiv+",
2979
+ "hlh",
 
 
2980
  "hly",
2981
  "hma",
2982
+ "hnscc",
2983
  "hod",
2984
+ "hodgkin",
2985
  "hol",
2986
  "hom",
2987
  "home",
2988
  "hormonal",
2989
  "hormone",
2990
  "hormones",
2991
+ "hospice",
2992
  "hospitalization",
 
 
2993
  "hours",
2994
+ "household",
2995
  "houston",
2996
  "how",
2997
  "how's",
2998
  "however",
2999
  "how\u2019s",
3000
  "hpv",
3001
+ "hpv(\u2010",
3002
+ "hrs",
3003
  "hsct",
3004
+ "ht",
3005
+ "huang",
3006
  "human",
3007
+ "humanized",
3008
+ "humoral",
3009
+ "hurley",
3010
+ "hus",
3011
  "hybridization",
 
3012
  "hydroxyurea",
3013
+ "hyoscyamine",
3014
  "hypercalcemia",
 
 
 
3015
  "hypersensitivity",
3016
  "hypertension",
3017
+ "hyperthyroid",
3018
  "hyperthyroidism",
3019
+ "hypertrophic",
3020
  "hypertrophy",
3021
+ "hypo-",
 
 
3022
  "hypothyroidism",
3023
+ "hypovolemia",
3024
  "hysterectomy",
3025
  "i",
 
3026
  "i.",
3027
  "i.e",
3028
  "i.e.",
 
 
3029
  "ia",
3030
  "ia.",
3031
  "iac",
 
3033
  "ian",
3034
  "ias",
3035
  "iatrogenic",
3036
+ "ibc",
3037
+ "icds",
3038
  "ice",
3039
  "ich",
3040
  "ics",
3041
  "id",
3042
  "id.",
 
3043
  "ide",
3044
+ "ideation",
3045
  "identical",
3046
+ "identified",
3047
+ "idiopathic",
3048
  "ids",
3049
+ "ie",
3050
  "ied",
3051
  "ier",
3052
  "ies",
 
3053
  "if",
3054
  "if.",
3055
  "ife",
3056
  "ify",
 
3057
  "igh",
3058
  "ign",
3059
+ "igo",
3060
  "ihc",
3061
  "ii",
 
3062
  "iii",
3063
+ "il2",
3064
+ "ila",
3065
  "ild",
3066
  "ile",
 
 
3067
  "ill",
3068
  "ill.",
3069
  "illness",
 
3070
  "ilm",
3071
+ "ils",
 
3072
  "ily",
3073
  "image",
3074
  "imaging",
3075
+ "imatinib",
3076
  "imb",
3077
  "ime",
 
 
 
 
3078
  "immune",
 
3079
  "immunocompromised",
3080
  "immunodeficiency",
3081
+ "immunodeficient",
3082
  "immunodysregulation",
 
 
3083
  "immunohistochemistry",
3084
+ "immunological",
3085
  "immunomodulatory",
3086
+ "immunophenotypic",
3087
+ "immunophenotyping",
3088
  "immunosuppression",
3089
  "immunosuppressive",
3090
  "immunotherapy",
3091
  "impact",
3092
+ "impacting",
3093
  "impaired",
3094
  "impairment",
3095
  "implant",
3096
+ "implantation",
3097
+ "implanted",
3098
  "implants",
 
 
3099
  "in",
3100
  "in'",
3101
  "ina",
3102
+ "inability",
3103
  "inc",
3104
  "inc.",
3105
+ "incident",
 
3106
  "include",
 
3107
  "includes",
3108
  "including",
3109
+ "incompatible",
 
 
 
3110
  "increased",
3111
+ "increasing",
3112
  "incurable",
3113
  "ind",
3114
  "ind.",
3115
  "indeterminate",
3116
  "index",
3117
+ "indicates",
3118
+ "indicating",
3119
  "indication",
 
3120
  "indinavir",
 
3121
  "individuals",
3122
+ "indolent",
3123
  "induce",
3124
  "induced",
3125
  "inducer",
 
3126
  "inducing",
3127
  "induction",
3128
  "ine",
3129
  "ineligible",
3130
  "infant",
3131
+ "infarct",
3132
  "infarction",
 
3133
  "infection",
3134
  "infections",
3135
+ "inferior",
 
3136
  "infiltration",
3137
  "inflammation",
3138
  "inflammatory",
3139
+ "influenza",
 
3140
  "informed",
3141
+ "infrarenal",
3142
  "infusion",
3143
+ "infusional",
3144
  "ing",
3145
+ "ingestion",
3146
  "inhaled",
 
 
 
 
3147
  "inhibitor",
3148
  "inhibitors",
 
3149
  "initial",
3150
+ "initially",
3151
  "initiated",
3152
  "initiation",
3153
+ "injectable",
3154
  "injection",
3155
  "injuries",
3156
  "injury",
3157
  "inn",
3158
+ "innominate",
3159
+ "inpatient",
3160
+ "inrg",
3161
  "ins",
 
3162
  "insertion",
3163
+ "insignificant",
3164
+ "institution",
 
 
3165
  "institutional",
3166
  "insufficiency",
 
3167
  "insulin",
3168
+ "int",
3169
+ "intake",
3170
+ "integrity",
3171
  "intense",
3172
  "intensity",
3173
  "intensive",
3174
  "intent",
3175
+ "interact",
3176
  "interactions",
3177
+ "interconnected",
3178
+ "intercourse",
3179
  "intercurrent",
 
3180
  "interfere",
3181
+ "intermittent",
3182
  "international",
3183
  "interpretation",
3184
+ "interstitial",
3185
  "interval",
3186
  "intervention",
 
3187
  "into",
3188
  "intolerance",
3189
+ "intolerant",
3190
+ "intoxication",
3191
  "intracranial",
3192
+ "intramural",
3193
+ "intraocular",
3194
+ "intraperitoneal",
3195
+ "intrathecal",
3196
  "intravenous",
3197
+ "intraventricular",
3198
+ "invasion",
3199
  "invasive",
3200
  "investigational",
3201
  "investigator",
3202
  "investigators",
3203
  "involved",
3204
  "involvement",
 
3205
  "involving",
 
3206
  "in\u2019",
3207
  "iod",
 
3208
  "ion",
3209
  "ior",
 
3210
  "ipex",
3211
+ "ipf",
3212
  "ipilimumab",
3213
+ "ips",
3214
+ "ipt",
3215
+ "ird",
3216
  "ire",
3217
  "irinotecan",
3218
+ "irm",
3219
  "iron",
3220
+ "irregular",
3221
  "is",
3222
  "is.",
3223
  "ischemia",
3224
  "ischemic",
3225
+ "iscl",
3226
  "ise",
3227
  "ish",
3228
  "isk",
3229
  "ism",
 
3230
  "isolated",
 
3231
  "iss",
 
3232
  "ist",
3233
  "it",
3234
  "it's",
3235
  "ite",
3236
  "ith",
3237
+ "itraconazole",
3238
  "its",
3239
+ "itself",
3240
+ "itt",
3241
  "itu",
3242
  "ity",
3243
  "it\u2019s",
 
 
3244
  "ium",
3245
  "iv",
3246
  "iva",
3247
+ "ivc",
3248
  "ive",
3249
+ "ivig",
3250
  "iz.",
3251
  "ize",
3252
  "izo",
 
3254
  "j.",
3255
  "jan",
3256
  "jan.",
3257
+ "jeopardize",
3258
+ "john",
3259
+ "johnson",
3260
+ "joint",
3261
  "jor",
3262
  "jr",
3263
  "jr.",
3264
+ "judge",
3265
  "judged",
3266
+ "judges",
3267
  "judgment",
3268
+ "juice",
3269
  "jul",
3270
  "jul.",
3271
  "jun",
3272
  "jun.",
3273
  "junction",
 
3274
  "k",
3275
  "k.",
 
3276
  "kan",
3277
  "kan.",
3278
  "kans",
3279
  "kans.",
3280
+ "kaposiform",
3281
+ "kava",
3282
  "ked",
3283
  "ken",
3284
+ "kenneth",
3285
+ "ker",
3286
  "ketoconazole",
3287
  "kg",
3288
  "kidney",
3289
  "kin",
 
 
 
3290
  "kla",
 
3291
  "knee",
 
3292
  "known",
3293
  "ks",
 
3294
  "ky",
3295
  "ky.",
3296
  "l",
3297
+ "l)]\u2020",
3298
  "l.",
3299
  "l1",
 
 
 
3300
  "la",
3301
  "la.",
3302
+ "lab",
3303
  "laboratory",
3304
+ "lactation",
3305
+ "laminectomy",
3306
  "lan",
3307
+ "landing",
3308
+ "lap",
3309
+ "laparoscopic",
3310
  "lar",
3311
  "large",
3312
+ "largest",
3313
  "last",
 
 
 
3314
  "latex",
3315
+ "laxatives",
3316
  "lbp",
3317
+ "lbs",
3318
+ "leading",
3319
+ "leaf",
3320
  "least",
3321
  "led",
3322
  "leep",
3323
  "left",
3324
+ "legs",
3325
+ "legume",
3326
  "len",
3327
+ "length",
3328
+ "lens",
3329
  "leptomeningeal",
3330
  "les",
3331
  "lesion",
 
3336
  "let's",
3337
  "lethal",
3338
  "let\u2019s",
3339
+ "leukapheresis",
3340
  "leukemia",
3341
+ "leukoencephalopathy",
3342
+ "leukopenia",
3343
  "level",
3344
  "levels",
3345
  "levonorgestrel",
3346
+ "lex",
3347
  "ley",
3348
+ "liberty",
 
3349
  "lic",
3350
  "lid",
 
3351
  "lif",
3352
  "life",
3353
+ "lifetime",
3354
+ "ligible",
3355
  "likely",
3356
  "limb",
3357
  "limit",
3358
  "limited",
 
3359
  "limits",
3360
  "lin",
3361
  "line",
3362
  "linked",
 
 
 
 
 
 
 
3363
  "live",
3364
  "liver",
3365
  "lives",
3366
+ "living",
3367
+ "lix",
3368
  "ll",
3369
  "ll.",
3370
+ "lla",
3371
  "llo",
3372
  "lls",
3373
  "lly",
 
3374
  "lo.",
3375
  "load",
3376
+ "loads",
3377
  "local",
3378
  "localized",
3379
  "locally",
3380
  "located",
 
 
 
3381
  "long",
3382
  "longer",
3383
  "longest",
3384
+ "longstanding",
3385
+ "loop",
3386
+ "lop",
3387
+ "lopinavir",
3388
+ "lopurin",
3389
+ "lor",
3390
+ "los",
3391
  "loss",
3392
+ "lot",
3393
  "lovin",
3394
  "lovin'",
3395
  "loving",
3396
  "lovin\u2019",
3397
  "low",
 
3398
  "lso",
3399
  "ltd",
3400
  "ltd.",
3401
  "lth",
3402
+ "lti",
3403
  "lts",
 
3404
  "lue",
3405
+ "lugano",
3406
  "lumbar",
 
3407
  "lung",
3408
+ "lungs",
3409
  "lupus",
 
 
3410
  "luvox",
3411
+ "lux",
3412
  "lv",
3413
+ "lva",
3414
+ "lve",
3415
  "lvef",
3416
  "lymph",
3417
  "lymphatic",
3418
  "lymphoblastic",
3419
+ "lymphocytes",
3420
+ "lymphocytic",
3421
+ "lymphodepletion",
3422
  "lymphoma",
3423
+ "lymphomas",
 
3424
  "m",
3425
  "m.",
3426
+ "m1",
 
3427
  "m2",
3428
  "m3",
3429
+ "mAb",
3430
  "mL",
3431
  "mTOR",
 
3432
  "m^3",
3433
+ "ma",
3434
  "ma'am",
3435
  "mab",
3436
+ "macroscopic",
3437
+ "macular",
3438
  "madam",
3439
+ "made",
3440
+ "magistrate",
3441
  "magnetic",
3442
  "main",
3443
+ "maintain",
3444
  "maintenance",
3445
  "major",
3446
+ "majority",
3447
  "make",
3448
  "mal",
3449
  "malabsorption",
 
3452
  "malignancies",
3453
  "malignancy",
3454
  "malignant",
 
 
3455
  "man",
3456
+ "managed",
3457
  "management",
3458
+ "mandated",
3459
+ "manditory",
3460
+ "mania",
3461
+ "manipulation",
3462
+ "mannitol",
3463
+ "maois",
3464
  "mar",
3465
  "mar.",
3466
+ "marfan",
3467
  "margins",
 
 
3468
  "marrow",
3469
  "mas",
3470
+ "mask",
3471
  "mass",
3472
  "mass.",
3473
+ "massive",
3474
  "matched",
3475
  "materials",
3476
+ "maternal",
3477
  "mature",
 
3478
  "may",
 
 
3479
  "ma\u2019am",
3480
  "mbc",
3481
+ "mbe",
3482
+ "mcclain",
3483
  "mcl",
3484
  "md",
3485
  "md.",
3486
+ "mdd",
3487
+ "mds",
3488
  "me/",
3489
  "mean",
3490
  "means",
 
3493
  "measures",
3494
  "mechanical",
3495
  "med",
3496
+ "mediations",
 
3497
  "medical",
3498
  "medically",
 
3499
  "medication",
3500
+ "medication(s",
3501
  "medications",
 
3502
  "meet",
3503
  "meets",
 
3504
  "melanoma",
3505
+ "melanomatous",
3506
+ "melitis",
3507
  "mellitus",
 
3508
  "member",
3509
+ "members",
3510
+ "membranes",
3511
  "men",
3512
+ "menarche",
3513
  "meningeal",
3514
+ "meningioma",
3515
  "meningitis",
 
3516
  "menopause",
3517
  "menses",
3518
+ "menstruating",
3519
  "menstruation",
3520
  "mental",
3521
+ "mer",
3522
  "mes",
3523
  "mesenteric",
3524
+ "mesh",
3525
  "messrs",
3526
  "messrs.",
3527
+ "metabolic",
3528
+ "metabolically",
3529
  "metabolism",
3530
+ "metabolized",
3531
+ "metal",
3532
+ "metallic",
3533
  "metastases",
3534
  "metastasis",
3535
  "metastatic",
 
 
3536
  "method",
3537
  "methods",
3538
+ "methotrexate",
3539
  "methylphenidate",
3540
+ "mf",
3541
  "mg",
 
 
3542
  "mi",
3543
  "mia",
3544
  "mib",
3545
+ "mibefradil",
3546
  "mic",
3547
  "mich",
3548
  "mich.",
3549
+ "microL",
3550
+ "microl",
3551
  "microliter",
3552
+ "microperimetry",
3553
  "middle",
3554
  "might",
3555
  "mil",
3556
+ "mild",
 
 
3557
  "milliseconds",
3558
  "min",
 
 
 
 
3559
  "minimum",
3560
  "minn",
3561
  "minn.",
3562
  "minor",
3563
  "minutes",
 
3564
  "miss",
3565
  "miss.",
3566
  "mit",
3567
+ "mitoq",
3568
  "ml",
3569
+ "mlU",
3570
+ "mln0128",
3571
+ "mlu",
3572
  "mm",
3573
  "mm3",
 
3574
  "mm^3",
3575
+ "mm\u00b3",
 
 
3576
  "mo",
3577
  "mo.",
3578
+ "mobilization",
3579
+ "modality",
3580
  "moderate",
3581
+ "modulate",
3582
+ "mofetil",
3583
  "mol",
3584
+ "molecule",
3585
+ "mon",
3586
+ "monitor",
3587
+ "monoclonal",
3588
  "monoxide",
3589
  "mont",
3590
  "mont.",
3591
+ "montefiore",
3592
  "month",
3593
  "months",
 
3594
  "mor",
3595
+ "morbidity",
3596
  "more",
3597
  "morning",
3598
+ "morphological",
3599
+ "most",
3600
+ "mother",
3601
+ "mothers",
3602
+ "motility",
3603
  "motor",
3604
+ "mouth",
3605
+ "movement",
3606
  "mph",
3607
+ "mpnst",
3608
+ "mpt",
3609
  "mr",
3610
  "mr.",
3611
  "mri",
3612
  "mrs",
3613
  "mrs.",
 
3614
  "ms",
3615
  "ms.",
3616
+ "msec",
3617
  "mt",
3618
  "mt.",
3619
  "mtd",
3620
  "mtor",
3621
+ "mua",
3622
+ "mucopolysaccharidoses",
3623
  "muga",
3624
+ "multi",
3625
+ "multidisciplinary",
3626
+ "multifocal",
3627
  "multiple",
3628
+ "multiport",
3629
  "mum",
3630
+ "murine",
3631
  "mus",
 
3632
  "must",
3633
+ "myasthenia",
3634
+ "mycofenolate",
3635
+ "mycophenolate",
 
3636
  "myeloablative",
3637
  "myeloblastic",
3638
+ "myelodysplastic",
3639
+ "myeloid",
3640
  "myeloma",
3641
+ "myeloproliferative",
3642
  "myelosuppressive",
3643
  "myocardial",
3644
+ "myocarditis",
3645
+ "myositis",
3646
  "myringotomy",
3647
  "n",
3648
  "n's",
 
3655
  "n.j.",
3656
  "n.m.",
3657
  "n.y.",
3658
+ "n2\u20103",
3659
  "na",
3660
+ "nac",
3661
  "naepp",
3662
+ "nail",
3663
  "naive",
3664
  "nal",
3665
+ "naltrexone",
3666
  "narrow",
3667
  "narrowing",
3668
+ "nasal",
3669
+ "nasogastric",
3670
+ "nature",
3671
  "nausea",
 
 
 
3672
  "nc.",
3673
  "nce",
3674
+ "nch",
3675
  "nci",
3676
  "ncy",
3677
  "nd.",
3678
  "nds",
3679
  "nea",
 
3680
  "neb",
3681
  "neb.",
3682
  "nebr",
3683
  "nebr.",
 
3684
  "necessary",
3685
  "neck",
3686
+ "necrolysis",
3687
+ "necrosis",
3688
  "ned",
3689
  "nee",
3690
  "need",
3691
+ "needle",
3692
+ "nefazodone",
3693
  "negative",
3694
+ "negligible",
3695
  "nel",
3696
  "nelfinavir",
3697
+ "neo)adjuvant",
3698
  "neoadjuvant",
3699
+ "neoplasm",
3700
  "ner",
 
3701
  "nerve",
3702
  "nervous",
3703
  "nes",
3704
+ "net",
3705
  "neural",
 
 
3706
  "neuroendocrine",
 
 
3707
  "neuroleptics",
3708
+ "neurologic",
3709
  "neurological",
3710
  "neuropathy",
 
3711
  "neuroradiologist",
3712
+ "neurostimulator",
3713
+ "neurosurgery",
3714
  "neutropenia",
3715
  "neutrophil",
3716
  "nev",
3717
  "nev.",
 
 
3718
  "new",
3719
  "newly",
3720
+ "next",
3721
  "ney",
3722
+ "ng",
3723
  "nge",
3724
+ "ngo",
3725
  "ngs",
3726
+ "nhl",
3727
  "nia",
3728
  "nib",
3729
  "nic",
3730
+ "nicotine",
3731
+ "nilutamide",
3732
+ "nitroglycerin",
3733
+ "nitrosourea",
3734
  "nivolumab",
3735
+ "nk",
3736
  "nka",
3737
  "nly",
3738
+ "nmol",
3739
  "nn.",
3740
  "no",
 
 
3741
  "nodal",
3742
  "node",
3743
  "nodes",
3744
+ "nodosa",
3745
+ "nodule",
3746
+ "nodules",
3747
  "nol",
3748
  "non",
3749
  "nonenhancing",
3750
+ "nonobese",
3751
+ "nonresectable",
3752
+ "nonselective",
3753
+ "non\u2010complex",
3754
  "nor",
3755
  "normal",
3756
+ "nortriptyline",
 
3757
  "nos",
3758
  "not",
3759
  "note",
 
3764
  "nothin\u2019",
3765
  "nov",
3766
  "nov.",
3767
+ "novo",
3768
  "now",
3769
  "ns.",
3770
  "nsaids",
3771
  "nsclc",
3772
  "nse",
3773
+ "nsip",
3774
  "nt",
3775
  "nt.",
3776
  "nth",
3777
  "nti",
3778
  "nto",
3779
  "nts",
3780
+ "nuclear",
3781
  "nue",
3782
  "nuff",
3783
+ "nus",
3784
  "nuthin",
3785
  "nuthin'",
3786
  "nuthin\u2019",
3787
+ "nutritional",
3788
  "nyha",
3789
+ "nza",
3790
  "n\u2019s",
3791
  "n\u2019t",
3792
  "o",
 
3796
  "o.0",
3797
  "o.O",
3798
  "o.o",
3799
+ "o2",
3800
  "o_0",
3801
  "o_O",
3802
  "o_o",
3803
+ "oab",
3804
  "oad",
3805
+ "oal",
3806
+ "oam",
3807
+ "ob",
3808
+ "oba",
3809
+ "obese",
3810
+ "objects",
3811
  "observation",
 
 
3812
  "obstructive",
3813
+ "obtain",
3814
  "obtained",
3815
+ "occasions",
3816
+ "occlusion",
3817
  "occlusive",
3818
  "occur",
3819
+ "occurred",
3820
  "ock",
3821
  "oct",
3822
  "oct.",
3823
  "ocular",
3824
  "ode",
3825
+ "odm-201",
3826
  "ods",
3827
  "ody",
3828
  "oes",
3829
  "of",
3830
  "of.",
3831
  "off",
3832
+ "officer",
3833
+ "often",
3834
+ "ogtt",
3835
  "ogy",
3836
+ "ohn",
3837
  "oid",
3838
+ "oil",
3839
  "oin",
3840
  "oke",
3841
  "okla",
 
3844
  "ol'",
3845
  "old",
3846
  "ole",
3847
+ "oligomenorrhea",
3848
+ "oligometastatic",
3849
+ "olive",
3850
  "oll",
3851
  "olo",
3852
  "ol\u2019",
 
3855
  "oms",
3856
  "omy",
3857
  "on",
 
 
3858
  "ond",
3859
  "ondansetron",
3860
  "one",
 
3865
  "ons",
3866
  "onset",
3867
  "ont",
3868
+ "onto",
3869
  "ood",
3870
  "ool",
3871
+ "oop",
3872
  "oophorectomy",
3873
+ "oor",
3874
  "oos",
3875
+ "ope",
3876
  "open",
3877
  "operable",
 
 
3878
  "opinion",
3879
+ "opioids",
3880
  "opportunistic",
3881
+ "ops",
3882
+ "optimal",
3883
+ "option",
3884
  "options",
3885
  "opy",
3886
  "or",
3887
  "oral",
3888
  "ord",
3889
+ "order",
3890
  "ore",
3891
  "ore.",
 
3892
  "organ",
3893
+ "organic",
3894
+ "organization",
3895
+ "organs",
3896
+ "orifice",
3897
+ "origin",
3898
+ "original",
3899
  "originating",
3900
  "ork",
3901
  "orm",
3902
+ "oropharyngeal",
3903
  "orp",
3904
  "ors",
3905
  "ort",
3906
  "orthopedic",
3907
  "ory",
3908
  "os.",
3909
+ "osa",
3910
  "ose",
 
3911
  "oss",
3912
+ "ossification",
3913
  "ost",
3914
+ "osteopenia",
3915
+ "osteoporosis",
3916
+ "otc",
3917
  "ote",
3918
  "oth",
3919
  "other",
 
3933
  "ove",
3934
  "over",
3935
  "overload",
3936
+ "ovo",
3937
  "own",
3938
+ "ows",
3939
+ "oxidant",
3940
+ "oxx",
3941
  "oxygen",
3942
  "o\u2019clock",
3943
  "o\u2019s",
 
3945
  "p.",
3946
  "p.m",
3947
  "p.m.",
3948
+ "p16(-",
3949
  "p450",
3950
  "pEF",
3951
  "pa",
3952
  "pa.",
3953
+ "pacemaker",
3954
+ "pah",
3955
  "pain",
3956
  "pal",
3957
  "palliative",
3958
+ "palmetto",
3959
+ "palpable",
3960
  "pancreas",
3961
+ "pancreatectomy",
3962
  "pancreatic",
3963
  "pancreatitis",
3964
+ "panniculectomy",
3965
+ "papillary",
3966
  "papilloma",
3967
+ "papillomavirus",
3968
+ "paracentesis",
3969
+ "paraplegia",
3970
  "parenchymal",
3971
  "parent",
3972
  "parenteral",
3973
+ "paresthesia",
3974
  "parkinson",
 
3975
  "part",
 
3976
  "participant",
3977
  "participants",
3978
  "participate",
 
3979
  "participating",
3980
  "participation",
3981
+ "particularly",
3982
+ "partly",
3983
  "partner",
3984
+ "partners",
3985
  "parts",
3986
  "past",
3987
  "pathologic",
 
3992
  "pathway",
3993
  "patient",
3994
  "patients",
3995
+ "pattern",
3996
+ "pazopanib",
3997
  "pbc",
3998
+ "pbsc",
3999
  "pcr",
4000
+ "pcr+",
4001
+ "pcs",
4002
+ "pd",
4003
+ "pd1",
4004
  "pdac",
 
4005
  "pe",
4006
+ "peau",
4007
  "pectoris",
4008
+ "ped",
4009
  "pediatric",
4010
+ "peginterferon",
4011
  "pelvic",
4012
  "pelvis",
4013
+ "pembrolizumab",
4014
  "pen",
4015
  "penetrating",
4016
+ "penile",
4017
+ "people",
4018
  "peptic",
4019
  "per",
4020
+ "perceived",
4021
  "perforation",
4022
  "perform",
 
4023
  "performed",
4024
+ "perhaps",
 
4025
  "pericardial",
4026
+ "pericarditis",
4027
  "period",
 
 
4028
  "peripheral",
4029
  "peritoneal",
4030
+ "permanent",
 
4031
  "permitted",
 
4032
  "persistent",
 
 
 
4033
  "persons",
4034
  "pes",
4035
  "pet",
 
 
 
4036
  "ph",
4037
  "ph.d.",
4038
  "pha",
4039
  "pharmacokinetic",
4040
  "phase",
4041
+ "phasic",
4042
  "phenobarbital",
 
4043
  "phenytoin",
4044
+ "pheochromocytoma",
4045
+ "phlegmon",
4046
+ "phosphodiesterase",
4047
+ "photodermatosis",
4048
  "photosensitivity",
4049
+ "phs",
4050
  "phy",
4051
  "physical",
4052
  "physician",
4053
+ "physiologically",
 
 
 
4054
  "pia",
4055
  "pic",
4056
+ "pid",
4057
+ "piercings",
4058
+ "pig",
4059
+ "pilot",
4060
  "pin",
4061
+ "pittsburgh",
4062
+ "place",
4063
  "placental",
4064
+ "plan",
4065
  "planned",
4066
  "planning",
4067
+ "plans",
4068
+ "plasma",
4069
+ "plate",
4070
+ "platelet",
4071
  "platinum",
4072
  "ple",
4073
+ "please",
4074
+ "plexus",
4075
+ "plo",
4076
  "ply",
4077
  "pm",
4078
+ "pml",
 
4079
  "pneumonia",
4080
+ "pneumonitis",
4081
+ "po-",
4082
+ "poa",
4083
+ "point",
4084
+ "polar",
4085
+ "polyarteritis",
4086
  "polyendocrinopathy",
 
4087
  "polymerase",
4088
+ "polyps",
 
 
 
4089
  "pomalidomide",
4090
+ "poor",
4091
  "poorly",
4092
  "popi",
4093
+ "populations",
4094
+ "porcelain",
4095
+ "porcine",
4096
  "porphyria",
4097
+ "porphyrins",
4098
+ "port",
4099
  "portal",
4100
+ "posaconazole",
4101
+ "pose",
4102
+ "posing",
4103
  "positive",
4104
  "positivity",
4105
  "positron",
 
 
4106
  "post",
4107
+ "posterior",
 
4108
  "pot",
4109
  "potent",
4110
  "potential",
4111
  "potentially",
4112
+ "ppd",
4113
+ "ppi",
4114
  "pr",
4115
  "pr.",
 
4116
  "practice",
4117
  "pre",
4118
  "pre-",
 
4120
  "preclude",
4121
  "precludes",
4122
  "precluding",
4123
+ "predefined",
4124
  "predicted",
4125
  "predisposing",
4126
  "predisposition",
4127
  "prednisone",
 
4128
  "pregnancy",
4129
  "pregnant",
4130
+ "preparation",
4131
+ "prescription",
4132
  "presence",
4133
+ "presentation",
4134
+ "presently",
4135
  "preserved",
4136
+ "presiding",
4137
+ "pressure",
4138
  "presumed",
4139
+ "presumptive",
4140
  "prevent",
4141
+ "preventative",
4142
+ "prevention",
4143
  "prevents",
4144
  "previous",
4145
  "previously",
4146
+ "primarily",
4147
  "primary",
 
 
4148
  "principal",
 
4149
  "prior",
4150
  "proBNP",
4151
+ "probation",
4152
+ "probiotic",
4153
  "problems",
4154
  "probnp",
4155
  "procedure",
4156
  "procedures",
4157
+ "produce",
4158
+ "producing",
4159
  "product",
4160
  "products",
4161
  "prof",
4162
  "prof.",
4163
+ "profile",
4164
  "progesterone",
4165
+ "prognosis",
4166
+ "program",
4167
  "progression",
4168
  "progressive",
4169
  "prohibit",
4170
  "prohibited",
4171
+ "projected",
4172
+ "proliferative",
4173
  "prolongation",
4174
+ "pronounced",
 
 
 
 
 
4175
  "prostate",
4176
+ "prosthetic",
4177
+ "proteasome",
4178
+ "proteins",
 
4179
  "protocol",
 
 
 
4180
  "protruding",
4181
  "proven",
4182
  "provide",
 
4186
  "psa",
4187
  "psc",
4188
  "pse",
4189
+ "pseudoaneurysm",
4190
  "psoriasis",
4191
+ "psoriatic",
4192
  "psy",
4193
  "psychiatric",
4194
+ "psychiatry",
4195
  "psychological",
 
4196
  "psychosis",
 
 
4197
  "psychotic",
4198
  "psychotropic",
 
 
 
4199
  "pt.",
4200
  "ptcl",
 
 
4201
  "pulmonary",
4202
+ "pulmonologist",
4203
+ "pulses",
4204
+ "pump",
4205
  "purpose",
 
4206
  "pus",
4207
+ "put",
4208
+ "puva",
4209
  "q",
4210
  "q.",
4211
+ "qrs",
4212
  "qtc",
4213
  "qtcb",
4214
  "qualify",
4215
+ "quality",
4216
+ "questionnaire",
4217
+ "questionnaires",
4218
  "r",
4219
  "r(s",
4220
  "r.",
4221
+ "r0",
4222
  "r2-",
4223
  "radiation",
4224
+ "radiologic",
 
 
 
 
4225
  "radiotherapy",
4226
  "raeb-2",
4227
+ "raised",
4228
  "ral",
4229
+ "raloxifene",
4230
  "ram",
 
4231
  "randomization",
4232
+ "randomized",
4233
  "range",
4234
+ "rash",
4235
+ "rasmussen",
4236
  "rate",
4237
  "rating",
4238
+ "raw",
4239
+ "rax",
4240
  "ray",
4241
+ "rce",
4242
  "rch",
4243
+ "rct",
 
4244
  "re",
4245
  "re-",
4246
  "re.",
4247
  "rea",
 
4248
  "reaction",
4249
  "reactions",
4250
+ "reactive",
4251
+ "reactivity",
4252
+ "read",
4253
  "reason",
4254
+ "reasonable",
4255
  "reasons",
4256
+ "receipt",
4257
  "receive",
4258
  "received",
4259
  "receiving",
4260
  "recent",
4261
+ "receptive",
4262
  "receptor",
 
4263
  "recipients",
4264
+ "recist",
4265
+ "reconstruction",
 
4266
  "recorded",
 
4267
  "recovered",
4268
  "recovery",
4269
+ "recur",
 
 
 
4270
  "recurrence",
4271
  "recurrent",
4272
  "red",
4273
  "reductase",
4274
+ "reduction",
4275
  "ree",
4276
+ "referrals",
4277
  "referred",
4278
+ "reflux",
4279
  "refractory",
4280
+ "refusal",
4281
+ "regard",
 
4282
  "regardless",
4283
  "regimen",
4284
  "regimens",
4285
  "region",
4286
  "regional",
4287
+ "regionally",
4288
  "registration",
4289
+ "rehabilitation",
 
4290
  "rel",
4291
  "relapse",
4292
  "relapsed",
4293
  "related",
4294
+ "relatives",
4295
  "remain",
4296
  "remained",
4297
+ "remains",
4298
  "remission",
4299
+ "removable",
 
4300
  "removal",
4301
+ "removed",
4302
  "ren",
4303
  "renal",
 
4304
  "rep",
4305
  "rep.",
4306
  "repair",
4307
  "repeat",
 
4308
  "replacement",
4309
+ "replacements",
4310
  "report",
4311
  "reported",
 
4312
  "reproductive",
4313
  "require",
4314
  "required",
 
4316
  "requirements",
4317
  "requires",
4318
  "requiring",
 
4319
  "res",
4320
  "research",
4321
+ "resectable",
4322
  "resected",
4323
  "resection",
4324
+ "reserve",
4325
  "residual",
 
4326
  "resistant",
4327
+ "resolution",
4328
  "resolved",
4329
  "resonance",
4330
  "respiratory",
 
 
4331
  "response",
4332
  "responsiveness",
4333
  "rest",
4334
+ "restriction",
4335
  "result",
4336
  "resulting",
4337
  "results",
4338
+ "resuscitation",
4339
  "retardation",
 
4340
  "retinopathy",
4341
+ "retrograde",
4342
+ "returned",
4343
  "rev",
4344
  "rev.",
4345
+ "rex",
 
 
 
4346
  "rfa",
4347
  "rge",
4348
+ "rgh",
4349
  "rgo",
4350
  "rgy",
 
4351
  "rhabdomyosarcoma",
 
4352
  "rheumatoid",
4353
+ "rhinosinusitis",
 
4354
  "ria",
 
4355
  "ric",
4356
+ "rifabutin",
4357
+ "rifampin",
4358
  "right",
 
 
4359
  "rim",
4360
  "rin",
 
 
 
4361
  "ris",
4362
  "risk",
4363
+ "rit",
4364
  "ritonavir",
4365
  "rituximab",
4366
  "riz",
 
4370
  "rms",
4371
  "rmy",
4372
  "rna",
4373
+ "roL",
4374
+ "rod",
4375
  "rof",
4376
  "rol",
4377
  "rom",
4378
  "ron",
 
 
4379
  "ros",
 
4380
  "row",
 
4381
  "rp.",
4382
+ "rre",
 
 
4383
  "rs.",
4384
  "rse",
4385
  "rst",
4386
+ "rta",
4387
  "rth",
4388
  "rts",
4389
+ "rty",
4390
  "rug",
 
 
4391
  "rum",
4392
+ "rupture",
4393
+ "ruptured",
4394
  "rus",
 
 
4395
  "rve",
 
4396
  "s",
4397
  "s's",
4398
  "s.",
 
4399
  "s.c.",
4400
+ "sAg",
4401
+ "saa",
 
4402
  "safe",
4403
  "safely",
4404
  "safety",
4405
+ "sag",
4406
  "sal",
4407
+ "salpingo",
4408
  "sam",
 
4409
  "samples",
 
4410
  "saquinavir",
4411
  "sarcoidosis",
4412
+ "saw",
4413
+ "say",
4414
+ "sbp",
4415
  "scale",
4416
  "scan",
4417
+ "scanner",
4418
  "scheduled",
4419
+ "schedules",
4420
  "schizo",
4421
  "schizoaffective",
4422
  "schizophrenia",
4423
  "school",
4424
  "scid",
4425
  "sclc",
4426
+ "scleroderma",
4427
+ "sclerosing",
4428
+ "sclerosis",
4429
  "score",
4430
+ "scoring",
4431
+ "screened",
4432
  "screening",
4433
+ "screws",
4434
  "sea",
4435
+ "sec",
4436
  "second",
4437
  "secondary",
4438
  "section",
 
4439
  "sed",
 
 
 
4440
  "see",
4441
+ "seeding",
4442
+ "seen",
4443
+ "segment",
4444
  "seizure",
4445
  "seizures",
4446
+ "sel",
4447
+ "selective",
4448
  "self",
4449
+ "seminal",
 
4450
  "sen",
4451
  "sen.",
4452
  "sensitive",
 
4457
  "sepsis",
4458
  "sept",
4459
  "sept.",
4460
+ "septicemia",
4461
+ "sequential",
4462
+ "ser",
4463
  "serious",
4464
+ "serology",
4465
  "seropositive",
4466
  "seropositivity",
4467
+ "serostatus",
4468
  "serous",
4469
  "serum",
4470
+ "serve",
4471
  "ses",
 
 
4472
  "set",
4473
  "setting",
4474
  "severe",
4475
+ "severely",
4476
  "severity",
4477
+ "sex",
4478
  "sexual",
4479
  "sexually",
4480
  "sh.",
 
4482
  "shall",
4483
  "she",
4484
  "she's",
4485
+ "sheet",
4486
  "she\u2019s",
 
4487
  "short",
4488
+ "shortening",
4489
  "should",
4490
+ "shoulder",
4491
  "shoulders",
4492
+ "shrapnel",
4493
+ "shunt",
4494
+ "shunts",
4495
  "sia",
4496
  "sibling",
4497
+ "sic",
4498
+ "side",
4499
  "signaling",
 
4500
  "significant",
4501
  "significantly",
4502
+ "signs",
 
4503
  "similar",
 
4504
  "sin",
4505
  "since",
4506
  "single",
4507
+ "sinus",
 
4508
  "sis",
4509
  "sit",
4510
  "site",
4511
  "site(s",
4512
  "sites",
4513
  "situ",
4514
+ "situated",
4515
  "situations",
4516
  "six",
4517
  "size",
 
4518
  "skin",
4519
+ "sle",
 
4520
  "sleep",
 
4521
  "sly",
4522
+ "sma",
4523
  "small",
4524
+ "smokers",
4525
  "smoking",
4526
+ "snris",
 
4527
  "social",
4528
  "society",
4529
+ "sole",
 
 
4530
  "solid",
4531
  "some",
 
4532
  "somethin",
4533
  "somethin'",
4534
  "something",
4535
  "somethin\u2019",
4536
  "son",
4537
+ "sops",
4538
  "sorafenib",
4539
+ "source",
4540
  "soy",
4541
  "space",
 
 
 
4542
  "specific",
4543
  "specified",
4544
  "specimen",
4545
+ "speculative",
 
4546
  "speechvive",
4547
  "sperm",
4548
+ "spermicidal",
4549
+ "spigelian",
4550
  "spinal",
4551
+ "spine",
4552
  "spiral",
4553
+ "spleen",
4554
+ "splenomegaly",
4555
+ "spontaneous",
4556
+ "spouses",
4557
  "squamous",
 
 
 
4558
  "srs",
 
4559
  "ss.",
4560
+ "ssri",
4561
+ "ssris",
4562
+ "ssrs",
4563
  "st",
4564
  "st.",
4565
+ "st/",
4566
  "stability",
4567
+ "stabilization",
4568
  "stabilized",
4569
  "stable",
4570
  "stage",
4571
+ "staged",
 
4572
  "standard",
 
 
4573
  "start",
4574
  "starting",
4575
  "status",
 
 
4576
  "stem",
4577
+ "stemi",
4578
+ "stents",
 
4579
  "step",
4580
+ "stereotactic",
4581
  "sterile",
4582
  "sterilization",
4583
+ "sterilized",
 
 
4584
  "steroidal",
4585
  "steroids",
4586
+ "steven",
4587
+ "still",
4588
+ "stopping",
4589
+ "strabismus",
 
4590
  "stroke",
4591
+ "strong",
4592
+ "strongly",
4593
  "sts",
 
4594
  "study",
4595
  "sty",
4596
+ "subcortical",
4597
  "subcutaneous",
 
 
 
4598
  "subject",
4599
  "subjects",
4600
  "subsequent",
 
4601
  "substance",
4602
+ "substances",
4603
+ "substitutes",
 
4604
  "successful",
 
 
4605
  "such",
4606
  "sue",
4607
+ "sufficient",
4608
+ "suggestive",
4609
+ "suicidal",
4610
+ "suicide",
4611
+ "suitable",
4612
+ "sunscreen",
4613
+ "supplement",
4614
  "supplemental",
4615
+ "supplements",
4616
  "support",
4617
+ "suppository",
4618
  "suppression",
4619
  "suppressive",
4620
+ "suppurativa",
 
4621
  "surface",
4622
+ "surfaces",
4623
+ "surgeons",
4624
  "surgery",
4625
  "surgical",
4626
  "surgically",
4627
+ "survey",
4628
+ "survival",
4629
  "survivors",
4630
  "sus",
 
4631
  "suspected",
 
 
 
4632
  "swallow",
4633
+ "symptom",
 
4634
  "symptomatic",
4635
  "symptoms",
4636
+ "syncope",
4637
  "syndrome",
4638
  "syndrome/",
 
 
 
 
4639
  "system",
4640
+ "systematic",
4641
  "systemic",
4642
+ "systolic",
4643
  "s\u2019s",
4644
  "t",
4645
  "t's",
 
4646
  "t.",
4647
+ "t3\u20104",
4648
+ "t790",
4649
+ "t790m",
4650
  "ta",
4651
+ "table",
4652
+ "tachycardia",
4653
  "tacrolimus",
4654
+ "tak-228",
4655
+ "tak-448",
4656
+ "tak-683",
4657
+ "tak-700",
4658
  "take",
4659
  "taken",
 
4660
  "taking",
4661
  "tal",
4662
+ "tamoxifen",
4663
+ "tamponade",
4664
  "tan",
 
 
 
4665
  "target",
4666
  "targeted",
 
4667
  "tat",
4668
  "tattoos",
 
 
4669
  "tbi",
4670
+ "tcd",
4671
+ "tch",
4672
  "td.",
4673
+ "tdn",
4674
  "team",
4675
+ "technician",
4676
  "techniques",
4677
  "ted",
4678
+ "tegaserod",
4679
+ "telaprevir",
4680
+ "telithromycin",
4681
  "tem",
4682
+ "temozolomide",
4683
  "ten",
4684
+ "ten)s",
4685
  "tenn",
4686
  "tenn.",
4687
+ "tense",
 
4688
  "tep",
4689
  "ter",
4690
  "teratogenic",
4691
+ "tere",
4692
  "terminal",
4693
  "tes",
4694
  "test",
 
4695
  "testing",
4696
+ "testosterone",
 
4697
  "tex",
 
 
4698
  "than",
4699
  "that",
4700
  "that's",
 
4703
  "their",
4704
  "them",
4705
  "then",
 
4706
  "therapeutic",
 
4707
  "therapies",
4708
  "therapy",
4709
  "there",
 
4711
  "there\u2019s",
4712
  "these",
4713
  "they",
4714
+ "third",
4715
  "this",
4716
  "this's",
4717
  "this\u2019s",
 
4718
  "thoracic",
4719
+ "thorax",
4720
  "those",
 
4721
  "three",
4722
  "thrombocytopenia",
 
 
4723
  "thrombosis",
4724
  "thrombotic",
4725
  "thrombus",
4726
  "through",
4727
  "throughout",
4728
  "ths",
4729
+ "thus",
4730
  "thy",
4731
+ "thymic",
 
4732
  "tia",
 
4733
  "tic",
 
4734
  "til",
4735
+ "tim",
4736
  "time",
 
 
4737
  "tin",
 
4738
  "tis",
4739
  "tissue",
4740
+ "tki",
 
4741
  "tly",
4742
+ "tms",
4743
  "tnbc",
4744
+ "tnf",
4745
+ "tnf)-inhibitors",
4746
+ "tni",
4747
+ "tnt",
4748
  "to",
4749
+ "toQ",
4750
  "tol",
4751
+ "tom",
 
 
 
4752
  "tomography",
4753
  "ton",
4754
  "tonsillectomy",
4755
  "topical",
4756
  "tor",
 
4757
  "total",
4758
+ "tourette",
4759
  "toxic",
4760
  "toxicities",
4761
  "toxicity",
4762
+ "tpn",
4763
+ "tracts",
4764
+ "transaminases",
 
 
 
 
 
 
4765
  "transformed",
4766
  "transfusions",
4767
  "transient",
4768
+ "transition",
4769
+ "transmitted",
4770
  "transplant",
4771
  "transplantation",
4772
+ "travel",
4773
+ "treadmill",
 
 
4774
  "treated",
4775
  "treating",
4776
  "treatment",
4777
+ "treatments",
 
4778
  "trial",
4779
+ "tricuspid",
4780
+ "tricyclics",
4781
+ "trigger",
4782
  "triple",
4783
  "tro",
 
4784
  "try",
4785
+ "tte",
4786
+ "tto",
4787
  "tube",
4788
  "tuberculosis",
4789
  "tubes",
 
4790
  "tumor",
 
4791
  "tumors",
4792
  "tumour",
4793
+ "turnstile",
4794
  "tus",
4795
+ "twelve",
4796
+ "twitch",
4797
  "two",
4798
  "tympanostomy",
4799
  "type",
4800
  "types",
4801
  "typical",
4802
+ "typically",
4803
  "t\u2019s",
4804
  "u",
4805
  "u.",
4806
+ "uL",
4807
  "ual",
4808
  "ube",
4809
  "uc",
 
4812
  "uce",
4813
  "uch",
4814
  "uct",
 
4815
  "ude",
4816
  "udy",
4817
  "ued",
 
4819
  "uff",
4820
  "ug.",
4821
  "ugh",
 
4822
  "ugs",
4823
  "uid",
4824
+ "uit",
4825
+ "ul",
4826
  "ul.",
4827
  "ula",
4828
  "ulcer",
4829
  "ulcerative",
4830
+ "ulcers",
4831
  "uld",
4832
  "ule",
 
4833
  "uln",
4834
  "ult",
4835
+ "ultimately",
4836
  "ultrasound",
4837
+ "umbilical",
4838
+ "umbrella",
4839
  "ume",
4840
+ "ump",
4841
  "un.",
4842
  "unable",
 
 
 
4843
  "uncontrolled",
4844
+ "uncorrectable",
4845
  "und",
4846
  "under",
4847
  "undergo",
 
4849
  "undergone",
4850
  "underlying",
4851
  "understanding",
4852
+ "undetectable",
4853
  "une",
4854
+ "unexplained",
4855
  "unfit",
 
4856
  "ung",
4857
  "unilateral",
4858
+ "unilaterally",
 
 
 
4859
  "unknown",
4860
  "unless",
4861
  "unlikely",
 
4863
  "unrelated",
4864
  "unresectable",
4865
  "unresected",
4866
+ "unspecified",
4867
  "unstable",
4868
+ "unsuitable",
4869
  "unt",
4870
  "until",
4871
  "untreated",
4872
  "unwilling",
 
4873
  "up",
4874
+ "ups",
 
 
 
4875
  "ure",
4876
+ "urgent",
4877
  "urine",
 
 
 
4878
  "urs",
4879
+ "urt",
4880
+ "urticaria",
4881
  "ury",
4882
  "us",
4883
  "use",
 
4886
  "ust",
4887
  "ute",
4888
  "uterine",
4889
+ "uth",
4890
+ "uti",
4891
+ "uto",
4892
  "uveitis",
 
4893
  "v",
4894
  "v.",
4895
  "v.s",
4896
  "v.s.",
4897
  "v.v",
4898
+ "v4.00",
4899
  "v_v",
4900
  "va",
4901
  "va.",
4902
  "vaccination",
4903
+ "vaccinations",
4904
  "vaccine",
4905
  "vaginal",
4906
  "val",
4907
+ "valsalva",
 
4908
  "value",
4909
+ "valve",
4910
+ "var",
4911
+ "varenicline",
4912
+ "various",
4913
  "vascular",
4914
  "vasculitis",
4915
+ "vasectomized",
4916
  "vasectomy",
4917
+ "vasovagal",
4918
+ "vault",
4919
  "ve",
4920
  "ved",
4921
+ "vedotin",
4922
  "vein",
4923
+ "veins",
4924
  "vel",
4925
+ "vemurafenib",
4926
  "ven",
4927
  "veno",
4928
  "venous",
4929
+ "ventilation",
4930
+ "ventral",
4931
  "ventricular",
4932
  "ver",
4933
  "verapamil",
4934
+ "verification",
 
 
 
4935
  "ves",
4936
+ "vessel",
4937
+ "vey",
4938
  "via",
4939
  "vic",
 
4940
  "vin",
4941
+ "vioxx",
4942
  "vir",
4943
  "viral",
4944
  "virus",
4945
  "vis",
4946
+ "visceral",
4947
  "visit",
4948
+ "visits",
4949
  "vismodegib",
4950
+ "visual",
4951
+ "visualase",
4952
  "vitamin",
4953
+ "vitiligo",
4954
  "vix",
4955
+ "vns",
4956
+ "voice",
4957
+ "voiding",
4958
+ "voltage",
4959
  "volume",
4960
  "vomiting",
4961
+ "voriconazole",
4962
  "vorinostat",
4963
  "vox",
4964
+ "vqa",
4965
  "vs",
4966
  "vs.",
4967
+ "vt-464",
4968
+ "vte",
 
4969
  "w",
4970
  "w's",
4971
  "w.",
4972
  "w/o",
4973
+ "wNP",
4974
  "wafers",
4975
+ "waiting",
 
 
4976
  "was",
4977
  "wash",
4978
  "wash.",
4979
  "washout",
4980
+ "wave",
4981
  "way",
4982
+ "wbc<3000",
4983
+ "wcbp",
4984
  "we",
4985
  "weakness",
4986
  "wed",
4987
  "week",
4988
  "weeks",
4989
+ "wegener",
4990
+ "weighed",
4991
  "weight",
4992
  "wel",
4993
+ "welder",
4994
+ "well",
4995
+ "wellbutrin",
4996
  "wer",
4997
  "were",
4998
  "what",
4999
  "what's",
5000
  "what\u2019s",
 
 
5001
  "when",
5002
  "when's",
5003
  "when\u2019s",
 
5008
  "which",
5009
  "whichever",
5010
  "while",
5011
+ "white",
5012
  "who",
5013
  "who's",
5014
+ "whole",
5015
  "whom",
5016
+ "whose",
5017
  "who\u2019s",
5018
  "why",
5019
  "why's",
5020
  "why\u2019s",
5021
  "will",
5022
  "willing",
 
 
5023
  "wilson",
5024
+ "window",
5025
+ "wires",
5026
  "wis",
5027
  "wis.",
5028
  "with",
 
5033
  "wo",
5034
  "woman",
5035
  "women",
5036
+ "worker",
5037
+ "working",
5038
+ "worsening",
5039
+ "wort",
5040
  "would",
5041
  "wound",
5042
+ "wrist",
5043
+ "written",
5044
  "wth",
5045
  "w\u2019s",
5046
  "x",
5047
  "x'",
5048
  "x'x",
5049
  "x'xxxx",
5050
+ "x-2",
5051
  "x.",
5052
  "x.X",
5053
  "x.d",
 
5061
  "xXXX",
5062
  "xXXXXd/d",
5063
  "xXx",
 
5064
  "x_X",
5065
  "x_d",
5066
  "x_x",
5067
  "xam",
5068
  "xd",
5069
+ "xd.dd",
5070
  "xdd",
5071
+ "xdd(-",
5072
  "xel",
 
5073
  "xic",
5074
+ "xil",
5075
  "xis",
5076
+ "xus",
 
5077
  "xx",
5078
  "xx'",
5079
  "xx'x",
5080
  "xx'xx",
 
5081
  "xx.",
5082
  "xxX",
 
5083
  "xx^d",
5084
  "xxd",
5085
  "xxx",
5086
  "xxx'x",
5087
+ "xxx)xxxx",
5088
  "xxx-",
5089
+ "xxx-d",
 
5090
  "xxx/xx",
5091
  "xxxXXX",
 
5092
  "xxxx",
5093
  "xxxx'",
5094
  "xxxx'x",
5095
  "xxxx(x",
5096
  "xxxx-",
5097
  "xxxx-d",
 
5098
  "xxxx/",
5099
+ "xxxx<dd.dx",
5100
+ "xxxxX",
5101
+ "xxxxXXX",
5102
  "xxxx\u2019",
5103
  "xxxx\u2019x",
5104
+ "xxx\u2010xxxx",
5105
  "xxx\u2019x",
5106
  "xx\u2019",
5107
  "xx\u2019x",
 
5114
  "y'",
5115
  "y's",
5116
  "y.",
 
5117
  "year",
5118
  "years",
5119
  "yed",
5120
+ "yes",
5121
  "yme",
5122
+ "yohimbe",
5123
  "york",
5124
  "you",
5125
  "ype",
5126
+ "yps",
5127
  "ysm",
5128
+ "yte",
5129
  "y\u2019",
5130
  "y\u2019s",
5131
  "z",
5132
  "z.",
5133
  "zed",
5134
+ "zem",
5135
+ "zone",
5136
+ "zonular",
5137
+ "zyban",
5138
+ "zyloprim",
5139
  "|",
5140
  "}",
5141
  "\u00a0",
5142
  "\u00ac",
5143
  "\u00ac_\u00ac",
5144
+ "\u00ae",
5145
  "\u00af",
5146
  "\u00af\\(x)/\u00af",
5147
  "\u00af\\(\u30c4)/\u00af",
 
5154
  "\u00b0f.",
5155
  "\u00b0k.",
5156
  "\u00b0x.",
 
 
5157
  "\u00e4",
5158
  "\u00e4.",
 
5159
  "\u00f6",
5160
  "\u00f6.",
5161
  "\u00fc",
5162
  "\u00fc.",
5163
+ "\u03bc",
5164
+ "\u03bcL",
5165
+ "\u03bcl",
5166
  "\u0ca0",
5167
  "\u0ca0_\u0ca0",
5168
  "\u0ca0\ufe35\u0ca0",
 
5203
  "\u2019xxxx",
5204
  "\u2019y",
5205
  "\u2019\u2019",
5206
+ "\u2122",
5207
  "\u2264",
5208
+ "\u226414",
5209
+ "\u226428",
5210
+ "\u2264dd",
5211
  "\u2265",
5212
  "\u22651",
5213
+ "\u22651,000",
5214
+ "\u22651.2",
5215
+ "\u22651.5",
5216
+ "\u226514",
5217
  "\u2265450",
5218
+ "\u2265470",
5219
  "\u226560",
 
 
5220
  "\u2265d",
5221
+ "\u2265d,ddd",
5222
  "\u2265d.d",
5223
  "\u2265dd",
5224
  "\u2265ddd",
 
5225
  "\u2501",
5226
  "\u253b",
5227
  "\u253b\u2501\u253b",