nitinyadav commited on
Commit
9dcafac
·
verified ·
1 Parent(s): 94e28cd

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-task3
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-task3/ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0efe322782ae98b74319d31a213ff285a180e7afc3f3d4c5ebe9afc36028429b
3
  size 3836040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5325be193a7742bb6fab92f80240d11272c510a9775c1196644f47c8077ac8
3
  size 3836040
medical-ner-task3/ner/moves CHANGED
@@ -1 +1 @@
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�
 
1
+ ��moves�${"0":{},"1":{"TREATMENT":-1,"CHRONIC DISEASE":-2,"ALLERGY":-3,"CANCER":-4},"2":{"TREATMENT":-1,"CHRONIC DISEASE":-2,"ALLERGY":-3,"CANCER":-4},"3":{"TREATMENT":-1,"CHRONIC DISEASE":-2,"ALLERGY":-3,"CANCER":-4},"4":{"":1,"TREATMENT":-1,"CHRONIC DISEASE":-2,"ALLERGY":-3,"CANCER":-4},"5":{"":1}}�cfg��neg_key�
medical-ner-task3/vocab/strings.json CHANGED
@@ -68,12 +68,15 @@
68
  "-",
69
  "-((",
70
  "-))",
 
71
  "-/",
72
  "-0",
73
- "-21",
74
  "-3",
 
75
  "-67",
76
  "-8",
 
77
  "-D",
78
  "-O",
79
  "-P",
@@ -82,17 +85,15 @@
82
  "-_-",
83
  "-__-",
84
  "-d",
 
85
  "-o",
86
  "-p",
87
  "-x",
88
  "-|",
89
  ".",
90
- ".02",
91
  ".62",
92
  ".73",
93
- ".75",
94
  ".80",
95
- ".89",
96
  ".C.",
97
  ".D.",
98
  ".E.",
@@ -107,149 +108,147 @@
107
  ".m.",
108
  ".s.",
109
  "/",
 
110
  "/3",
111
- "/70",
112
  "/d",
113
  "/or",
 
 
 
114
  "0",
115
  "0.0",
 
 
116
  "0.5",
117
  "0.62",
118
- "0.7",
119
- "0.75",
120
- "0.8",
121
  "0.80",
122
  "0.o",
 
123
  "000",
124
- "045",
125
- "051",
126
- "053",
127
- "0Gy",
128
  "0_0",
129
  "0_o",
130
- "0ml",
131
  "1",
 
132
  "1.1",
 
133
  "1.5",
134
  "10",
135
  "100",
136
- "1000",
 
137
  "105",
138
  "10a.m",
139
  "10a.m.",
 
140
  "10p.m",
141
  "10p.m.",
 
 
142
  "11",
143
- "112",
144
  "11a.m",
145
  "11a.m.",
146
  "11p.m",
147
  "11p.m.",
148
  "12",
149
  "120",
150
- "125",
151
- "129Xe",
152
- "129xe",
153
  "12a.m",
154
  "12a.m.",
155
  "12p.m",
156
  "12p.m.",
 
 
 
157
  "14",
158
  "15",
159
- "150",
160
- "161",
161
- "180",
 
 
 
 
 
162
  "19",
163
- "19X",
164
- "19q",
165
- "1:10",
166
  "1a.m",
167
  "1a.m.",
168
  "1p.m",
169
  "1p.m.",
170
- "1p/19q",
171
  "2",
172
  "2.0",
173
  "2.5",
174
- "2/3",
175
  "20",
176
- "20/70",
177
  "200",
178
  "2000",
 
179
  "21",
 
 
180
  "24",
181
  "25",
182
- "26",
183
  "28",
184
- "2X",
185
  "2a.m",
186
  "2a.m.",
187
  "2nd",
188
  "2p.m",
189
  "2p.m.",
190
- "2x",
191
  "3",
192
- "3,4",
193
  "3.0",
194
- "3.1",
195
- "3.1.1",
196
  "30",
197
- "300.02",
198
- "309.89",
199
- "30ml",
200
  "325",
201
- "32b",
202
  "33",
203
  "333",
 
 
 
204
  "3A4",
205
- "3B",
206
  "3a.m",
207
  "3a.m.",
208
  "3a4",
209
- "3b",
210
- "3m2",
211
  "3p.m",
212
  "3p.m.",
213
  "3rd",
214
- "3x",
215
  "4",
216
  "4.0",
217
  "40",
218
- "401",
219
- "44",
220
  "45",
221
  "450",
 
222
  "48",
 
 
223
  "4a.m",
224
  "4a.m.",
225
  "4p.m",
226
  "4p.m.",
227
  "5",
 
228
  "50",
 
229
  "500",
230
  "570",
231
- "58R",
232
- "5X",
233
  "5a.m",
234
  "5a.m.",
235
  "5p.m",
236
  "5p.m.",
237
- "5th",
238
- "5x",
239
  "6",
240
  "60",
241
- "61Q",
242
  "6a.m",
243
  "6a.m.",
244
  "6p.m",
245
  "6p.m.",
246
  "7",
247
- "7.5",
248
- "72h",
249
- "75",
250
- "75th",
251
- "762",
252
- "78A",
253
  "790",
254
  "7a.m",
255
  "7a.m.",
@@ -261,11 +260,9 @@
261
  "8-)",
262
  "8-D",
263
  "8-d",
264
- "8.0",
265
- "80",
266
  "81",
267
- "821",
268
- "85R",
269
  "8D",
270
  "8a.m",
271
  "8a.m.",
@@ -274,7 +271,7 @@
274
  "8p.m.",
275
  "9",
276
  "90",
277
- "9Xe",
278
  "9a.m",
279
  "9a.m.",
280
  "9p.m",
@@ -317,7 +314,6 @@
317
  ":/",
318
  ":0",
319
  ":1",
320
- ":10",
321
  ":3",
322
  ":>",
323
  ":D",
@@ -382,47 +378,49 @@
382
  "A",
383
  "A-4",
384
  "A1C",
385
- "ABA",
386
- "ABG",
 
387
  "ACE",
388
- "ACL",
389
- "ACPs",
390
  "AD",
391
  "ADHD",
392
- "ADM",
 
 
393
  "AEs",
394
- "AFP",
395
  "AIDS",
396
- "AJCC",
397
- "AKO",
398
- "ALK",
399
  "ALLERGY",
400
  "ALT",
 
401
  "AML",
402
  "ANC",
403
  "AND",
404
- "ANO",
405
- "ANS",
406
- "AOI",
407
  "ARP",
 
408
  "ASA",
 
 
 
409
  "AST",
410
  "ATG",
411
  "AV",
 
412
  "Able",
413
- "Abnormal",
414
- "Absolute",
415
- "Accelerated",
416
- "Acceptance",
417
  "Achilles",
418
- "Act",
419
  "Active",
420
  "Acute",
421
  "Adm",
422
  "Adm.",
423
- "Administration",
424
  "Advanced",
425
  "Adverse",
 
 
 
 
426
  "Ai",
427
  "Ak",
428
  "Ak.",
@@ -431,20 +429,29 @@
431
  "Alabama",
432
  "Alanine",
433
  "Alaska",
 
 
434
  "All",
 
435
  "Allergy",
436
- "American",
437
- "Aminotransferase",
438
- "Ancef",
439
- "Another",
 
440
  "Anti",
441
- "Antibiotics",
442
  "Anticipate",
 
 
 
443
  "Any",
444
  "Aortic",
 
 
445
  "Apr",
446
  "Apr.",
447
  "April",
 
448
  "Are",
449
  "Ariz",
450
  "Ariz.",
@@ -452,421 +459,420 @@
452
  "Ark",
453
  "Ark.",
454
  "Arkansas",
455
- "Arm",
456
- "Arnold",
457
- "Artery",
458
- "Arthritis",
459
- "As",
460
  "Ascites",
461
- "Aspartate",
462
- "Aspergillus",
463
- "Assessment",
464
  "Association",
465
  "Asymptomatic",
466
  "At",
 
467
  "Attention",
468
  "Aug",
469
  "Aug.",
470
  "August",
471
- "Autoimmune",
472
  "Axis",
473
- "A\u03b2",
474
  "B",
475
  "B-1",
476
- "BC",
 
 
477
  "BCC",
478
- "BCS",
479
- "BCs",
480
  "BMI",
481
- "BMN",
482
  "BP",
483
- "Bacillus",
484
- "Baseline",
485
- "Battery",
 
486
  "Be",
487
- "Bevacizumab",
488
  "Bilateral",
489
  "Biliary",
 
490
  "Biopsy",
491
- "Biotherapy",
492
- "Bladder",
493
- "Blood",
494
- "Brachial",
 
 
495
  "Brain",
496
- "Brigham",
497
  "Bros",
498
  "Bros.",
499
- "Bypass",
500
  "C",
501
  "C'm",
502
  "C++",
503
  "C.",
504
- "C1100",
505
- "CA-125",
506
  "CAADID",
507
- "CABA",
508
- "CABG",
509
  "CAE",
510
  "CANCER",
511
- "CAR",
512
- "CART19",
513
  "CBC",
514
- "CBP",
 
515
  "CD19",
 
 
 
 
 
 
516
  "CHF",
517
  "CHRONIC DISEASE",
518
  "CIN",
519
  "CIS",
520
- "CKD",
521
  "CLC",
522
- "CLIA",
523
  "CNS",
 
524
  "COPD",
525
- "CPI",
526
- "CPs",
527
- "CR1",
528
  "CRC",
 
529
  "CSF",
530
  "CT",
531
  "CTCAE",
532
- "CTCL",
533
- "CTEP",
534
  "CTLA-4",
535
- "CVA",
536
  "CYP",
 
537
  "CYP3A4",
538
  "Ca",
539
- "CaP",
540
  "Calif",
541
  "Calif.",
542
  "California",
543
  "Can",
544
- "Canadian",
545
  "Cancer",
 
546
  "Cardiac",
547
- "Cardiovascular",
548
  "Cause",
549
- "Cefoxitin",
550
  "Cell",
551
- "Cells",
552
- "Cerebral",
553
  "Chemotherapy",
554
- "Chiari",
555
- "Chinese",
556
  "Chronic",
557
  "Chronotropic",
 
558
  "Class",
 
 
559
  "Clinical",
560
  "Clinically",
561
  "Co",
562
  "Co.",
563
- "Cognitive",
564
- "Cohort",
565
- "Collaboration",
566
  "Colo",
567
  "Colo.",
568
  "Colorado",
569
  "Common",
570
  "Complete",
571
- "Complex",
 
572
  "Concomitant",
573
  "Concurrent",
574
- "Concussion",
575
  "Confirmed",
576
  "Congenital",
577
  "Congestive",
578
  "Conn",
579
  "Conn.",
580
  "Connecticut",
581
- "Consent",
582
- "Continuation",
583
  "Contraindication",
584
- "Contraindications",
585
- "Contralateral",
586
  "Control",
587
- "Coronary",
588
  "Corp",
589
  "Corp.",
590
- "Correct",
591
  "Cos",
592
  "Could",
 
593
  "Coz",
594
  "Criteria",
595
  "Crohn",
 
596
  "Current",
597
  "Currently",
 
598
  "Cuz",
599
- "Cyanotic",
600
- "Cyberknife",
601
  "Cycle",
602
- "Cytarabine",
603
- "Cytogenetic",
604
  "C\u2019m",
605
  "D",
606
  "D-1",
607
  "D.",
608
  "D.C.",
609
  "D19",
610
- "DA",
611
- "DAC",
612
- "DAKO",
613
- "DAP",
614
- "DC",
615
  "DCIS",
616
- "DFU",
617
  "DHD",
 
618
  "DID",
 
 
619
  "DL2",
620
- "DLIs",
 
621
  "DM",
622
- "DONOR",
623
- "DS-3032b",
 
624
  "DSM-5",
625
- "DT",
626
- "DU",
627
  "DVT",
 
628
  "Dare",
629
  "Day",
630
  "Dec",
631
  "Dec.",
632
  "December",
633
- "Deep",
634
  "Del",
635
  "Del.",
636
  "Delaware",
637
- "Deletion",
638
- "Detectable",
639
  "Diabetes",
640
  "Diagnosed",
641
  "Diagnosis",
 
642
  "Did",
643
  "Diffuse",
644
  "Disease",
645
  "Disorder",
 
 
 
646
  "Do",
647
  "Documented",
648
  "Does",
649
  "Doin",
650
  "Doin'",
651
  "Doin\u2019",
652
- "Dose",
653
  "Dr",
654
  "Dr.",
 
655
  "Drugs",
656
- "Duodopa",
657
  "E",
658
  "E.G.",
659
  "E.g",
660
  "E.g.",
 
661
  "ECG",
662
- "EEP",
 
 
663
  "EGF",
664
  "EGFR",
665
  "EGWs",
666
- "EMS",
667
- "EN2",
668
- "EPI",
669
  "ER",
670
  "ER2",
671
- "ERC",
672
  "ERD",
673
- "ERV",
674
- "EV1",
675
- "Elevated",
676
- "Elevation",
677
- "Eligible",
678
- "Endometrial",
679
- "Epidemiology",
680
- "Epidermal",
681
- "Epoch",
682
- "Escalation",
 
 
 
 
683
  "Events",
684
  "Evidence",
685
- "Exam",
686
- "Examination",
687
- "Exceptions",
688
- "Exclusionary",
689
- "Exon",
690
  "Expansion",
691
- "Expected",
692
  "Experienced",
693
- "Extensive",
694
- "Extranodal",
695
  "F",
696
  "F-1",
697
  "F.",
698
- "FEV1",
699
  "FFPE",
700
- "FISH",
701
- "FOLFOX",
702
- "FOX",
703
  "FPE",
704
- "FSGS",
 
705
  "FVC",
706
- "Facial",
707
- "Factor",
708
- "Family",
709
  "Feb",
710
  "Feb.",
711
  "February",
712
- "Females",
 
 
 
713
  "Fla",
714
  "Fla.",
715
- "Flex",
716
  "Florida",
717
  "Follicular",
718
  "For",
719
- "Freshly",
720
  "G",
721
  "G-3",
722
- "G11778A",
723
- "G719X",
724
  "GCSF",
725
- "GD1",
726
- "GEC",
727
  "GERD",
728
  "GFR",
729
- "GH",
730
  "GI",
731
- "GIB",
732
  "GIST",
733
- "GSK525762",
734
- "GTP",
 
735
  "GVHD",
736
  "GWs",
 
737
  "Ga",
738
  "Ga.",
739
- "Gamma",
 
740
  "Gen",
741
  "Gen.",
742
- "Gentimicin",
743
  "Georgia",
744
  "Gilbert",
745
  "Goin",
746
  "Goin'",
747
  "Goin\u2019",
748
  "Gon",
749
- "Good",
750
  "Got",
751
  "Gov",
752
  "Gov.",
753
  "Grade",
754
- "Graft",
 
755
  "Grave",
 
 
756
  "Group",
757
- "Growth",
 
758
  "GvHD",
 
759
  "Gynecologic",
760
  "H",
761
  "H2",
762
- "HAV",
763
  "HBV",
 
 
764
  "HBsAg",
 
765
  "HCC",
766
- "HCG",
767
  "HCV",
768
- "HD",
769
- "HER-2",
770
  "HER2",
771
- "HERV",
 
772
  "HIV",
773
- "HON",
774
  "HRR",
775
  "HSCT",
776
- "HTLV-1",
777
- "HTLV-2",
778
  "Had",
779
- "Haploidentical",
780
  "Has",
781
  "Have",
782
  "Havin",
783
  "Havin'",
 
784
  "Havin\u2019",
785
  "HbA1C",
 
786
  "He",
787
  "He's",
788
- "Head",
789
  "Heart",
790
- "Hematopoietic",
791
  "Hemoglobin",
792
  "Hep",
 
 
793
  "Hepatic",
794
  "Hepatitis",
795
- "Her2)/neu",
796
- "HercepTest",
797
  "He\u2019s",
798
  "Hg",
799
  "Hgb",
800
  "High",
801
- "Hiltonol",
802
- "Hip",
803
- "Histologic",
804
  "Histologically",
805
  "History",
806
  "Hodgkin",
807
  "Hospital",
808
  "How",
809
  "How's",
 
810
  "How\u2019s",
 
811
  "Hypersensitivity",
812
- "Hypocitraturic",
813
- "Hypotension",
814
- "Hysterectomy",
815
  "I",
816
  "I.E.",
817
  "I.e",
818
  "I.e.",
 
 
 
819
  "IDS",
820
  "IDs",
821
  "IGF-1",
822
- "IHC",
823
  "II",
824
  "III",
825
- "IMWG",
826
- "IS",
827
- "ISH",
 
828
  "IST",
829
- "ITP",
830
- "IU",
831
- "IUD",
832
  "IV",
833
- "IVC",
834
- "IVIg",
835
  "Ia",
836
  "Ia.",
837
  "Id",
838
  "Id.",
839
  "Idaho",
840
- "Idiopathic",
841
- "IgM",
 
 
842
  "Ill",
843
  "Ill.",
844
  "Illinois",
845
- "Imminent",
846
- "Immunosuppressive",
847
  "Impaired",
848
- "Improvement",
849
  "In",
 
 
850
  "Inc",
851
  "Inc.",
852
  "Ind",
853
  "Ind.",
 
854
  "Indiana",
855
- "Individuals",
856
- "Infection",
857
  "Inflammatory",
858
- "Initiated",
859
- "Institute",
 
860
  "Insulin",
 
861
  "Invasive",
862
- "Investigator",
863
  "Iowa",
864
  "Is",
865
  "It",
866
  "It's",
867
  "It\u2019s",
868
  "J",
869
- "JCC",
 
870
  "Jan",
871
  "Jan.",
872
  "January",
@@ -881,82 +887,89 @@
881
  "June",
882
  "K",
883
  "K.",
884
- "KLH",
885
  "Kan",
886
  "Kan.",
887
  "Kans",
888
  "Kans.",
889
  "Kansas",
890
  "Kentucky",
891
- "Kettering",
892
  "Ki-67",
893
- "Kidney",
894
- "Knife",
 
 
895
  "Known",
896
  "Ky",
897
  "Ky.",
898
  "L",
899
  "L1",
900
- "L8585R",
901
- "L858R",
902
- "L861Q",
903
  "LAG-3",
904
- "LCL161",
905
- "LEEP",
906
- "LHON",
907
- "LIA",
908
- "LIs",
 
 
 
 
909
  "La",
910
  "La.",
911
- "Laboratory",
912
- "Lead",
913
  "Leaking",
914
- "Lesion",
 
915
  "Let",
916
  "Let's",
917
  "Let\u2019s",
 
918
  "Leukopenia",
919
- "Lichen",
920
- "Limits",
921
- "Lincomcin",
922
  "Liver",
923
  "Louisiana",
924
- "Lovaza",
925
  "Lovin",
926
  "Lovin'",
927
  "Lovin\u2019",
928
  "Ltd",
929
  "Ltd.",
930
  "Lupus",
 
 
 
 
 
931
  "M",
932
  "M-5",
933
- "MAOI",
934
  "MCL",
 
935
  "MDS",
936
  "MEDI-570",
937
- "MEK",
938
- "MEN2",
939
- "MET",
940
- "MG",
941
- "MMSE",
942
- "MPM",
943
  "MPN",
944
  "MPS",
945
  "MR",
946
  "MRI",
947
- "MRspectroscopy",
948
  "MS",
949
- "MSE",
950
- "MSK",
951
- "MWG",
 
952
  "Ma'am",
953
- "Main",
954
  "Major",
955
- "Malabsorption",
956
- "Males",
 
957
  "Mar",
958
  "Mar.",
959
  "March",
 
 
960
  "Mass",
961
  "Mass.",
962
  "Massachusetts",
@@ -966,32 +979,32 @@
966
  "Md",
967
  "Md.",
968
  "Measurable",
969
- "Measureable",
970
- "Medical",
971
- "Memorial",
 
972
  "Mental",
973
  "Messrs",
974
  "Messrs.",
975
- "Metallic",
976
  "Mich",
977
  "Mich.",
978
  "Michigan",
979
  "Might",
980
- "Mild",
981
- "Mini",
982
  "Minn",
983
  "Minn.",
984
  "Minnesota",
985
  "Miss",
986
  "Miss.",
987
  "Mississippi",
988
- "Mixed",
989
  "Mo",
990
  "Mo.",
991
  "Moderate",
 
992
  "Mont",
993
  "Mont.",
994
- "Morbid",
 
995
  "Mount",
996
  "Mr",
997
  "Mr.",
@@ -1001,47 +1014,46 @@
1001
  "Ms.",
1002
  "Mt",
1003
  "Mt.",
 
1004
  "Must",
 
1005
  "Myelodysplastic",
 
1006
  "N",
1007
- "N+",
1008
- "N-",
1009
  "N.C.",
1010
  "N.D.",
1011
  "N.H.",
1012
  "N.J.",
1013
  "N.M.",
1014
  "N.Y.",
1015
- "NAT",
 
1016
  "NBC",
 
1017
  "NCI",
1018
- "NF",
 
 
1019
  "NHL",
1020
- "NK",
1021
- "NKA",
1022
  "NO",
1023
- "NOR",
1024
  "NOS",
1025
  "NOT",
1026
- "NSAIDS",
1027
  "NSAIDs",
1028
  "NSCLC",
1029
- "NSL",
1030
- "NSLC",
1031
- "NY",
1032
  "NYHA",
1033
- "National",
 
 
1034
  "Neb",
1035
  "Neb.",
1036
  "Nebr",
1037
  "Nebr.",
1038
  "Nebraska",
1039
  "Need",
1040
- "Negative",
1041
- "Neoplasm",
1042
  "Neurologic",
1043
- "Neurontin",
1044
- "Neuropsychological",
1045
  "Nev",
1046
  "Nev.",
1047
  "Nevada",
@@ -1057,6 +1069,7 @@
1057
  "North Carolina",
1058
  "North Dakota",
1059
  "Not",
 
1060
  "Nothin",
1061
  "Nothin'",
1062
  "Nothin\u2019",
@@ -1066,182 +1079,192 @@
1066
  "Nuthin",
1067
  "Nuthin'",
1068
  "Nuthin\u2019",
 
1069
  "O",
1070
  "O'clock",
1071
  "O.O",
1072
  "O.o",
1073
- "OCA",
 
 
1074
  "OPD",
1075
- "OPT-821",
1076
  "OR",
1077
- "OS1",
1078
- "OTC",
1079
  "O_O",
1080
  "O_o",
 
1081
  "Obstructive",
 
1082
  "Oct",
1083
  "Oct.",
1084
  "October",
1085
- "Off",
1086
  "Okla",
1087
  "Okla.",
1088
  "Oklahoma",
1089
  "Ol",
1090
  "Ol'",
1091
  "Ol\u2019",
 
 
 
1092
  "Ongoing",
1093
- "Oral",
1094
  "Ore",
1095
  "Ore.",
1096
  "Oregon",
 
1097
  "Other",
1098
  "Ought",
 
 
1099
  "O\u2019clock",
1100
  "P",
1101
  "P450",
1102
  "PAH",
1103
  "PARP",
1104
- "PCNSL",
1105
  "PCR",
 
1106
  "PD",
1107
  "PD-1",
1108
- "PDAC",
1109
  "PDL2",
1110
- "PERC",
1111
- "PET",
1112
  "PI",
1113
- "PNH",
1114
- "PO",
 
 
1115
  "PPD",
1116
- "PR",
1117
- "PRNT80",
1118
- "PRO045",
1119
- "PRO051",
1120
- "PRO053",
1121
  "PSA",
 
 
1122
  "Pa",
1123
  "Pa.",
1124
- "Pacemaker",
1125
- "Packed",
1126
  "Paget",
1127
- "Parameters",
1128
- "Parkinson",
1129
- "Paroxysmal",
 
 
 
 
1130
  "Participants",
1131
  "Participation",
1132
  "Past",
1133
  "Pathologically",
1134
  "Patient",
1135
  "Patients",
1136
- "Pediatric",
1137
- "Pembrolizumab",
1138
  "Pennsylvania",
 
 
1139
  "Ph",
1140
  "Ph.D.",
1141
- "Phenytoin",
1142
- "Physically",
1143
- "Plastic",
1144
  "Platelet",
1145
- "Polyarthritis",
1146
- "Poor",
1147
- "Poorly",
 
1148
  "Post",
1149
- "Prazosin",
1150
- "Pre",
1151
- "Preexisting",
1152
- "Prelinguistic",
1153
  "Presence",
1154
  "Present",
1155
- "Presentation",
1156
  "Previous",
 
1157
  "Primary",
1158
- "Principal",
1159
  "Prior",
1160
- "Problems",
1161
  "Prof",
1162
  "Prof.",
 
1163
  "Progressive",
 
1164
  "Prostate",
1165
- "Psoriatic",
1166
- "Psychiatric",
 
 
1167
  "Pulmonary",
1168
- "Pulse",
1169
- "Purpura",
1170
  "Q",
1171
- "QAS",
1172
- "QS-21",
1173
  "QT",
1174
- "QTc",
1175
- "Qualification",
1176
- "Quantifiable",
1177
- "Questionnaire",
1178
  "R",
1179
- "R-2",
1180
- "RA",
1181
  "RAEB-1",
1182
- "RAF",
1183
- "RANO",
1184
- "RAS",
1185
- "RBANS",
1186
- "RBCs",
1187
  "RCC",
1188
  "RCMD+/-RS",
1189
  "RECIST",
1190
- "REMS",
1191
  "RNA",
1192
  "ROOT",
1193
- "ROS1",
1194
  "RPC",
1195
- "RS",
 
 
 
 
 
1196
  "Receipt",
1197
  "Received",
1198
- "Receptor",
1199
- "Reconstructive",
1200
  "Recurrent",
1201
- "Red",
1202
  "Refractory",
1203
- "Relapse",
 
1204
  "Relapsed",
1205
- "Related",
1206
  "Renal",
1207
  "Rep",
1208
  "Rep.",
1209
- "Repeatable",
1210
  "Requiring",
1211
- "Resected",
1212
  "Rev",
1213
  "Rev.",
1214
- "Revlimid",
1215
- "Richter",
1216
- "Risk",
1217
  "S",
1218
  "S.C.",
1219
- "SAE",
1220
- "SCC",
 
 
1221
  "SCD",
1222
- "SCI",
1223
  "SCLC",
1224
- "SCS",
1225
  "SCT",
1226
- "SD",
1227
- "SGS",
1228
- "SGTP",
1229
- "SL-401",
1230
- "SLC",
1231
- "SMT",
1232
- "ST",
1233
- "STGD1",
1234
- "Saccular",
1235
- "Safety",
1236
- "Salicylic",
1237
- "Scheduled",
 
 
 
 
 
 
 
 
1238
  "Screening",
 
1239
  "Second",
1240
  "Section",
1241
- "Sedentary",
1242
- "Segment",
1243
- "Seizure",
1244
- "Self",
1245
  "Sen",
1246
  "Sen.",
1247
  "Sep",
@@ -1250,71 +1273,72 @@
1250
  "Sept.",
1251
  "September",
1252
  "Serious",
 
1253
  "Severe",
 
1254
  "Sha",
1255
  "She",
1256
  "She's",
1257
  "She\u2019s",
1258
  "Short",
1259
  "Should",
 
 
1260
  "Significant",
1261
  "Sjogren",
1262
- "Sloan",
1263
- "Sly",
 
 
1264
  "Somethin",
1265
  "Somethin'",
1266
  "Somethin\u2019",
1267
  "South Carolina",
1268
- "Specifically",
1269
- "Specified",
1270
- "Spondylitis",
1271
  "Sponsor",
1272
  "St",
1273
  "St.",
1274
  "Stable",
1275
  "Stage",
1276
- "Staging",
1277
- "Stargardt",
1278
- "State",
1279
- "Status",
1280
- "Stem",
1281
- "Stress",
1282
- "Stressor",
1283
- "Study",
1284
- "Subarachnoid",
1285
  "Subject",
1286
  "Subjects",
1287
- "Suboxone",
1288
- "Substitution",
1289
- "Subutex",
1290
- "Sufficient",
1291
  "Suicide",
1292
- "Surgeon",
 
 
1293
  "Suspected",
1294
  "Symptomatic",
1295
- "Symptoms",
1296
  "Syndrome",
 
1297
  "Systemic",
1298
  "T",
1299
- "T1",
1300
- "T19",
1301
- "T3",
1302
  "T790",
1303
- "T80",
1304
- "TCL",
1305
- "TEP",
 
1306
  "TKI",
1307
  "TNBC",
1308
  "TNF",
 
 
 
 
1309
  "TREATMENT",
 
1310
  "TSH",
1311
- "TTP",
1312
  "Taking",
1313
- "Teeth",
1314
  "Tenn",
1315
  "Tenn.",
1316
  "Tennessee",
1317
  "Terminology",
 
1318
  "That",
1319
  "That's",
1320
  "That\u2019s",
@@ -1329,69 +1353,57 @@
1329
  "This's",
1330
  "This\u2019s",
1331
  "Those",
1332
- "Thrombocytopenic",
1333
- "Thrombotic",
1334
  "Thyroid",
 
 
1335
  "Total",
1336
- "Transplantation",
1337
- "Trauma",
1338
- "Traumatic",
1339
- "Treated",
1340
  "Treatment",
1341
- "Trk",
 
1342
  "Tumors",
1343
  "Type",
1344
  "U",
1345
- "UC",
1346
- "UGIB",
1347
  "ULN",
1348
- "UNL",
1349
- "US",
1350
- "Ultram",
1351
  "Unable",
1352
  "Uncontrolled",
1353
- "Under",
1354
- "Undifferentiated",
1355
- "Unresectable",
1356
  "Unstable",
1357
- "Upper",
 
 
 
1358
  "Urine",
1359
- "Urothelial",
1360
  "Use",
 
1361
  "V",
1362
- "V-1",
1363
- "V-2",
1364
  "V.V",
 
 
1365
  "VEGF",
1366
  "VHD",
1367
- "VIA",
1368
- "VII",
1369
- "VIg",
1370
- "VU",
1371
  "V_V",
1372
  "Va",
1373
  "Va.",
1374
- "Vancomycin",
1375
  "Ventricular",
1376
- "Version",
1377
- "Viagra",
1378
  "Virginia",
1379
  "Visit",
 
 
 
1380
  "W",
1381
- "WAT",
1382
  "WBC",
1383
- "WEE",
1384
- "WHO",
1385
- "WOCBP",
1386
- "WPW",
1387
- "Wagner",
1388
- "Waldenstr\u00f6m",
1389
  "Was",
1390
  "Wash",
1391
  "Wash.",
1392
  "Washington",
1393
  "We",
1394
- "Week",
1395
  "Were",
1396
  "What",
1397
  "What's",
@@ -1402,28 +1414,24 @@
1402
  "Where",
1403
  "Where's",
1404
  "Where\u2019s",
1405
- "White",
1406
  "Who",
1407
  "Who's",
1408
- "Whole",
1409
  "Who\u2019s",
1410
  "Why",
1411
  "Why's",
1412
  "Why\u2019s",
 
 
1413
  "Wis",
1414
  "Wis.",
1415
  "Wisconsin",
1416
- "With",
1417
  "Wo",
1418
- "Wolfe",
1419
  "Women",
1420
  "Working",
1421
  "Would",
1422
  "X'x",
1423
  "X'xxxx",
1424
- "X+",
1425
  "X++",
1426
- "X-",
1427
  "X.",
1428
  "X.X",
1429
  "X.X.",
@@ -1431,39 +1439,38 @@
1431
  "X.x.",
1432
  "XD",
1433
  "XDD",
 
 
1434
  "XX",
1435
  "XX-d",
1436
- "XX-dd",
1437
- "XX-ddd",
1438
- "XX-ddddx",
1439
  "XXX",
 
1440
  "XXX-d",
1441
- "XXX-ddd",
1442
  "XXXX",
 
1443
  "XXXX+/-XX",
1444
  "XXXX-d",
1445
  "XXXX-ddd",
 
1446
  "XXXXd",
1447
- "XXXXdd",
1448
  "XXXXx",
1449
  "XXXd",
1450
  "XXXdXd",
1451
- "XXXddd",
1452
- "XXXdddd",
1453
  "XXXx",
 
1454
  "XXd",
1455
  "XXdd",
 
1456
  "XXx",
1457
  "XXxXx",
1458
- "XXxxxx",
1459
  "X_X",
1460
  "X_x",
1461
  "Xd",
1462
- "XdX",
 
1463
  "Xddd",
1464
- "XdddX",
1465
- "Xdddd",
1466
- "XddddX",
1467
  "Xx",
1468
  "Xx'",
1469
  "Xx'x",
@@ -1473,11 +1480,13 @@
1473
  "Xx.X.",
1474
  "XxX",
1475
  "XxXX",
 
1476
  "XxXdX",
1477
  "Xxx",
1478
  "Xxx'x",
1479
  "Xxx.",
1480
- "Xxxd)/xxx",
 
1481
  "Xxxx",
1482
  "Xxxx'",
1483
  "Xxxx'x",
@@ -1486,7 +1495,6 @@
1486
  "Xxxxx'",
1487
  "Xxxxx'x",
1488
  "Xxxxx.",
1489
- "XxxxxXxxx",
1490
  "Xxxxx\u2019",
1491
  "Xxxxx\u2019x",
1492
  "Xxxx\u2019",
@@ -1501,6 +1509,8 @@
1501
  "YHA",
1502
  "York",
1503
  "You",
 
 
1504
  "[",
1505
  "[-:",
1506
  "[:",
@@ -1527,109 +1537,102 @@
1527
  "_\u0ca0)",
1528
  "a",
1529
  "a.",
 
1530
  "a.m",
1531
  "a.m.",
1532
- "a1c",
 
 
 
 
1533
  "abdomen",
1534
  "abdominal",
1535
- "abilities",
1536
  "ability",
1537
  "ablation",
1538
  "able",
1539
- "abnormal",
1540
  "abnormalities",
1541
  "abnormality",
1542
  "about",
1543
  "above",
1544
- "abs",
1545
- "abscess",
1546
  "absence",
1547
  "absolute",
1548
  "absorption",
 
1549
  "abstain",
1550
  "abstinence",
1551
- "acamprosate",
 
1552
  "accelerated",
 
1553
  "acceptable",
1554
- "acceptance",
1555
  "accepted",
1556
- "access",
1557
- "accessories",
1558
  "accident",
1559
- "accidents",
1560
  "according",
1561
- "account",
1562
  "accurately",
1563
  "ace",
1564
- "acetaminophen",
1565
  "acetylsalicylic",
1566
  "ach",
1567
- "achieve",
1568
  "achieved",
 
1569
  "achilles",
1570
  "acid",
 
1571
  "ack",
1572
- "acoustic",
1573
- "acps",
1574
  "acquired",
1575
- "acquisition",
1576
- "acral",
1577
  "act",
1578
  "acting",
1579
- "activating",
1580
- "activator",
1581
  "active",
1582
  "actively",
1583
- "activities",
1584
  "activity",
1585
- "acuity",
1586
  "acuminata",
1587
  "acute",
1588
  "ad",
1589
  "additional",
1590
- "additionally",
1591
  "ade",
1592
  "adenocarcinoma",
1593
- "adenosine",
1594
  "adequate",
1595
  "adequately",
1596
  "adhd",
1597
- "adhere",
1598
- "adjuvant",
1599
  "adm",
1600
  "adm.",
 
1601
  "administered",
1602
  "administration",
1603
- "adminstration",
1604
  "admission",
1605
- "adrenal",
1606
- "adult",
 
1607
  "advanced",
1608
  "adverse",
1609
- "advised",
1610
  "aes",
1611
  "afatinib",
1612
- "afe",
1613
  "affecting",
1614
- "afp",
 
1615
  "aft",
1616
  "after",
1617
  "age",
 
1618
  "agent(s",
1619
  "agents",
1620
- "aggravated",
1621
- "aggressiveness",
1622
- "agm",
1623
  "agree",
1624
- "agrees",
1625
  "ai",
1626
  "aids",
1627
- "ail",
1628
  "ain",
1629
  "air",
1630
  "airway",
1631
- "ait",
1632
- "ajcc",
1633
  "ak",
1634
  "ak.",
1635
  "ake",
@@ -1638,75 +1641,68 @@
1638
  "alanine",
1639
  "albumin",
1640
  "alcohol",
 
1641
  "ale",
 
1642
  "alf",
1643
- "alignment",
1644
- "alk",
1645
- "alkaline",
1646
  "all",
1647
  "allergic",
 
1648
  "allergy",
1649
  "allogeneic",
1650
- "allow",
1651
  "allowable",
1652
  "allowed",
1653
- "allowing",
1654
  "alopecia",
1655
- "alphafetoprotein",
1656
  "als",
1657
  "also",
1658
  "alt",
1659
  "alter",
1660
- "altered",
1661
- "altering",
1662
- "alternative",
1663
  "aly",
 
1664
  "am",
1665
  "amantadine",
1666
- "ambulatory",
1667
  "ame",
1668
  "amenable",
1669
- "american",
1670
- "amifampridine",
1671
  "aminotransferase",
1672
  "aml",
1673
- "amoxicillin",
1674
- "amphetamine",
1675
  "amputation",
1676
- "ams",
1677
  "an",
1678
  "an.",
1679
- "analgesics",
1680
- "analyses",
 
1681
  "analysis",
 
1682
  "anaphylaxis",
1683
- "anatomical",
1684
  "anc",
1685
- "ancef",
1686
- "ancillary",
1687
  "and",
1688
  "and/or",
1689
  "androgen",
 
 
1690
  "anemia",
1691
- "anencephaly",
1692
- "anesthetics",
1693
  "aneurismal",
1694
  "aneurysm",
1695
- "aneurysms",
1696
  "angina",
1697
- "anginal",
1698
- "angiotensin",
1699
- "angle",
1700
- "annual",
1701
  "anomalies",
1702
  "anomaly",
1703
  "another",
1704
  "ans",
1705
  "ant",
1706
- "anterior",
1707
- "anthracyclines",
1708
  "anti",
1709
- "antiarrhythmics",
1710
  "antibiotic",
1711
  "antibiotics",
1712
  "antibodies",
@@ -1714,57 +1710,67 @@
1714
  "anticancer",
1715
  "anticipate",
1716
  "anticipated",
1717
- "anticipatory",
1718
  "anticoagulant",
1719
  "anticoagulants",
1720
  "anticoagulation",
1721
- "antidepressant",
 
 
1722
  "antifungal",
1723
  "antifungals",
1724
  "antigen",
1725
- "antihypertensive",
 
1726
  "antineoplastic",
 
 
1727
  "antiretroviral",
1728
- "antitumor",
1729
  "antiviral",
1730
  "antivirals",
1731
  "anus",
1732
  "anxiety",
1733
  "any",
 
1734
  "aortic",
1735
- "ape",
 
 
 
1736
  "aplastic",
 
1737
  "appendiceal",
1738
  "appendicitis",
 
1739
  "applicable",
1740
- "apply",
1741
  "appropriate",
1742
  "approval",
1743
  "approved",
1744
  "apr",
1745
  "apr.",
 
1746
  "apy",
1747
  "ar.",
1748
- "archived",
 
 
1749
  "ard",
1750
  "are",
1751
  "area",
1752
- "ari",
1753
  "ariz",
1754
  "ariz.",
1755
  "ark",
1756
  "ark.",
1757
- "arm",
1758
- "arnold",
1759
  "aromatase",
1760
- "arrest",
1761
  "arrhythmia",
1762
  "arrhythmias",
1763
- "arrhythmic",
1764
  "ars",
1765
  "art",
1766
  "arterial",
1767
- "arteriosus",
1768
  "artery",
1769
  "arthritis",
1770
  "ary",
@@ -1773,20 +1779,18 @@
1773
  "ascites",
1774
  "ase",
1775
  "ash",
 
 
1776
  "asm",
1777
  "aspartate",
1778
- "aspergillus",
1779
- "aspiration",
1780
  "aspirin",
1781
  "ass",
1782
  "assay",
1783
  "assessed",
1784
- "assessing",
1785
  "assessment",
1786
- "assist",
1787
  "associated",
1788
  "association",
1789
- "assurance",
1790
  "ast",
1791
  "astemizole",
1792
  "asthma",
@@ -1797,148 +1801,145 @@
1797
  "atazanavir",
1798
  "atazanavir-",
1799
  "ate",
1800
- "atg",
1801
- "ath",
1802
- "atonia",
 
1803
  "atrial",
 
 
1804
  "ats",
1805
  "attack",
1806
- "attacks",
1807
  "attempt",
1808
- "attempts",
1809
  "attention",
1810
- "attenuated",
1811
  "attributed",
1812
  "aug",
1813
  "aug.",
 
 
 
1814
  "autism",
1815
  "autoimmune",
1816
  "autologous",
1817
- "autonomic",
1818
- "autosomal",
1819
  "av",
1820
- "ava",
1821
  "available",
1822
  "ave",
 
 
 
1823
  "axis",
1824
  "ayo",
1825
  "ays",
1826
- "aza",
1827
  "azathioprine",
1828
- "a\u03b2",
1829
  "b",
1830
  "b.",
1831
- "bacillus",
 
 
1832
  "bacterial",
1833
  "bal",
1834
- "bardoxolone",
1835
- "barium",
 
 
1836
  "barrier",
1837
  "basal",
1838
  "based",
1839
  "baseline",
1840
- "battery",
1841
- "bc",
1842
  "bcc",
1843
- "bcs",
1844
  "be",
1845
- "bearing",
1846
  "beats",
1847
  "because",
1848
- "become",
1849
  "been",
1850
  "before",
 
 
 
1851
  "being",
1852
- "below",
1853
- "bendamustine",
1854
  "benefit",
 
 
 
1855
  "ber",
1856
- "bes",
1857
- "best",
1858
  "beta",
1859
  "between",
1860
- "bevacizumab",
1861
- "bi",
1862
  "bia",
 
1863
  "bicuspid",
1864
- "bid",
1865
- "bifurcation",
1866
  "bilateral",
1867
- "bile",
1868
  "biliary",
1869
  "bilirubin",
1870
  "bin",
1871
- "biochemical",
1872
  "biologic",
1873
  "biological",
1874
  "biologics",
1875
- "biomarkers",
1876
- "biopharmaceutical",
1877
- "biopsies",
1878
  "biopsy",
1879
- "biotherapy",
1880
  "bipolar",
 
1881
  "birth",
1882
- "birthday",
1883
  "bisphosphonate",
1884
  "bisphosphonates",
1885
  "bit",
 
1886
  "bladder",
1887
  "blast",
1888
  "blasts",
1889
  "ble",
1890
  "bleeding",
1891
- "blinatumomab",
1892
- "blind",
1893
  "blindness",
1894
  "block",
 
 
1895
  "blockers",
1896
  "blood",
1897
- "bloodstream",
1898
- "blow",
1899
- "blue",
1900
- "bly",
1901
  "bmi",
1902
- "bmn",
1903
- "board",
1904
  "boceprevir",
1905
  "body",
 
1906
  "bone",
1907
  "bony",
1908
- "bor",
 
 
 
1909
  "boron",
1910
  "bortezomib",
1911
  "bosentan",
1912
  "both",
1913
- "botulinum",
1914
  "bout",
1915
  "bowel",
1916
  "bowels",
1917
  "bp",
 
1918
  "br.",
1919
- "brachial",
1920
  "brachytherapy",
1921
- "bradyarrhythmias",
1922
  "brain",
1923
- "brainstem",
1924
  "branch",
1925
- "branched",
1926
  "breast",
1927
- "breastfeed",
1928
- "breastfeeding",
1929
- "breasts",
1930
- "breathing",
1931
- "brigham",
1932
  "bronchitis",
1933
- "bronchodilator",
1934
  "bros",
1935
  "bros.",
1936
- "budesonide",
1937
- "built",
1938
  "bundle",
1939
- "buprenorphine",
1940
- "burns",
1941
  "bus",
 
1942
  "but",
1943
  "by",
1944
  "bypass",
@@ -1946,167 +1947,166 @@
1946
  "c'm",
1947
  "c++",
1948
  "c.",
1949
- "c1100",
 
1950
  "ca",
1951
- "ca-125",
1952
  "caadid",
1953
- "caba",
1954
- "cabg",
1955
  "cabozantinib",
1956
- "cachexia",
1957
- "cadaveric",
1958
  "cal",
1959
  "calcification",
1960
  "calcified",
1961
- "calcium",
1962
- "calculi",
1963
  "calif",
1964
  "calif.",
1965
- "calipers",
1966
  "can",
1967
- "canadian",
1968
  "cancer",
 
1969
  "cancers",
1970
  "candidate",
1971
- "candidates",
1972
- "cap",
1973
  "capacity",
1974
- "capillary",
1975
- "car",
 
1976
  "carbamazepine",
 
 
1977
  "carcinoma",
1978
  "carcinomas",
1979
- "carcinomatosis",
1980
  "carcinosarcoma",
1981
  "cardiac",
1982
  "cardiomyopathy",
1983
  "cardiovascular",
1984
  "care",
1985
- "carnitine",
1986
- "carotid",
1987
- "cart19",
 
 
 
 
1988
  "castrate",
1989
  "castration",
 
1990
  "cataracts",
1991
- "categories",
1992
  "catheterization",
1993
  "cause",
1994
  "caused",
1995
- "cava",
 
1996
  "cavity",
1997
  "cbc",
 
 
1998
  "cd19",
 
 
 
 
1999
  "ce>",
 
 
2000
  "ced",
2001
- "cef",
2002
- "cefazolin",
2003
- "cefoxitin",
2004
  "cell",
2005
  "cells",
2006
- "cemiplimab",
 
 
2007
  "central",
2008
  "cer",
2009
- "cerebellar",
2010
- "cerebral",
2011
  "cerebrospinal",
2012
  "cerebrovascular",
2013
  "certain",
2014
- "certified",
2015
  "cervical",
2016
- "cervicography",
2017
  "cervix",
2018
  "ces",
 
 
2019
  "ch.",
2020
  "chain",
2021
  "change",
2022
- "changed",
2023
  "changes",
2024
- "channel",
2025
  "che",
2026
  "checkpoint",
 
2027
  "chemical",
2028
  "chemo",
2029
  "chemotherapy",
2030
  "chest",
 
2031
  "chf",
2032
- "chiari",
2033
  "child",
2034
  "childbearing",
2035
  "children",
2036
- "chimerism",
2037
- "chinese",
2038
- "chorioamnionitis",
 
 
 
2039
  "chronic",
2040
  "chronotropic",
2041
  "cia",
 
 
2042
  "cid",
2043
  "cimetidine",
2044
  "cin",
2045
- "circulating",
2046
  "circulation",
2047
- "circulatory",
2048
  "cirrhosis",
 
2049
  "cit",
2050
- "citrate",
2051
- "ckd",
2052
- "cks",
2053
  "clarithromycin",
2054
  "class",
2055
- "classes",
2056
- "classic",
2057
  "classification",
 
2058
  "claustrophobia",
 
2059
  "cle",
2060
  "clear",
2061
- "clearance",
2062
- "clearly",
2063
- "clia",
2064
  "clinical",
2065
  "clinically",
2066
  "clinician",
2067
- "clips",
2068
- "clonal",
2069
- "closure",
2070
  "clotting",
2071
  "cm",
2072
- "cm2",
2073
  "cns",
2074
  "co",
2075
  "co.",
2076
  "coagulant",
2077
- "coagulants",
2078
  "coagulation",
2079
  "coagulopathy",
2080
- "cocaine",
 
2081
  "cochlear",
2082
  "cognitive",
2083
  "cohort",
2084
  "cohorts",
2085
- "coil",
2086
  "col",
2087
  "colitis",
2088
- "collaboration",
2089
  "colo",
2090
  "colo.",
2091
  "colon",
2092
  "colorectal",
2093
- "colposcopic",
2094
- "colposcopy",
2095
- "columnar",
2096
  "combination",
 
2097
  "combined",
2098
  "come",
 
 
2099
  "common",
2100
- "comorbidities",
2101
  "compatible",
2102
  "complete",
2103
  "completed",
2104
  "completely",
2105
- "completing",
2106
  "completion",
2107
- "complex",
2108
  "compliance",
2109
- "complicated",
2110
  "comply",
2111
  "component",
2112
  "components",
@@ -2116,276 +2116,251 @@
2116
  "compromise",
2117
  "computed",
2118
  "computerized",
2119
- "conceivably",
2120
- "concentration",
2121
  "concomitant",
2122
  "concurrent",
 
2123
  "concussion",
2124
  "condition",
 
2125
  "conditioning",
2126
  "conditions",
2127
- "condom",
2128
- "condoms",
2129
  "conduct",
2130
- "conducted",
2131
  "conduction",
2132
- "conduction-",
2133
- "conduit",
2134
  "condylomata",
2135
- "confirm",
2136
  "confirmation",
2137
  "confirmed",
2138
  "confound",
 
2139
  "congenital",
2140
  "congestive",
2141
- "conjugated",
2142
  "conn",
2143
  "conn.",
2144
- "consciousness",
2145
  "consent",
 
 
2146
  "conserving",
 
2147
  "considered",
2148
- "considers",
2149
  "consisted",
2150
- "consisting",
2151
- "constituents",
2152
- "consult",
2153
- "contact",
2154
- "contained",
2155
  "containing",
2156
- "continuation",
2157
- "continue",
2158
  "continuous",
2159
  "contraception",
2160
- "contraceptive",
2161
- "contraindicated",
2162
  "contraindication",
2163
  "contraindications",
2164
  "contralateral",
2165
  "contrast",
2166
- "contributed",
2167
  "control",
2168
  "controlled",
2169
- "controls",
2170
  "conventional",
2171
- "conventionally",
2172
- "coordination",
2173
- "coordinator",
2174
  "copd",
2175
- "copies",
2176
- "copy",
2177
  "cord",
2178
  "core",
2179
  "cores",
2180
  "coronary",
2181
  "corp",
2182
  "corp.",
2183
- "correct",
2184
- "corrected",
2185
  "corticosteroid",
2186
  "corticosteroids",
2187
  "cos",
2188
  "could",
 
2189
  "count",
2190
  "course",
2191
  "coz",
2192
- "cpi",
2193
- "cr1",
2194
  "crc",
2195
- "cream",
2196
  "creatinine",
2197
- "crisis",
2198
  "criteria",
 
 
2199
  "crohn",
2200
- "cruciate",
2201
- "cryotherapy",
 
 
2202
  "csf",
2203
  "ct",
2204
  "ct.",
2205
  "ctcae",
2206
- "ctcl",
2207
- "ctep",
2208
  "ctla-4",
2209
  "cts",
2210
- "culture",
 
2211
  "curative",
2212
  "curatively",
2213
- "curettage",
2214
  "current",
2215
  "currently",
 
2216
  "cutaneous",
2217
  "cuz",
2218
- "cva",
2219
- "cy-",
2220
- "cyanotic",
2221
- "cyberknife",
2222
  "cycle",
2223
  "cycles",
2224
  "cyclophosphamide",
2225
  "cycloserine",
2226
  "cyclosporine",
2227
  "cyp",
 
2228
  "cyp3a4",
2229
  "cyst",
2230
- "cytarabine",
2231
  "cytochrome",
2232
- "cytogenetic",
2233
  "cytogenetics",
2234
- "cytokine",
2235
  "cytologically",
2236
- "cytometry",
2237
- "cytopenia",
2238
  "cytotoxic",
2239
  "c\u2019m",
2240
  "d",
2241
  "d)",
2242
- "d,d",
2243
  "d-",
2244
  "d-)",
2245
  "d-X",
2246
  "d.",
2247
  "d.c.",
2248
  "d.d",
2249
- "d.d.d",
2250
  "d.dd",
2251
  "d.x",
2252
- "d/d",
2253
- "d:dd",
2254
  "dL",
2255
  "dX",
 
2256
  "dXd",
2257
  "d_d",
2258
  "d_x",
2259
- "da",
2260
  "daily",
2261
- "dako",
2262
  "dal",
2263
- "dap",
2264
  "dare",
2265
- "date",
2266
  "day",
2267
  "days",
2268
- "dc",
2269
  "dcis",
2270
  "dd",
2271
- "dd/dd",
2272
  "ddd",
2273
- "ddd.dd",
2274
- "dddXx",
 
 
2275
  "dddd",
 
 
 
2276
  "ddx",
2277
  "ddx.x",
2278
  "ddx.x.",
2279
  "ddxx",
2280
- "de",
2281
- "deaminase",
2282
- "death",
2283
- "debilitating",
2284
- "debranching",
2285
  "dec",
2286
  "dec.",
2287
- "decline",
2288
- "declined",
2289
- "decortication",
2290
- "decrease",
2291
  "ded",
2292
  "deemed",
2293
- "deems",
2294
- "deep",
2295
- "defect",
2296
  "deficiency",
2297
  "deficit",
2298
  "deficits",
2299
  "defined",
 
 
2300
  "definitive",
2301
- "definitively",
2302
- "degenerative",
2303
  "degree",
2304
- "dehydration",
2305
  "del",
2306
  "del.",
2307
- "del19",
2308
- "delay",
2309
- "delayed",
2310
- "deletion",
2311
  "dementia",
2312
  "demonstrated",
2313
- "den",
2314
  "denosumab",
2315
- "dependenc",
 
2316
  "dependence",
2317
  "dependent",
2318
- "depending",
2319
- "depenedent)diabtetics",
2320
- "deposits",
2321
  "depression",
2322
  "depressive",
2323
  "der",
 
 
 
 
2324
  "des",
 
2325
  "desensitization",
2326
- "designated",
2327
  "despite",
2328
- "detectable",
2329
- "detected",
2330
- "detection",
2331
- "determination",
2332
- "determine",
2333
  "determined",
2334
- "developmental",
2335
  "device",
2336
  "devices",
2337
- "devise",
2338
  "dex",
2339
- "dfu",
 
2340
  "dia",
2341
  "diabetes",
2342
  "diabetic",
2343
  "diagnosed",
2344
  "diagnoses",
2345
  "diagnosis",
 
 
2346
  "diameter",
2347
- "diaphragm",
2348
- "diaphragmatic",
2349
  "diastolic",
 
2350
  "diathesis",
2351
  "dic",
2352
- "diclofenac",
2353
  "did",
2354
- "differentiate",
2355
- "differentiated",
 
 
2356
  "difficult",
2357
  "diffuse",
2358
- "digoxin",
2359
  "dimension",
2360
- "dimensional",
 
 
 
2361
  "direct",
2362
- "directed",
2363
- "disability",
2364
- "discomfort",
2365
- "discontinuation",
2366
- "discontinue",
2367
- "discontinued",
2368
  "discretion",
2369
- "discussion",
2370
  "disease",
2371
  "diseases",
 
2372
  "disorder",
2373
  "disorders",
 
 
2374
  "distal",
 
2375
  "distant",
2376
- "distinct",
2377
  "disturbance",
2378
- "disturbances",
2379
- "disulfiram",
 
2380
  "dl",
 
2381
  "dle",
2382
- "dlis",
2383
  "dly",
2384
  "dm",
2385
  "dm.",
 
 
2386
  "do",
2387
  "docetaxel",
2388
- "document",
2389
  "documentation",
2390
  "documented",
2391
  "does",
@@ -2393,97 +2368,86 @@
2393
  "doin'",
2394
  "doing",
2395
  "doin\u2019",
2396
- "dol",
2397
- "dolophine",
2398
- "dom",
2399
- "done",
2400
  "donor",
2401
- "donors",
2402
  "dosage",
2403
- "dosages",
2404
  "dose",
2405
  "doses",
2406
  "dosing",
2407
- "doublet",
2408
  "dr",
2409
  "dr.",
2410
- "drainage",
2411
- "drinking",
2412
- "drinks",
2413
  "drug",
2414
  "drugs",
2415
- "ds-3032b",
2416
  "dsm-5",
2417
- "dt",
2418
- "du",
2419
  "ductal",
2420
- "ductus",
2421
  "due",
2422
  "duodenum",
2423
- "duodopa",
2424
  "duration",
2425
  "during",
2426
- "durvalumab",
2427
  "dvt",
2428
  "dx",
2429
  "dx.x",
2430
  "dx.x.",
2431
- "dx/ddx",
2432
  "dxx",
2433
- "dyscrasia",
2434
  "dysfunction",
 
2435
  "dyskinesia",
2436
- "dyslexia",
2437
  "dysplasia",
2438
  "dysplastic",
2439
- "dyspnea",
2440
  "dysrhythmias",
2441
- "dystrophy",
2442
  "e",
2443
  "e's",
2444
- "e(s",
2445
  "e.",
2446
  "e.g",
2447
  "e.g.",
2448
- "eGFR",
2449
  "each",
2450
  "ead",
2451
- "eak",
2452
  "eal",
2453
- "eam",
2454
  "ean",
2455
  "ear",
2456
  "earlier",
2457
- "early",
2458
  "eas",
 
2459
  "eat",
2460
  "eating",
2461
  "eb.",
2462
  "ebr",
2463
  "ec.",
2464
  "ecg",
2465
- "echocardiogram",
2466
  "echocardiography",
2467
  "eck",
 
2468
  "ect",
2469
- "edema",
2470
- "eds",
2471
  "eed",
2472
  "eek",
2473
  "een",
2474
  "eep",
2475
- "ees",
2476
  "eet",
 
2477
  "efavirenz",
2478
  "effect",
2479
- "effective",
2480
  "effects",
2481
  "effusion",
 
2482
  "eft",
2483
  "eg",
 
2484
  "egfr",
 
2485
  "egws",
 
2486
  "eic",
 
2487
  "ein",
2488
  "eir",
2489
  "either",
@@ -2491,293 +2455,277 @@
2491
  "eks",
2492
  "el.",
2493
  "eld",
2494
- "ele",
2495
  "electrocardiographic",
2496
- "electrolyte",
2497
- "electrolytes",
2498
- "elephant",
2499
  "elevated",
2500
  "elevation",
2501
- "elevations",
2502
  "elf",
2503
  "eligibility",
2504
  "eligible",
2505
  "ell",
 
2506
  "els",
2507
- "elsewhere",
2508
- "elt",
2509
  "ely",
2510
  "em",
2511
  "ema",
2512
  "embedded",
2513
  "embolism",
2514
- "eminently",
 
2515
  "emo",
2516
  "ems",
 
2517
  "en",
2518
  "en.",
2519
- "ena",
2520
- "enc",
2521
  "encasement",
2522
  "encephalitis",
2523
- "encephalopathy",
2524
  "end",
2525
- "endarterectomy",
2526
  "endobronchial",
2527
- "endocervical",
2528
  "endocrine",
 
2529
  "endometrial",
2530
  "endometrioid",
2531
- "endometriosis",
2532
  "endoscopic",
2533
- "endoscopy",
2534
  "endotracheal",
2535
  "ene",
2536
- "eng",
2537
- "engineered",
2538
  "enhanced",
2539
- "enhancement",
 
2540
  "enn",
2541
- "eno",
2542
  "enough",
 
 
 
2543
  "enrollment",
 
2544
  "ens",
2545
- "ensure",
2546
  "ent",
 
 
2547
  "entering",
2548
  "enteropathy",
2549
  "entr",
2550
  "entry",
2551
  "enz",
2552
- "enzymatic",
2553
  "enzymes",
2554
  "eon",
2555
  "ep.",
 
2556
  "ependymoma",
2557
- "epi",
2558
- "epidemiology",
2559
  "epidermal",
2560
  "epidural",
2561
- "epinephrine",
 
 
 
2562
  "episode",
 
2563
  "epithelial",
2564
- "epithelialization",
2565
- "epoch",
2566
  "ept",
2567
  "equal",
 
2568
  "equivalent",
2569
  "er",
 
2570
  "ere",
2571
- "eri",
2572
- "erlotinib",
2573
  "erm",
 
2574
  "ers",
2575
  "ert",
2576
  "ery",
2577
- "erythematosis",
2578
  "erythematosus",
 
2579
  "erythromycin",
2580
- "escalation",
2581
  "ese",
 
 
 
2582
  "esophageal",
2583
- "esophagram",
2584
  "esophagus",
 
2585
  "ess",
 
2586
  "est",
2587
  "estrogen",
2588
  "eta",
2589
  "etc",
2590
  "ete",
2591
- "eth",
2592
  "etravirine",
 
2593
  "ety",
2594
- "eus",
2595
  "ev.",
2596
  "evaluable",
2597
  "evaluation",
2598
  "eve",
2599
- "even",
2600
  "events",
 
2601
  "evidence",
2602
- "evidenced",
2603
- "evolution",
2604
  "exam",
2605
  "examination",
2606
  "examinations",
2607
- "examples",
2608
- "exceed",
2609
  "except",
2610
  "exception",
2611
- "exceptions",
2612
- "excess",
2613
- "excisional",
2614
- "excitation",
2615
  "exclude",
2616
  "excluded",
2617
  "excluding",
2618
- "exclusion",
2619
- "exclusionary",
2620
  "exercise",
2621
  "existing",
2622
- "exists",
2623
- "exon",
2624
  "expansion",
2625
  "expectancy",
2626
  "expected",
2627
  "experienced",
2628
- "expiratory",
2629
- "explain",
2630
- "explicitly",
2631
  "exposure",
2632
- "exposures",
2633
- "expression",
2634
  "ext",
2635
  "extensive",
2636
- "extent",
2637
  "external",
2638
- "extract",
2639
- "extramedullary",
2640
- "extranodal",
 
2641
  "eye",
2642
- "eyes",
2643
  "e\u2019s",
2644
  "f",
2645
  "f.",
2646
  "face",
2647
- "facial",
2648
- "facilitate",
2649
  "factor",
2650
  "factors",
2651
  "failed",
2652
  "failure",
2653
  "fallopian",
 
2654
  "family",
2655
  "fasting",
2656
- "father",
2657
- "fathering",
2658
- "fatty",
2659
- "fear",
2660
  "features",
2661
  "feb",
2662
  "feb.",
2663
  "feeding",
2664
- "felt",
2665
- "female",
2666
- "females",
2667
  "femoral",
2668
- "fen",
2669
- "fenestrated",
 
 
 
2670
  "fetal",
2671
- "fev1",
2672
- "fever",
2673
- "few",
2674
  "ffpe",
2675
- "fibrate",
2676
- "fibrates",
2677
  "fibrillation",
2678
- "fibroids",
2679
  "fibromyalgia",
2680
  "fibrosis",
2681
  "fic",
2682
  "field",
2683
- "fields",
2684
- "fil",
2685
  "filgrastim",
2686
- "filtration",
2687
  "final",
2688
- "finding",
2689
  "findings",
2690
  "first",
2691
- "fish",
2692
  "fit",
2693
- "five",
 
2694
  "fla",
2695
  "fla.",
2696
- "flex",
2697
- "flow",
2698
  "fluid",
2699
- "fluorescence",
2700
- "fluorescent",
2701
- "flutter",
2702
- "folfox",
2703
  "follicular",
2704
  "follow",
2705
- "followed",
2706
  "following",
 
 
2707
  "for",
2708
- "foramen",
2709
- "forced",
2710
  "form",
 
2711
  "formation",
2712
- "formers",
2713
  "formula",
2714
  "formulation",
2715
- "formulations",
2716
- "fot",
2717
  "found",
2718
- "four",
2719
  "fraction",
2720
- "fractionated",
2721
- "fracture",
2722
  "fractures",
2723
- "fragments",
2724
- "frailty",
2725
  "free",
2726
- "freshly",
2727
  "from",
2728
  "front",
2729
- "fsgs",
 
2730
  "fts",
2731
  "ful",
 
2732
  "full",
2733
  "fully",
2734
- "fulminant",
2735
  "function",
2736
  "functional",
2737
- "functions",
2738
  "fungal",
2739
- "further",
2740
  "fusion",
2741
  "fvc",
2742
  "g",
2743
  "g.",
2744
- "g11778a",
2745
- "g719x",
2746
  "ga",
2747
  "ga.",
2748
- "gabapentin",
 
2749
  "gal",
2750
  "gamma",
2751
  "gan",
 
2752
  "gastrectomy",
2753
  "gastric",
2754
- "gastroenterologist",
 
2755
  "gastrointestinal",
2756
  "gastroparesis",
2757
  "gastroschisis",
2758
  "gcsf",
2759
- "gec",
2760
  "ged",
2761
- "gefitinib",
2762
- "gemcitabine",
2763
  "gen",
2764
  "gen.",
2765
  "gene",
2766
  "general",
2767
  "generalized",
2768
  "generate",
 
2769
  "genetic",
2770
  "genital",
2771
  "genomic",
2772
- "genotyping",
2773
- "gentimicin",
2774
  "ger",
2775
  "gerd",
2776
- "germ",
2777
  "ges",
 
2778
  "get",
2779
  "getting",
2780
- "gh",
2781
  "ght",
2782
  "gi",
2783
  "gia",
@@ -2785,132 +2733,123 @@
2785
  "gic",
2786
  "gilbert",
2787
  "gin",
2788
- "ginseng",
2789
  "gist",
2790
- "give",
2791
  "given",
2792
  "gland",
2793
- "glaucoma",
2794
  "gle",
2795
- "gliclazide",
2796
- "glioma",
2797
- "gliomas",
2798
- "globulin",
2799
- "glomerular",
2800
- "glomerulonephritis",
2801
- "glucan",
2802
- "glucocorticoids",
2803
  "glucose",
2804
- "glyburide",
2805
- "gns",
2806
- "go",
2807
  "goin",
2808
  "goin'",
2809
  "going",
2810
  "goin\u2019",
2811
  "gon",
 
2812
  "gonna",
2813
- "good",
2814
  "got",
2815
  "gov",
2816
  "gov.",
2817
- "gra",
2818
  "grade",
2819
  "graft",
2820
  "grafting",
2821
  "grafts",
2822
  "granted",
2823
- "grape",
 
2824
  "grapefruit",
2825
  "grave",
 
2826
  "greater",
2827
  "greatest",
 
2828
  "group",
 
2829
  "growth",
2830
- "gsk525762",
 
 
 
2831
  "guidelines",
 
 
2832
  "gus",
2833
- "guttate",
2834
  "gvhd",
 
2835
  "gynecologic",
2836
  "h",
2837
  "h.",
2838
  "h2",
 
2839
  "had",
2840
- "haemophilia",
2841
  "half",
2842
- "ham",
2843
- "hamster",
2844
  "han",
2845
- "hand",
2846
- "haploidentical",
2847
- "harbor",
2848
- "harboring",
2849
- "harvested",
2850
  "has",
2851
  "hat",
2852
- "hav",
2853
  "have",
2854
  "havin",
2855
  "havin'",
2856
  "having",
2857
  "havin\u2019",
 
2858
  "hba1c",
 
 
2859
  "hbsag",
 
2860
  "hbv",
2861
  "hcc",
2862
- "hcg",
2863
  "hcv",
2864
- "hd",
2865
  "he",
2866
  "he's",
 
2867
  "head",
2868
- "healing",
2869
  "health",
2870
  "healthy",
2871
  "hearing",
2872
  "heart",
2873
  "hed",
 
2874
  "hematologic",
 
2875
  "hematopoietic",
 
 
2876
  "hemochromatosis",
2877
- "hemodialysis",
2878
  "hemoglobin",
2879
- "hemoglobinuria",
2880
- "hemolysis",
2881
  "hemolytic",
 
2882
  "hemorrhage",
 
 
2883
  "hen",
2884
  "hep",
2885
  "heparin",
2886
  "hepatic",
2887
  "hepatitis",
2888
- "hepatocellular",
2889
- "hepatologist",
 
 
2890
  "her",
2891
- "her-2",
2892
  "her2",
2893
- "her2)/neu",
2894
  "herbal",
2895
- "herceptest",
2896
- "heritable",
2897
- "hernia",
2898
- "herniation",
2899
- "herv",
2900
  "heterosexual",
 
2901
  "hey",
2902
  "he\u2019s",
2903
  "hg",
2904
  "hgb",
2905
- "hiatal",
2906
  "hic",
2907
  "high",
2908
- "higher",
2909
- "highly",
2910
  "hil",
2911
- "hiltonol",
2912
  "hin",
2913
- "hindbrain",
2914
  "hip",
2915
  "his",
2916
  "histologic",
@@ -2919,53 +2858,52 @@
2919
  "histologies",
2920
  "histology",
2921
  "history",
 
2922
  "hiv",
2923
- "hly",
2924
  "hma",
2925
  "hod",
2926
  "hodgkin",
2927
  "hol",
2928
- "holoprosencephaly",
2929
  "hom",
2930
- "homicidal",
2931
  "hormonal",
2932
  "hormone",
2933
  "hospital",
2934
- "hospitalizations",
2935
  "host",
2936
  "hours",
2937
  "how",
2938
  "how's",
2939
  "however",
2940
  "how\u2019s",
2941
- "hra",
2942
  "hrr",
 
2943
  "hsct",
2944
- "htlv-1",
2945
- "htlv-2",
2946
  "human",
2947
- "hybridization",
 
 
 
2948
  "hydroxyurea",
2949
- "hyl",
 
2950
  "hyperbilirubinemia",
2951
  "hypercalcemia",
2952
- "hypercoagulable",
2953
- "hyperlipidemia",
2954
- "hyperplasia",
2955
  "hypersensitivity",
2956
  "hypertension",
2957
- "hyperthyroidism",
2958
- "hypertriglyceridemia",
2959
- "hypertrophy",
2960
- "hyperuricemia",
2961
- "hypocitraturic",
2962
  "hypoglycemia",
2963
  "hypoglycemic",
2964
- "hypokalemia",
2965
- "hypomagnesemia",
2966
  "hypomethylating",
 
2967
  "hypotension",
2968
  "hypothyroidism",
 
2969
  "hysterectomy",
2970
  "i",
2971
  "i.",
@@ -2977,68 +2915,83 @@
2977
  "ial",
2978
  "ian",
2979
  "ias",
2980
- "ibuprofen",
 
 
 
2981
  "ice",
2982
  "ich",
 
 
2983
  "ics",
 
2984
  "id",
2985
  "id.",
2986
  "ide",
2987
- "ideal",
2988
- "ideations",
2989
  "identified",
2990
  "idiopathic",
2991
  "ids",
2992
- "ie",
2993
  "ied",
2994
  "ier",
2995
  "ies",
 
2996
  "iew",
2997
  "if",
2998
  "if.",
2999
  "ife",
 
 
 
 
3000
  "igf-1",
3001
  "igh",
3002
- "igm",
3003
  "igo",
3004
- "ihc",
3005
  "ii",
3006
  "iii",
3007
  "ike",
 
3008
  "ild",
3009
  "ile",
3010
- "ileus",
3011
- "iliac",
3012
  "ill",
3013
  "ill.",
3014
  "illness",
3015
  "illnesses",
3016
- "ilt",
3017
  "ily",
3018
  "imaging",
3019
- "imbalance",
3020
  "ime",
3021
  "immediate",
 
3022
  "imminent",
3023
  "immune",
 
3024
  "immunodeficiency",
3025
  "immunohistochemistry",
3026
- "immunomodulatory",
 
 
3027
  "immunosuppression",
3028
  "immunosuppressive",
3029
  "immunotherapy",
3030
  "impact",
3031
  "impaired",
3032
  "impairment",
 
3033
  "implant",
 
3034
  "implanted",
3035
  "implants",
3036
- "improvement",
3037
- "imwg",
3038
  "in",
3039
  "in'",
3040
- "in/",
3041
  "ina",
 
 
 
3042
  "inc",
3043
  "inc.",
3044
  "include",
@@ -3049,18 +3002,21 @@
3049
  "incompetence",
3050
  "increase",
3051
  "increased",
 
3052
  "ind",
3053
  "ind.",
 
3054
  "index",
3055
  "indicate",
3056
  "indicated",
3057
  "indicates",
3058
  "indicating",
3059
- "indicative",
 
3060
  "indinavir",
3061
- "indirect",
3062
  "individuals",
3063
  "indolent",
 
3064
  "induced",
3065
  "inducers",
3066
  "inducing",
@@ -3068,129 +3024,136 @@
3068
  "ine",
3069
  "ineligible",
3070
  "infant",
 
3071
  "infarction",
3072
  "infection",
3073
  "infections",
3074
  "infectious",
3075
- "infective",
3076
- "inferior",
3077
- "infiltrating",
3078
- "infiltrative",
3079
  "inflammation",
3080
  "inflammatory",
3081
- "informed",
3082
- "infratentorial",
3083
  "infusion",
3084
  "ing",
3085
- "inhale",
 
 
 
 
3086
  "inhibit",
3087
  "inhibiting",
3088
  "inhibitor",
3089
  "inhibitors",
3090
- "ini",
3091
  "initial",
3092
- "initiated",
 
3093
  "initiation",
3094
- "injection",
3095
  "injections",
 
3096
  "injury",
3097
  "inn",
 
3098
  "ins",
3099
- "insert",
3100
- "institute",
3101
  "institutional",
 
3102
  "insufficiency",
3103
  "insufficient",
3104
  "insulin",
3105
  "int",
3106
- "intended",
3107
  "intensity",
3108
- "intensive",
3109
  "intent",
3110
- "interacting",
3111
  "interactions",
3112
  "intercurrent",
3113
  "interfere",
3114
- "interferes",
 
3115
  "internal",
 
3116
  "interpretation",
3117
  "interrupt",
 
 
3118
  "interval",
3119
  "intervention",
3120
  "interventional",
3121
  "interview",
3122
  "intestinal",
3123
  "into",
 
3124
  "intolerance",
3125
  "intolerant",
3126
  "intra",
 
3127
  "intracranial",
3128
- "intractable",
3129
  "intraepithelial",
3130
- "intraocular",
3131
- "intraperitoneal",
 
 
3132
  "intravenous",
3133
  "invading",
3134
- "invalidate",
3135
  "invasive",
3136
  "investigation",
3137
  "investigational",
3138
  "investigator",
3139
- "involuntary",
3140
- "involve",
3141
  "involvement",
3142
- "involving",
3143
  "in\u2019",
3144
  "iod",
3145
  "ion",
3146
- "ionizing",
3147
  "ior",
3148
- "ipilimumab",
3149
- "ips",
3150
  "ipt",
3151
  "ir-",
3152
  "ird",
3153
  "ire",
3154
- "irm",
3155
  "iron",
3156
  "irradiated",
3157
  "irradiation",
 
3158
  "is",
 
3159
  "is.",
 
 
3160
  "ischemic",
3161
  "ise",
3162
- "ish",
3163
  "isk",
3164
- "islet",
3165
  "ism",
3166
  "iss",
3167
- "ist",
3168
  "it",
3169
  "it's",
 
3170
  "ite",
3171
  "ith",
3172
- "itp",
3173
  "itraconazole",
3174
  "its",
 
3175
  "itu",
3176
  "ity",
3177
  "it\u2019s",
3178
- "iu",
3179
- "iud",
3180
  "ium",
3181
  "iv",
3182
- "ivc",
3183
  "ive",
3184
- "ivig",
3185
- "ixazomib",
3186
  "iz.",
3187
  "ize",
 
3188
  "j",
3189
  "j.",
3190
  "jan",
3191
  "jan.",
 
 
 
 
3192
  "john",
3193
  "joint",
 
3194
  "jor",
3195
  "jr",
3196
  "jr.",
@@ -3201,249 +3164,252 @@
3201
  "jul.",
3202
  "jun",
3203
  "jun.",
 
 
 
3204
  "k",
3205
  "k.",
 
3206
  "kan",
3207
  "kan.",
3208
  "kans",
3209
  "kans.",
3210
  "ked",
 
3211
  "ken",
3212
  "ker",
3213
- "kes",
3214
  "ketoconazole",
3215
- "kettering",
3216
- "keypad",
3217
  "kg",
3218
  "ki-67",
 
3219
  "kidney",
 
3220
  "kin",
 
 
 
3221
  "kla",
3222
- "klh",
 
 
3223
  "knife",
3224
  "known",
3225
  "ky",
3226
  "ky.",
3227
  "l",
 
3228
  "l.",
3229
  "l1",
3230
- "l19",
3231
- "l8585r",
3232
- "l858r",
3233
- "l861q",
3234
  "la",
3235
  "la.",
3236
  "lab",
 
3237
  "laboratory",
3238
- "labs",
3239
  "lactating",
3240
- "lae",
3241
  "lag-3",
3242
- "lan",
 
3243
  "lar",
3244
  "large",
3245
- "larger",
 
3246
  "last",
3247
- "late",
3248
- "latex",
3249
- "lay",
3250
- "lbs",
3251
- "lcl161",
3252
- "lds",
3253
- "lead",
3254
- "leak",
3255
  "leaking",
3256
  "lean",
3257
  "learning",
3258
  "least",
3259
  "led",
3260
- "leep",
3261
  "left",
3262
- "legally",
3263
  "lenalidomide",
3264
  "leptomeningeal",
 
3265
  "les",
3266
  "lesion",
3267
  "lesions",
3268
  "less",
3269
- "lesser",
3270
  "let",
3271
  "let's",
 
3272
  "let\u2019s",
3273
  "leukemia",
 
3274
  "leukemic",
3275
- "leukocytosis",
3276
  "leukopenia",
3277
  "level",
 
3278
  "levels",
3279
  "levodopa",
3280
- "lex",
3281
- "lfa",
3282
- "lfe",
3283
- "lhon",
3284
  "lia",
3285
  "lic",
3286
- "lichen",
3287
  "lid",
3288
  "lif",
3289
  "life",
3290
- "lifestyle",
3291
  "lifetime",
3292
- "ligament",
3293
- "ligamentous",
3294
- "ligand",
3295
- "ligation",
3296
  "like",
3297
  "likely",
 
3298
  "limit",
3299
  "limited",
3300
- "limiting",
3301
- "limits",
3302
  "lin",
3303
- "lincomcin",
3304
  "line",
3305
- "lined",
3306
- "lipid",
3307
- "list",
3308
- "live",
3309
  "liver",
3310
  "lives",
3311
- "living",
3312
  "ll",
3313
  "ll.",
3314
  "lls",
3315
  "lly",
 
3316
  "lo.",
3317
  "load",
3318
- "lobes",
3319
  "lobular",
3320
  "local",
3321
  "localized",
3322
  "locally",
3323
- "loco",
3324
- "locoregional",
3325
  "lol",
3326
  "lon",
3327
  "long",
3328
  "longer",
3329
  "longest",
 
3330
  "losing",
3331
  "loss",
3332
- "lovaza",
3333
  "lovin",
3334
  "lovin'",
3335
  "loving",
3336
  "lovin\u2019",
3337
  "low",
 
3338
  "lse",
3339
  "lso",
3340
  "ltd",
3341
  "ltd.",
3342
  "lth",
3343
- "lti",
3344
  "lts",
3345
- "lty",
3346
  "lue",
 
3347
  "lung",
3348
  "lupus",
3349
  "lus",
3350
  "lve",
 
 
3351
  "lymph",
 
 
 
3352
  "lymphocytic",
3353
  "lymphoid",
3354
  "lymphoma",
3355
  "lymphomatous",
 
 
 
3356
  "m",
3357
  "m.",
3358
  "m2",
3359
  "mCRPC",
3360
  "mHg",
3361
  "mL",
3362
- "mSWAT",
3363
  "m^2",
 
3364
  "ma'am",
 
3365
  "mab",
3366
- "machines",
3367
- "macroglobulinemia",
3368
  "macrolide",
3369
  "macular",
3370
  "madam",
3371
  "magnetic",
3372
- "main",
3373
  "maintain",
3374
  "maintenance",
3375
  "major",
3376
  "make",
3377
  "mal",
3378
  "malabsorption",
3379
- "males",
3380
  "malformation",
3381
  "malignancies",
3382
  "malignancy",
3383
  "malignant",
 
 
3384
  "man",
3385
  "management",
3386
- "manganese",
3387
- "manifestation",
3388
- "manifested",
3389
- "manifests",
3390
  "mannitol",
3391
- "maoi",
 
3392
  "mar",
3393
  "mar.",
 
 
 
3394
  "marrow",
 
3395
  "mas",
3396
  "mass",
3397
  "mass.",
3398
  "mast",
3399
  "matched",
3400
  "material",
 
 
 
 
3401
  "may",
3402
  "mayo",
3403
  "ma\u2019am",
 
3404
  "mcl",
3405
  "mcrpc",
3406
  "md",
3407
  "md.",
 
3408
  "mds",
3409
- "mean",
3410
- "meaningful",
3411
  "measurable",
3412
  "measure",
3413
- "measureable",
3414
  "measured",
 
3415
  "measures",
3416
- "measuring",
3417
  "mechanical",
3418
  "med",
3419
  "medi-570",
 
3420
  "mediated",
3421
  "medical",
3422
  "medically",
3423
  "medication",
3424
  "medications",
3425
- "medicine",
3426
- "medicines",
3427
- "meds",
3428
  "meet",
3429
- "meeting",
3430
- "mefenamic",
3431
- "megacolon",
3432
- "mek",
3433
  "melanoma",
3434
- "melanomas",
3435
  "melanomatous",
3436
  "mellitus",
3437
- "memorial",
 
3438
  "men",
3439
- "men2",
3440
- "menarche",
3441
  "meningitis",
3442
- "menopause",
3443
- "menses",
3444
  "mental",
 
3445
  "mes",
3446
- "mesothelioma",
3447
  "messrs",
3448
  "messrs.",
3449
  "met",
@@ -3451,7 +3417,6 @@
3451
  "metabolism",
3452
  "metal",
3453
  "metallic",
3454
- "metaplasia",
3455
  "metastases",
3456
  "metastasis",
3457
  "metastatic",
@@ -3460,28 +3425,25 @@
3460
  "method",
3461
  "methods",
3462
  "methotrexate",
3463
- "methyl",
3464
- "methylene",
3465
- "methylomic",
3466
  "mg",
3467
- "mg/100",
 
3468
  "mia",
3469
  "mib",
3470
  "mic",
3471
  "mich",
3472
  "mich.",
3473
- "microinvasion",
3474
- "microinvasive",
3475
- "mid",
3476
  "might",
3477
  "migraine",
3478
- "migraines",
3479
  "mild",
3480
- "milligrams",
3481
  "min",
3482
  "min/1.73",
3483
- "min/1.73m2",
3484
  "mini",
 
3485
  "minimum",
3486
  "minn",
3487
  "minn.",
@@ -3489,43 +3451,50 @@
3489
  "miss",
3490
  "miss.",
3491
  "mit",
3492
- "mitochondrial",
3493
  "mitomycin",
3494
  "mixed",
 
3495
  "ml",
 
 
3496
  "mm",
 
3497
  "mmHg",
 
3498
  "mma",
3499
  "mmhg",
3500
- "mmse",
3501
  "mo",
3502
  "mo.",
3503
  "modafinil",
3504
  "moderate",
3505
  "modification",
3506
- "modifying",
3507
- "mofetil",
3508
- "mold",
3509
  "molecular",
 
3510
  "mon",
3511
- "monitor",
3512
- "monitoring",
3513
  "monoamine",
3514
  "monoclonal",
 
 
 
3515
  "mont",
3516
  "mont.",
3517
  "month",
3518
  "months",
 
3519
  "mor",
3520
- "morbid",
3521
  "more",
 
3522
  "morphine",
 
3523
  "morphology",
3524
  "most",
3525
  "motor",
3526
  "movement",
3527
  "mph",
3528
- "mpm",
3529
  "mpn",
3530
  "mps",
3531
  "mpt",
@@ -3534,44 +3503,43 @@
3534
  "mri",
3535
  "mrs",
3536
  "mrs.",
3537
- "mrspectroscopy",
3538
  "ms",
3539
  "ms.",
3540
- "msk",
3541
- "mswat",
 
3542
  "mt",
3543
  "mt.",
3544
  "mucinous",
3545
- "mucosal",
3546
- "multi",
3547
- "multigated",
3548
- "multiphasic",
3549
  "multiple",
3550
  "mum",
3551
- "murine",
3552
  "mus",
 
 
3553
  "must",
3554
  "mutation",
3555
- "mutation(s",
3556
- "mutations",
3557
  "mycophenolate",
3558
- "myeloablative",
 
3559
  "myelodysplastic",
3560
  "myelofibrosis",
3561
  "myelogenous",
 
3562
  "myeloma",
3563
- "myelomonocytic",
3564
  "myeloproliferative",
3565
  "myocardial",
 
 
3566
  "myomectomy",
3567
  "myopathy",
3568
- "myositis",
3569
  "n",
3570
  "n's",
3571
  "n't",
3572
  "n(s",
3573
- "n+",
3574
- "n-",
3575
  "n.",
3576
  "n.c.",
3577
  "n.d.",
@@ -3582,67 +3550,64 @@
3582
  "na",
3583
  "nac",
3584
  "nafcillin",
3585
- "nail",
3586
  "nal",
3587
- "naltrexone",
3588
- "naproxen",
3589
- "nar",
3590
- "narrow",
3591
  "nasal",
 
 
3592
  "nasopharyngeal",
3593
- "nat",
3594
- "national",
3595
  "natural",
3596
- "nausea",
3597
  "na\u00efve",
3598
  "nc.",
 
3599
  "nce",
3600
  "nch",
3601
  "nci",
3602
- "nct",
3603
  "ncy",
3604
- "nd-",
3605
  "nd.",
3606
  "nds",
3607
  "nea",
3608
- "near",
3609
  "neb",
3610
  "neb.",
 
3611
  "nebr",
3612
  "nebr.",
3613
  "neck",
3614
- "necrolysis",
3615
- "necrosis",
3616
  "ned",
 
3617
  "need",
3618
- "needle",
3619
- "needles",
3620
  "nefazodone",
3621
  "negative",
3622
  "nel",
3623
  "nelfinavir",
3624
  "neoplasia",
3625
  "neoplasm",
3626
- "neoplasms",
3627
- "nephrotic",
 
 
3628
  "ner",
3629
  "neratinib",
 
3630
  "nervous",
3631
  "nes",
3632
- "neu",
3633
- "neurofibromatosis",
 
 
 
 
 
3634
  "neurologic",
3635
  "neurological",
3636
- "neurologically",
3637
- "neuroma",
3638
  "neuromuscular",
3639
- "neurontin",
3640
  "neuropathy",
3641
- "neuropsychological",
3642
  "neurosurgery",
3643
- "neurosurgical",
3644
- "neurovascular",
3645
- "neutralization",
3646
  "neutrophil",
3647
  "nev",
3648
  "nev.",
@@ -3650,51 +3615,47 @@
3650
  "newly",
3651
  "next",
3652
  "ney",
3653
- "nf",
3654
  "ng",
 
3655
  "nge",
3656
  "ngs",
3657
  "nhl",
3658
  "nia",
3659
- "niacin",
3660
  "nib",
3661
  "nic",
 
3662
  "nil",
3663
  "nin",
3664
- "nintedanib",
3665
- "nitroglycerin",
3666
- "nitroglycerine",
3667
- "nk",
3668
- "nka",
3669
- "nks",
3670
  "nly",
3671
  "nn.",
3672
  "no",
3673
- "nocturnal",
3674
- "nodal",
3675
  "node",
 
3676
  "nol",
3677
  "non",
3678
- "noncytotoxic",
 
3679
  "nonmelanoma",
 
3680
  "nor",
3681
- "norepinephrine",
3682
  "normal",
3683
  "nos",
3684
  "not",
 
3685
  "nothin",
3686
  "nothin'",
3687
  "nothing",
3688
  "nothin\u2019",
3689
  "nov",
3690
  "nov.",
3691
- "novo",
3692
- "now",
3693
  "ns.",
3694
  "nsaids",
3695
  "nsclc",
3696
  "nse",
3697
- "nslc",
3698
  "nt",
3699
  "nt.",
3700
  "nth",
@@ -3702,14 +3663,17 @@
3702
  "nto",
3703
  "ntr",
3704
  "nts",
3705
- "nue",
3706
  "nuff",
3707
  "nus",
3708
  "nuthin",
3709
  "nuthin'",
3710
  "nuthin\u2019",
3711
- "ny",
 
3712
  "nyha",
 
 
3713
  "n\u2019s",
3714
  "n\u2019t",
3715
  "o",
@@ -3719,24 +3683,26 @@
3719
  "o.0",
3720
  "o.O",
3721
  "o.o",
 
3722
  "o_0",
3723
  "o_O",
3724
  "o_o",
 
3725
  "oad",
3726
- "oal",
3727
- "oan",
3728
  "obese",
3729
  "obesity",
 
3730
  "objects",
 
3731
  "obstruction",
3732
  "obstructive",
 
3733
  "obtained",
3734
- "oca",
 
3735
  "occlusion",
3736
- "occlusive",
3737
- "och",
3738
  "ock",
3739
- "oco",
3740
  "oct",
3741
  "oct.",
3742
  "ocular",
@@ -3746,37 +3712,40 @@
3746
  "oes",
3747
  "of",
3748
  "of.",
 
3749
  "off",
3750
- "offered",
3751
- "official",
 
3752
  "ogy",
3753
  "ohn",
3754
- "oic",
3755
  "oid",
3756
  "oil",
3757
  "oin",
3758
- "ok",
3759
  "oke",
3760
  "okla",
3761
  "okla.",
3762
  "ol",
3763
  "ol'",
 
3764
  "old",
3765
- "older",
3766
  "ole",
3767
- "oligoastrocytoma",
3768
- "oligodendroglioma",
 
 
3769
  "olo",
3770
- "ols",
3771
  "ol\u2019",
3772
  "oma",
3773
  "ome",
3774
- "omphalocele",
 
3775
  "oms",
3776
  "omy",
3777
  "on",
3778
- "on-",
3779
- "oncologist",
3780
  "ond",
3781
  "one",
3782
  "ong",
@@ -3786,423 +3755,438 @@
3786
  "ons",
3787
  "onset",
3788
  "ont",
3789
- "onto",
3790
  "ony",
3791
  "ood",
3792
  "oof",
 
 
3793
  "oophorectomy",
3794
  "oor",
3795
  "opa",
3796
- "ope",
3797
  "open",
 
3798
  "operative",
3799
  "operatively",
3800
- "opiate",
3801
- "opiates",
3802
  "opinion",
3803
  "opioid",
3804
- "opt-821",
 
 
 
3805
  "opy",
3806
  "or",
 
3807
  "oral",
3808
- "orally",
3809
  "ord",
 
3810
  "ore",
3811
  "ore.",
3812
  "organ",
3813
  "organic",
 
3814
  "origin",
 
3815
  "ork",
3816
  "orm",
 
 
3817
  "orp",
3818
  "ors",
3819
  "ort",
3820
- "orthopedic",
3821
  "orthostatic",
3822
  "ory",
3823
  "os.",
3824
  "ose",
3825
- "osimertinib",
3826
  "oss",
3827
  "ost",
3828
- "osteoid",
3829
- "osteoma",
3830
  "osteoporosis",
3831
- "otc",
3832
  "oth",
3833
  "other",
 
3834
  "otherwise",
3835
  "ought",
3836
  "oup",
3837
  "our",
3838
  "ous",
3839
  "out",
 
3840
  "outcome",
3841
- "outflow",
 
3842
  "ov.",
3843
- "ovale",
3844
  "ovarian",
3845
- "ovary",
3846
  "ove",
3847
  "over",
3848
- "ovo",
 
 
3849
  "own",
 
3850
  "oxidase",
 
3851
  "oxygen",
 
3852
  "o\u2019clock",
3853
  "o\u2019s",
3854
  "p",
3855
  "p.",
3856
  "p.m",
3857
  "p.m.",
 
3858
  "p450",
3859
  "pa",
3860
  "pa.",
3861
- "pacemaker",
3862
- "packed",
3863
- "pad",
3864
  "paget",
3865
  "pah",
3866
  "pain",
3867
- "pain/",
 
3868
  "pal",
 
 
 
3869
  "pancreas",
3870
  "pancreatic",
3871
  "pancreatitis",
3872
- "papillary",
3873
- "papilledema",
3874
- "paracentesis",
3875
- "paradigm",
 
 
3876
  "parameters",
3877
- "parkinson",
3878
- "paroxysmal",
 
 
3879
  "parp",
3880
  "part",
3881
  "partial",
 
3882
  "participants",
3883
  "participate",
3884
  "participated",
3885
- "participating",
3886
  "participation",
 
3887
  "past",
3888
  "patch",
3889
- "patent",
 
3890
  "pathologically",
 
3891
  "pathology",
3892
  "patient",
3893
  "patients",
3894
- "pcnsl",
3895
  "pcr",
 
3896
  "pd",
3897
  "pd-1",
3898
- "pdac",
3899
  "pdl2",
3900
  "pectoris",
3901
  "ped",
3902
- "pediatric",
 
 
3903
  "pelvic",
3904
  "pelvis",
3905
- "pembrolizumab",
3906
  "pen",
3907
- "pentostatin",
3908
- "peptic",
3909
  "per",
3910
- "perc",
3911
- "percentile",
3912
- "perforation",
3913
  "performed",
3914
- "perfusion",
3915
- "peri",
3916
- "pericardial",
3917
  "period",
3918
  "peripheral",
3919
  "peritoneal",
 
 
3920
  "permitted",
3921
- "persistence",
3922
- "personal",
3923
- "pervasive",
3924
  "pes",
3925
- "pet",
3926
  "ph",
3927
  "ph.d.",
 
3928
  "pharmacokinetic",
3929
  "pharmacologic",
 
3930
  "phase",
3931
- "phasic",
3932
  "phenobarbital",
3933
- "phenylephrine",
3934
  "phenytoin",
3935
- "pheochromocytoma",
3936
- "phosphatase",
3937
  "phosphate",
3938
- "phosphatidycholine",
 
3939
  "phy",
3940
- "physically",
3941
  "physician",
3942
  "physicians",
3943
  "physiologic",
3944
  "pi",
3945
  "pic",
3946
  "pid",
3947
- "piercing",
3948
  "pin",
3949
- "pirfenidone",
3950
- "pituitary",
3951
- "place",
3952
  "placement",
3953
- "places",
3954
- "plan",
3955
  "planned",
 
3956
  "plans",
3957
- "planus",
3958
- "plaque",
3959
- "plaques",
3960
  "plastic",
3961
- "plate",
3962
  "platelet",
 
3963
  "platinum",
 
3964
  "ple",
3965
- "pleomorphic",
3966
  "pleural",
3967
- "pleurectomy",
3968
- "plus",
3969
  "ply",
3970
  "pm",
3971
- "pneumonectomy",
3972
- "pneumonitis",
3973
- "pnh",
3974
  "po",
3975
- "polyarthritis",
3976
- "polycystic",
3977
  "polymerase",
3978
- "polymixin",
3979
- "polypeptide",
 
 
3980
  "pon",
 
3981
  "poor",
3982
  "poorly",
3983
- "population",
3984
  "porphyria",
3985
- "portal",
3986
- "portion",
3987
- "pose",
3988
  "positive",
3989
- "possibility",
3990
  "post",
3991
  "posterior",
3992
- "postmenopausal",
3993
  "postpartum",
3994
- "potent",
 
 
3995
  "potential",
3996
  "potentially",
 
3997
  "ppd",
3998
- "pr",
 
3999
  "pr.",
4000
- "practice",
4001
- "prazosin",
4002
  "pre",
 
4003
  "preceding",
4004
  "preclude",
4005
  "predicted",
 
4006
  "prednisone",
4007
- "preeclampsia",
 
4008
  "preexisting",
4009
- "preferred",
4010
  "pregnancy",
4011
- "pregnancy-",
4012
- "pregnant",
4013
- "prelinguistic",
4014
- "preparative",
4015
  "prescription",
4016
  "presence",
4017
  "present",
4018
- "presentation",
4019
  "presently",
4020
- "pressor",
4021
  "pressure",
4022
  "pretreatment",
4023
- "prevent",
4024
- "preventative",
4025
  "preventing",
4026
  "prevention",
4027
  "previous",
4028
  "previously",
4029
  "primary",
 
4030
  "principal",
4031
  "prior",
4032
- "prnt80",
4033
- "pro045",
4034
- "pro051",
4035
- "pro053",
4036
- "probable",
4037
  "problems",
4038
  "procedure",
4039
  "procedures",
4040
- "produced",
 
 
4041
  "products",
4042
  "prof",
4043
  "prof.",
4044
  "progesterone",
4045
  "prognosis",
 
4046
  "program",
4047
  "progressed",
4048
  "progressing",
4049
  "progression",
4050
  "progressive",
 
4051
  "projected",
4052
- "proliferation",
4053
  "proof",
4054
- "properly",
4055
  "prophylactic",
4056
- "prophylaxis",
4057
- "proposes",
4058
  "propranolol",
4059
- "prospective",
4060
  "prostate",
 
4061
  "prostatic",
4062
- "prosthesis",
 
4063
  "protein",
4064
  "proteinuria",
4065
  "protocol",
 
 
4066
  "proton",
4067
- "protozoal",
4068
  "proven",
4069
  "provide",
4070
  "provided",
 
4071
  "proximal",
4072
  "psa",
4073
  "pse",
4074
- "pseudocapsule",
4075
- "pseudoprogression",
4076
  "psoriasis",
4077
- "psoriatic",
4078
  "psy",
4079
  "psychiatric",
 
 
4080
  "psychosis",
4081
- "psychotic",
4082
  "psychotropic",
4083
  "pt.",
4084
- "pts",
4085
- "pubertal",
 
 
 
4086
  "pulmonary",
4087
- "pulpitis",
4088
  "pulse",
4089
  "pump",
4090
  "purposes",
4091
  "purpura",
 
4092
  "pus",
4093
- "putamen",
4094
- "pyloric",
4095
  "q",
4096
  "q.",
4097
- "qPCR",
4098
- "qas",
4099
- "qpcr",
4100
- "qs-21",
4101
  "qt",
4102
- "qtc",
4103
- "qualification",
4104
- "quality",
4105
  "quantifiable",
4106
- "quantitative",
4107
- "que",
4108
  "questionnaire",
4109
- "quinidine",
4110
  "r",
4111
  "r.",
 
4112
  "ra",
 
4113
  "radiation",
4114
- "radiculopathy",
 
4115
  "radiographic",
4116
- "radiosensitive",
 
 
 
4117
  "radiotherapy",
 
4118
  "raeb-1",
4119
- "raf",
4120
  "ral",
4121
- "raloxifene",
4122
  "ram",
4123
  "randomization",
4124
- "rano",
4125
  "rapid",
4126
  "rapidly",
4127
- "rare",
4128
- "ras",
4129
  "rate",
 
4130
  "ratio",
4131
- "rbans",
4132
- "rbcs",
4133
- "rcc",
4134
  "rch",
4135
  "rcmd+/-rs",
4136
- "rdt",
4137
  "re",
 
4138
  "re.",
4139
  "rea",
 
 
4140
  "reaction",
4141
  "reactions",
4142
  "reactive",
4143
  "reading",
4144
- "real",
4145
- "rearrangement",
4146
- "rearrangements",
4147
  "reason",
4148
- "reasons",
4149
  "receipt",
4150
  "receive",
4151
  "received",
4152
  "receiving",
4153
  "recent",
 
4154
  "receptor",
4155
- "recessive",
4156
  "recipients",
 
4157
  "recist",
4158
- "recognized",
4159
  "recommended",
4160
  "reconstruction",
4161
- "reconstructive",
4162
  "recorded",
4163
  "recovered",
4164
  "recovery",
4165
- "rectal",
4166
  "rectum",
 
 
4167
  "recurrence",
4168
  "recurrent",
4169
  "red",
4170
- "reduced",
4171
  "reduction",
4172
  "ree",
4173
- "reference",
4174
- "referred",
4175
  "referring",
4176
  "reflected",
4177
  "refractory",
4178
- "regardless",
 
 
4179
  "regimen",
4180
  "regimens",
 
4181
  "regional",
4182
  "registration",
4183
- "regular",
 
 
 
4184
  "relapse",
4185
  "relapsed",
4186
  "related",
 
4187
  "relatively",
4188
- "remelteon",
 
 
 
4189
  "remission",
4190
- "removal",
4191
- "removed",
4192
- "removing",
4193
- "rems",
4194
  "ren",
4195
  "renal",
4196
  "rep",
4197
  "rep.",
4198
  "repair",
4199
- "repeat",
4200
- "repeatable",
4201
  "replacement",
4202
  "report",
4203
- "reported",
 
4204
  "require",
4205
  "required",
 
4206
  "requirements",
4207
  "requires",
4208
  "requiring",
@@ -4213,213 +4197,220 @@
4213
  "resection",
4214
  "reserve",
4215
  "residual",
4216
- "resins",
4217
  "resistant",
 
4218
  "resonance",
4219
- "respective",
 
4220
  "respiratory",
 
4221
  "response",
4222
- "responses",
4223
- "responsible",
4224
  "responsiveness",
4225
- "resting",
4226
  "restrictive",
4227
  "result",
4228
  "resulting",
4229
  "results",
4230
- "resuscitation",
4231
  "retain",
4232
- "retina",
 
4233
  "rev",
4234
  "rev.",
4235
- "revascularization",
4236
- "reversible",
4237
- "revised",
4238
- "revlimid",
4239
- "rew",
4240
  "rge",
4241
  "rgo",
4242
  "rgy",
 
 
 
4243
  "rheumatoid",
4244
  "rheumatologic",
4245
- "rhythm",
4246
  "ria",
 
 
 
4247
  "ric",
4248
- "richter",
4249
  "rifabutin",
4250
  "rifampin",
4251
  "rifapentin",
 
4252
  "right",
4253
- "riluzole",
4254
  "rin",
4255
  "ris",
4256
  "rising",
4257
  "risk",
4258
  "ritonavir",
 
4259
  "rituximab",
4260
  "riz",
4261
  "rk.",
4262
  "rly",
4263
  "rma",
 
4264
  "rna",
4265
- "rns",
4266
  "rof",
4267
  "rol",
4268
  "rom",
4269
  "ron",
 
4270
  "ros",
4271
- "ros1",
4272
  "routine",
4273
  "row",
4274
  "rp.",
4275
- "rs",
 
4276
  "rs.",
4277
  "rse",
4278
  "rst",
 
 
4279
  "rth",
4280
  "rts",
4281
- "rubber",
4282
- "rue",
4283
  "rug",
4284
- "ruled",
4285
  "rum",
4286
- "rupture",
4287
  "ruptured",
4288
  "rus",
4289
  "rve",
4290
- "r\u00f6m",
4291
  "s",
4292
  "s's",
4293
  "s.",
4294
  "s.c.",
4295
  "sAg",
4296
- "saccular",
4297
- "sae",
4298
- "safe",
 
4299
  "safety",
 
4300
  "sal",
4301
  "salicylic",
4302
  "salivary",
 
 
4303
  "same",
 
4304
  "sampling",
 
4305
  "saquinavir",
4306
  "sarcoidosis",
4307
  "sarcoma",
 
4308
  "say",
 
 
4309
  "scan",
4310
  "scanning",
4311
- "scarring",
4312
- "scc",
4313
  "scd",
 
4314
  "scheduled",
4315
- "schizencephaly",
4316
- "schizoaffective",
4317
  "schizophrenia",
4318
- "schwannoma",
4319
- "sci",
4320
  "sclc",
4321
  "scleroderma",
4322
  "sclerosis",
4323
  "score",
 
 
4324
  "screening",
4325
- "screw",
4326
- "scs",
4327
- "sct",
4328
- "sd",
4329
- "sea",
4330
  "second",
4331
- "second-",
4332
  "secondary",
4333
  "section",
4334
  "sed",
4335
- "sedation",
4336
- "sedentary",
4337
  "see",
4338
- "seed",
4339
  "segment",
4340
- "segments",
4341
  "seizure",
4342
  "seizures",
4343
  "sel",
4344
  "self",
 
4345
  "sen",
4346
  "sen.",
4347
- "send",
4348
- "sensitive",
4349
  "sensitivity",
4350
  "sensory",
4351
  "sep",
4352
  "sep.",
4353
- "separate",
4354
  "sept",
4355
  "sept.",
4356
- "septal",
4357
- "sequelae",
4358
- "sequencing",
4359
- "sequestrants",
4360
  "ser",
4361
  "serial",
4362
- "series",
4363
  "serious",
 
 
4364
  "serology",
 
 
4365
  "serous",
4366
  "serum",
4367
  "ses",
4368
- "session",
4369
  "set",
4370
- "setting",
4371
  "severe",
4372
- "sexual",
4373
- "sgtp",
 
 
4374
  "sh.",
4375
  "sha",
4376
  "shall",
4377
  "shaped",
4378
  "she",
4379
  "she's",
 
4380
  "she\u2019s",
4381
  "short",
4382
- "shorten",
4383
  "should",
4384
  "show",
4385
- "showing",
4386
- "shrapnel",
4387
- "shunt",
4388
- "shunts",
4389
  "sia",
 
4390
  "sic",
 
4391
  "side",
 
 
 
 
 
4392
  "significant",
4393
  "significantly",
4394
- "signing",
4395
- "signs",
4396
- "sildenafil",
4397
  "similar",
4398
- "sin",
4399
  "since",
4400
  "single",
4401
  "sis",
4402
  "sit",
4403
  "site",
4404
- "site(s",
4405
  "sites",
4406
  "situ",
4407
  "situations",
4408
  "six",
4409
  "size",
 
4410
  "sjogren",
 
4411
  "skin",
4412
- "sl-401",
4413
  "sleep",
4414
  "sleeve",
4415
- "sloan",
4416
  "sly",
 
4417
  "small",
4418
- "sms",
4419
- "smt",
4420
  "social",
 
 
 
4421
  "solid",
4422
  "solitary",
 
4423
  "somethin",
4424
  "somethin'",
4425
  "something",
@@ -4427,171 +4418,168 @@
4427
  "son",
4428
  "sor",
4429
  "sorafenib",
4430
- "sotatercept",
4431
  "soy",
4432
  "space",
4433
- "specialist",
 
 
4434
  "specific",
4435
- "specifically",
4436
  "specified",
4437
  "specimen",
4438
- "specimens",
4439
- "spermicide",
 
4440
  "spinal",
4441
  "spindle",
4442
- "spine",
4443
  "spiral",
4444
- "spondylitis",
4445
- "sponge",
4446
  "sponsor",
4447
- "sports",
4448
  "spread",
4449
  "squamous",
 
4450
  "srs",
4451
  "ss.",
 
 
 
 
4452
  "st",
4453
  "st.",
4454
- "stabilized",
 
4455
  "stable",
4456
  "stage",
4457
- "staged",
4458
- "staging",
4459
  "standard",
4460
- "staples",
4461
- "stargardt",
4462
  "start",
4463
- "started",
4464
  "starting",
4465
  "state",
4466
- "statin",
4467
  "statins",
 
4468
  "status",
4469
- "stay",
4470
  "stem",
4471
- "stenosis",
4472
  "stent",
4473
- "stents",
4474
- "stereotactic",
4475
  "sterile",
4476
- "sterilization",
4477
- "sterilized",
4478
  "steroid",
4479
  "steroidal",
4480
  "steroids",
4481
  "sterotactic",
4482
- "stgd1",
4483
- "stimulation",
4484
- "stimulator",
4485
  "stomach",
4486
- "stone",
4487
- "stones",
4488
- "stopped",
4489
- "stress",
4490
  "stressor",
4491
  "stricture",
 
4492
  "stroke",
4493
  "stromal",
4494
  "strong",
 
4495
  "structural",
 
 
4496
  "sts",
4497
- "studied",
4498
  "studies",
4499
  "study",
4500
- "subarachnoid",
4501
- "subclavian",
4502
- "subfamily",
4503
  "subject",
 
4504
  "subjects",
4505
- "suboxone",
4506
  "substances",
 
4507
  "substitute",
4508
- "substitution",
4509
- "subtypes",
4510
- "subutex",
4511
- "success",
4512
  "successful",
4513
- "successfully",
4514
  "such",
4515
- "sudden",
4516
- "sudy",
4517
  "sue",
4518
- "sufficient",
 
4519
  "suggests",
4520
  "suicidal",
4521
  "suicidality",
4522
  "suicide",
4523
  "suitable",
4524
- "sulfa",
4525
- "sulfasalazine",
4526
  "sulfonylurea",
4527
- "superficial",
4528
- "superventricular",
4529
  "supplemental",
 
 
4530
  "support",
4531
  "suppression",
 
 
4532
  "surface",
4533
  "surgeon",
4534
  "surgery",
4535
  "surgical",
4536
  "surgically",
4537
  "surveillance",
 
4538
  "sus",
4539
  "suspected",
4540
- "suspicion",
4541
- "sustained",
4542
- "sutures",
4543
  "swallow",
4544
- "swallowing",
4545
  "symptom",
4546
  "symptomatic",
4547
- "symptomology",
4548
  "symptoms",
4549
- "syncope",
4550
  "syndrome",
4551
  "syndromes",
 
4552
  "system",
4553
  "systemic",
4554
- "systems",
4555
- "systolic",
4556
  "s\u2019s",
4557
  "t",
4558
  "t's",
 
4559
  "t(s",
4560
  "t.",
4561
- "t1",
4562
- "t3",
4563
  "t790",
 
4564
  "ta",
 
4565
  "tachycardia",
4566
  "tacrolimus",
4567
  "take",
4568
  "taken",
4569
- "takes",
4570
  "taking",
4571
  "tal",
4572
- "tamoxifen",
4573
- "tamponade",
4574
  "tan",
 
 
 
 
4575
  "target",
4576
- "taxanes",
4577
- "tay",
 
 
4578
  "tch",
4579
  "td.",
4580
- "tears",
4581
- "techniques",
4582
  "ted",
4583
- "teeth",
4584
  "telaprevir",
4585
- "telephone",
4586
  "telithromycin",
4587
  "tem",
4588
- "temozolomide",
4589
  "ten",
4590
  "tendonitis",
4591
  "tenn",
4592
  "tenn.",
 
 
4593
  "ter",
 
4594
  "term",
 
4595
  "terminal",
4596
  "terminology",
4597
  "tes",
@@ -4600,8 +4588,8 @@
4600
  "testing",
4601
  "testosterone",
4602
  "tests",
4603
- "tex",
4604
- "thalidomide",
4605
  "than",
4606
  "that",
4607
  "that's",
@@ -4616,34 +4604,33 @@
4616
  "there",
4617
  "there's",
4618
  "there\u2019s",
4619
- "thermoregulatory",
4620
  "these",
4621
  "they",
 
 
4622
  "third",
4623
  "this",
4624
  "this's",
4625
  "this\u2019s",
4626
- "thm",
 
4627
  "those",
 
 
4628
  "threatening",
4629
- "three",
4630
  "thrombocytopenia",
4631
  "thrombocytopenic",
4632
- "thromboembolic",
4633
- "thrombosis",
4634
  "thrombotic",
4635
  "thrombus",
4636
  "through",
4637
- "throughout",
4638
  "ths",
4639
  "thy",
4640
- "thymocyte",
4641
  "thyroid",
4642
- "thyroxine",
4643
  "tia",
 
4644
  "tic",
4645
- "tid",
4646
- "til",
4647
  "tim",
4648
  "time",
4649
  "times",
@@ -4651,265 +4638,260 @@
4651
  "tio",
4652
  "tis",
4653
  "tissue",
4654
- "titers",
 
4655
  "tki",
 
4656
  "tly",
4657
  "tnbc",
4658
  "tnf",
 
4659
  "to",
 
 
4660
  "tol",
4661
- "tolerance",
4662
  "tolerate",
4663
  "tom",
4664
  "tomography",
4665
  "ton",
4666
- "tone",
 
 
 
 
4667
  "topical",
4668
- "topiramate",
4669
  "tor",
 
4670
  "tortuosity",
4671
  "total",
4672
- "touch",
4673
  "toxic",
4674
  "toxicities",
4675
  "toxicity",
4676
- "toxin",
4677
  "tra",
 
4678
  "tract",
4679
- "tramadol",
4680
- "transaminases",
4681
- "transbronchial",
4682
- "transdermal",
4683
- "transduced",
4684
  "transfusion",
4685
  "transfusions",
4686
  "transient",
4687
- "transiently",
4688
- "transit",
4689
  "transitional",
 
 
4690
  "transplant",
4691
  "transplantation",
4692
- "trauma",
 
4693
  "traumatic",
4694
- "trazodone",
4695
  "treated",
4696
  "treating",
4697
  "treatment",
4698
  "treatments",
4699
- "tremelimumab",
4700
  "trial",
4701
  "trials",
4702
- "tricyclic",
4703
- "tried",
4704
- "triple",
4705
- "trk",
4706
- "troleandomycin",
4707
- "troponin",
4708
- "true",
4709
- "trunk",
4710
  "try",
4711
  "tsh",
4712
- "ttp",
4713
- "tty",
4714
- "tubal",
4715
  "tuberculosis",
4716
  "tum",
4717
  "tumor",
4718
  "tumors",
 
 
 
4719
  "tus",
 
4720
  "two",
4721
  "type",
4722
  "types",
4723
- "typical",
4724
- "typically",
4725
  "t\u2019s",
4726
  "u",
4727
  "u.",
4728
  "ual",
4729
- "uc",
 
4730
  "uch",
4731
  "uct",
4732
  "ude",
4733
  "udy",
4734
- "ued",
4735
  "ues",
4736
  "uff",
4737
  "ug.",
4738
  "ugh",
4739
- "ugib",
4740
  "ugs",
4741
  "uid",
4742
  "uit",
4743
  "ul.",
4744
  "ula",
4745
  "ulcer",
 
4746
  "ulcerative",
 
4747
  "uld",
4748
  "ule",
4749
- "uli",
4750
  "ull",
4751
  "uln",
4752
  "ult",
4753
- "ultram",
4754
- "uma",
4755
- "ume",
4756
  "ump",
4757
  "un.",
4758
  "unable",
4759
- "unacceptable",
4760
- "uncompensated",
4761
  "unconjugated",
4762
  "uncontrolled",
4763
- "uncorrected",
4764
  "und",
4765
  "under",
4766
  "undergo",
4767
  "undergoing",
4768
  "undergone",
4769
  "underlying",
4770
- "underweight",
4771
- "undetectable",
4772
  "undifferentiated",
4773
  "une",
4774
  "unequivocal",
4775
- "unexplained",
4776
  "ung",
4777
  "unicuspid",
 
4778
  "units",
4779
- "unk",
4780
  "unknown",
4781
- "unl",
4782
  "unless",
 
4783
  "unrelated",
4784
  "unresectable",
4785
- "unsafe",
4786
- "unsatisfactory",
4787
  "unstable",
4788
- "unsuitable",
4789
- "unsure",
4790
  "unt",
4791
  "untreated",
 
 
 
 
 
4792
  "upon",
4793
  "upper",
 
4794
  "upt",
4795
  "ura",
4796
  "ure",
4797
- "uremic",
4798
- "ureter",
4799
- "urethra",
4800
  "urethral",
 
4801
  "urinary",
4802
  "urine",
4803
- "urothelial",
4804
  "urs",
4805
  "ury",
4806
  "us",
4807
  "use",
4808
  "used",
 
4809
  "using",
4810
  "ust",
4811
- "usual",
4812
  "ute",
4813
  "uterine",
4814
- "uterus",
4815
  "v",
4816
  "v.",
4817
  "v.s",
4818
  "v.s.",
4819
  "v.v",
 
 
4820
  "vHD",
4821
  "v_v",
4822
  "va",
4823
  "va.",
4824
  "vaccination",
4825
- "vaccine",
4826
  "vaccines",
4827
  "val",
4828
- "valproic",
 
4829
  "value",
4830
  "values",
4831
  "valve",
4832
  "valvular",
4833
- "valvulopathy",
4834
  "vancomycin",
4835
  "variants",
4836
- "variegate",
 
4837
  "vascular",
 
4838
  "vasculitis",
4839
- "vasopressin",
4840
  "ve",
4841
  "ved",
 
 
4842
  "vegf",
4843
- "vein",
4844
  "vel",
4845
  "ven",
4846
- "vena",
4847
- "veno",
4848
  "venous",
4849
- "ventilator",
4850
- "ventilatory",
4851
  "ventricular",
4852
  "ver",
 
4853
  "verified",
4854
  "version",
4855
  "versus",
4856
  "ves",
4857
  "vessel",
4858
- "vest",
4859
  "via",
4860
- "viagra",
4861
  "vic",
4862
- "view",
4863
- "vii",
4864
  "vin",
4865
- "violence",
4866
  "vir",
4867
  "viral",
4868
- "virilizing",
4869
  "virus",
4870
  "vis",
4871
  "visceral",
4872
  "visible",
4873
  "visit",
4874
  "visual",
4875
- "vital",
4876
  "vitamin",
 
4877
  "vitiligo",
4878
- "vivitrol",
4879
  "vix",
4880
- "volume",
4881
- "volunteers",
4882
- "vomiting",
4883
  "voriconazole",
4884
  "vs",
4885
  "vs.",
4886
- "vu",
4887
  "w",
4888
  "w's",
4889
  "w.",
4890
  "w/o",
4891
- "wagner",
4892
- "wait",
4893
- "waiting",
4894
- "waldenstr\u00f6m",
4895
  "war",
4896
  "warfarin",
4897
- "warned",
4898
  "warts",
4899
  "was",
4900
  "wash",
4901
  "wash.",
4902
- "washout",
4903
  "way",
4904
  "wbc",
4905
  "we",
4906
  "wed",
4907
- "wee",
4908
  "week",
 
4909
  "weeks",
 
4910
  "weight",
4911
  "wel",
4912
  "well",
 
4913
  "were",
4914
  "what",
4915
  "what's",
@@ -4920,24 +4902,20 @@
4920
  "where",
4921
  "where's",
4922
  "where\u2019s",
4923
- "whether",
4924
  "which",
4925
  "whichever",
4926
  "while",
4927
- "whiplash",
4928
- "white",
4929
  "who",
4930
  "who's",
4931
  "whole",
4932
  "whom",
4933
- "whose",
4934
  "who\u2019s",
4935
  "why",
4936
  "why's",
4937
  "why\u2019s",
4938
  "will",
 
4939
  "willing",
4940
- "wire",
4941
  "wis",
4942
  "wis.",
4943
  "with",
@@ -4945,29 +4923,27 @@
4945
  "without",
4946
  "wly",
4947
  "wo",
4948
- "wocbp",
4949
- "wolfe",
4950
  "women",
4951
- "work",
4952
  "working",
4953
- "worse",
4954
  "wort",
4955
  "would",
4956
  "wound",
4957
  "wounds",
4958
- "wpw",
4959
- "wrist",
4960
  "wth",
 
4961
  "w\u2019s",
4962
  "x",
4963
  "x'",
4964
  "x'x",
4965
  "x'xxxx",
 
 
4966
  "x.",
4967
  "x.X",
4968
  "x.d",
4969
  "x.x",
4970
  "x.x.",
 
4971
  "x/x",
4972
  "xD",
4973
  "xDD",
@@ -4975,48 +4951,55 @@
4975
  "xXX",
4976
  "xXXX",
4977
  "xXXXX",
 
 
4978
  "x^d",
4979
  "x_X",
4980
  "x_d",
4981
  "x_x",
4982
  "xam",
 
4983
  "xd",
 
4984
  "xdd",
4985
  "xed",
4986
  "xel",
4987
- "xen",
4988
- "xia",
4989
  "xic",
4990
- "xin",
4991
  "xis",
4992
- "xon",
4993
  "xx",
4994
  "xx'",
4995
  "xx'x",
4996
  "xx'xx",
4997
  "xx.",
4998
- "xx/ddd",
 
4999
  "xxXx",
 
5000
  "xxd",
5001
  "xxx",
5002
  "xxx'x",
 
5003
  "xxx/d.dd",
5004
- "xxx/d.ddxd",
5005
  "xxx/xx",
5006
- "xxxdd",
5007
  "xxxx",
5008
  "xxxx'",
5009
  "xxxx'x",
5010
  "xxxx(x",
5011
- "xxxx)xxxx",
5012
  "xxxx-",
5013
- "xxxx/",
 
 
 
 
5014
  "xxxx\u2019",
5015
  "xxxx\u2019x",
5016
  "xxx\u2019x",
5017
  "xx\u2019",
5018
  "xx\u2019x",
5019
  "xx\u2019xx",
 
5020
  "x\u2019",
5021
  "x\u2019x",
5022
  "x\u2019xxxx",
@@ -5027,12 +5010,11 @@
5027
  "y.",
5028
  "year",
5029
  "years",
5030
- "yed",
5031
- "yes",
5032
- "yle",
5033
  "york",
5034
  "you",
5035
- "your",
5036
  "ype",
5037
  "ysm",
5038
  "yst",
@@ -5042,12 +5024,17 @@
5042
  "z",
5043
  "z.",
5044
  "zed",
 
 
 
 
 
 
5045
  "|",
5046
  "}",
5047
  "\u00a0",
5048
  "\u00ac",
5049
  "\u00ac_\u00ac",
5050
- "\u00ae",
5051
  "\u00af",
5052
  "\u00af\\(x)/\u00af",
5053
  "\u00af\\(\u30c4)/\u00af",
@@ -5060,6 +5047,7 @@
5060
  "\u00b0f.",
5061
  "\u00b0k.",
5062
  "\u00b0x.",
 
5063
  "\u00e4",
5064
  "\u00e4.",
5065
  "\u00efve",
@@ -5067,9 +5055,17 @@
5067
  "\u00f6.",
5068
  "\u00fc",
5069
  "\u00fc.",
5070
- "\u02c3",
5071
- "\u02c33",
5072
- "\u02c3d",
 
 
 
 
 
 
 
 
5073
  "\u03bc",
5074
  "\u03bcL",
5075
  "\u03bcl",
@@ -5113,18 +5109,22 @@
5113
  "\u2019xxxx",
5114
  "\u2019y",
5115
  "\u2019\u2019",
5116
- "\u2122",
5117
  "\u2264",
5118
  "\u226410",
5119
- "\u226415",
 
5120
  "\u2264dd",
5121
  "\u2265",
5122
- "\u22651",
5123
  "\u22652",
5124
- "\u226550Gy",
5125
- "\u226550gy",
 
 
5126
  "\u2265d",
5127
- "\u2265ddXx",
 
 
5128
  "\u2501",
5129
  "\u253b",
5130
  "\u253b\u2501\u253b",
 
68
  "-",
69
  "-((",
70
  "-))",
71
+ "--",
72
  "-/",
73
  "-0",
74
+ "-10",
75
  "-3",
76
+ "-4C",
77
  "-67",
78
  "-8",
79
+ "-89",
80
  "-D",
81
  "-O",
82
  "-P",
 
85
  "-_-",
86
  "-__-",
87
  "-d",
88
+ "-dd",
89
  "-o",
90
  "-p",
91
  "-x",
92
  "-|",
93
  ".",
 
94
  ".62",
95
  ".73",
 
96
  ".80",
 
97
  ".C.",
98
  ".D.",
99
  ".E.",
 
108
  ".m.",
109
  ".s.",
110
  "/",
111
+ "/24",
112
  "/3",
113
+ "/=",
114
  "/d",
115
  "/or",
116
+ "/small",
117
+ "/xxxx",
118
+ "/\u00b5L",
119
  "0",
120
  "0.0",
121
+ "0.3",
122
+ "0.4",
123
  "0.5",
124
  "0.62",
 
 
 
125
  "0.80",
126
  "0.o",
127
+ "0/3",
128
  "000",
 
 
 
 
129
  "0_0",
130
  "0_o",
131
+ "0mg",
132
  "1",
133
+ "1.0",
134
  "1.1",
135
+ "1.3",
136
  "1.5",
137
  "10",
138
  "100",
139
+ "100,000",
140
+ "1000mcg",
141
  "105",
142
  "10a.m",
143
  "10a.m.",
144
+ "10g",
145
  "10p.m",
146
  "10p.m.",
147
+ "10\u2079/L",
148
+ "10\u2079/l",
149
  "11",
 
150
  "11a.m",
151
  "11a.m.",
152
  "11p.m",
153
  "11p.m.",
154
  "12",
155
  "120",
 
 
 
156
  "12a.m",
157
  "12a.m.",
158
  "12p.m",
159
  "12p.m.",
160
+ "130",
161
+ "131I",
162
+ "131i",
163
  "14",
164
  "15",
165
+ "153",
166
+ "16",
167
+ "160/100",
168
+ "18",
169
+ "180/105",
170
+ "181",
171
+ "186",
172
+ "188",
173
  "19",
174
+ "1A2",
175
+ "1D1",
 
176
  "1a.m",
177
  "1a.m.",
178
  "1p.m",
179
  "1p.m.",
180
+ "1x",
181
  "2",
182
  "2.0",
183
  "2.5",
184
+ "2.6",
185
  "20",
 
186
  "200",
187
  "2000",
188
+ "20mg",
189
  "21",
190
+ "219",
191
+ "223",
192
  "24",
193
  "25",
 
194
  "28",
 
195
  "2a.m",
196
  "2a.m.",
197
  "2nd",
198
  "2p.m",
199
  "2p.m.",
 
200
  "3",
 
201
  "3.0",
 
 
202
  "30",
203
+ "300",
204
+ "31I",
 
205
  "325",
 
206
  "33",
207
  "333",
208
+ "36",
209
+ "360",
210
+ "39",
211
  "3A4",
 
212
  "3a.m",
213
  "3a.m.",
214
  "3a4",
 
 
215
  "3p.m",
216
  "3p.m.",
217
  "3rd",
 
218
  "4",
219
  "4.0",
220
  "40",
221
+ "400mg",
222
+ "42",
223
  "45",
224
  "450",
225
+ "475",
226
  "48",
227
+ "4A-4C",
228
+ "4a-4c",
229
  "4a.m",
230
  "4a.m.",
231
  "4p.m",
232
  "4p.m.",
233
  "5",
234
+ "5.5",
235
  "50",
236
+ "50,000",
237
  "500",
238
  "570",
 
 
239
  "5a.m",
240
  "5a.m.",
241
  "5p.m",
242
  "5p.m.",
 
 
243
  "6",
244
  "60",
245
+ "6PD",
246
  "6a.m",
247
  "6a.m.",
248
  "6p.m",
249
  "6p.m.",
250
  "7",
251
+ "72",
 
 
 
 
 
252
  "790",
253
  "7a.m",
254
  "7a.m.",
 
260
  "8-)",
261
  "8-D",
262
  "8-d",
263
+ "800mg",
 
264
  "81",
265
+ "88",
 
266
  "8D",
267
  "8a.m",
268
  "8a.m.",
 
271
  "8p.m.",
272
  "9",
273
  "90",
274
+ "9500/3",
275
  "9a.m",
276
  "9a.m.",
277
  "9p.m",
 
314
  ":/",
315
  ":0",
316
  ":1",
 
317
  ":3",
318
  ":>",
319
  ":D",
 
378
  "A",
379
  "A-4",
380
  "A1C",
381
+ "AA-0181",
382
+ "AASLD",
383
+ "ABSSSI",
384
  "ACE",
 
 
385
  "AD",
386
  "ADHD",
387
+ "ADS",
388
+ "ADT",
389
+ "AE",
390
  "AEs",
391
+ "AHPBA)/Society",
392
  "AIDS",
393
+ "ALL",
 
 
394
  "ALLERGY",
395
  "ALT",
396
+ "AM5",
397
  "AML",
398
  "ANC",
399
  "AND",
 
 
 
400
  "ARP",
401
+ "ART",
402
  "ASA",
403
+ "ASH",
404
+ "ASIA",
405
+ "ASL",
406
  "AST",
407
  "ATG",
408
  "AV",
409
+ "AVR",
410
  "Able",
411
+ "Absence",
 
 
 
412
  "Achilles",
413
+ "Acromegaly",
414
  "Active",
415
  "Acute",
416
  "Adm",
417
  "Adm.",
 
418
  "Advanced",
419
  "Adverse",
420
+ "Affective",
421
+ "Ag+",
422
+ "Age",
423
+ "Aggressive",
424
  "Ai",
425
  "Ak",
426
  "Ak.",
 
429
  "Alabama",
430
  "Alanine",
431
  "Alaska",
432
+ "Alcohol",
433
+ "Alimentary",
434
  "All",
435
+ "Allergic",
436
  "Allergy",
437
+ "Alzheimer",
438
+ "Americas",
439
+ "An",
440
+ "Analog",
441
+ "Anemic",
442
  "Anti",
 
443
  "Anticipate",
444
+ "Anticoagulants",
445
+ "Antiretroviral",
446
+ "Anxiety",
447
  "Any",
448
  "Aortic",
449
+ "Appendix",
450
+ "Applicable",
451
  "Apr",
452
  "Apr.",
453
  "April",
454
+ "Arab",
455
  "Are",
456
  "Ariz",
457
  "Ariz.",
 
459
  "Ark",
460
  "Ark.",
461
  "Arkansas",
462
+ "Arms",
 
 
 
 
463
  "Ascites",
464
+ "Ashworth",
 
 
465
  "Association",
466
  "Asymptomatic",
467
  "At",
468
+ "Atrial",
469
  "Attention",
470
  "Aug",
471
  "Aug.",
472
  "August",
473
+ "Availability",
474
  "Axis",
 
475
  "B",
476
  "B-1",
477
+ "B2",
478
+ "B7",
479
+ "BBB",
480
  "BCC",
481
+ "BIRC4",
482
+ "BK",
483
  "BMI",
 
484
  "BP",
485
+ "BPH",
486
+ "BRT",
487
+ "Bang",
488
+ "Barre",
489
  "Be",
490
+ "Berlin",
491
  "Bilateral",
492
  "Biliary",
493
+ "Bilirubin",
494
  "Biopsy",
495
+ "Bisphosphonates",
496
+ "Bleeding",
497
+ "Blockers",
498
+ "Bone",
499
+ "Born",
500
+ "Botox",
501
  "Brain",
 
502
  "Bros",
503
  "Bros.",
 
504
  "C",
505
  "C'm",
506
  "C++",
507
  "C.",
508
+ "C1D1",
 
509
  "CAADID",
 
 
510
  "CAE",
511
  "CANCER",
512
+ "CART",
 
513
  "CBC",
514
+ "CCN",
515
+ "CCRCC",
516
  "CD19",
517
+ "CD20",
518
+ "CD22",
519
+ "CD4",
520
+ "CDI",
521
+ "CEACAM5",
522
+ "CFRD",
523
  "CHF",
524
  "CHRONIC DISEASE",
525
  "CIN",
526
  "CIS",
 
527
  "CLC",
528
+ "CLL",
529
  "CNS",
530
+ "COP",
531
  "COPD",
532
+ "CR",
 
 
533
  "CRC",
534
+ "CRT",
535
  "CSF",
536
  "CT",
537
  "CTCAE",
 
 
538
  "CTLA-4",
539
+ "CXR",
540
  "CYP",
541
+ "CYP1A2",
542
  "CYP3A4",
543
  "Ca",
 
544
  "Calif",
545
  "Calif.",
546
  "California",
547
  "Can",
 
548
  "Cancer",
549
+ "Captisol",
550
  "Cardiac",
551
+ "Castration",
552
  "Cause",
 
553
  "Cell",
554
+ "Certain",
 
555
  "Chemotherapy",
556
+ "Child",
557
+ "Children",
558
  "Chronic",
559
  "Chronotropic",
560
+ "Cimetidine",
561
  "Class",
562
+ "Classification",
563
+ "Clinic",
564
  "Clinical",
565
  "Clinically",
566
  "Co",
567
  "Co.",
568
+ "Cohorts",
 
 
569
  "Colo",
570
  "Colo.",
571
  "Colorado",
572
  "Common",
573
  "Complete",
574
+ "Completely",
575
+ "Completion",
576
  "Concomitant",
577
  "Concurrent",
 
578
  "Confirmed",
579
  "Congenital",
580
  "Congestive",
581
  "Conn",
582
  "Conn.",
583
  "Connecticut",
 
 
584
  "Contraindication",
 
 
585
  "Control",
586
+ "Cord",
587
  "Corp",
588
  "Corp.",
 
589
  "Cos",
590
  "Could",
591
+ "Coumadin",
592
  "Coz",
593
  "Criteria",
594
  "Crohn",
595
+ "Cumulative",
596
  "Current",
597
  "Currently",
598
+ "Cutaneous",
599
  "Cuz",
 
 
600
  "Cycle",
 
 
601
  "C\u2019m",
602
  "D",
603
  "D-1",
604
  "D.",
605
  "D.C.",
606
  "D19",
607
+ "D20",
608
+ "D22",
 
 
 
609
  "DCIS",
 
610
  "DHD",
611
+ "DIC",
612
  "DID",
613
+ "DIPG",
614
+ "DIPSS]-plus",
615
  "DL2",
616
+ "DLCO",
617
+ "DLI",
618
  "DM",
619
+ "DM1",
620
+ "DNA",
621
+ "DSM",
622
  "DSM-5",
 
 
623
  "DVT",
624
+ "Daily",
625
  "Dare",
626
  "Day",
627
  "Dec",
628
  "Dec.",
629
  "December",
 
630
  "Del",
631
  "Del.",
632
  "Delaware",
633
+ "Depressive",
634
+ "Development",
635
  "Diabetes",
636
  "Diagnosed",
637
  "Diagnosis",
638
+ "Diagnostic",
639
  "Did",
640
  "Diffuse",
641
  "Disease",
642
  "Disorder",
643
+ "Disorders",
644
+ "Distal",
645
+ "Distant",
646
  "Do",
647
  "Documented",
648
  "Does",
649
  "Doin",
650
  "Doin'",
651
  "Doin\u2019",
 
652
  "Dr",
653
  "Dr.",
654
+ "Drug",
655
  "Drugs",
656
+ "Dynamic",
657
  "E",
658
  "E.G.",
659
  "E.g",
660
  "E.g.",
661
+ "EASL",
662
  "ECG",
663
+ "ECP",
664
+ "EDs",
665
+ "EF",
666
  "EGF",
667
  "EGFR",
668
  "EGWs",
669
+ "EIAEDs",
670
+ "EITHER",
 
671
  "ER",
672
  "ER2",
 
673
  "ERD",
674
+ "ESO",
675
+ "Each",
676
+ "Echocardiographic",
677
+ "Edition",
678
+ "Effusions",
679
+ "Electroconvulsive",
680
+ "Eligibility",
681
+ "Endocrine",
682
+ "Enrollment",
683
+ "Episode",
684
+ "Epithelioid",
685
+ "ErbB",
686
+ "Erythema",
687
+ "EvK",
688
  "Events",
689
  "Evidence",
690
+ "Except",
 
 
 
 
691
  "Expansion",
 
692
  "Experienced",
 
 
693
  "F",
694
  "F-1",
695
  "F.",
 
696
  "FFPE",
697
+ "FLT3",
 
 
698
  "FPE",
699
+ "FRD",
700
+ "FTs",
701
  "FVC",
702
+ "Failed",
703
+ "Failure",
 
704
  "Feb",
705
  "Feb.",
706
  "February",
707
+ "Feraheme",
708
+ "Fetal",
709
+ "Fibrosis",
710
+ "First",
711
  "Fla",
712
  "Fla.",
 
713
  "Florida",
714
  "Follicular",
715
  "For",
716
+ "Fourth",
717
  "G",
718
  "G-3",
719
+ "G6PD",
 
720
  "GCSF",
721
+ "GEJ",
 
722
  "GERD",
723
  "GFR",
 
724
  "GI",
 
725
  "GIST",
726
+ "GM",
727
+ "GT",
728
+ "GTT",
729
  "GVHD",
730
  "GWs",
731
+ "GY",
732
  "Ga",
733
  "Ga.",
734
+ "Gastrointestinal",
735
+ "Gastroschisis",
736
  "Gen",
737
  "Gen.",
738
+ "Generalized",
739
  "Georgia",
740
  "Gilbert",
741
  "Goin",
742
  "Goin'",
743
  "Goin\u2019",
744
  "Gon",
745
+ "Gonadotropin",
746
  "Got",
747
  "Gov",
748
  "Gov.",
749
  "Grade",
750
+ "Granulocytic",
751
+ "Granulomatosis",
752
  "Grave",
753
+ "Gravis",
754
+ "Gross",
755
  "Group",
756
+ "Guillian",
757
+ "Gulf",
758
  "GvHD",
759
+ "Gy",
760
  "Gynecologic",
761
  "H",
762
  "H2",
763
+ "H3",
764
  "HBV",
765
+ "HBc",
766
+ "HBs",
767
  "HBsAg",
768
+ "HBsAg+",
769
  "HCC",
 
770
  "HCV",
771
+ "HER",
 
772
  "HER2",
773
+ "HGG",
774
+ "HIT",
775
  "HIV",
776
+ "HPV",
777
  "HRR",
778
  "HSCT",
779
+ "HTN",
 
780
  "Had",
 
781
  "Has",
782
  "Have",
783
  "Havin",
784
  "Havin'",
785
+ "Having",
786
  "Havin\u2019",
787
  "HbA1C",
788
+ "HbsAg",
789
  "He",
790
  "He's",
 
791
  "Heart",
792
+ "Helicobacter",
793
  "Hemoglobin",
794
  "Hep",
795
+ "HepB",
796
+ "Heparin",
797
  "Hepatic",
798
  "Hepatitis",
799
+ "Hepato",
 
800
  "He\u2019s",
801
  "Hg",
802
  "Hgb",
803
  "High",
 
 
 
804
  "Histologically",
805
  "History",
806
  "Hodgkin",
807
  "Hospital",
808
  "How",
809
  "How's",
810
+ "However",
811
  "How\u2019s",
812
+ "Hydroxyurea",
813
  "Hypersensitivity",
814
+ "Hypertrophic",
815
+ "Hypoxemia",
 
816
  "I",
817
  "I.E.",
818
  "I.e",
819
  "I.e.",
820
+ "IAP",
821
+ "ICD",
822
+ "ICU",
823
  "IDS",
824
  "IDs",
825
  "IGF-1",
826
+ "IGT",
827
  "II",
828
  "III",
829
+ "IL2",
830
+ "INI",
831
+ "INR",
832
+ "IPG",
833
  "IST",
834
+ "ITD",
 
 
835
  "IV",
 
 
836
  "Ia",
837
  "Ia.",
838
  "Id",
839
  "Id.",
840
  "Idaho",
841
+ "If",
842
+ "IgA",
843
+ "IgD",
844
+ "IgE",
845
  "Ill",
846
  "Ill.",
847
  "Illinois",
848
+ "Illness",
849
+ "Immunotherapy",
850
  "Impaired",
 
851
  "In",
852
+ "Inability",
853
+ "Inactivated",
854
  "Inc",
855
  "Inc.",
856
  "Ind",
857
  "Ind.",
858
+ "Indeterminate",
859
  "Indiana",
860
+ "Infant",
 
861
  "Inflammatory",
862
+ "Ingestion",
863
+ "Inhibitor",
864
+ "Injured",
865
  "Insulin",
866
+ "International",
867
  "Invasive",
 
868
  "Iowa",
869
  "Is",
870
  "It",
871
  "It's",
872
  "It\u2019s",
873
  "J",
874
+ "JC",
875
+ "JIA",
876
  "Jan",
877
  "Jan.",
878
  "January",
 
887
  "June",
888
  "K",
889
  "K.",
890
+ "KCC",
891
  "Kan",
892
  "Kan.",
893
  "Kans",
894
  "Kans.",
895
  "Kansas",
896
  "Kentucky",
 
897
  "Ki-67",
898
+ "Kiddie",
899
+ "Killer",
900
+ "Kinase",
901
+ "Kindler",
902
  "Known",
903
  "Ky",
904
  "Ky.",
905
  "L",
906
  "L1",
 
 
 
907
  "LAG-3",
908
+ "LBBB",
909
+ "LCIS",
910
+ "LCO",
911
+ "LFTs",
912
+ "LMC",
913
+ "LMWH",
914
+ "LT3",
915
+ "LVEF",
916
+ "LY2835219",
917
  "La",
918
  "La.",
919
+ "Large",
 
920
  "Leaking",
921
+ "Left",
922
+ "Less",
923
  "Let",
924
  "Let's",
925
  "Let\u2019s",
926
+ "Leukemia",
927
  "Leukopenia",
928
+ "Lifetime",
 
 
929
  "Liver",
930
  "Louisiana",
931
+ "Lovenox",
932
  "Lovin",
933
  "Lovin'",
934
  "Lovin\u2019",
935
  "Ltd",
936
  "Ltd.",
937
  "Lupus",
938
+ "Lymph",
939
+ "Lymphoblastic",
940
+ "Lymphoma",
941
+ "Lymphoproliferative",
942
+ "Lytic",
943
  "M",
944
  "M-5",
 
945
  "MCL",
946
+ "MDD",
947
  "MDS",
948
  "MEDI-570",
949
+ "MEN",
950
+ "MI",
951
+ "MINI",
952
+ "MK-3475",
953
+ "MLS",
 
954
  "MPN",
955
  "MPS",
956
  "MR",
957
  "MRI",
 
958
  "MS",
959
+ "MSI",
960
+ "MSKCC",
961
+ "MSS",
962
+ "MWH",
963
  "Ma'am",
 
964
  "Major",
965
+ "Male",
966
+ "Mantle",
967
+ "Manual",
968
  "Mar",
969
  "Mar.",
970
  "March",
971
+ "Marginal",
972
+ "Marrow",
973
  "Mass",
974
  "Mass.",
975
  "Massachusetts",
 
979
  "Md",
980
  "Md.",
981
  "Measurable",
982
+ "Medulloblastoma",
983
+ "Meet",
984
+ "Meets",
985
+ "Men",
986
  "Mental",
987
  "Messrs",
988
  "Messrs.",
989
+ "Metformin",
990
  "Mich",
991
  "Mich.",
992
  "Michigan",
993
  "Might",
 
 
994
  "Minn",
995
  "Minn.",
996
  "Minnesota",
997
  "Miss",
998
  "Miss.",
999
  "Mississippi",
 
1000
  "Mo",
1001
  "Mo.",
1002
  "Moderate",
1003
+ "Modified",
1004
  "Mont",
1005
  "Mont.",
1006
+ "Morning",
1007
+ "Most",
1008
  "Mount",
1009
  "Mr",
1010
  "Mr.",
 
1014
  "Ms.",
1015
  "Mt",
1016
  "Mt.",
1017
+ "Multiple",
1018
  "Must",
1019
+ "Myasthenia",
1020
  "Myelodysplastic",
1021
+ "Myocardial",
1022
  "N",
 
 
1023
  "N.C.",
1024
  "N.D.",
1025
  "N.H.",
1026
  "N.J.",
1027
  "N.M.",
1028
  "N.Y.",
1029
+ "NAC",
1030
+ "NASH",
1031
  "NBC",
1032
+ "NCCN",
1033
  "NCI",
1034
+ "NET",
1035
+ "NFs",
1036
+ "NG]-tube",
1037
  "NHL",
 
 
1038
  "NO",
 
1039
  "NOS",
1040
  "NOT",
 
1041
  "NSAIDs",
1042
  "NSCLC",
 
 
 
1043
  "NYHA",
1044
+ "NYULMC",
1045
+ "Nasal",
1046
+ "Natural",
1047
  "Neb",
1048
  "Neb.",
1049
  "Nebr",
1050
  "Nebr.",
1051
  "Nebraska",
1052
  "Need",
1053
+ "Neoplasia",
1054
+ "Nephrectomy",
1055
  "Neurologic",
1056
+ "Neurological",
 
1057
  "Nev",
1058
  "Nev.",
1059
  "Nevada",
 
1069
  "North Carolina",
1070
  "North Dakota",
1071
  "Not",
1072
+ "Note",
1073
  "Nothin",
1074
  "Nothin'",
1075
  "Nothin\u2019",
 
1079
  "Nuthin",
1080
  "Nuthin'",
1081
  "Nuthin\u2019",
1082
+ "Nutrition",
1083
  "O",
1084
  "O'clock",
1085
  "O.O",
1086
  "O.o",
1087
+ "O2",
1088
+ "OA",
1089
+ "OGTT",
1090
  "OPD",
 
1091
  "OR",
1092
+ "ORS",
1093
+ "OTS",
1094
  "O_O",
1095
  "O_o",
1096
+ "Obese",
1097
  "Obstructive",
1098
+ "Occasionally",
1099
  "Oct",
1100
  "Oct.",
1101
  "October",
 
1102
  "Okla",
1103
  "Okla.",
1104
  "Oklahoma",
1105
  "Ol",
1106
  "Ol'",
1107
  "Ol\u2019",
1108
+ "Omega",
1109
+ "Omegaven",
1110
+ "Oncology",
1111
  "Ongoing",
1112
+ "Open",
1113
  "Ore",
1114
  "Ore.",
1115
  "Oregon",
1116
+ "Orthostatic",
1117
  "Other",
1118
  "Ought",
1119
+ "Outborn",
1120
+ "Overweight",
1121
  "O\u2019clock",
1122
  "P",
1123
  "P450",
1124
  "PAH",
1125
  "PARP",
 
1126
  "PCR",
1127
+ "PCWG2",
1128
  "PD",
1129
  "PD-1",
1130
+ "PDD",
1131
  "PDL2",
1132
+ "PEG",
 
1133
  "PI",
1134
+ "PL",
1135
+ "PMC",
1136
+ "PNET",
1137
+ "POTS",
1138
  "PPD",
1139
+ "PPI",
 
 
 
 
1140
  "PSA",
1141
+ "PTSD",
1142
+ "PTT",
1143
  "Pa",
1144
  "Pa.",
1145
+ "PaO2",
 
1146
  "Paget",
1147
+ "Pain",
1148
+ "Palpable",
1149
+ "Pancreato",
1150
+ "Parent",
1151
+ "Parkinsonian",
1152
+ "Part",
1153
+ "Participant",
1154
  "Participants",
1155
  "Participation",
1156
  "Past",
1157
  "Pathologically",
1158
  "Patient",
1159
  "Patients",
1160
+ "Pegvisomant",
 
1161
  "Pennsylvania",
1162
+ "Peripheral",
1163
+ "Persantine",
1164
  "Ph",
1165
  "Ph.D.",
1166
+ "Phase",
1167
+ "Planned",
 
1168
  "Platelet",
1169
+ "Platelets",
1170
+ "Plavix",
1171
+ "Pleural",
1172
+ "Positive",
1173
  "Post",
1174
+ "Postural",
1175
+ "Prescribed",
 
 
1176
  "Presence",
1177
  "Present",
 
1178
  "Previous",
1179
+ "Previously",
1180
  "Primary",
 
1181
  "Prior",
 
1182
  "Prof",
1183
  "Prof.",
1184
+ "Prognostic",
1185
  "Progressive",
1186
+ "Prolymphocytic",
1187
  "Prostate",
1188
+ "Proton",
1189
+ "Proximal",
1190
+ "Psychopathology",
1191
+ "Pugh",
1192
  "Pulmonary",
1193
+ "Pump",
 
1194
  "Q",
1195
+ "QRS",
 
1196
  "QT",
 
 
 
 
1197
  "R",
 
 
1198
  "RAEB-1",
1199
+ "RAI",
1200
+ "RC4",
 
 
 
1201
  "RCC",
1202
  "RCMD+/-RS",
1203
  "RECIST",
1204
+ "RMS",
1205
  "RNA",
1206
  "ROOT",
 
1207
  "RPC",
1208
+ "RRT",
1209
+ "RT",
1210
+ "Ra",
1211
+ "Radiation",
1212
+ "Radium",
1213
+ "Re",
1214
  "Receipt",
1215
  "Received",
1216
+ "Recent",
1217
+ "Recovery",
1218
  "Recurrent",
 
1219
  "Refractory",
1220
+ "Regularly",
1221
+ "Rejection",
1222
  "Relapsed",
 
1223
  "Renal",
1224
  "Rep",
1225
  "Rep.",
1226
+ "Require",
1227
  "Requiring",
1228
+ "Research",
1229
  "Rev",
1230
  "Rev.",
1231
+ "Revision",
1232
+ "Rhabdomyosarcoma",
1233
+ "Rituxan",
1234
  "S",
1235
  "S.C.",
1236
+ "SAA",
1237
+ "SADS",
1238
+ "SAT",
1239
+ "SBRT",
1240
  "SCD",
 
1241
  "SCLC",
 
1242
  "SCT",
1243
+ "SIA",
1244
+ "SLD",
1245
+ "SLE",
1246
+ "SLL",
1247
+ "SRL",
1248
+ "SRS",
1249
+ "SSAT",
1250
+ "SSI",
1251
+ "SSO)/Society",
1252
+ "SSRS",
1253
+ "STOP",
1254
+ "Salvage",
1255
+ "Sanfilippo",
1256
+ "Scale",
1257
+ "Schedule",
1258
+ "Schizophrenia",
1259
+ "School",
1260
+ "Sclerosis",
1261
+ "Score",
1262
+ "Scoring",
1263
  "Screening",
1264
+ "Seafood",
1265
  "Second",
1266
  "Section",
1267
+ "Seen",
 
 
 
1268
  "Sen",
1269
  "Sen.",
1270
  "Sep",
 
1273
  "Sept.",
1274
  "September",
1275
  "Serious",
1276
+ "Serum",
1277
  "Severe",
1278
+ "Sexually",
1279
  "Sha",
1280
  "She",
1281
  "She's",
1282
  "She\u2019s",
1283
  "Short",
1284
  "Should",
1285
+ "Sickle",
1286
+ "Siewert",
1287
  "Significant",
1288
  "Sjogren",
1289
+ "Sleep",
1290
+ "Small",
1291
+ "Soft",
1292
+ "Solid",
1293
  "Somethin",
1294
  "Somethin'",
1295
  "Somethin\u2019",
1296
  "South Carolina",
1297
+ "Spinal",
 
 
1298
  "Sponsor",
1299
  "St",
1300
  "St.",
1301
  "Stable",
1302
  "Stage",
1303
+ "Statistical",
1304
+ "Step",
1305
+ "Steroid",
1306
+ "Steroids",
1307
+ "Subcutaneous",
 
 
 
 
1308
  "Subject",
1309
  "Subjects",
 
 
 
 
1310
  "Suicide",
1311
+ "Suitable",
1312
+ "Surgery",
1313
+ "Surgical",
1314
  "Suspected",
1315
  "Symptomatic",
 
1316
  "Syndrome",
1317
+ "System",
1318
  "Systemic",
1319
  "T",
 
 
 
1320
  "T790",
1321
+ "TAVR",
1322
+ "TBI",
1323
+ "TIA",
1324
+ "TKA",
1325
  "TKI",
1326
  "TNBC",
1327
  "TNF",
1328
+ "TNFs",
1329
+ "TOP",
1330
+ "TORS",
1331
+ "TR",
1332
  "TREATMENT",
1333
+ "TSD",
1334
  "TSH",
1335
+ "Tachycardia",
1336
  "Taking",
 
1337
  "Tenn",
1338
  "Tenn.",
1339
  "Tennessee",
1340
  "Terminology",
1341
+ "Text",
1342
  "That",
1343
  "That's",
1344
  "That\u2019s",
 
1353
  "This's",
1354
  "This\u2019s",
1355
  "Those",
 
 
1356
  "Thyroid",
1357
+ "Tonsillectomy",
1358
+ "Topical",
1359
  "Total",
1360
+ "Tract",
 
 
 
1361
  "Treatment",
1362
+ "Trial",
1363
+ "Tuberculosis",
1364
  "Tumors",
1365
  "Type",
1366
  "U",
 
 
1367
  "ULN",
1368
+ "UPMC",
1369
+ "Ulcer",
 
1370
  "Unable",
1371
  "Uncontrolled",
 
 
 
1372
  "Unstable",
1373
+ "Untreated",
1374
+ "Unwilling",
1375
+ "Unwillingness",
1376
+ "Up",
1377
  "Urine",
 
1378
  "Use",
1379
+ "Uveitis",
1380
  "V",
 
 
1381
  "V.V",
1382
+ "VAS",
1383
+ "VEF",
1384
  "VEGF",
1385
  "VHD",
 
 
 
 
1386
  "V_V",
1387
  "Va",
1388
  "Va.",
 
1389
  "Ventricular",
1390
+ "Veterans",
 
1391
  "Virginia",
1392
  "Visit",
1393
+ "Visual",
1394
+ "Vitiligo",
1395
+ "Vitritis",
1396
  "W",
 
1397
  "WBC",
1398
+ "WG2",
1399
+ "War",
1400
+ "Warfarin",
 
 
 
1401
  "Was",
1402
  "Wash",
1403
  "Wash.",
1404
  "Washington",
1405
  "We",
1406
+ "Wegener",
1407
  "Were",
1408
  "What",
1409
  "What's",
 
1414
  "Where",
1415
  "Where's",
1416
  "Where\u2019s",
 
1417
  "Who",
1418
  "Who's",
 
1419
  "Who\u2019s",
1420
  "Why",
1421
  "Why's",
1422
  "Why\u2019s",
1423
+ "Willebrand",
1424
+ "Willing",
1425
  "Wis",
1426
  "Wis.",
1427
  "Wisconsin",
 
1428
  "Wo",
 
1429
  "Women",
1430
  "Working",
1431
  "Would",
1432
  "X'x",
1433
  "X'xxxx",
 
1434
  "X++",
 
1435
  "X.",
1436
  "X.X",
1437
  "X.X.",
 
1439
  "X.x.",
1440
  "XD",
1441
  "XDD",
1442
+ "XIAP",
1443
+ "XLP",
1444
  "XX",
1445
  "XX-d",
1446
+ "XX-dddd",
 
 
1447
  "XXX",
1448
+ "XXX)/Xxxxx",
1449
  "XXX-d",
 
1450
  "XXXX",
1451
+ "XXXX)/Xxxxx",
1452
  "XXXX+/-XX",
1453
  "XXXX-d",
1454
  "XXXX-ddd",
1455
+ "XXXX]-xxxx",
1456
  "XXXXd",
 
1457
  "XXXXx",
1458
  "XXXd",
1459
  "XXXdXd",
 
 
1460
  "XXXx",
1461
+ "XX]-xxxx",
1462
  "XXd",
1463
  "XXdd",
1464
+ "XXdddd",
1465
  "XXx",
1466
  "XXxXx",
1467
+ "XXxXx+",
1468
  "X_X",
1469
  "X_x",
1470
  "Xd",
1471
+ "XdXX",
1472
+ "XdXd",
1473
  "Xddd",
 
 
 
1474
  "Xx",
1475
  "Xx'",
1476
  "Xx'x",
 
1480
  "Xx.X.",
1481
  "XxX",
1482
  "XxXX",
1483
+ "XxXd",
1484
  "XxXdX",
1485
  "Xxx",
1486
  "Xxx'x",
1487
  "Xxx.",
1488
+ "XxxX",
1489
+ "XxxXx",
1490
  "Xxxx",
1491
  "Xxxx'",
1492
  "Xxxx'x",
 
1495
  "Xxxxx'",
1496
  "Xxxxx'x",
1497
  "Xxxxx.",
 
1498
  "Xxxxx\u2019",
1499
  "Xxxxx\u2019x",
1500
  "Xxxx\u2019",
 
1509
  "YHA",
1510
  "York",
1511
  "You",
1512
+ "Z",
1513
+ "Zone",
1514
  "[",
1515
  "[-:",
1516
  "[:",
 
1537
  "_\u0ca0)",
1538
  "a",
1539
  "a.",
1540
+ "a.k.a",
1541
  "a.m",
1542
  "a.m.",
1543
+ "aO2",
1544
+ "aPTT",
1545
+ "aa-0181",
1546
+ "aasld",
1547
+ "abatacept",
1548
  "abdomen",
1549
  "abdominal",
 
1550
  "ability",
1551
  "ablation",
1552
  "able",
 
1553
  "abnormalities",
1554
  "abnormality",
1555
  "about",
1556
  "above",
 
 
1557
  "absence",
1558
  "absolute",
1559
  "absorption",
1560
+ "absssi",
1561
  "abstain",
1562
  "abstinence",
1563
+ "abuse",
1564
+ "acalabrutinib",
1565
  "accelerated",
1566
+ "accept",
1567
  "acceptable",
 
1568
  "accepted",
 
 
1569
  "accident",
1570
+ "accordance",
1571
  "according",
 
1572
  "accurately",
1573
  "ace",
1574
+ "acetylcysteine",
1575
  "acetylsalicylic",
1576
  "ach",
 
1577
  "achieved",
1578
+ "achieves",
1579
  "achilles",
1580
  "acid",
1581
+ "acids",
1582
  "ack",
 
 
1583
  "acquired",
1584
+ "acromegaly",
1585
+ "acrylic",
1586
  "act",
1587
  "acting",
 
 
1588
  "active",
1589
  "actively",
 
1590
  "activity",
 
1591
  "acuminata",
1592
  "acute",
1593
  "ad",
1594
  "additional",
 
1595
  "ade",
1596
  "adenocarcinoma",
1597
+ "adenotonsillectomy",
1598
  "adequate",
1599
  "adequately",
1600
  "adhd",
1601
+ "adjunctive",
 
1602
  "adm",
1603
  "adm.",
1604
+ "administer",
1605
  "administered",
1606
  "administration",
 
1607
  "admission",
1608
+ "admitted",
1609
+ "adp",
1610
+ "adt",
1611
  "advanced",
1612
  "adverse",
1613
+ "ae",
1614
  "aes",
1615
  "afatinib",
1616
+ "affect",
1617
  "affecting",
1618
+ "affective",
1619
+ "affects",
1620
  "aft",
1621
  "after",
1622
  "age",
1623
+ "aged",
1624
  "agent(s",
1625
  "agents",
1626
+ "ages",
1627
+ "aggressive",
1628
+ "ago",
1629
  "agree",
1630
+ "ahpba)/society",
1631
  "ai",
1632
  "aids",
 
1633
  "ain",
1634
  "air",
1635
  "airway",
 
 
1636
  "ak",
1637
  "ak.",
1638
  "ake",
 
1641
  "alanine",
1642
  "albumin",
1643
  "alcohol",
1644
+ "alcoholism",
1645
  "ale",
1646
+ "alemtuzumab",
1647
  "alf",
1648
+ "alimentary",
1649
+ "aliskiren",
1650
+ "alkalinization",
1651
  "all",
1652
  "allergic",
1653
+ "allergies",
1654
  "allergy",
1655
  "allogeneic",
1656
+ "allopurinol",
1657
  "allowable",
1658
  "allowed",
 
1659
  "alopecia",
1660
+ "alpha",
1661
  "als",
1662
  "also",
1663
  "alt",
1664
  "alter",
 
 
 
1665
  "aly",
1666
+ "alzheimer",
1667
  "am",
1668
  "amantadine",
 
1669
  "ame",
1670
  "amenable",
1671
+ "americas",
 
1672
  "aminotransferase",
1673
  "aml",
1674
+ "amount",
 
1675
  "amputation",
 
1676
  "an",
1677
  "an.",
1678
+ "analgesic",
1679
+ "analog",
1680
+ "analogue",
1681
  "analysis",
1682
+ "analyzed",
1683
  "anaphylaxis",
1684
+ "anastrozole",
1685
  "anc",
 
 
1686
  "and",
1687
  "and/or",
1688
  "androgen",
1689
+ "androstenedione",
1690
+ "ane",
1691
  "anemia",
1692
+ "anemic",
1693
+ "aneuploidy",
1694
  "aneurismal",
1695
  "aneurysm",
1696
+ "ang",
1697
  "angina",
1698
+ "angioplasty",
 
 
 
1699
  "anomalies",
1700
  "anomaly",
1701
  "another",
1702
  "ans",
1703
  "ant",
 
 
1704
  "anti",
1705
+ "antianxiety",
1706
  "antibiotic",
1707
  "antibiotics",
1708
  "antibodies",
 
1710
  "anticancer",
1711
  "anticipate",
1712
  "anticipated",
 
1713
  "anticoagulant",
1714
  "anticoagulants",
1715
  "anticoagulation",
1716
+ "anticonvulsants",
1717
+ "antidepressants",
1718
+ "antiepileptic",
1719
  "antifungal",
1720
  "antifungals",
1721
  "antigen",
1722
+ "antigens",
1723
+ "antiinflammatory",
1724
  "antineoplastic",
1725
+ "antiplatelet",
1726
+ "antipsychotics",
1727
  "antiretroviral",
1728
+ "antiretrovirals",
1729
  "antiviral",
1730
  "antivirals",
1731
  "anus",
1732
  "anxiety",
1733
  "any",
1734
+ "aorta",
1735
  "aortic",
1736
+ "aortoiliac",
1737
+ "apathy",
1738
+ "aph",
1739
+ "aplasia",
1740
  "aplastic",
1741
+ "apnea",
1742
  "appendiceal",
1743
  "appendicitis",
1744
+ "appendix",
1745
  "applicable",
1746
+ "applied",
1747
  "appropriate",
1748
  "approval",
1749
  "approved",
1750
  "apr",
1751
  "apr.",
1752
+ "aptt",
1753
  "apy",
1754
  "ar.",
1755
+ "arab",
1756
+ "arch",
1757
+ "archival",
1758
  "ard",
1759
  "are",
1760
  "area",
1761
+ "areas",
1762
  "ariz",
1763
  "ariz.",
1764
  "ark",
1765
  "ark.",
1766
+ "arms",
 
1767
  "aromatase",
 
1768
  "arrhythmia",
1769
  "arrhythmias",
 
1770
  "ars",
1771
  "art",
1772
  "arterial",
1773
+ "arteriovenous",
1774
  "artery",
1775
  "arthritis",
1776
  "ary",
 
1779
  "ascites",
1780
  "ase",
1781
  "ash",
1782
+ "ashworth",
1783
+ "asia",
1784
  "asm",
1785
  "aspartate",
 
 
1786
  "aspirin",
1787
  "ass",
1788
  "assay",
1789
  "assessed",
 
1790
  "assessment",
1791
+ "assessments",
1792
  "associated",
1793
  "association",
 
1794
  "ast",
1795
  "astemizole",
1796
  "asthma",
 
1801
  "atazanavir",
1802
  "atazanavir-",
1803
  "ate",
1804
+ "atheroma",
1805
+ "atient",
1806
+ "atients",
1807
+ "ato",
1808
  "atrial",
1809
+ "atrioventricular",
1810
+ "atropine",
1811
  "ats",
1812
  "attack",
 
1813
  "attempt",
 
1814
  "attention",
 
1815
  "attributed",
1816
  "aug",
1817
  "aug.",
1818
+ "augmentation",
1819
+ "aurora",
1820
+ "authorization",
1821
  "autism",
1822
  "autoimmune",
1823
  "autologous",
 
 
1824
  "av",
1825
+ "availability",
1826
  "available",
1827
  "ave",
1828
+ "avid",
1829
+ "avolition",
1830
+ "axillary",
1831
  "axis",
1832
  "ayo",
1833
  "ays",
 
1834
  "azathioprine",
1835
+ "azoospermia",
1836
  "b",
1837
  "b.",
1838
+ "b2",
1839
+ "b7",
1840
+ "back",
1841
  "bacterial",
1842
  "bal",
1843
+ "ballooning",
1844
+ "bang",
1845
+ "bariatric",
1846
+ "barre",
1847
  "barrier",
1848
  "basal",
1849
  "based",
1850
  "baseline",
1851
+ "basic",
1852
+ "basis-",
1853
  "bcc",
 
1854
  "be",
 
1855
  "beats",
1856
  "because",
1857
+ "bed",
1858
  "been",
1859
  "before",
1860
+ "began",
1861
+ "beginning",
1862
+ "begins",
1863
  "being",
1864
+ "bend",
 
1865
  "benefit",
1866
+ "benign",
1867
+ "benzoate",
1868
+ "benzyl",
1869
  "ber",
1870
+ "berlin",
1871
+ "beside",
1872
  "beta",
1873
  "between",
 
 
1874
  "bia",
1875
+ "bic",
1876
  "bicuspid",
 
 
1877
  "bilateral",
 
1878
  "biliary",
1879
  "bilirubin",
1880
  "bin",
 
1881
  "biologic",
1882
  "biological",
1883
  "biologics",
1884
+ "biopsied",
 
 
1885
  "biopsy",
1886
+ "biphasic",
1887
  "bipolar",
1888
+ "birc4",
1889
  "birth",
 
1890
  "bisphosphonate",
1891
  "bisphosphonates",
1892
  "bit",
1893
+ "bk",
1894
  "bladder",
1895
  "blast",
1896
  "blasts",
1897
  "ble",
1898
  "bleeding",
1899
+ "blepharospasm",
 
1900
  "blindness",
1901
  "block",
1902
+ "blockade",
1903
+ "blocker",
1904
  "blockers",
1905
  "blood",
1906
+ "bloody",
 
 
 
1907
  "bmi",
 
 
1908
  "boceprevir",
1909
  "body",
1910
+ "bon",
1911
  "bone",
1912
  "bony",
1913
+ "boosted",
1914
+ "boosters",
1915
+ "borderline",
1916
+ "born",
1917
  "boron",
1918
  "bortezomib",
1919
  "bosentan",
1920
  "both",
1921
+ "botox",
1922
  "bout",
1923
  "bowel",
1924
  "bowels",
1925
  "bp",
1926
+ "bph",
1927
  "br.",
 
1928
  "brachytherapy",
 
1929
  "brain",
 
1930
  "branch",
 
1931
  "breast",
1932
+ "breathalyzer",
1933
+ "brentuximab",
1934
+ "brivudine",
1935
+ "broadened",
 
1936
  "bronchitis",
1937
+ "bronchospasm",
1938
  "bros",
1939
  "bros.",
 
 
1940
  "bundle",
 
 
1941
  "bus",
1942
+ "buspirone",
1943
  "but",
1944
  "by",
1945
  "bypass",
 
1947
  "c'm",
1948
  "c++",
1949
  "c.",
1950
+ "c1d1",
1951
+ "cGvHD",
1952
  "ca",
 
1953
  "caadid",
 
 
1954
  "cabozantinib",
 
 
1955
  "cal",
1956
  "calcification",
1957
  "calcified",
 
 
1958
  "calif",
1959
  "calif.",
1960
+ "caliper",
1961
  "can",
 
1962
  "cancer",
1963
+ "cancerous",
1964
  "cancers",
1965
  "candidate",
 
 
1966
  "capacity",
1967
+ "capecitabine",
1968
+ "capsules",
1969
+ "captisol",
1970
  "carbamazepine",
1971
+ "carbon",
1972
+ "carboplatin",
1973
  "carcinoma",
1974
  "carcinomas",
 
1975
  "carcinosarcoma",
1976
  "cardiac",
1977
  "cardiomyopathy",
1978
  "cardiovascular",
1979
  "care",
1980
+ "carfilzomib",
1981
+ "carrier",
1982
+ "cart",
1983
+ "carvedilol",
1984
+ "cas",
1985
+ "case",
1986
+ "castor",
1987
  "castrate",
1988
  "castration",
1989
+ "cataract",
1990
  "cataracts",
1991
+ "catheter",
1992
  "catheterization",
1993
  "cause",
1994
  "caused",
1995
+ "cautery",
1996
+ "cavitation",
1997
  "cavity",
1998
  "cbc",
1999
+ "ccRCC",
2000
+ "ccrcc",
2001
  "cd19",
2002
+ "cd20",
2003
+ "cd22",
2004
+ "cd4",
2005
+ "cdi",
2006
  "ce>",
2007
+ "cea",
2008
+ "ceacam5",
2009
  "ced",
2010
+ "celiac",
 
 
2011
  "cell",
2012
  "cells",
2013
+ "cells/\u00b5L",
2014
+ "cells/\u00b5l",
2015
+ "cellulitis",
2016
  "central",
2017
  "cer",
 
 
2018
  "cerebrospinal",
2019
  "cerebrovascular",
2020
  "certain",
 
2021
  "cervical",
 
2022
  "cervix",
2023
  "ces",
2024
+ "cfrd",
2025
+ "cgvhd",
2026
  "ch.",
2027
  "chain",
2028
  "change",
 
2029
  "changes",
2030
+ "chart",
2031
  "che",
2032
  "checkpoint",
2033
+ "chelates",
2034
  "chemical",
2035
  "chemo",
2036
  "chemotherapy",
2037
  "chest",
2038
+ "chew",
2039
  "chf",
 
2040
  "child",
2041
  "childbearing",
2042
  "children",
2043
+ "chimeric",
2044
+ "cholesterol",
2045
+ "chondrolysis",
2046
+ "chosen",
2047
+ "chromium",
2048
+ "chromosomal",
2049
  "chronic",
2050
  "chronotropic",
2051
  "cia",
2052
+ "cic",
2053
+ "ciclosporin",
2054
  "cid",
2055
  "cimetidine",
2056
  "cin",
 
2057
  "circulation",
 
2058
  "cirrhosis",
2059
+ "cisplatin",
2060
  "cit",
 
 
 
2061
  "clarithromycin",
2062
  "class",
 
 
2063
  "classification",
2064
+ "classified",
2065
  "claustrophobia",
2066
+ "claustrophobic",
2067
  "cle",
2068
  "clear",
2069
+ "clinic",
 
 
2070
  "clinical",
2071
  "clinically",
2072
  "clinician",
2073
+ "cll",
2074
+ "clopidogrel",
 
2075
  "clotting",
2076
  "cm",
 
2077
  "cns",
2078
  "co",
2079
  "co.",
2080
  "coagulant",
 
2081
  "coagulation",
2082
  "coagulopathy",
2083
+ "cobalt",
2084
+ "cobicistat",
2085
  "cochlear",
2086
  "cognitive",
2087
  "cohort",
2088
  "cohorts",
 
2089
  "col",
2090
  "colitis",
2091
+ "collagen",
2092
  "colo",
2093
  "colo.",
2094
  "colon",
2095
  "colorectal",
 
 
 
2096
  "combination",
2097
+ "combinations",
2098
  "combined",
2099
  "come",
2100
+ "commencement",
2101
+ "commercial",
2102
  "common",
 
2103
  "compatible",
2104
  "complete",
2105
  "completed",
2106
  "completely",
 
2107
  "completion",
 
2108
  "compliance",
2109
+ "complications",
2110
  "comply",
2111
  "component",
2112
  "components",
 
2116
  "compromise",
2117
  "computed",
2118
  "computerized",
2119
+ "concentrations",
 
2120
  "concomitant",
2121
  "concurrent",
2122
+ "concurrently",
2123
  "concussion",
2124
  "condition",
2125
+ "condition(s",
2126
  "conditioning",
2127
  "conditions",
 
 
2128
  "conduct",
 
2129
  "conduction",
 
 
2130
  "condylomata",
2131
+ "confined",
2132
  "confirmation",
2133
  "confirmed",
2134
  "confound",
2135
+ "confounding",
2136
  "congenital",
2137
  "congestive",
 
2138
  "conn",
2139
  "conn.",
2140
+ "consensus",
2141
  "consent",
2142
+ "consenting",
2143
+ "conservative",
2144
  "conserving",
2145
+ "considerations",
2146
  "considered",
 
2147
  "consisted",
2148
+ "consistent",
 
 
 
 
2149
  "containing",
 
 
2150
  "continuous",
2151
  "contraception",
2152
+ "contracture",
 
2153
  "contraindication",
2154
  "contraindications",
2155
  "contralateral",
2156
  "contrast",
 
2157
  "control",
2158
  "controlled",
2159
+ "convenience",
2160
  "conventional",
2161
+ "convincing",
 
 
2162
  "copd",
2163
+ "cor",
 
2164
  "cord",
2165
  "core",
2166
  "cores",
2167
  "coronary",
2168
  "corp",
2169
  "corp.",
 
 
2170
  "corticosteroid",
2171
  "corticosteroids",
2172
  "cos",
2173
  "could",
2174
+ "coumadin",
2175
  "count",
2176
  "course",
2177
  "coz",
2178
+ "cr",
2179
+ "cranial",
2180
  "crc",
 
2181
  "creatinine",
 
2182
  "criteria",
2183
+ "criterion",
2184
+ "critical",
2185
  "crohn",
2186
+ "cross",
2187
+ "crossmatch",
2188
+ "crt",
2189
+ "crush",
2190
  "csf",
2191
  "ct",
2192
  "ct.",
2193
  "ctcae",
 
 
2194
  "ctla-4",
2195
  "cts",
2196
+ "cumulative",
2197
+ "cur",
2198
  "curative",
2199
  "curatively",
 
2200
  "current",
2201
  "currently",
2202
+ "cus",
2203
  "cutaneous",
2204
  "cuz",
2205
+ "cxr",
 
 
 
2206
  "cycle",
2207
  "cycles",
2208
  "cyclophosphamide",
2209
  "cycloserine",
2210
  "cyclosporine",
2211
  "cyp",
2212
+ "cyp1a2",
2213
  "cyp3a4",
2214
  "cyst",
 
2215
  "cytochrome",
 
2216
  "cytogenetics",
 
2217
  "cytologically",
2218
+ "cytology",
 
2219
  "cytotoxic",
2220
  "c\u2019m",
2221
  "d",
2222
  "d)",
 
2223
  "d-",
2224
  "d-)",
2225
  "d-X",
2226
  "d.",
2227
  "d.c.",
2228
  "d.d",
 
2229
  "d.dd",
2230
  "d.x",
 
 
2231
  "dL",
2232
  "dX",
2233
+ "dX-dX",
2234
  "dXd",
2235
  "d_d",
2236
  "d_x",
 
2237
  "daily",
 
2238
  "dal",
 
2239
  "dare",
 
2240
  "day",
2241
  "days",
 
2242
  "dcis",
2243
  "dd",
2244
+ "dd,ddd",
2245
  "ddd",
2246
+ "ddd,ddd",
2247
+ "ddd/X",
2248
+ "ddd/ddd",
2249
+ "dddX",
2250
  "dddd",
2251
+ "dddd/d",
2252
+ "ddddxxx",
2253
+ "dddxx",
2254
  "ddx",
2255
  "ddx.x",
2256
  "ddx.x.",
2257
  "ddxx",
2258
+ "debulking",
 
 
 
 
2259
  "dec",
2260
  "dec.",
2261
+ "decompensated",
 
 
 
2262
  "ded",
2263
  "deemed",
2264
+ "defects",
 
 
2265
  "deficiency",
2266
  "deficit",
2267
  "deficits",
2268
  "defined",
2269
+ "definition",
2270
+ "definitions",
2271
  "definitive",
2272
+ "deformity",
2273
+ "degradants",
2274
  "degree",
2275
+ "dehydrogenase",
2276
  "del",
2277
  "del.",
2278
+ "delaviridine",
 
 
 
2279
  "dementia",
2280
  "demonstrated",
 
2281
  "denosumab",
2282
+ "dental",
2283
+ "deoxyribonucleic",
2284
  "dependence",
2285
  "dependent",
2286
+ "depigmentation",
 
 
2287
  "depression",
2288
  "depressive",
2289
  "der",
2290
+ "deregulation",
2291
+ "derivatives",
2292
+ "derived",
2293
+ "dermatologic",
2294
  "des",
2295
+ "described",
2296
  "desensitization",
 
2297
  "despite",
2298
+ "detailed",
 
 
 
 
2299
  "determined",
2300
+ "development",
2301
  "device",
2302
  "devices",
 
2303
  "dex",
2304
+ "dexamethasone",
2305
+ "dextromethorphan",
2306
  "dia",
2307
  "diabetes",
2308
  "diabetic",
2309
  "diagnosed",
2310
  "diagnoses",
2311
  "diagnosis",
2312
+ "diagnostic",
2313
+ "dialysis",
2314
  "diameter",
2315
+ "diarrhea",
 
2316
  "diastolic",
2317
+ "diatheses",
2318
  "diathesis",
2319
  "dic",
2320
+ "dichloride",
2321
  "did",
2322
+ "die",
2323
+ "diet",
2324
+ "different",
2325
+ "differential",
2326
  "difficult",
2327
  "diffuse",
2328
+ "diffusing",
2329
  "dimension",
2330
+ "din",
2331
+ "dipg",
2332
+ "dipss]-plus",
2333
+ "dipyridamole",
2334
  "direct",
2335
+ "disc",
2336
+ "discharge",
 
 
 
 
2337
  "discretion",
2338
+ "discussing",
2339
  "disease",
2340
  "diseases",
2341
+ "dislocation",
2342
  "disorder",
2343
  "disorders",
2344
+ "dissection",
2345
+ "disseminated",
2346
  "distal",
2347
+ "distance",
2348
  "distant",
 
2349
  "disturbance",
2350
+ "diverticular",
2351
+ "diverticulitis",
2352
+ "dix",
2353
  "dl",
2354
+ "dlco",
2355
  "dle",
2356
+ "dli",
2357
  "dly",
2358
  "dm",
2359
  "dm.",
2360
+ "dm1",
2361
+ "dna",
2362
  "do",
2363
  "docetaxel",
 
2364
  "documentation",
2365
  "documented",
2366
  "does",
 
2368
  "doin'",
2369
  "doing",
2370
  "doin\u2019",
2371
+ "dolutegravir",
 
 
 
2372
  "donor",
 
2373
  "dosage",
 
2374
  "dose",
2375
  "doses",
2376
  "dosing",
2377
+ "doxorubicin",
2378
  "dr",
2379
  "dr.",
2380
+ "dra",
 
 
2381
  "drug",
2382
  "drugs",
2383
+ "dsm",
2384
  "dsm-5",
 
 
2385
  "ductal",
 
2386
  "due",
2387
  "duodenum",
2388
+ "durable",
2389
  "duration",
2390
  "during",
 
2391
  "dvt",
2392
  "dx",
2393
  "dx.x",
2394
  "dx.x.",
 
2395
  "dxx",
2396
+ "dynamic",
2397
  "dysfunction",
2398
+ "dysfunctions",
2399
  "dyskinesia",
2400
+ "dysphonia",
2401
  "dysplasia",
2402
  "dysplastic",
 
2403
  "dysrhythmias",
2404
+ "dystonia",
2405
  "e",
2406
  "e's",
2407
+ "e-6",
2408
  "e.",
2409
  "e.g",
2410
  "e.g.",
 
2411
  "each",
2412
  "ead",
 
2413
  "eal",
 
2414
  "ean",
2415
  "ear",
2416
  "earlier",
 
2417
  "eas",
2418
+ "easl",
2419
  "eat",
2420
  "eating",
2421
  "eb.",
2422
  "ebr",
2423
  "ec.",
2424
  "ecg",
2425
+ "echocardiographic",
2426
  "echocardiography",
2427
  "eck",
2428
+ "ecp",
2429
  "ect",
2430
+ "edition",
 
2431
  "eed",
2432
  "eek",
2433
  "een",
2434
  "eep",
 
2435
  "eet",
2436
+ "ef",
2437
  "efavirenz",
2438
  "effect",
 
2439
  "effects",
2440
  "effusion",
2441
+ "effusions",
2442
  "eft",
2443
  "eg",
2444
+ "ega",
2445
  "egfr",
2446
+ "egg",
2447
  "egws",
2448
+ "eiaeds",
2449
  "eic",
2450
+ "eight",
2451
  "ein",
2452
  "eir",
2453
  "either",
 
2455
  "eks",
2456
  "el.",
2457
  "eld",
2458
+ "elective",
2459
  "electrocardiographic",
2460
+ "electroconvulsive",
2461
+ "elements",
 
2462
  "elevated",
2463
  "elevation",
 
2464
  "elf",
2465
  "eligibility",
2466
  "eligible",
2467
  "ell",
2468
+ "elo",
2469
  "els",
 
 
2470
  "ely",
2471
  "em",
2472
  "ema",
2473
  "embedded",
2474
  "embolism",
2475
+ "eme",
2476
+ "emergent",
2477
  "emo",
2478
  "ems",
2479
+ "emtricitabine",
2480
  "en",
2481
  "en.",
 
 
2482
  "encasement",
2483
  "encephalitis",
 
2484
  "end",
 
2485
  "endobronchial",
 
2486
  "endocrine",
2487
+ "endocrinologic",
2488
  "endometrial",
2489
  "endometrioid",
 
2490
  "endoscopic",
 
2491
  "endotracheal",
2492
  "ene",
 
 
2493
  "enhanced",
2494
+ "enjoys",
2495
+ "enlarging",
2496
  "enn",
 
2497
  "enough",
2498
+ "enoxaparin",
2499
+ "enroll",
2500
+ "enrolled",
2501
  "enrollment",
2502
+ "enrolment",
2503
  "ens",
 
2504
  "ent",
2505
+ "enteral",
2506
+ "enteric",
2507
  "entering",
2508
  "enteropathy",
2509
  "entr",
2510
  "entry",
2511
  "enz",
2512
+ "enzyme",
2513
  "enzymes",
2514
  "eon",
2515
  "ep.",
2516
+ "epB",
2517
  "ependymoma",
2518
+ "ephedra",
 
2519
  "epidermal",
2520
  "epidural",
2521
+ "epilepsy",
2522
+ "epileptic",
2523
+ "epilepticus",
2524
+ "epirubicin",
2525
  "episode",
2526
+ "epistaxis",
2527
  "epithelial",
2528
+ "epithelioid",
 
2529
  "ept",
2530
  "equal",
2531
+ "equipoise",
2532
  "equivalent",
2533
  "er",
2534
+ "erbb",
2535
  "ere",
 
 
2536
  "erm",
2537
+ "ero",
2538
  "ers",
2539
  "ert",
2540
  "ery",
2541
+ "erythema",
2542
  "erythematosus",
2543
+ "erythroderma",
2544
  "erythromycin",
 
2545
  "ese",
2546
+ "esh",
2547
+ "esmolol",
2548
+ "eso",
2549
  "esophageal",
2550
+ "esophago",
2551
  "esophagus",
2552
+ "especially",
2553
  "ess",
2554
+ "essential",
2555
  "est",
2556
  "estrogen",
2557
  "eta",
2558
  "etc",
2559
  "ete",
2560
+ "etiology",
2561
  "etravirine",
2562
+ "ets",
2563
  "ety",
2564
+ "eum",
2565
  "ev.",
2566
  "evaluable",
2567
  "evaluation",
2568
  "eve",
2569
+ "event",
2570
  "events",
2571
+ "everolimus",
2572
  "evidence",
2573
+ "evk",
2574
+ "exacerbation",
2575
  "exam",
2576
  "examination",
2577
  "examinations",
2578
+ "examining",
 
2579
  "except",
2580
  "exception",
2581
+ "exchange",
2582
+ "excision",
 
 
2583
  "exclude",
2584
  "excluded",
2585
  "excluding",
 
 
2586
  "exercise",
2587
  "existing",
 
 
2588
  "expansion",
2589
  "expectancy",
2590
  "expected",
2591
  "experienced",
2592
+ "experiences",
2593
+ "explanation",
 
2594
  "exposure",
2595
+ "express",
2596
+ "expresses",
2597
  "ext",
2598
  "extensive",
 
2599
  "external",
2600
+ "extraction",
2601
+ "extrahepatic",
2602
+ "extremities",
2603
+ "exudative",
2604
  "eye",
 
2605
  "e\u2019s",
2606
  "f",
2607
  "f.",
2608
  "face",
 
 
2609
  "factor",
2610
  "factors",
2611
  "failed",
2612
  "failure",
2613
  "fallopian",
2614
+ "familial",
2615
  "family",
2616
  "fasting",
2617
+ "fat",
2618
+ "fatigue",
 
 
2619
  "features",
2620
  "feb",
2621
  "feb.",
2622
  "feeding",
 
 
 
2623
  "femoral",
2624
+ "femur",
2625
+ "fentanyl",
2626
+ "fer",
2627
+ "feraheme",
2628
+ "ferritin",
2629
  "fetal",
2630
+ "fewer",
 
 
2631
  "ffpe",
 
 
2632
  "fibrillation",
 
2633
  "fibromyalgia",
2634
  "fibrosis",
2635
  "fic",
2636
  "field",
 
 
2637
  "filgrastim",
2638
+ "fin",
2639
  "final",
2640
+ "finasteride",
2641
  "findings",
2642
  "first",
2643
+ "fistula",
2644
  "fit",
2645
+ "fixation",
2646
+ "fixed",
2647
  "fla",
2648
  "fla.",
2649
+ "flt3",
 
2650
  "fluid",
2651
+ "fluoro",
2652
+ "fluoxetine",
2653
+ "fold",
 
2654
  "follicular",
2655
  "follow",
 
2656
  "following",
2657
+ "followup",
2658
+ "fondaparinux",
2659
  "for",
2660
+ "foreign",
 
2661
  "form",
2662
+ "formalin",
2663
  "formation",
 
2664
  "formula",
2665
  "formulation",
2666
+ "fosphenytoin",
2667
+ "fossa",
2668
  "found",
2669
+ "fourth",
2670
  "fraction",
 
 
2671
  "fractures",
 
 
2672
  "free",
2673
+ "fresh",
2674
  "from",
2675
  "front",
2676
+ "frontline",
2677
+ "frozen",
2678
  "fts",
2679
  "ful",
2680
+ "fulfill",
2681
  "full",
2682
  "fully",
2683
+ "fulvestrant",
2684
  "function",
2685
  "functional",
 
2686
  "fungal",
 
2687
  "fusion",
2688
  "fvc",
2689
  "g",
2690
  "g.",
2691
+ "g6pd",
 
2692
  "ga",
2693
  "ga.",
2694
+ "gadolinium",
2695
+ "gain",
2696
  "gal",
2697
  "gamma",
2698
  "gan",
2699
+ "garlic",
2700
  "gastrectomy",
2701
  "gastric",
2702
+ "gastritis",
2703
+ "gastroenterologic",
2704
  "gastrointestinal",
2705
  "gastroparesis",
2706
  "gastroschisis",
2707
  "gcsf",
 
2708
  "ged",
2709
+ "gej",
 
2710
  "gen",
2711
  "gen.",
2712
  "gene",
2713
  "general",
2714
  "generalized",
2715
  "generate",
2716
+ "generation",
2717
  "genetic",
2718
  "genital",
2719
  "genomic",
2720
+ "genotype",
2721
+ "geographical",
2722
  "ger",
2723
  "gerd",
 
2724
  "ges",
2725
+ "gestation",
2726
  "get",
2727
  "getting",
2728
+ "gfr",
2729
  "ght",
2730
  "gi",
2731
  "gia",
 
2733
  "gic",
2734
  "gilbert",
2735
  "gin",
2736
+ "ginko",
2737
  "gist",
 
2738
  "given",
2739
  "gland",
 
2740
  "gle",
2741
+ "glucocorticosteroids",
 
 
 
 
 
 
 
2742
  "glucose",
2743
+ "glucose-6",
2744
+ "gm",
 
2745
  "goin",
2746
  "goin'",
2747
  "going",
2748
  "goin\u2019",
2749
  "gon",
2750
+ "gonadotropin",
2751
  "gonna",
 
2752
  "got",
2753
  "gov",
2754
  "gov.",
 
2755
  "grade",
2756
  "graft",
2757
  "grafting",
2758
  "grafts",
2759
  "granted",
2760
+ "granulocytic",
2761
+ "granulomatosis",
2762
  "grapefruit",
2763
  "grave",
2764
+ "gravis",
2765
  "greater",
2766
  "greatest",
2767
+ "gross",
2768
  "group",
2769
+ "groups",
2770
  "growth",
2771
+ "gt",
2772
+ "gth",
2773
+ "guanfacine",
2774
+ "gue",
2775
  "guidelines",
2776
+ "guillian",
2777
+ "gulf",
2778
  "gus",
 
2779
  "gvhd",
2780
+ "gy",
2781
  "gynecologic",
2782
  "h",
2783
  "h.",
2784
  "h2",
2785
+ "h3",
2786
  "had",
2787
+ "hal",
2788
  "half",
2789
+ "hampering",
 
2790
  "han",
 
 
 
 
 
2791
  "has",
2792
  "hat",
 
2793
  "have",
2794
  "havin",
2795
  "havin'",
2796
  "having",
2797
  "havin\u2019",
2798
+ "hazardous",
2799
  "hba1c",
2800
+ "hbc",
2801
+ "hbs",
2802
  "hbsag",
2803
+ "hbsag+",
2804
  "hbv",
2805
  "hcc",
 
2806
  "hcv",
 
2807
  "he",
2808
  "he's",
2809
+ "hea",
2810
  "head",
2811
+ "headache",
2812
  "health",
2813
  "healthy",
2814
  "hearing",
2815
  "heart",
2816
  "hed",
2817
+ "helicobacter",
2818
  "hematologic",
2819
+ "hematological",
2820
  "hematopoietic",
2821
+ "hematuria",
2822
+ "hemifacial",
2823
  "hemochromatosis",
 
2824
  "hemoglobin",
 
 
2825
  "hemolytic",
2826
+ "hemophilia",
2827
  "hemorrhage",
2828
+ "hemosiderosis",
2829
+ "hemostasis",
2830
  "hen",
2831
  "hep",
2832
  "heparin",
2833
  "hepatic",
2834
  "hepatitis",
2835
+ "hepato",
2836
+ "hepatopathy",
2837
+ "hepatotoxic",
2838
+ "hepb",
2839
  "her",
 
2840
  "her2",
 
2841
  "herbal",
 
 
 
 
 
2842
  "heterosexual",
2843
+ "hew",
2844
  "hey",
2845
  "he\u2019s",
2846
  "hg",
2847
  "hgb",
2848
+ "hgg",
2849
  "hic",
2850
  "high",
 
 
2851
  "hil",
 
2852
  "hin",
 
2853
  "hip",
2854
  "his",
2855
  "histologic",
 
2858
  "histologies",
2859
  "histology",
2860
  "history",
2861
+ "hit",
2862
  "hiv",
 
2863
  "hma",
2864
  "hod",
2865
  "hodgkin",
2866
  "hol",
2867
+ "holiday",
2868
  "hom",
2869
+ "home",
2870
  "hormonal",
2871
  "hormone",
2872
  "hospital",
2873
+ "hospitalization",
2874
  "host",
2875
  "hours",
2876
  "how",
2877
  "how's",
2878
  "however",
2879
  "how\u2019s",
2880
+ "hpv",
2881
  "hrr",
2882
+ "hrs",
2883
  "hsct",
2884
+ "htn",
 
2885
  "human",
2886
+ "hydration",
2887
+ "hydrocortisone",
2888
+ "hydroxychloroquine",
2889
+ "hydroxyl",
2890
  "hydroxyurea",
2891
+ "hyper",
2892
+ "hyperacute",
2893
  "hyperbilirubinemia",
2894
  "hypercalcemia",
2895
+ "hyperglycemia",
2896
+ "hyperinflation",
 
2897
  "hypersensitivity",
2898
  "hypertension",
2899
+ "hypertrophic",
 
 
 
 
2900
  "hypoglycemia",
2901
  "hypoglycemic",
 
 
2902
  "hypomethylating",
2903
+ "hypophonia",
2904
  "hypotension",
2905
  "hypothyroidism",
2906
+ "hypoxemia",
2907
  "hysterectomy",
2908
  "i",
2909
  "i.",
 
2915
  "ial",
2916
  "ian",
2917
  "ias",
2918
+ "iatrogenic",
2919
+ "ibritumomab",
2920
+ "ibrutinib",
2921
+ "icd",
2922
  "ice",
2923
  "ich",
2924
+ "ichthyosis",
2925
+ "ick",
2926
  "ics",
2927
+ "icu",
2928
  "id",
2929
  "id.",
2930
  "ide",
2931
+ "ideation",
2932
+ "idelalisib",
2933
  "identified",
2934
  "idiopathic",
2935
  "ids",
2936
+ "idy",
2937
  "ied",
2938
  "ier",
2939
  "ies",
2940
+ "iet",
2941
  "iew",
2942
  "if",
2943
  "if.",
2944
  "ife",
2945
+ "ify",
2946
+ "iga",
2947
+ "igd",
2948
+ "ige",
2949
  "igf-1",
2950
  "igh",
2951
+ "ign",
2952
  "igo",
2953
+ "igt",
2954
  "ii",
2955
  "iii",
2956
  "ike",
2957
+ "il2",
2958
  "ild",
2959
  "ile",
 
 
2960
  "ill",
2961
  "ill.",
2962
  "illness",
2963
  "illnesses",
 
2964
  "ily",
2965
  "imaging",
2966
+ "imb",
2967
  "ime",
2968
  "immediate",
2969
+ "immediately",
2970
  "imminent",
2971
  "immune",
2972
+ "immunocompromised",
2973
  "immunodeficiency",
2974
  "immunohistochemistry",
2975
+ "immunologic",
2976
+ "immunological",
2977
+ "immunosuppressant",
2978
  "immunosuppression",
2979
  "immunosuppressive",
2980
  "immunotherapy",
2981
  "impact",
2982
  "impaired",
2983
  "impairment",
2984
+ "impairments",
2985
  "implant",
2986
+ "implantation",
2987
  "implanted",
2988
  "implants",
 
 
2989
  "in",
2990
  "in'",
 
2991
  "ina",
2992
+ "inability",
2993
+ "inactivated",
2994
+ "inappropriate",
2995
  "inc",
2996
  "inc.",
2997
  "include",
 
3002
  "incompetence",
3003
  "increase",
3004
  "increased",
3005
+ "incurable",
3006
  "ind",
3007
  "ind.",
3008
+ "indeterminate",
3009
  "index",
3010
  "indicate",
3011
  "indicated",
3012
  "indicates",
3013
  "indicating",
3014
+ "indication",
3015
+ "indicator",
3016
  "indinavir",
 
3017
  "individuals",
3018
  "indolent",
3019
+ "induce",
3020
  "induced",
3021
  "inducers",
3022
  "inducing",
 
3024
  "ine",
3025
  "ineligible",
3026
  "infant",
3027
+ "infants",
3028
  "infarction",
3029
  "infection",
3030
  "infections",
3031
  "infectious",
 
 
 
 
3032
  "inflammation",
3033
  "inflammatory",
3034
+ "infraclavicular",
3035
+ "infraction",
3036
  "infusion",
3037
  "ing",
3038
+ "ingesting",
3039
+ "ingestion",
3040
+ "inhaled",
3041
+ "inhaler",
3042
+ "inherited",
3043
  "inhibit",
3044
  "inhibiting",
3045
  "inhibitor",
3046
  "inhibitors",
 
3047
  "initial",
3048
+ "initially",
3049
+ "initiating",
3050
  "initiation",
3051
+ "injected",
3052
  "injections",
3053
+ "injured",
3054
  "injury",
3055
  "inn",
3056
+ "inr",
3057
  "ins",
3058
+ "insertion",
3059
+ "institution",
3060
  "institutional",
3061
+ "instrumentation",
3062
  "insufficiency",
3063
  "insufficient",
3064
  "insulin",
3065
  "int",
 
3066
  "intensity",
 
3067
  "intent",
3068
+ "inter",
3069
  "interactions",
3070
  "intercurrent",
3071
  "interfere",
3072
+ "intermediate",
3073
+ "intermittent",
3074
  "internal",
3075
+ "international",
3076
  "interpretation",
3077
  "interrupt",
3078
+ "interrupted",
3079
+ "interspinous",
3080
  "interval",
3081
  "intervention",
3082
  "interventional",
3083
  "interview",
3084
  "intestinal",
3085
  "into",
3086
+ "intolerability",
3087
  "intolerance",
3088
  "intolerant",
3089
  "intra",
3090
+ "intracardiac",
3091
  "intracranial",
 
3092
  "intraepithelial",
3093
+ "intraorbital",
3094
+ "intraspinal",
3095
+ "intratumoral",
3096
+ "intravascular",
3097
  "intravenous",
3098
  "invading",
 
3099
  "invasive",
3100
  "investigation",
3101
  "investigational",
3102
  "investigator",
 
 
3103
  "involvement",
 
3104
  "in\u2019",
3105
  "iod",
3106
  "ion",
 
3107
  "ior",
3108
+ "ipsilateral",
 
3109
  "ipt",
3110
  "ir-",
3111
  "ird",
3112
  "ire",
3113
+ "irinotecan",
3114
  "iron",
3115
  "irradiated",
3116
  "irradiation",
3117
+ "irregularities",
3118
  "is",
3119
+ "is-",
3120
  "is.",
3121
+ "isc",
3122
+ "ischemia",
3123
  "ischemic",
3124
  "ise",
 
3125
  "isk",
 
3126
  "ism",
3127
  "iss",
3128
+ "issues",
3129
  "it",
3130
  "it's",
3131
+ "itd",
3132
  "ite",
3133
  "ith",
 
3134
  "itraconazole",
3135
  "its",
3136
+ "itself",
3137
  "itu",
3138
  "ity",
3139
  "it\u2019s",
 
 
3140
  "ium",
3141
  "iv",
 
3142
  "ive",
 
 
3143
  "iz.",
3144
  "ize",
3145
+ "izo",
3146
  "j",
3147
  "j.",
3148
  "jan",
3149
  "jan.",
3150
+ "jaw",
3151
+ "jc",
3152
+ "jeopardize",
3153
+ "jia",
3154
  "john",
3155
  "joint",
3156
+ "joints",
3157
  "jor",
3158
  "jr",
3159
  "jr.",
 
3164
  "jul.",
3165
  "jun",
3166
  "jun.",
3167
+ "junction",
3168
+ "justifiable",
3169
+ "juvenile",
3170
  "k",
3171
  "k.",
3172
+ "k.a",
3173
  "kan",
3174
  "kan.",
3175
  "kans",
3176
  "kans.",
3177
  "ked",
3178
+ "kel",
3179
  "ken",
3180
  "ker",
3181
+ "keratitis",
3182
  "ketoconazole",
 
 
3183
  "kg",
3184
  "ki-67",
3185
+ "kiddie",
3186
  "kidney",
3187
+ "killer",
3188
  "kin",
3189
+ "kinase",
3190
+ "kind",
3191
+ "kindler",
3192
  "kla",
3193
+ "kle",
3194
+ "kly",
3195
+ "knee",
3196
  "knife",
3197
  "known",
3198
  "ky",
3199
  "ky.",
3200
  "l",
3201
+ "l(s",
3202
  "l.",
3203
  "l1",
 
 
 
 
3204
  "la",
3205
  "la.",
3206
  "lab",
3207
+ "labetalol",
3208
  "laboratory",
3209
+ "lack",
3210
  "lactating",
3211
+ "lactose",
3212
  "lag-3",
3213
+ "laminectomy",
3214
+ "lamotrigine",
3215
  "lar",
3216
  "large",
3217
+ "laryngopharynx",
3218
+ "laser",
3219
  "last",
3220
+ "lbbb",
3221
+ "lcis",
 
 
 
 
 
 
3222
  "leaking",
3223
  "lean",
3224
  "learning",
3225
  "least",
3226
  "led",
 
3227
  "left",
 
3228
  "lenalidomide",
3229
  "leptomeningeal",
3230
+ "ler",
3231
  "les",
3232
  "lesion",
3233
  "lesions",
3234
  "less",
 
3235
  "let",
3236
  "let's",
3237
+ "lethal",
3238
  "let\u2019s",
3239
  "leukemia",
3240
+ "leukemias",
3241
  "leukemic",
3242
+ "leukocytotoxic",
3243
  "leukopenia",
3244
  "level",
3245
+ "level(s",
3246
  "levels",
3247
  "levodopa",
3248
+ "lfts",
 
 
 
3249
  "lia",
3250
  "lic",
 
3251
  "lid",
3252
  "lif",
3253
  "life",
 
3254
  "lifetime",
3255
+ "light",
 
 
 
3256
  "like",
3257
  "likely",
3258
+ "limb",
3259
  "limit",
3260
  "limited",
 
 
3261
  "lin",
 
3262
  "line",
3263
+ "lingual",
3264
+ "linked",
3265
+ "lio",
3266
+ "lithium",
3267
  "liver",
3268
  "lives",
 
3269
  "ll",
3270
  "ll.",
3271
  "lls",
3272
  "lly",
3273
+ "lmwh",
3274
  "lo.",
3275
  "load",
 
3276
  "lobular",
3277
  "local",
3278
  "localized",
3279
  "locally",
3280
+ "location",
3281
+ "log",
3282
  "lol",
3283
  "lon",
3284
  "long",
3285
  "longer",
3286
  "longest",
3287
+ "lopinavir",
3288
  "losing",
3289
  "loss",
3290
+ "lovenox",
3291
  "lovin",
3292
  "lovin'",
3293
  "loving",
3294
  "lovin\u2019",
3295
  "low",
3296
+ "lower",
3297
  "lse",
3298
  "lso",
3299
  "ltd",
3300
  "ltd.",
3301
  "lth",
 
3302
  "lts",
 
3303
  "lue",
3304
+ "luminal",
3305
  "lung",
3306
  "lupus",
3307
  "lus",
3308
  "lve",
3309
+ "lvef",
3310
+ "ly2835219",
3311
  "lymph",
3312
+ "lymphoblastic",
3313
+ "lymphoblasts",
3314
+ "lymphocyte",
3315
  "lymphocytic",
3316
  "lymphoid",
3317
  "lymphoma",
3318
  "lymphomatous",
3319
+ "lymphoplasmacytic",
3320
+ "lymphoproliferative",
3321
+ "lytic",
3322
  "m",
3323
  "m.",
3324
  "m2",
3325
  "mCRPC",
3326
  "mHg",
3327
  "mL",
 
3328
  "m^2",
3329
+ "m^3",
3330
  "ma'am",
3331
+ "ma-",
3332
  "mab",
 
 
3333
  "macrolide",
3334
  "macular",
3335
  "madam",
3336
  "magnetic",
 
3337
  "maintain",
3338
  "maintenance",
3339
  "major",
3340
  "make",
3341
  "mal",
3342
  "malabsorption",
3343
+ "male",
3344
  "malformation",
3345
  "malignancies",
3346
  "malignancy",
3347
  "malignant",
3348
+ "mammary",
3349
+ "mammoplasty",
3350
  "man",
3351
  "management",
3352
+ "manic",
3353
+ "manifest",
 
 
3354
  "mannitol",
3355
+ "mantle",
3356
+ "manual",
3357
  "mar",
3358
  "mar.",
3359
+ "marginal",
3360
+ "margins",
3361
+ "marked",
3362
  "marrow",
3363
+ "marrow-",
3364
  "mas",
3365
  "mass",
3366
  "mass.",
3367
  "mast",
3368
  "matched",
3369
  "material",
3370
+ "materials",
3371
+ "maternal",
3372
+ "maximal",
3373
+ "maximum",
3374
  "may",
3375
  "mayo",
3376
  "ma\u2019am",
3377
+ "mcg",
3378
  "mcl",
3379
  "mcrpc",
3380
  "md",
3381
  "md.",
3382
+ "mdd",
3383
  "mds",
 
 
3384
  "measurable",
3385
  "measure",
 
3386
  "measured",
3387
+ "measurement",
3388
  "measures",
 
3389
  "mechanical",
3390
  "med",
3391
  "medi-570",
3392
+ "media",
3393
  "mediated",
3394
  "medical",
3395
  "medically",
3396
  "medication",
3397
  "medications",
3398
+ "medium",
3399
+ "medulloblastoma",
 
3400
  "meet",
3401
+ "meets",
 
 
 
3402
  "melanoma",
 
3403
  "melanomatous",
3404
  "mellitus",
3405
+ "member",
3406
+ "membrane",
3407
  "men",
 
 
3408
  "meningitis",
 
 
3409
  "mental",
3410
+ "mer",
3411
  "mes",
3412
+ "mesh",
3413
  "messrs",
3414
  "messrs.",
3415
  "met",
 
3417
  "metabolism",
3418
  "metal",
3419
  "metallic",
 
3420
  "metastases",
3421
  "metastasis",
3422
  "metastatic",
 
3425
  "method",
3426
  "methods",
3427
  "methotrexate",
3428
+ "methylphenidate",
3429
+ "metoprolol",
 
3430
  "mg",
3431
+ "mg/24",
3432
+ "mi",
3433
  "mia",
3434
  "mib",
3435
  "mic",
3436
  "mich",
3437
  "mich.",
3438
+ "microscopic",
 
 
3439
  "might",
3440
  "migraine",
3441
+ "mil",
3442
  "mild",
 
3443
  "min",
3444
  "min/1.73",
 
3445
  "mini",
3446
+ "minimal",
3447
  "minimum",
3448
  "minn",
3449
  "minn.",
 
3451
  "miss",
3452
  "miss.",
3453
  "mit",
 
3454
  "mitomycin",
3455
  "mixed",
3456
+ "mk-3475",
3457
  "ml",
3458
+ "mls",
3459
+ "mly",
3460
  "mm",
3461
+ "mm3",
3462
  "mmHg",
3463
+ "mm^3",
3464
  "mma",
3465
  "mmhg",
3466
+ "mm\u00b3",
3467
  "mo",
3468
  "mo.",
3469
  "modafinil",
3470
  "moderate",
3471
  "modification",
3472
+ "modified",
3473
+ "modify",
 
3474
  "molecular",
3475
+ "molecule",
3476
  "mon",
 
 
3477
  "monoamine",
3478
  "monoclonal",
3479
+ "monopolar",
3480
+ "monotherapy",
3481
+ "monoxide",
3482
  "mont",
3483
  "mont.",
3484
  "month",
3485
  "months",
3486
+ "mood",
3487
  "mor",
3488
+ "morbidities",
3489
  "more",
3490
+ "morning",
3491
  "morphine",
3492
+ "morphologic",
3493
  "morphology",
3494
  "most",
3495
  "motor",
3496
  "movement",
3497
  "mph",
 
3498
  "mpn",
3499
  "mps",
3500
  "mpt",
 
3503
  "mri",
3504
  "mrs",
3505
  "mrs.",
 
3506
  "ms",
3507
  "ms.",
3508
+ "msi",
3509
+ "mskcc",
3510
+ "mss",
3511
  "mt",
3512
  "mt.",
3513
  "mucinous",
3514
+ "multidisciplinary",
 
 
 
3515
  "multiple",
3516
  "mum",
3517
+ "mur",
3518
  "mus",
3519
+ "muscle",
3520
+ "musculoskeletal",
3521
  "must",
3522
  "mutation",
3523
+ "myasthenia",
3524
+ "mycofenolate",
3525
  "mycophenolate",
3526
+ "myelo",
3527
+ "myeloblasts",
3528
  "myelodysplastic",
3529
  "myelofibrosis",
3530
  "myelogenous",
3531
+ "myeloid",
3532
  "myeloma",
 
3533
  "myeloproliferative",
3534
  "myocardial",
3535
+ "myocardiopathy",
3536
+ "myocarditis",
3537
  "myomectomy",
3538
  "myopathy",
 
3539
  "n",
3540
  "n's",
3541
  "n't",
3542
  "n(s",
 
 
3543
  "n.",
3544
  "n.c.",
3545
  "n.d.",
 
3550
  "na",
3551
  "nac",
3552
  "nafcillin",
 
3553
  "nal",
3554
+ "narcotics",
3555
+ "narrowing",
 
 
3556
  "nasal",
3557
+ "nash",
3558
+ "nasogastric",
3559
  "nasopharyngeal",
 
 
3560
  "natural",
 
3561
  "na\u00efve",
3562
  "nc.",
3563
+ "nccn",
3564
  "nce",
3565
  "nch",
3566
  "nci",
 
3567
  "ncy",
 
3568
  "nd.",
3569
  "nds",
3570
  "nea",
 
3571
  "neb",
3572
  "neb.",
3573
+ "nebivolol",
3574
  "nebr",
3575
  "nebr.",
3576
  "neck",
 
 
3577
  "ned",
3578
+ "nee",
3579
  "need",
3580
+ "needed",
 
3581
  "nefazodone",
3582
  "negative",
3583
  "nel",
3584
  "nelfinavir",
3585
  "neoplasia",
3586
  "neoplasm",
3587
+ "neoplastic",
3588
+ "nephrectomy",
3589
+ "nephritis",
3590
+ "nephrotoxic",
3591
  "ner",
3592
  "neratinib",
3593
+ "nerve",
3594
  "nervous",
3595
  "nes",
3596
+ "neural",
3597
+ "neurobehavioural",
3598
+ "neuroblastoma",
3599
+ "neurodegenerative",
3600
+ "neurodevelopmental",
3601
+ "neuroendocrine",
3602
+ "neuroid",
3603
  "neurologic",
3604
  "neurological",
 
 
3605
  "neuromuscular",
 
3606
  "neuropathy",
 
3607
  "neurosurgery",
3608
+ "neurotropism",
3609
+ "neutropenia",
3610
+ "neutropenic",
3611
  "neutrophil",
3612
  "nev",
3613
  "nev.",
 
3615
  "newly",
3616
  "next",
3617
  "ney",
 
3618
  "ng",
3619
+ "ng]-tube",
3620
  "nge",
3621
  "ngs",
3622
  "nhl",
3623
  "nia",
 
3624
  "nib",
3625
  "nic",
3626
+ "nickel",
3627
  "nil",
3628
  "nin",
3629
+ "nitrates",
3630
+ "nitrosoureas",
3631
+ "nko",
 
 
 
3632
  "nly",
3633
  "nn.",
3634
  "no",
 
 
3635
  "node",
3636
+ "nodes",
3637
  "nol",
3638
  "non",
3639
+ "nonbreast",
3640
+ "nonischemic",
3641
  "nonmelanoma",
3642
+ "nonsteroidal",
3643
  "nor",
 
3644
  "normal",
3645
  "nos",
3646
  "not",
3647
+ "note",
3648
  "nothin",
3649
  "nothin'",
3650
  "nothing",
3651
  "nothin\u2019",
3652
  "nov",
3653
  "nov.",
3654
+ "nox",
 
3655
  "ns.",
3656
  "nsaids",
3657
  "nsclc",
3658
  "nse",
 
3659
  "nt",
3660
  "nt.",
3661
  "nth",
 
3663
  "nto",
3664
  "ntr",
3665
  "nts",
3666
+ "nty",
3667
  "nuff",
3668
  "nus",
3669
  "nuthin",
3670
  "nuthin'",
3671
  "nuthin\u2019",
3672
+ "nutrition",
3673
+ "nux",
3674
  "nyha",
3675
+ "nyl",
3676
+ "nyulmc",
3677
  "n\u2019s",
3678
  "n\u2019t",
3679
  "o",
 
3683
  "o.0",
3684
  "o.O",
3685
  "o.o",
3686
+ "o2",
3687
  "o_0",
3688
  "o_O",
3689
  "o_o",
3690
+ "oa",
3691
  "oad",
 
 
3692
  "obese",
3693
  "obesity",
3694
+ "obinutuzumab",
3695
  "objects",
3696
+ "obscure",
3697
  "obstruction",
3698
  "obstructive",
3699
+ "obtainable",
3700
  "obtained",
3701
+ "occasional",
3702
+ "occasionally",
3703
  "occlusion",
3704
+ "occurring",
 
3705
  "ock",
 
3706
  "oct",
3707
  "oct.",
3708
  "ocular",
 
3712
  "oes",
3713
  "of",
3714
  "of.",
3715
+ "ofatumumab",
3716
  "off",
3717
+ "office",
3718
+ "oft",
3719
+ "ogtt",
3720
  "ogy",
3721
  "ohn",
 
3722
  "oid",
3723
  "oil",
3724
  "oin",
 
3725
  "oke",
3726
  "okla",
3727
  "okla.",
3728
  "ol",
3729
  "ol'",
3730
+ "ol-",
3731
  "old",
 
3732
  "ole",
3733
+ "oligoarthritis",
3734
+ "oligoasthenoteratospermia",
3735
+ "oligometastatic",
3736
+ "oll",
3737
  "olo",
3738
+ "oly",
3739
  "ol\u2019",
3740
  "oma",
3741
  "ome",
3742
+ "omega",
3743
+ "omegaven",
3744
  "oms",
3745
  "omy",
3746
  "on",
3747
+ "once",
3748
+ "oncology",
3749
  "ond",
3750
  "one",
3751
  "ong",
 
3755
  "ons",
3756
  "onset",
3757
  "ont",
 
3758
  "ony",
3759
  "ood",
3760
  "oof",
3761
+ "ool",
3762
+ "oom",
3763
  "oophorectomy",
3764
  "oor",
3765
  "opa",
 
3766
  "open",
3767
+ "operated",
3768
  "operative",
3769
  "operatively",
 
 
3770
  "opinion",
3771
  "opioid",
3772
+ "opioids",
3773
+ "oppositionality",
3774
+ "opticoneuropathy",
3775
+ "options",
3776
  "opy",
3777
  "or",
3778
+ "ora",
3779
  "oral",
 
3780
  "ord",
3781
+ "order",
3782
  "ore",
3783
  "ore.",
3784
  "organ",
3785
  "organic",
3786
+ "ori",
3787
  "origin",
3788
+ "original",
3789
  "ork",
3790
  "orm",
3791
+ "orn",
3792
+ "oro",
3793
  "orp",
3794
  "ors",
3795
  "ort",
 
3796
  "orthostatic",
3797
  "ory",
3798
  "os.",
3799
  "ose",
 
3800
  "oss",
3801
  "ost",
3802
+ "osteoarthritis",
3803
+ "osteomyelitis",
3804
  "osteoporosis",
3805
+ "ote",
3806
  "oth",
3807
  "other",
3808
+ "others",
3809
  "otherwise",
3810
  "ought",
3811
  "oup",
3812
  "our",
3813
  "ous",
3814
  "out",
3815
+ "outborn",
3816
  "outcome",
3817
+ "outlined",
3818
+ "outside",
3819
  "ov.",
 
3820
  "ovarian",
 
3821
  "ove",
3822
  "over",
3823
+ "overall",
3824
+ "overweight",
3825
+ "ow-",
3826
  "own",
3827
+ "oxcarbazepine",
3828
  "oxidase",
3829
+ "oximetry",
3830
  "oxygen",
3831
+ "oys",
3832
  "o\u2019clock",
3833
  "o\u2019s",
3834
  "p",
3835
  "p.",
3836
  "p.m",
3837
  "p.m.",
3838
+ "p11",
3839
  "p450",
3840
  "pa",
3841
  "pa.",
3842
+ "pacemakers",
 
 
3843
  "paget",
3844
  "pah",
3845
  "pain",
3846
+ "painful",
3847
+ "painless",
3848
  "pal",
3849
+ "palpable",
3850
+ "palsies",
3851
+ "pan",
3852
  "pancreas",
3853
  "pancreatic",
3854
  "pancreatitis",
3855
+ "pancreato",
3856
+ "panel",
3857
+ "panniculitis",
3858
+ "pao2",
3859
+ "paraffin",
3860
+ "paragraph",
3861
  "parameters",
3862
+ "parasitic",
3863
+ "parent",
3864
+ "parenteral",
3865
+ "parkinsonian",
3866
  "parp",
3867
  "part",
3868
  "partial",
3869
+ "participant",
3870
  "participants",
3871
  "participate",
3872
  "participated",
 
3873
  "participation",
3874
+ "partum",
3875
  "past",
3876
  "patch",
3877
+ "pathologic",
3878
+ "pathological",
3879
  "pathologically",
3880
+ "pathologies",
3881
  "pathology",
3882
  "patient",
3883
  "patients",
 
3884
  "pcr",
3885
+ "pcwg2",
3886
  "pd",
3887
  "pd-1",
3888
+ "pdd",
3889
  "pdl2",
3890
  "pectoris",
3891
  "ped",
3892
+ "peg",
3893
+ "pegfilgrastim",
3894
+ "pegvisomant",
3895
  "pelvic",
3896
  "pelvis",
3897
+ "pemetrexed",
3898
  "pen",
3899
+ "pentobarbital",
3900
+ "people",
3901
  "per",
 
 
 
3902
  "performed",
 
 
 
3903
  "period",
3904
  "peripheral",
3905
  "peritoneal",
3906
+ "peritoneum",
3907
+ "permissible",
3908
  "permitted",
3909
+ "persantine",
3910
+ "persistent",
 
3911
  "pes",
3912
+ "pf",
3913
  "ph",
3914
  "ph.d.",
3915
+ "pha",
3916
  "pharmacokinetic",
3917
  "pharmacologic",
3918
+ "pharmacological",
3919
  "phase",
 
3920
  "phenobarbital",
 
3921
  "phenytoin",
 
 
3922
  "phosphate",
3923
+ "photosensitive",
3924
+ "photosensitivity",
3925
  "phy",
3926
+ "physical",
3927
  "physician",
3928
  "physicians",
3929
  "physiologic",
3930
  "pi",
3931
  "pic",
3932
  "pid",
 
3933
  "pin",
3934
+ "pl",
 
 
3935
  "placement",
 
 
3936
  "planned",
3937
+ "planning",
3938
  "plans",
3939
+ "plasma",
 
 
3940
  "plastic",
 
3941
  "platelet",
3942
+ "platelets",
3943
  "platinum",
3944
+ "plavix",
3945
  "ple",
3946
+ "pleuracentesis",
3947
  "pleural",
 
 
3948
  "ply",
3949
  "pm",
3950
+ "pnet",
 
 
3951
  "po",
3952
+ "polio",
3953
+ "poly",
3954
  "polymerase",
3955
+ "polymerases",
3956
+ "polymers",
3957
+ "polymethylmethacrylate",
3958
+ "pomalidomide",
3959
  "pon",
3960
+ "ponatinib",
3961
  "poor",
3962
  "poorly",
3963
+ "populations",
3964
  "porphyria",
 
 
 
3965
  "positive",
3966
+ "possible",
3967
  "post",
3968
  "posterior",
 
3969
  "postpartum",
3970
+ "postpone",
3971
+ "postural",
3972
+ "potassium",
3973
  "potential",
3974
  "potentially",
3975
+ "pots",
3976
  "ppd",
3977
+ "ppi",
3978
+ "ppo",
3979
  "pr.",
 
 
3980
  "pre",
3981
+ "pre-",
3982
  "preceding",
3983
  "preclude",
3984
  "predicted",
3985
+ "predispose",
3986
  "prednisone",
3987
+ "predominant",
3988
+ "preemptive",
3989
  "preexisting",
 
3990
  "pregnancy",
3991
+ "preliminary",
3992
+ "prematurely",
3993
+ "preparations",
3994
+ "prescribed",
3995
  "prescription",
3996
  "presence",
3997
  "present",
 
3998
  "presently",
 
3999
  "pressure",
4000
  "pretreatment",
 
 
4001
  "preventing",
4002
  "prevention",
4003
  "previous",
4004
  "previously",
4005
  "primary",
4006
+ "primidone",
4007
  "principal",
4008
  "prior",
4009
+ "probiotic",
 
 
 
 
4010
  "problems",
4011
  "procedure",
4012
  "procedures",
4013
+ "process",
4014
+ "processing",
4015
+ "product",
4016
  "products",
4017
  "prof",
4018
  "prof.",
4019
  "progesterone",
4020
  "prognosis",
4021
+ "prognostic",
4022
  "program",
4023
  "progressed",
4024
  "progressing",
4025
  "progression",
4026
  "progressive",
4027
+ "prohibited",
4028
  "projected",
4029
+ "prolymphocytic",
4030
  "proof",
 
4031
  "prophylactic",
 
 
4032
  "propranolol",
 
4033
  "prostate",
4034
+ "prostatectomy",
4035
  "prostatic",
4036
+ "protease",
4037
+ "proteasome",
4038
  "protein",
4039
  "proteinuria",
4040
  "protocol",
4041
+ "protocol(s",
4042
+ "protocol-",
4043
  "proton",
4044
+ "protruding",
4045
  "proven",
4046
  "provide",
4047
  "provided",
4048
+ "provider",
4049
  "proximal",
4050
  "psa",
4051
  "pse",
 
 
4052
  "psoriasis",
 
4053
  "psy",
4054
  "psychiatric",
4055
+ "psychological",
4056
+ "psychopathology",
4057
  "psychosis",
 
4058
  "psychotropic",
4059
  "pt.",
4060
+ "ptsd",
4061
+ "ptt",
4062
+ "pucker",
4063
+ "pugh",
4064
+ "pulmonale",
4065
  "pulmonary",
 
4066
  "pulse",
4067
  "pump",
4068
  "purposes",
4069
  "purpura",
4070
+ "purulent",
4071
  "pus",
4072
+ "putting",
4073
+ "pylori",
4074
  "q",
4075
  "q.",
4076
+ "qrs",
 
 
 
4077
  "qt",
4078
+ "quadriplegia",
4079
+ "qualify",
 
4080
  "quantifiable",
4081
+ "quantitation",
 
4082
  "questionnaire",
 
4083
  "r",
4084
  "r.",
4085
+ "rATG",
4086
  "ra",
4087
+ "rab",
4088
  "radiation",
4089
+ "radical",
4090
+ "radiobiological",
4091
  "radiographic",
4092
+ "radiographically",
4093
+ "radioiodine",
4094
+ "radiological",
4095
+ "radionuclides",
4096
  "radiotherapy",
4097
+ "radium",
4098
  "raeb-1",
4099
+ "rai",
4100
  "ral",
4101
+ "raltegravir",
4102
  "ram",
4103
  "randomization",
4104
+ "randomized",
4105
  "rapid",
4106
  "rapidly",
 
 
4107
  "rate",
4108
+ "ratg",
4109
  "ratio",
4110
+ "ray",
4111
+ "rbB",
 
4112
  "rch",
4113
  "rcmd+/-rs",
 
4114
  "re",
4115
+ "re-",
4116
  "re.",
4117
  "rea",
4118
+ "reached",
4119
+ "reactants",
4120
  "reaction",
4121
  "reactions",
4122
  "reactive",
4123
  "reading",
 
 
 
4124
  "reason",
4125
+ "reasonable",
4126
  "receipt",
4127
  "receive",
4128
  "received",
4129
  "receiving",
4130
  "recent",
4131
+ "recently",
4132
  "receptor",
4133
+ "recipient",
4134
  "recipients",
4135
+ "reciprocal",
4136
  "recist",
 
4137
  "recommended",
4138
  "reconstruction",
 
4139
  "recorded",
4140
  "recovered",
4141
  "recovery",
4142
+ "recruitment",
4143
  "rectum",
4144
+ "recur",
4145
+ "recurred",
4146
  "recurrence",
4147
  "recurrent",
4148
  "red",
4149
+ "reductase",
4150
  "reduction",
4151
  "ree",
 
 
4152
  "referring",
4153
  "reflected",
4154
  "refractory",
4155
+ "refusing",
4156
+ "regard",
4157
+ "regarded",
4158
  "regimen",
4159
  "regimens",
4160
+ "region",
4161
  "regional",
4162
  "registration",
4163
+ "regularly",
4164
+ "regulation",
4165
+ "rejection",
4166
+ "rel",
4167
  "relapse",
4168
  "relapsed",
4169
  "related",
4170
+ "relative",
4171
  "relatively",
4172
+ "release",
4173
+ "releasing",
4174
+ "relevant",
4175
+ "remaining",
4176
  "remission",
 
 
 
 
4177
  "ren",
4178
  "renal",
4179
  "rep",
4180
  "rep.",
4181
  "repair",
4182
+ "replace",
 
4183
  "replacement",
4184
  "report",
4185
+ "representing",
4186
+ "reproductive",
4187
  "require",
4188
  "required",
4189
+ "requirement",
4190
  "requirements",
4191
  "requires",
4192
  "requiring",
 
4197
  "resection",
4198
  "reserve",
4199
  "residual",
 
4200
  "resistant",
4201
+ "resolved",
4202
  "resonance",
4203
+ "respect",
4204
+ "respectively",
4205
  "respiratory",
4206
+ "responding",
4207
  "response",
 
 
4208
  "responsiveness",
4209
+ "rest",
4210
  "restrictive",
4211
  "result",
4212
  "resulting",
4213
  "results",
 
4214
  "retain",
4215
+ "retroviral",
4216
+ "retrovirals",
4217
  "rev",
4218
  "rev.",
4219
+ "review",
4220
+ "revision",
 
 
 
4221
  "rge",
4222
  "rgo",
4223
  "rgy",
4224
+ "rhabdomyosarcoma",
4225
+ "rhenium-186",
4226
+ "rhenium-188",
4227
  "rheumatoid",
4228
  "rheumatologic",
 
4229
  "ria",
4230
+ "riboflavin",
4231
+ "ribonucleic",
4232
+ "ribose",
4233
  "ric",
 
4234
  "rifabutin",
4235
  "rifampin",
4236
  "rifapentin",
4237
+ "rifapentine",
4238
  "right",
 
4239
  "rin",
4240
  "ris",
4241
  "rising",
4242
  "risk",
4243
  "ritonavir",
4244
+ "rituxan",
4245
  "rituximab",
4246
  "riz",
4247
  "rk.",
4248
  "rly",
4249
  "rma",
4250
+ "rms",
4251
  "rna",
 
4252
  "rof",
4253
  "rol",
4254
  "rom",
4255
  "ron",
4256
+ "room",
4257
  "ros",
4258
+ "rosacea",
4259
  "routine",
4260
  "row",
4261
  "rp.",
4262
+ "rre",
4263
+ "rrt",
4264
  "rs.",
4265
  "rse",
4266
  "rst",
4267
+ "rt",
4268
+ "rta",
4269
  "rth",
4270
  "rts",
 
 
4271
  "rug",
 
4272
  "rum",
 
4273
  "ruptured",
4274
  "rus",
4275
  "rve",
 
4276
  "s",
4277
  "s's",
4278
  "s.",
4279
  "s.c.",
4280
  "sAg",
4281
+ "sJIA",
4282
+ "saa",
4283
+ "sads",
4284
+ "safely",
4285
  "safety",
4286
+ "sag",
4287
  "sal",
4288
  "salicylic",
4289
  "salivary",
4290
+ "salvage",
4291
+ "samarium-153",
4292
  "same",
4293
+ "sample",
4294
  "sampling",
4295
+ "sanfilippo",
4296
  "saquinavir",
4297
  "sarcoidosis",
4298
  "sarcoma",
4299
+ "saturation",
4300
  "say",
4301
+ "sbrt",
4302
+ "scale",
4303
  "scan",
4304
  "scanning",
4305
+ "scans",
 
4306
  "scd",
4307
+ "schedule",
4308
  "scheduled",
4309
+ "schizo",
 
4310
  "schizophrenia",
4311
+ "school",
 
4312
  "sclc",
4313
  "scleroderma",
4314
  "sclerosis",
4315
  "score",
4316
+ "scoring",
4317
+ "screen",
4318
  "screening",
4319
+ "seafood",
 
 
 
 
4320
  "second",
 
4321
  "secondary",
4322
  "section",
4323
  "sed",
4324
+ "sedatives",
 
4325
  "see",
4326
+ "seen",
4327
  "segment",
 
4328
  "seizure",
4329
  "seizures",
4330
  "sel",
4331
  "self",
4332
+ "semen",
4333
  "sen",
4334
  "sen.",
4335
+ "sensation",
 
4336
  "sensitivity",
4337
  "sensory",
4338
  "sep",
4339
  "sep.",
4340
+ "sepsis",
4341
  "sept",
4342
  "sept.",
4343
+ "septicemia",
 
 
 
4344
  "ser",
4345
  "serial",
 
4346
  "serious",
4347
+ "sero",
4348
+ "serologies",
4349
  "serology",
4350
+ "seropositive",
4351
+ "serotonin",
4352
  "serous",
4353
  "serum",
4354
  "ses",
 
4355
  "set",
4356
+ "seven",
4357
  "severe",
4358
+ "severely",
4359
+ "severity",
4360
+ "sex",
4361
+ "sexually",
4362
  "sh.",
4363
  "sha",
4364
  "shall",
4365
  "shaped",
4366
  "she",
4367
  "she's",
4368
+ "shear",
4369
  "she\u2019s",
4370
  "short",
 
4371
  "should",
4372
  "show",
 
 
 
 
4373
  "sia",
4374
+ "sib",
4375
  "sic",
4376
+ "sickle",
4377
  "side",
4378
+ "sided",
4379
+ "siewert",
4380
+ "sigh",
4381
+ "sign",
4382
+ "signaling",
4383
  "significant",
4384
  "significantly",
 
 
 
4385
  "similar",
 
4386
  "since",
4387
  "single",
4388
  "sis",
4389
  "sit",
4390
  "site",
 
4391
  "sites",
4392
  "situ",
4393
  "situations",
4394
  "six",
4395
  "size",
4396
+ "sjia",
4397
  "sjogren",
4398
+ "skeletal",
4399
  "skin",
4400
+ "sle",
4401
  "sleep",
4402
  "sleeve",
4403
+ "sll",
4404
  "sly",
4405
+ "sma",
4406
  "small",
 
 
4407
  "social",
4408
+ "sociological",
4409
+ "soft",
4410
+ "sol",
4411
  "solid",
4412
  "solitary",
4413
+ "solutions",
4414
  "somethin",
4415
  "somethin'",
4416
  "something",
 
4418
  "son",
4419
  "sor",
4420
  "sorafenib",
4421
+ "sorivudine",
4422
  "soy",
4423
  "space",
4424
+ "spasm",
4425
+ "spasmodic",
4426
+ "spasticity",
4427
  "specific",
 
4428
  "specified",
4429
  "specimen",
4430
+ "spectrum",
4431
+ "speed",
4432
+ "sphincter",
4433
  "spinal",
4434
  "spindle",
 
4435
  "spiral",
4436
+ "spirometry",
4437
+ "spondylolisthesis",
4438
  "sponsor",
 
4439
  "spread",
4440
  "squamous",
4441
+ "srl",
4442
  "srs",
4443
  "ss.",
4444
+ "ssa",
4445
+ "ssat",
4446
+ "sso)/society",
4447
+ "ssrs",
4448
  "st",
4449
  "st.",
4450
+ "stabilizer",
4451
+ "stabilizers",
4452
  "stable",
4453
  "stage",
 
 
4454
  "standard",
4455
+ "standardized",
 
4456
  "start",
 
4457
  "starting",
4458
  "state",
 
4459
  "statins",
4460
+ "statistical",
4461
  "status",
4462
+ "steatosis",
4463
  "stem",
 
4464
  "stent",
4465
+ "stenting",
4466
+ "step",
4467
  "sterile",
 
 
4468
  "steroid",
4469
  "steroidal",
4470
  "steroids",
4471
  "sterotactic",
4472
+ "stimulants",
 
 
4473
  "stomach",
4474
+ "stomata",
4475
+ "stop",
4476
+ "storage",
4477
+ "stored",
4478
  "stressor",
4479
  "stricture",
4480
+ "strictures",
4481
  "stroke",
4482
  "stromal",
4483
  "strong",
4484
+ "strontium-89",
4485
  "structural",
4486
+ "structure",
4487
+ "structures",
4488
  "sts",
 
4489
  "studies",
4490
  "study",
4491
+ "sty",
4492
+ "subacute",
4493
+ "subcutaneous",
4494
  "subject",
4495
+ "subject?s",
4496
  "subjects",
4497
+ "subsequent",
4498
  "substances",
4499
+ "substantially",
4500
  "substitute",
4501
+ "subtype",
 
 
 
4502
  "successful",
 
4503
  "such",
4504
+ "suction",
 
4505
  "sue",
4506
+ "suffers",
4507
+ "suggested",
4508
  "suggests",
4509
  "suicidal",
4510
  "suicidality",
4511
  "suicide",
4512
  "suitable",
 
 
4513
  "sulfonylurea",
4514
+ "supplement",
 
4515
  "supplemental",
4516
+ "supplementation",
4517
+ "supplements",
4518
  "support",
4519
  "suppression",
4520
+ "suppressive",
4521
+ "supraclavicular",
4522
  "surface",
4523
  "surgeon",
4524
  "surgery",
4525
  "surgical",
4526
  "surgically",
4527
  "surveillance",
4528
+ "survival",
4529
  "sus",
4530
  "suspected",
4531
+ "suspicious",
 
 
4532
  "swallow",
 
4533
  "symptom",
4534
  "symptomatic",
 
4535
  "symptoms",
 
4536
  "syndrome",
4537
  "syndromes",
4538
+ "syndromic",
4539
  "system",
4540
  "systemic",
 
 
4541
  "s\u2019s",
4542
  "t",
4543
  "t's",
4544
+ "t(12;16)(q13;p11",
4545
  "t(s",
4546
  "t.",
 
 
4547
  "t790",
4548
+ "t?s",
4549
  "ta",
4550
+ "tablets",
4551
  "tachycardia",
4552
  "tacrolimus",
4553
  "take",
4554
  "taken",
 
4555
  "taking",
4556
  "tal",
 
 
4557
  "tan",
4558
+ "tanning",
4559
+ "taper",
4560
+ "tapering",
4561
+ "tardive",
4562
  "target",
4563
+ "targeted",
4564
+ "tat",
4565
+ "tavr",
4566
+ "tbi",
4567
  "tch",
4568
  "td.",
 
 
4569
  "ted",
 
4570
  "telaprevir",
 
4571
  "telithromycin",
4572
  "tem",
 
4573
  "ten",
4574
  "tendonitis",
4575
  "tenn",
4576
  "tenn.",
4577
+ "tenofovir",
4578
+ "tep",
4579
  "ter",
4580
+ "teriparatide",
4581
  "term",
4582
+ "termed",
4583
  "terminal",
4584
  "terminology",
4585
  "tes",
 
4588
  "testing",
4589
  "testosterone",
4590
  "tests",
4591
+ "tetracyclines",
4592
+ "text",
4593
  "than",
4594
  "that",
4595
  "that's",
 
4604
  "there",
4605
  "there's",
4606
  "there\u2019s",
 
4607
  "these",
4608
  "they",
4609
+ "thick",
4610
+ "thinners",
4611
  "third",
4612
  "this",
4613
  "this's",
4614
  "this\u2019s",
4615
+ "thoracic",
4616
+ "thoracoscopy",
4617
  "those",
4618
+ "thought",
4619
+ "threatened",
4620
  "threatening",
4621
+ "thrombocythemia",
4622
  "thrombocytopenia",
4623
  "thrombocytopenic",
 
 
4624
  "thrombotic",
4625
  "thrombus",
4626
  "through",
 
4627
  "ths",
4628
  "thy",
 
4629
  "thyroid",
 
4630
  "tia",
4631
+ "tibial",
4632
  "tic",
4633
+ "tics",
 
4634
  "tim",
4635
  "time",
4636
  "times",
 
4638
  "tio",
4639
  "tis",
4640
  "tissue",
4641
+ "tiuxetan",
4642
+ "tka",
4643
  "tki",
4644
+ "tle",
4645
  "tly",
4646
  "tnbc",
4647
  "tnf",
4648
+ "tnfs",
4649
  "to",
4650
+ "tobramycin",
4651
+ "tofacitinib",
4652
  "tol",
 
4653
  "tolerate",
4654
  "tom",
4655
  "tomography",
4656
  "ton",
4657
+ "tonsillectomy",
4658
+ "tonsillitis",
4659
+ "too",
4660
+ "tooth",
4661
+ "top",
4662
  "topical",
 
4663
  "tor",
4664
+ "tors",
4665
  "tortuosity",
4666
  "total",
4667
+ "tox",
4668
  "toxic",
4669
  "toxicities",
4670
  "toxicity",
4671
+ "tr",
4672
  "tra",
4673
+ "tracheostomy",
4674
  "tract",
4675
+ "transfemoral",
4676
+ "transfer",
4677
+ "transformation",
4678
+ "transfused",
 
4679
  "transfusion",
4680
  "transfusions",
4681
  "transient",
 
 
4682
  "transitional",
4683
+ "translocation",
4684
+ "transoral",
4685
  "transplant",
4686
  "transplantation",
4687
+ "transvaginal",
4688
+ "trauma-",
4689
  "traumatic",
4690
+ "treat",
4691
  "treated",
4692
  "treating",
4693
  "treatment",
4694
  "treatments",
4695
+ "tremor",
4696
  "trial",
4697
  "trials",
4698
+ "trigger",
4699
+ "triglycerides",
4700
+ "triptans",
 
 
 
 
 
4701
  "try",
4702
  "tsh",
4703
+ "tube",
 
 
4704
  "tuberculosis",
4705
  "tum",
4706
  "tumor",
4707
  "tumors",
4708
+ "tumour",
4709
+ "tumours",
4710
+ "tungsten",
4711
  "tus",
4712
+ "twenty",
4713
  "two",
4714
  "type",
4715
  "types",
4716
+ "tyrosine",
 
4717
  "t\u2019s",
4718
  "u",
4719
  "u.",
4720
  "ual",
4721
+ "ube",
4722
+ "uce",
4723
  "uch",
4724
  "uct",
4725
  "ude",
4726
  "udy",
 
4727
  "ues",
4728
  "uff",
4729
  "ug.",
4730
  "ugh",
 
4731
  "ugs",
4732
  "uid",
4733
  "uit",
4734
  "ul.",
4735
  "ula",
4736
  "ulcer",
4737
+ "ulcerated",
4738
  "ulcerative",
4739
+ "ulcers",
4740
  "uld",
4741
  "ule",
4742
+ "ulf",
4743
  "ull",
4744
  "uln",
4745
  "ult",
4746
+ "ultrasound",
 
 
4747
  "ump",
4748
  "un.",
4749
  "unable",
4750
+ "unawareness",
 
4751
  "unconjugated",
4752
  "uncontrolled",
 
4753
  "und",
4754
  "under",
4755
  "undergo",
4756
  "undergoing",
4757
  "undergone",
4758
  "underlying",
 
 
4759
  "undifferentiated",
4760
  "une",
4761
  "unequivocal",
4762
+ "unfolding",
4763
  "ung",
4764
  "unicuspid",
4765
+ "uniformly",
4766
  "units",
 
4767
  "unknown",
 
4768
  "unless",
4769
+ "unlikely",
4770
  "unrelated",
4771
  "unresectable",
4772
+ "unresolved",
 
4773
  "unstable",
 
 
4774
  "unt",
4775
  "untreated",
4776
+ "unwilling",
4777
+ "unwillingness",
4778
+ "up",
4779
+ "update",
4780
+ "upmc",
4781
  "upon",
4782
  "upper",
4783
+ "ups",
4784
  "upt",
4785
  "ura",
4786
  "ure",
 
 
 
4787
  "urethral",
4788
+ "urinalysis",
4789
  "urinary",
4790
  "urine",
 
4791
  "urs",
4792
  "ury",
4793
  "us",
4794
  "use",
4795
  "used",
4796
+ "ush",
4797
  "using",
4798
  "ust",
4799
+ "usually",
4800
  "ute",
4801
  "uterine",
4802
+ "uveitis",
4803
  "v",
4804
  "v.",
4805
  "v.s",
4806
  "v.s.",
4807
  "v.v",
4808
+ "v1.0",
4809
+ "v4",
4810
  "vHD",
4811
  "v_v",
4812
  "va",
4813
  "va.",
4814
  "vaccination",
 
4815
  "vaccines",
4816
  "val",
4817
+ "valid",
4818
+ "valproate",
4819
  "value",
4820
  "values",
4821
  "valve",
4822
  "valvular",
 
4823
  "vancomycin",
4824
  "variants",
4825
+ "various",
4826
+ "vas",
4827
  "vascular",
4828
+ "vasculature",
4829
  "vasculitis",
4830
+ "vasoactive",
4831
  "ve",
4832
  "ved",
4833
+ "vedotin",
4834
+ "vegetation",
4835
  "vegf",
 
4836
  "vel",
4837
  "ven",
 
 
4838
  "venous",
4839
+ "ventilation",
 
4840
  "ventricular",
4841
  "ver",
4842
+ "verapamil",
4843
  "verified",
4844
  "version",
4845
  "versus",
4846
  "ves",
4847
  "vessel",
4848
+ "veterans",
4849
  "via",
 
4850
  "vic",
4851
+ "vid",
 
4852
  "vin",
 
4853
  "vir",
4854
  "viral",
 
4855
  "virus",
4856
  "vis",
4857
  "visceral",
4858
  "visible",
4859
  "visit",
4860
  "visual",
 
4861
  "vitamin",
4862
+ "vitamins",
4863
  "vitiligo",
4864
+ "vitritis",
4865
  "vix",
4866
+ "vocal",
4867
+ "von",
 
4868
  "voriconazole",
4869
  "vs",
4870
  "vs.",
4871
+ "vulgaris",
4872
  "w",
4873
  "w's",
4874
  "w.",
4875
  "w/o",
 
 
 
 
4876
  "war",
4877
  "warfarin",
 
4878
  "warts",
4879
  "was",
4880
  "wash",
4881
  "wash.",
4882
+ "wavelength",
4883
  "way",
4884
  "wbc",
4885
  "we",
4886
  "wed",
 
4887
  "week",
4888
+ "weekly",
4889
  "weeks",
4890
+ "wegener",
4891
  "weight",
4892
  "wel",
4893
  "well",
4894
+ "wer",
4895
  "were",
4896
  "what",
4897
  "what's",
 
4902
  "where",
4903
  "where's",
4904
  "where\u2019s",
 
4905
  "which",
4906
  "whichever",
4907
  "while",
 
 
4908
  "who",
4909
  "who's",
4910
  "whole",
4911
  "whom",
 
4912
  "who\u2019s",
4913
  "why",
4914
  "why's",
4915
  "why\u2019s",
4916
  "will",
4917
+ "willebrand",
4918
  "willing",
 
4919
  "wis",
4920
  "wis.",
4921
  "with",
 
4923
  "without",
4924
  "wly",
4925
  "wo",
 
 
4926
  "women",
 
4927
  "working",
 
4928
  "wort",
4929
  "would",
4930
  "wound",
4931
  "wounds",
 
 
4932
  "wth",
4933
+ "wup",
4934
  "w\u2019s",
4935
  "x",
4936
  "x'",
4937
  "x'x",
4938
  "x'xxxx",
4939
+ "x(dd;dd)(xdd;xdd",
4940
+ "x+",
4941
  "x.",
4942
  "x.X",
4943
  "x.d",
4944
  "x.x",
4945
  "x.x.",
4946
+ "x.x.x",
4947
  "x/x",
4948
  "xD",
4949
  "xDD",
 
4951
  "xXX",
4952
  "xXXX",
4953
  "xXXXX",
4954
+ "xXx",
4955
+ "xXxXX",
4956
  "x^d",
4957
  "x_X",
4958
  "x_d",
4959
  "x_x",
4960
  "xam",
4961
+ "xan",
4962
  "xd",
4963
+ "xd.d",
4964
  "xdd",
4965
  "xed",
4966
  "xel",
4967
+ "xiap",
 
4968
  "xic",
 
4969
  "xis",
4970
+ "xlp",
4971
  "xx",
4972
  "xx'",
4973
  "xx'x",
4974
  "xx'xx",
4975
  "xx.",
4976
+ "xx/dd",
4977
+ "xxXXX",
4978
  "xxXx",
4979
+ "xx^d",
4980
  "xxd",
4981
  "xxx",
4982
  "xxx'x",
4983
+ "xxx-",
4984
  "xxx/d.dd",
 
4985
  "xxx/xx",
 
4986
  "xxxx",
4987
  "xxxx'",
4988
  "xxxx'x",
4989
  "xxxx(x",
 
4990
  "xxxx-",
4991
+ "xxxx-d",
4992
+ "xxxx-dd",
4993
+ "xxxx-ddd",
4994
+ "xxxx/xX",
4995
+ "xxxx?x",
4996
  "xxxx\u2019",
4997
  "xxxx\u2019x",
4998
  "xxx\u2019x",
4999
  "xx\u2019",
5000
  "xx\u2019x",
5001
  "xx\u2019xx",
5002
+ "xyl",
5003
  "x\u2019",
5004
  "x\u2019x",
5005
  "x\u2019xxxx",
 
5010
  "y.",
5011
  "year",
5012
  "years",
5013
+ "yet",
5014
+ "yme",
5015
+ "ynx",
5016
  "york",
5017
  "you",
 
5018
  "ype",
5019
  "ysm",
5020
  "yst",
 
5024
  "z",
5025
  "z.",
5026
  "zed",
5027
+ "zen",
5028
+ "zer",
5029
+ "zone",
5030
+ "zotarolimus",
5031
+ "zyl",
5032
+ "{",
5033
  "|",
5034
  "}",
5035
  "\u00a0",
5036
  "\u00ac",
5037
  "\u00ac_\u00ac",
 
5038
  "\u00af",
5039
  "\u00af\\(x)/\u00af",
5040
  "\u00af\\(\u30c4)/\u00af",
 
5047
  "\u00b0f.",
5048
  "\u00b0k.",
5049
  "\u00b0x.",
5050
+ "\u00d7",
5051
  "\u00e4",
5052
  "\u00e4.",
5053
  "\u00efve",
 
5055
  "\u00f6.",
5056
  "\u00fc",
5057
  "\u00fc.",
5058
+ "\u03b2",
5059
+ "\u03b2+",
5060
+ "\u03b20",
5061
+ "\u03b2C",
5062
+ "\u03b2D",
5063
+ "\u03b2O",
5064
+ "\u03b2S",
5065
+ "\u03b2c",
5066
+ "\u03b2d",
5067
+ "\u03b2o",
5068
+ "\u03b2s",
5069
  "\u03bc",
5070
  "\u03bcL",
5071
  "\u03bcl",
 
5109
  "\u2019xxxx",
5110
  "\u2019y",
5111
  "\u2019\u2019",
5112
+ "\u2079/L",
5113
  "\u2264",
5114
  "\u226410",
5115
+ "\u226414",
5116
+ "\u226428",
5117
  "\u2264dd",
5118
  "\u2265",
 
5119
  "\u22652",
5120
+ "\u226521",
5121
+ "\u22655",
5122
+ "\u22655.5",
5123
+ "\u226575,000",
5124
  "\u2265d",
5125
+ "\u2265d.d",
5126
+ "\u2265dd",
5127
+ "\u2265dd,ddd",
5128
  "\u2501",
5129
  "\u253b",
5130
  "\u253b\u2501\u253b",