aman9608 commited on
Commit
50a87fa
1 Parent(s): d5d1372

Update spaCy pipeline

Browse files
Files changed (8) hide show
  1. README.md +8 -8
  2. config.cfg +2 -2
  3. en_t2_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +22 -22
  5. ner/model +0 -0
  6. ner/moves +1 -1
  7. tok2vec/model +1 -1
  8. vocab/strings.json +496 -70
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9923114594
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9912920112
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9918014733
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 99.18 |
53
- | `ENTS_P` | 99.23 |
54
- | `ENTS_R` | 99.13 |
55
- | `TOK2VEC_LOSS` | 329921.37 |
56
- | `NER_LOSS` | 224947.34 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9840809754
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9802474794
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9821604867
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 98.22 |
53
+ | `ENTS_P` | 98.41 |
54
+ | `ENTS_R` | 98.02 |
55
+ | `TOK2VEC_LOSS` | 747277.39 |
56
+ | `NER_LOSS` | 462952.49 |
config.cfg CHANGED
@@ -11,7 +11,7 @@ seed = 0
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
- batch_size = 1000
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
@@ -88,7 +88,7 @@ gpu_allocator = ${system.gpu_allocator}
88
  dropout = 0.1
89
  accumulate_gradient = 1
90
  patience = 1600
91
- max_epochs = 100
92
  max_steps = 20000
93
  eval_frequency = 200
94
  frozen_components = []
 
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
+ batch_size = 256
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
 
88
  dropout = 0.1
89
  accumulate_gradient = 1
90
  patience = 1600
91
+ max_epochs = 50
92
  max_steps = 20000
93
  eval_frequency = 200
94
  frozen_components = []
en_t2_pipeline-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:929df894215df5ba7ee018c9c629b6ea0fadd61f6e8f075b418e1e7100a3bde8
3
- size 5757907
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfda369014440fa0221f40b88ef998a30e6ac068a292f9969af47a268587193
3
+ size 5753784
meta.json CHANGED
@@ -39,38 +39,38 @@
39
 
40
  ],
41
  "performance":{
42
- "ents_f":0.9918014733,
43
- "ents_p":0.9923114594,
44
- "ents_r":0.9912920112,
45
  "ents_per_type":{
 
 
 
 
 
46
  "Other":{
47
- "p":0.9929791271,
48
- "r":0.9926965759,
49
- "f":0.9928378314
50
  },
51
  "treatment":{
52
- "p":0.9951830443,
53
- "r":0.9968636912,
54
- "f":0.9960226588
55
- },
56
- "chronic_disease":{
57
- "p":0.9895326193,
58
- "r":0.9840232389,
59
- "f":0.9867702391
60
  },
61
  "cancer":{
62
- "p":0.9854967368,
63
- "r":0.9854967368,
64
- "f":0.9854967368
65
  },
66
  "allergy_name":{
67
- "p":1.0,
68
- "r":0.9917695473,
69
- "f":0.9958677686
70
  }
71
  },
72
- "tok2vec_loss":3299.2137369149,
73
- "ner_loss":2249.47335669
74
  },
75
  "requirements":[
76
 
 
39
 
40
  ],
41
  "performance":{
42
+ "ents_f":0.9821604867,
43
+ "ents_p":0.9840809754,
44
+ "ents_r":0.9802474794,
45
  "ents_per_type":{
46
+ "chronic_disease":{
47
+ "p":0.9805164319,
48
+ "r":0.9686920223,
49
+ "f":0.9745683621
50
+ },
51
  "Other":{
52
+ "p":0.9865454869,
53
+ "r":0.984265268,
54
+ "f":0.9854040584
55
  },
56
  "treatment":{
57
+ "p":0.9843288667,
58
+ "r":0.9832123412,
59
+ "f":0.9837702871
 
 
 
 
 
60
  },
61
  "cancer":{
62
+ "p":0.9729166667,
63
+ "r":0.9742698192,
64
+ "f":0.9735927728
65
  },
66
  "allergy_name":{
67
+ "p":0.9902200489,
68
+ "r":0.98062954,
69
+ "f":0.9854014599
70
  }
71
  },
72
+ "tok2vec_loss":7472.773929594,
73
+ "ner_loss":4629.5249069024
74
  },
75
  "requirements":[
76
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves��{"0":{},"1":{"Other":53850,"treatment":9360,"chronic_disease":9142,"cancer":3565,"allergy_name":476},"2":{"Other":53850,"treatment":9360,"chronic_disease":9142,"cancer":3565,"allergy_name":476},"3":{"Other":53850,"treatment":9360,"chronic_disease":9142,"cancer":3565,"allergy_name":476},"4":{"Other":53850,"treatment":9360,"chronic_disease":9142,"cancer":3565,"allergy_name":476,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"Other":57441,"treatment":9955,"chronic_disease":9543,"cancer":3701,"allergy_name":766},"2":{"Other":57441,"treatment":9955,"chronic_disease":9543,"cancer":3701,"allergy_name":766},"3":{"Other":57441,"treatment":9955,"chronic_disease":9543,"cancer":3701,"allergy_name":766},"4":{"Other":57441,"treatment":9955,"chronic_disease":9543,"cancer":3701,"allergy_name":766,"":1},"5":{"":1}}�cfg��neg_key�
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f11aad937302b85fb1c2fa89cc8385747aacc9731a0d43ea634428b57db4376
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf786f7c1635476019d48e4a599754d79a2e62745b3cdf093de719c57cdb7320
3
  size 6009091
vocab/strings.json CHANGED
@@ -95,6 +95,7 @@
95
  "-4c",
96
  "-67",
97
  "-8",
 
98
  "-D",
99
  "-O",
100
  "-P",
@@ -188,15 +189,18 @@
188
  "0.75",
189
  "0.8",
190
  "0.o",
 
191
  "0/3",
192
  "000",
193
  "001",
194
  "002",
 
195
  "008",
196
  "009",
197
  "00E",
198
  "00e",
199
  "010",
 
200
  "012",
201
  "013",
202
  "014",
@@ -284,6 +288,9 @@
284
  "159/99",
285
  "16",
286
  "17",
 
 
 
287
  "18",
288
  "180",
289
  "181",
@@ -296,19 +303,24 @@
296
  "18f]ftp",
297
  "19",
298
  "199",
 
299
  "19q",
 
300
  "1:40",
301
  "1A1",
302
  "1D1",
303
  "1H",
304
  "1LS",
 
305
  "1PI",
306
  "1a.m",
307
  "1a.m.",
308
  "1a1",
309
  "1d1",
 
310
  "1h",
311
  "1ls",
 
312
  "1p",
313
  "1p.m",
314
  "1p.m.",
@@ -322,11 +334,13 @@
322
  "2.5",
323
  "2.6",
324
  "2/3",
 
325
  "20",
326
  "20/32",
327
  "200",
328
  "20000",
329
  "2002",
 
330
  "2008",
331
  "2009",
332
  "200mg",
@@ -341,6 +355,7 @@
341
  "20mg",
342
  "21",
343
  "219",
 
344
  "22",
345
  "23",
346
  "24",
@@ -376,6 +391,7 @@
376
  "3",
377
  "3.0",
378
  "3.2",
 
379
  "3.8",
380
  "30",
381
  "30,000",
@@ -383,6 +399,7 @@
383
  "3000",
384
  "30ml",
385
  "310",
 
386
  "315",
387
  "31I",
388
  "31i",
@@ -402,6 +419,8 @@
402
  "365",
403
  "38",
404
  "387",
 
 
405
  "398",
406
  "399",
407
  "3A",
@@ -455,6 +474,7 @@
455
  "5.0",
456
  "5.1",
457
  "5.5",
 
458
  "5/6",
459
  "50",
460
  "50,000",
@@ -467,6 +487,7 @@
467
  "523ls",
468
  "532",
469
  "55",
 
470
  "56",
471
  "58R",
472
  "58r",
@@ -499,6 +520,8 @@
499
  "600iu",
500
  "60mL",
501
  "60ml",
 
 
502
  "620",
503
  "628",
504
  "629",
@@ -526,11 +549,14 @@
526
  "750",
527
  "75g",
528
  "75gr",
 
529
  "775",
530
  "778",
531
  "79",
 
532
  "7a.m",
533
  "7a.m.",
 
534
  "7p.m",
535
  "7p.m.",
536
  "7th",
@@ -548,7 +574,6 @@
548
  "81",
549
  "84",
550
  "85",
551
- "850,000",
552
  "853",
553
  "85th",
554
  "869",
@@ -704,6 +729,7 @@
704
  "ABBV-181",
705
  "ABBV-399",
706
  "ABG",
 
707
  "ABP",
708
  "ABR",
709
  "ABS",
@@ -725,6 +751,8 @@
725
  "ADI",
726
  "ADIS-5",
727
  "ADL",
 
 
728
  "ADS",
729
  "ADT",
730
  "ADs",
@@ -739,6 +767,7 @@
739
  "AHI",
740
  "AHI)>15",
741
  "AI",
 
742
  "AID",
743
  "AIDS",
744
  "AIDS)-related",
@@ -751,6 +780,7 @@
751
  "AKA",
752
  "AKI",
753
  "ALK",
 
754
  "ALL",
755
  "ALLOGENEIC",
756
  "ALND",
@@ -764,6 +794,7 @@
764
  "AML)/myelodysplastic",
765
  "AML1",
766
  "AMT",
 
767
  "ANBL0532",
768
  "ANC",
769
  "AND",
@@ -775,6 +806,7 @@
775
  "APPENDIX",
776
  "APS",
777
  "ARB",
 
778
  "ARDS",
779
  "ARID1A",
780
  "ARN-509",
@@ -801,6 +833,7 @@
801
  "ATS",
802
  "AUC",
803
  "AV",
 
804
  "AVP",
805
  "AZA",
806
  "AZD1775",
@@ -815,17 +848,20 @@
815
  "Absence",
816
  "Accreta",
817
  "Accutane",
 
818
  "Acid",
819
  "Acquired",
820
  "Acquisition",
821
  "Acromegaly",
822
  "Active",
823
  "Actively",
 
824
  "Acupuncture",
825
  "Acute",
826
  "Ad",
827
  "Adderall",
828
  "Addison",
 
829
  "Adenocarcinoma",
830
  "Adenosine",
831
  "Adequate",
@@ -843,6 +879,8 @@
843
  "Advancing",
844
  "Advantage",
845
  "Adverse",
 
 
846
  "Ag-",
847
  "Age",
848
  "Agents",
@@ -855,6 +893,7 @@
855
  "Ala",
856
  "Ala.",
857
  "Alabama",
 
858
  "Alaska",
859
  "AliveCor",
860
  "Alk",
@@ -862,6 +901,7 @@
862
  "Alkalosis",
863
  "All",
864
  "Allergic",
 
865
  "Allergy",
866
  "Allogeneic",
867
  "Allograft",
@@ -889,6 +929,7 @@
889
  "Analgesic",
890
  "Analysis",
891
  "Analyzer",
 
892
  "Anatomic",
893
  "Anderson",
894
  "Anemia",
@@ -903,6 +944,7 @@
903
  "Antibiotic",
904
  "Antibiotics",
905
  "Antibodies",
 
906
  "Anticipate",
907
  "Anticipated",
908
  "Anticipation",
@@ -911,9 +953,11 @@
911
  "Antidepressant",
912
  "Antiemetic",
913
  "Antigen",
 
914
  "Antitumor",
915
  "Anxiety",
916
  "Any",
 
917
  "Aortic",
918
  "Apache",
919
  "Apixaban",
@@ -938,7 +982,6 @@
938
  "Arthritis",
939
  "Arthroplasty",
940
  "As",
941
- "Ascertain",
942
  "Ashkenazi",
943
  "Aspirin",
944
  "Assessment",
@@ -1006,6 +1049,8 @@
1006
  "BS1",
1007
  "BSC",
1008
  "BT",
 
 
1009
  "BYDUREON",
1010
  "BYETTA",
1011
  "Babies",
@@ -1028,6 +1073,7 @@
1028
  "Below",
1029
  "Benign",
1030
  "Beriberi",
 
1031
  "Bi",
1032
  "Binge",
1033
  "Biologic",
@@ -1035,6 +1081,7 @@
1035
  "Biphenotypic",
1036
  "Bipolar",
1037
  "Bisphosphonates",
 
1038
  "Blast",
1039
  "Bleeding",
1040
  "Block",
@@ -1051,6 +1098,7 @@
1051
  "Branch",
1052
  "Breast",
1053
  "British",
 
1054
  "Bronchiectasis",
1055
  "Bros",
1056
  "Bros.",
@@ -1075,6 +1123,7 @@
1075
  "C20",
1076
  "C3",
1077
  "C4",
 
1078
  "CA1",
1079
  "CA125",
1080
  "CA2",
@@ -1123,6 +1172,7 @@
1123
  "CDI",
1124
  "CDK",
1125
  "CDK4/6",
 
1126
  "CEA",
1127
  "CEI",
1128
  "CEM",
@@ -1134,6 +1184,7 @@
1134
  "CGs",
1135
  "CH4",
1136
  "CHB",
 
1137
  "CHD",
1138
  "CHF",
1139
  "CHN",
@@ -1141,6 +1192,7 @@
1141
  "CHOP",
1142
  "CI",
1143
  "CID",
 
1144
  "CIN",
1145
  "CIRS",
1146
  "CIS",
@@ -1159,6 +1211,7 @@
1159
  "CMML",
1160
  "CMV",
1161
  "CNS",
 
1162
  "CNV",
1163
  "COG",
1164
  "COHORT",
@@ -1179,6 +1232,7 @@
1179
  "CRPC",
1180
  "CRS",
1181
  "CRT",
 
1182
  "CSF",
1183
  "CSII",
1184
  "CSL",
@@ -1209,6 +1263,7 @@
1209
  "CaP",
1210
  "Cachexia",
1211
  "Calcium",
 
1212
  "Calif",
1213
  "Calif.",
1214
  "California",
@@ -1232,6 +1287,7 @@
1232
  "Castration",
1233
  "Cause",
1234
  "Causes",
 
1235
  "Cell",
1236
  "Cellcept",
1237
  "Cells",
@@ -1245,6 +1301,7 @@
1245
  "Cetuximab",
1246
  "Chagas",
1247
  "Chair",
 
1248
  "Chantix",
1249
  "Charcot",
1250
  "Checking",
@@ -1280,15 +1337,17 @@
1280
  "Co",
1281
  "Co.",
1282
  "CoA",
1283
- "Coagulopathies",
1284
  "Coagulopathy",
1285
  "Cobb",
1286
  "Cochlear",
1287
  "Cockcroft",
 
 
1288
  "Cognitive",
1289
  "Cohort",
1290
  "Cohorts",
1291
  "Collaboration",
 
1292
  "College",
1293
  "Colo",
1294
  "Colo.",
@@ -1322,9 +1381,11 @@
1322
  "Conn.",
1323
  "Connecticut",
1324
  "Connective",
 
1325
  "Consistent",
1326
  "Consult",
1327
  "Contamination",
 
1328
  "Contraceptive",
1329
  "Contraindication",
1330
  "Contraindications",
@@ -1346,6 +1407,7 @@
1346
  "Corticosteroid",
1347
  "Corticosteroids",
1348
  "Cos",
 
1349
  "Could",
1350
  "Coumadin",
1351
  "Count",
@@ -1431,6 +1493,8 @@
1431
  "DOI",
1432
  "DONOR",
1433
  "DOPA",
 
 
1434
  "DQ",
1435
  "DR",
1436
  "DRB1",
@@ -1442,6 +1506,7 @@
1442
  "DSM)-5",
1443
  "DSM-5",
1444
  "DTIC",
 
1445
  "DVT",
1446
  "DVT)/pulmonary",
1447
  "DXA",
@@ -1487,6 +1552,7 @@
1487
  "Diagnoses",
1488
  "Diagnosis",
1489
  "Diagnostic",
 
1490
  "Did",
1491
  "Diet",
1492
  "Difficulty",
@@ -1514,6 +1580,7 @@
1514
  "Doin",
1515
  "Doin'",
1516
  "Doin\u2019",
 
1517
  "Donor",
1518
  "Donors",
1519
  "Dopaminergic",
@@ -1550,11 +1617,14 @@
1550
  "EDD",
1551
  "EDI",
1552
  "EDs",
 
1553
  "EEG",
1554
  "EF",
1555
  "EGF",
1556
  "EGFR",
 
1557
  "EIA",
 
1558
  "EIAED",
1559
  "EIAEDs",
1560
  "EIC",
@@ -1571,14 +1641,16 @@
1571
  "EPO",
1572
  "EPOCH",
1573
  "EPP",
 
1574
  "EPS",
1575
  "ER",
1576
  "ER+",
1577
  "ER2",
1578
  "ERD",
1579
- "ERK",
1580
  "ESC",
1581
  "ESO-1",
 
1582
  "ETO",
1583
  "ETR",
1584
  "EUS",
@@ -1589,7 +1661,6 @@
1589
  "Eastern",
1590
  "Eaton",
1591
  "Echocardiographic",
1592
- "Edition",
1593
  "Edoxaban",
1594
  "Effect",
1595
  "Efficacy",
@@ -1603,6 +1674,7 @@
1603
  "Electroconvulsive",
1604
  "Element",
1605
  "Elevated",
 
1606
  "Eligible",
1607
  "Embedded",
1608
  "Embryonal",
@@ -1613,12 +1685,14 @@
1613
  "Endoscopic",
1614
  "Endothelial",
1615
  "Enduring",
 
1616
  "English",
1617
  "Enlargement",
1618
  "Enrollment",
1619
  "Enterobacteriaceae",
1620
  "Enterocutaneous",
1621
  "Enteropathy",
 
1622
  "Enzymes",
1623
  "EoE",
1624
  "Eosinophilic",
@@ -1627,6 +1701,7 @@
1627
  "Epidermal",
1628
  "Epilepsy",
1629
  "Episode",
 
1630
  "Epstein\u2010Barr",
1631
  "Erythromycin",
1632
  "Erythropoietic",
@@ -1637,6 +1712,7 @@
1637
  "Essure",
1638
  "Established",
1639
  "Estimated",
 
1640
  "Etopophos",
1641
  "Evaluable",
1642
  "Evaluation",
@@ -1662,6 +1738,7 @@
1662
  "Existing",
1663
  "Expansion",
1664
  "Expected",
 
1665
  "Experience",
1666
  "Exposure",
1667
  "Extensive",
@@ -1672,7 +1749,6 @@
1672
  "F",
1673
  "F)/",
1674
  "F-1",
1675
- "F-5",
1676
  "F.",
1677
  "F43",
1678
  "FA",
@@ -1694,12 +1770,14 @@
1694
  "FM",
1695
  "FMAU",
1696
  "FMD",
 
1697
  "FNA",
1698
  "FOLFIRINOX",
1699
  "FSGS",
1700
  "FSH",
1701
  "FTP",
1702
  "FTR",
 
1703
  "FUDR",
1704
  "FUS",
1705
  "FVC",
@@ -1726,8 +1804,8 @@
1726
  "Ferromagnetic",
1727
  "Fetal",
1728
  "Fexofenadine",
 
1729
  "Field",
1730
- "Fifth",
1731
  "Filtration",
1732
  "Findings",
1733
  "First",
@@ -1735,6 +1813,7 @@
1735
  "Fla.",
1736
  "Flaxseed",
1737
  "Flk-1",
 
1738
  "Florida",
1739
  "Flovent",
1740
  "Flt3",
@@ -1742,6 +1821,7 @@
1742
  "Flumist",
1743
  "Fluorodopa",
1744
  "Follicular",
 
1745
  "Fontan",
1746
  "Food",
1747
  "Foot",
@@ -1762,6 +1842,7 @@
1762
  "G12",
1763
  "G13",
1764
  "G6PD",
 
1765
  "GA",
1766
  "GA101",
1767
  "GA29144",
@@ -1776,13 +1857,16 @@
1776
  "GERD",
1777
  "GFR",
1778
  "GGT",
 
1779
  "GI",
1780
  "GLP-1",
1781
  "GM",
1782
  "GM1",
1783
  "GOT",
1784
  "GPT",
 
1785
  "GSK",
 
1786
  "GVAX",
1787
  "GVHD",
1788
  "GWI",
@@ -1796,6 +1880,7 @@
1796
  "Gastrointestinal",
1797
  "Gated",
1798
  "Gault",
 
1799
  "Gemcitabine/",
1800
  "Gen",
1801
  "Gen.",
@@ -1803,6 +1888,7 @@
1803
  "Generalized",
1804
  "Genetic",
1805
  "Genomic",
 
1806
  "Georgia",
1807
  "Gestational",
1808
  "Gilbert",
@@ -1928,6 +2014,7 @@
1928
  "Hearing",
1929
  "Heart",
1930
  "HeartMate",
 
1931
  "Hematology",
1932
  "Hematopoetic",
1933
  "Hematopoietic",
@@ -1940,13 +2027,11 @@
1940
  "Hepatic",
1941
  "Hepatitis",
1942
  "Hepatoblastoma",
1943
- "Her-2",
1944
  "Hereditable",
1945
  "Herpes",
1946
  "He\u2019s",
1947
  "Hg",
1948
  "Hgb",
1949
- "Hgb<9",
1950
  "HiFocus",
1951
  "HiRes90",
1952
  "High",
@@ -1960,6 +2045,7 @@
1960
  "Hoarding",
1961
  "Hodgkin",
1962
  "Hoehn",
 
1963
  "Hope",
1964
  "Hormonal",
1965
  "Horner",
@@ -2002,6 +2088,7 @@
2002
  "I.e.",
2003
  "I131",
2004
  "IA",
 
2005
  "IABP",
2006
  "IB",
2007
  "IBD",
@@ -2017,10 +2104,12 @@
2017
  "IDH1",
2018
  "IDH1/2",
2019
  "IDH2",
 
2020
  "IDS",
2021
  "IDs",
2022
  "IF1",
2023
  "IFU",
 
2024
  "IGF-1",
2025
  "IGO",
2026
  "IHC",
@@ -2028,7 +2117,6 @@
2028
  "IIA",
2029
  "IIB",
2030
  "IIC",
2031
- "IIEF-5",
2032
  "III",
2033
  "IIIA",
2034
  "IIIB",
@@ -2040,12 +2128,14 @@
2040
  "IMA",
2041
  "IME",
2042
  "IMGN853",
 
2043
  "IMM/5ASA",
2044
  "IMP",
2045
  "IMS",
2046
  "IMWG",
2047
  "IMWH",
2048
  "IMiD",
 
2049
  "IN",
2050
  "IND",
2051
  "INE",
@@ -2064,10 +2154,12 @@
2064
  "IPSS",
2065
  "IQ",
2066
  "IRS",
 
2067
  "ISA",
2068
  "ISH",
2069
  "ISI",
2070
  "ISNCSCI",
 
2071
  "IST",
2072
  "IT",
2073
  "ITA",
@@ -2093,7 +2185,6 @@
2093
  "Identification",
2094
  "Idiopathic",
2095
  "If",
2096
- "IgA",
2097
  "IgAN",
2098
  "IgM",
2099
  "Ill",
@@ -2108,7 +2199,9 @@
2108
  "Immunodeficiency",
2109
  "Immunoparesis",
2110
  "Immunosuppression",
 
2111
  "Immunosuppressives",
 
2112
  "Impairment",
2113
  "Impending",
2114
  "Impetigo",
@@ -2139,9 +2232,7 @@
2139
  "Infections",
2140
  "Infectious",
2141
  "Inflammatory",
2142
- "Informant",
2143
  "Information",
2144
- "Infra",
2145
  "Infusion",
2146
  "Ingestion",
2147
  "Inhaled",
@@ -2155,9 +2246,9 @@
2155
  "Injury",
2156
  "Insomnia",
2157
  "Institute",
2158
- "Insufficiency",
2159
  "Insufficient",
2160
  "Insulin",
 
2161
  "Intellectual",
2162
  "Intended",
2163
  "Intensity",
@@ -2198,6 +2289,7 @@
2198
  "It's",
2199
  "It\u2019s",
2200
  "J",
 
2201
  "JAK+",
2202
  "JAK1",
2203
  "JAK2",
@@ -2205,6 +2297,7 @@
2205
  "JEB",
2206
  "JHMI",
2207
  "JOCD",
 
2208
  "JVD",
2209
  "Jalyn",
2210
  "Jan",
@@ -2229,6 +2322,7 @@
2229
  "K+\u2265",
2230
  "K-1",
2231
  "K.",
 
2232
  "KDOQI",
2233
  "KIs",
2234
  "KLH",
@@ -2265,6 +2359,7 @@
2265
  "L1",
2266
  "L2",
2267
  "L858R",
 
2268
  "LA",
2269
  "LA4",
2270
  "LABA",
@@ -2275,14 +2370,17 @@
2275
  "LAM",
2276
  "LAPC",
2277
  "LAR",
 
2278
  "LB2",
2279
  "LBBB)>120",
 
2280
  "LCC",
2281
  "LCHAD",
2282
  "LCIS",
2283
  "LCO",
2284
  "LDAC",
2285
  "LDL>140mg",
 
2286
  "LES",
2287
  "LF2",
2288
  "LFT",
@@ -2301,12 +2399,13 @@
2301
  "LMWH",
2302
  "LN-",
2303
  "LND",
 
2304
  "LP",
2305
- "LRYGB",
2306
  "LSD",
2307
  "LSG",
2308
  "LSPAF",
2309
  "LV",
 
2310
  "LVEF",
2311
  "LVEF)<35",
2312
  "LY2835219",
@@ -2336,6 +2435,7 @@
2336
  "Let's",
2337
  "Let\u2019s",
2338
  "Leukemia",
 
2339
  "Leukodystrophies",
2340
  "Level",
2341
  "Levitra",
@@ -2346,6 +2446,7 @@
2346
  "Likely",
2347
  "Limited",
2348
  "Limpet",
 
2349
  "Linda",
2350
  "Line",
2351
  "Lipid",
@@ -2398,7 +2499,6 @@
2398
  "MCAD",
2399
  "MCD",
2400
  "MCL",
2401
- "MCs",
2402
  "MD",
2403
  "MDD",
2404
  "MDE",
@@ -2441,11 +2541,13 @@
2441
  "MRD",
2442
  "MRGFUS",
2443
  "MRI",
 
2444
  "MRS",
2445
  "MS",
2446
  "MSE",
2447
  "MSI",
2448
  "MSK",
 
2449
  "MSO",
2450
  "MSY",
2451
  "MTX",
@@ -2459,9 +2561,9 @@
2459
  "MZ",
2460
  "Ma'am",
2461
  "Macrolide",
2462
- "Macroscopic",
2463
  "Magenis",
2464
  "Magnetic",
 
2465
  "Maintained",
2466
  "Major",
2467
  "Malabsorption",
@@ -2470,6 +2572,7 @@
2470
  "Malignancy",
2471
  "Malignant",
2472
  "Mammogram",
 
2473
  "Manhattan",
2474
  "Manual",
2475
  "Many",
@@ -2487,6 +2590,8 @@
2487
  "Massachusetts",
2488
  "Massive",
2489
  "Maternal",
 
 
2490
  "Mature",
2491
  "May",
2492
  "Mayo",
@@ -2552,6 +2657,7 @@
2552
  "Mo.",
2553
  "MoCA",
2554
  "Moderate",
 
2555
  "Modification",
2556
  "Module",
2557
  "Molecular",
@@ -2559,6 +2665,7 @@
2559
  "Monoamine",
2560
  "Mont",
2561
  "Mont.",
 
2562
  "Montreal",
2563
  "Morbid",
2564
  "Morbidity",
@@ -2632,6 +2739,7 @@
2632
  "NF\u03b1",
2633
  "NHANES",
2634
  "NHL",
 
2635
  "NHT",
2636
  "NI-0501",
2637
  "NIH",
@@ -2650,6 +2758,7 @@
2650
  "NRS",
2651
  "NRT",
2652
  "NRTIs",
 
2653
  "NSAID",
2654
  "NSAIDS",
2655
  "NSAIDs",
@@ -2712,6 +2821,7 @@
2712
  "Nivolumab",
2713
  "No",
2714
  "Nodal",
 
2715
  "Non",
2716
  "Nonalcoholic",
2717
  "Nonarteritic",
@@ -2752,24 +2862,29 @@
2752
  "ODD",
2753
  "OEF",
2754
  "OEF)/",
 
 
2755
  "OIF",
2756
  "OIF)/",
2757
  "OIs",
2758
  "OLE",
2759
  "OMC",
2760
  "OME",
2761
- "ONC201",
2762
  "OND",
2763
  "OPA",
 
2764
  "OPD",
 
2765
  "OPSCC",
2766
  "OQI",
2767
  "OR",
 
2768
  "ORS",
2769
  "ORT",
2770
  "OS1",
2771
  "OSA",
2772
  "OSC",
 
2773
  "OUD",
2774
  "OUHSC",
2775
  "OX-40",
@@ -2778,6 +2893,7 @@
2778
  "O_O",
2779
  "O_o",
2780
  "Obesity",
 
2781
  "Obsessive",
2782
  "Obstetricians",
2783
  "Obstructive",
@@ -2786,6 +2902,7 @@
2786
  "Oct",
2787
  "Oct.",
2788
  "October",
 
2789
  "Off",
2790
  "Okla",
2791
  "Okla.",
@@ -2816,6 +2933,7 @@
2816
  "Orthopedic",
2817
  "Orthostatic",
2818
  "Osteoarthritis",
 
2819
  "Osteoporosis",
2820
  "Other",
2821
  "Others",
@@ -2828,6 +2946,7 @@
2828
  "Oxidase",
2829
  "Oxygen",
2830
  "Oxygenation",
 
2831
  "O\u2019clock",
2832
  "P",
2833
  "P-1",
@@ -2842,7 +2961,6 @@
2842
  "PAP",
2843
  "PARPi",
2844
  "PBG",
2845
- "PBMCs",
2846
  "PBSC",
2847
  "PC20",
2848
  "PCOS",
@@ -2850,6 +2968,7 @@
2850
  "PCR",
2851
  "PCR-",
2852
  "PCS",
 
2853
  "PCST",
2854
  "PCT",
2855
  "PCWP",
@@ -2866,10 +2985,12 @@
2866
  "PDT",
2867
  "PE",
2868
  "PE)at",
 
2869
  "PET",
2870
  "PET)/CT",
2871
  "PET)/computed",
2872
  "PF",
 
2873
  "PH",
2874
  "PHP",
2875
  "PHQ-4",
@@ -2882,6 +3003,7 @@
2882
  "PKU",
2883
  "PLE",
2884
  "PLT",
 
2885
  "PM",
2886
  "PM060184",
2887
  "PMC",
@@ -2893,6 +3015,7 @@
2893
  "POEMS",
2894
  "POLE",
2895
  "POMALYST",
 
2896
  "PPD",
2897
  "PPI",
2898
  "PPIs",
@@ -2909,10 +3032,12 @@
2909
  "PSS",
2910
  "PTA",
2911
  "PTEN",
 
2912
  "PTH",
2913
  "PTLD",
2914
  "PTSD",
2915
  "PTTD",
 
2916
  "PV",
2917
  "PVD",
2918
  "PVL",
@@ -2921,6 +3046,7 @@
2921
  "Pa.",
2922
  "Pad",
2923
  "Paget",
 
2924
  "Palliative",
2925
  "Palsy",
2926
  "Panic",
@@ -2935,6 +3061,7 @@
2935
  "Participants",
2936
  "Participating",
2937
  "Participation",
 
2938
  "Past",
2939
  "Pathologic",
2940
  "Pathological",
@@ -2946,6 +3073,7 @@
2946
  "Pediatric",
2947
  "Pellagra",
2948
  "Pelvic",
 
2949
  "Pemphigoid",
2950
  "Pennsylvania",
2951
  "PerAF",
@@ -2991,6 +3119,7 @@
2991
  "Plt",
2992
  "Pneumocystis",
2993
  "Pneumonia",
 
2994
  "Pointes",
2995
  "Polymorphous",
2996
  "Pomalidomide",
@@ -3033,6 +3162,7 @@
3033
  "Principle",
3034
  "Prior",
3035
  "Pro",
 
3036
  "Procrit",
3037
  "Prof",
3038
  "Prof.",
@@ -3094,6 +3224,7 @@
3094
  "RBBB",
3095
  "RBC",
3096
  "RBT",
 
3097
  "RCA",
3098
  "RCC",
3099
  "RCHOP",
@@ -3109,6 +3240,7 @@
3109
  "REVLIMID",
3110
  "RFA",
3111
  "RGP",
 
3112
  "RLS",
3113
  "RMC",
3114
  "RMS",
@@ -3128,6 +3260,7 @@
3128
  "RPi",
3129
  "RRT",
3130
  "RSPO",
 
3131
  "RT",
3132
  "RUS",
3133
  "RVEF",
@@ -3139,6 +3272,7 @@
3139
  "Radiology",
3140
  "Radiotherapy",
3141
  "Rankin",
 
3142
  "Rapidly",
3143
  "Rate",
3144
  "Rating",
@@ -3156,12 +3290,14 @@
3156
  "Recovery",
3157
  "Recurrence",
3158
  "Recurrent",
 
3159
  "Reductase",
3160
  "Reduction",
3161
  "Referred",
3162
  "Refractory",
3163
  "Refusal",
3164
  "Refuses",
 
3165
  "Regional",
3166
  "Registration",
3167
  "Registry",
@@ -3175,22 +3311,26 @@
3175
  "Renal",
3176
  "Rep",
3177
  "Rep.",
 
3178
  "Replacement",
3179
  "Reported",
3180
  "Reports",
3181
  "Require",
3182
  "Requirement",
3183
  "Requires",
 
3184
  "Research",
3185
  "Residents",
3186
  "Residual",
3187
  "Resistance",
3188
  "Resistant",
3189
  "Resolution",
 
3190
  "Respiratory",
3191
  "Response",
3192
  "Resting",
3193
  "Restless",
 
3194
  "Restrictive",
3195
  "Resynchronization",
3196
  "Retardation",
@@ -3216,10 +3356,10 @@
3216
  "Rivaroxaban",
3217
  "Rodnan",
3218
  "Room",
3219
- "Roux",
3220
  "Run",
3221
  "Ryan",
3222
  "S",
 
3223
  "S-5",
3224
  "S.",
3225
  "S.C.",
@@ -3243,20 +3383,25 @@
3243
  "SCID",
3244
  "SCLC",
3245
  "SCO",
 
3246
  "SCS",
3247
  "SCT",
3248
  "SCr",
3249
  "SD",
 
3250
  "SGOT",
3251
  "SGPT",
 
3252
  "SGS",
3253
  "SHH",
3254
  "SIA",
3255
  "SII",
 
3256
  "SINE",
3257
  "SIS",
3258
  "SITA",
3259
  "SJMB12",
 
3260
  "SLD",
3261
  "SLE",
3262
  "SLL",
@@ -3265,10 +3410,13 @@
3265
  "SMV",
3266
  "SNRI",
3267
  "SOC",
 
 
3268
  "SOP",
3269
  "SPC",
3270
  "SPO",
3271
  "SQUID",
 
3272
  "SRI",
3273
  "SRP",
3274
  "SRS",
@@ -3279,6 +3427,7 @@
3279
  "SSTR+",
3280
  "ST",
3281
  "STBI",
 
3282
  "STOP",
3283
  "SUV]max",
3284
  "SUicidal",
@@ -3296,6 +3445,7 @@
3296
  "Sandhoff",
3297
  "Sarcoidosis",
3298
  "Sarcopenia",
 
3299
  "Satisfactory",
3300
  "Scala",
3301
  "Scale",
@@ -3303,6 +3453,7 @@
3303
  "Scans",
3304
  "Scarring",
3305
  "Schaffer",
 
3306
  "Scheduled",
3307
  "Schizophrenia",
3308
  "Scl",
@@ -3320,10 +3471,10 @@
3320
  "Section",
3321
  "Sedative",
3322
  "Seizure",
3323
- "Selective",
3324
  "Self",
3325
  "Sen",
3326
  "Sen.",
 
3327
  "Sentinel",
3328
  "Sep",
3329
  "Sep.",
@@ -3355,10 +3506,12 @@
3355
  "Significance",
3356
  "Significant",
3357
  "Signs",
 
3358
  "Simplex",
3359
  "Simultaneous",
3360
  "Single",
3361
  "SingleChain",
 
3362
  "Sjogren",
3363
  "Sjogrens",
3364
  "Sj\u00f6gren",
@@ -3413,6 +3566,7 @@
3413
  "Structural",
3414
  "Structured",
3415
  "Study",
 
3416
  "Sub",
3417
  "Subject",
3418
  "Subjects",
@@ -3425,6 +3579,7 @@
3425
  "Suitable",
3426
  "Superior",
3427
  "Supplemental",
 
3428
  "Supraventricular",
3429
  "Surgery",
3430
  "Surgical",
@@ -3479,6 +3634,7 @@
3479
  "TDF",
3480
  "TEN",
3481
  "TENS",
 
3482
  "TFP",
3483
  "THE",
3484
  "TIA",
@@ -3505,6 +3661,7 @@
3505
  "TOP",
3506
  "TOR",
3507
  "TORS",
 
3508
  "TR",
3509
  "TR+",
3510
  "TRANSPLANTATION",
@@ -3536,6 +3693,7 @@
3536
  "Tay",
3537
  "TcF",
3538
  "Tcell",
 
3539
  "Tekturna",
3540
  "Telephone",
3541
  "Telithormycin",
@@ -3550,10 +3708,12 @@
3550
  "Test",
3551
  "Tests",
3552
  "Tetanus",
 
3553
  "That",
3554
  "That's",
3555
  "That\u2019s",
3556
  "The",
 
3557
  "Therapy",
3558
  "There",
3559
  "There's",
@@ -3587,7 +3747,9 @@
3587
  "Tourette",
3588
  "Toxicities",
3589
  "Toxicity",
 
3590
  "Transcranial",
 
3591
  "Transfusions",
3592
  "Transient",
3593
  "Transition",
@@ -3612,7 +3774,7 @@
3612
  "Tumors",
3613
  "Turner",
3614
  "Turnstile",
3615
- "Two",
3616
  "Type",
3617
  "Tyrosine",
3618
  "U",
@@ -3642,6 +3804,7 @@
3642
  "UTI",
3643
  "UV",
3644
  "Ulcer",
 
3645
  "Umbilical",
3646
  "Unable",
3647
  "Uncompensated",
@@ -3661,6 +3824,7 @@
3661
  "Unrelated",
3662
  "Unresolved",
3663
  "Unstable",
 
3664
  "Untreated",
3665
  "Unwillingness",
3666
  "Up",
@@ -3679,6 +3843,7 @@
3679
  "V600",
3680
  "V600E",
3681
  "V600e",
 
3682
  "VAS",
3683
  "VAX",
3684
  "VEF",
@@ -3688,10 +3853,12 @@
3688
  "VI",
3689
  "VICTOZA",
3690
  "VIG",
 
3691
  "VIT-45",
3692
  "VIg",
3693
  "VLCAD",
3694
  "VNS",
 
3695
  "VOC",
3696
  "VP",
3697
  "VRC01",
@@ -3708,7 +3875,9 @@
3708
  "Vaccinations",
3709
  "Vaccines",
3710
  "Vagus",
 
3711
  "Vanderbilt",
 
3712
  "Vascular",
3713
  "Vaseline",
3714
  "Vasoactive",
@@ -3718,6 +3887,7 @@
3718
  "Version",
3719
  "Very",
3720
  "Veterans",
 
3721
  "Viagra",
3722
  "Virginia",
3723
  "Virtual",
@@ -3799,6 +3969,7 @@
3799
  "X)xxxx",
3800
  "X++",
3801
  "X+\u2265",
 
3802
  "X-d",
3803
  "X-dd",
3804
  "X-ddd",
@@ -3815,6 +3986,7 @@
3815
  "XR",
3816
  "XRT",
3817
  "XX",
 
3818
  "XX)dd",
3819
  "XX)xx",
3820
  "XX+",
@@ -3829,6 +4001,7 @@
3829
  "XXX)-xxxx",
3830
  "XXX)/",
3831
  "XXX)/XX",
 
3832
  "XXX)/Xxxxx",
3833
  "XXX)/xxxx",
3834
  "XXX)>dd",
@@ -3927,7 +4100,6 @@
3927
  "Xxx'x",
3928
  "Xxx-d",
3929
  "Xxx.",
3930
- "Xxx<d",
3931
  "XxxXX",
3932
  "XxxXXX",
3933
  "XxxXx",
@@ -3940,6 +4112,7 @@
3940
  "Xxxx.",
3941
  "XxxxXxx",
3942
  "XxxxXxxxx",
 
3943
  "Xxxxx",
3944
  "Xxxxx'",
3945
  "Xxxxx'x",
@@ -3969,9 +4142,9 @@
3969
  "X\u2019x",
3970
  "X\u2019xxxx",
3971
  "Y",
 
3972
  "Y90",
3973
  "YCN",
3974
- "YGB",
3975
  "YHA",
3976
  "YST",
3977
  "Yahr",
@@ -4038,9 +4211,11 @@
4038
  "abbv-399",
4039
  "abdomen",
4040
  "abdominal",
 
4041
  "abdominoplasty",
4042
  "abemaciclib",
4043
  "abg",
 
4044
  "ability",
4045
  "abiraterone",
4046
  "ablation",
@@ -4063,6 +4238,7 @@
4063
  "absence",
4064
  "absolute",
4065
  "absorb",
 
4066
  "absorption",
4067
  "abstain",
4068
  "abstaining",
@@ -4090,9 +4266,11 @@
4090
  "accutane",
4091
  "ace",
4092
  "acei",
 
4093
  "acetaminophen",
4094
  "acetate",
4095
  "acetazolamide",
 
4096
  "ach",
4097
  "achalasia",
4098
  "achieve",
@@ -4120,6 +4298,7 @@
4120
  "actinomycin",
4121
  "action",
4122
  "activated",
 
4123
  "activation",
4124
  "activator",
4125
  "active",
@@ -4127,11 +4306,13 @@
4127
  "activities",
4128
  "activity",
4129
  "actual",
 
4130
  "acuity",
4131
  "acupuncture",
4132
  "acute",
4133
  "acutely",
4134
  "acy",
 
4135
  "ad",
4136
  "ad8",
4137
  "ada",
@@ -4158,6 +4339,7 @@
4158
  "adhere",
4159
  "adherence",
4160
  "adherent",
 
4161
  "adhf",
4162
  "adi",
4163
  "adis-5",
@@ -4173,6 +4355,7 @@
4173
  "admission",
4174
  "admitted",
4175
  "adolescents",
 
4176
  "adrenal",
4177
  "adrenergic",
4178
  "adrenoleukodystrophy",
@@ -4186,6 +4369,7 @@
4186
  "advancing",
4187
  "advantage",
4188
  "adverse",
 
4189
  "advertisement",
4190
  "advises",
4191
  "ady",
@@ -4201,11 +4385,11 @@
4201
  "affect",
4202
  "affected",
4203
  "affecting",
4204
- "affective",
4205
  "affects",
4206
  "affiliated",
4207
  "aforementioned",
4208
  "afp",
 
4209
  "aft",
4210
  "after",
4211
  "ag-",
@@ -4238,6 +4422,7 @@
4238
  "ahr",
4239
  "ahus",
4240
  "ai",
 
4241
  "aid",
4242
  "aids",
4243
  "aids)-related",
@@ -4266,6 +4451,7 @@
4266
  "alanine",
4267
  "alar",
4268
  "albumin",
 
4269
  "alcohol",
4270
  "alcoholic",
4271
  "alcoholism",
@@ -4279,6 +4465,7 @@
4279
  "aliskiren",
4280
  "alivecor",
4281
  "alk",
 
4282
  "alkaline",
4283
  "alkalosis",
4284
  "all",
@@ -4289,6 +4476,7 @@
4289
  "allergies",
4290
  "allergy",
4291
  "allergy_name",
 
4292
  "alloHCT",
4293
  "alloHSCT",
4294
  "allogeneic",
@@ -4296,6 +4484,7 @@
4296
  "allograft",
4297
  "allohct",
4298
  "allohsct",
 
4299
  "allow",
4300
  "allowable",
4301
  "allowed",
@@ -4330,6 +4519,7 @@
4330
  "am",
4331
  "ambiguous",
4332
  "amblyopia",
 
4333
  "ambulation",
4334
  "ambulatory",
4335
  "amc",
@@ -4356,13 +4546,16 @@
4356
  "among",
4357
  "amount",
4358
  "amoxicillin",
 
4359
  "amphetamines",
4360
  "amplification",
4361
  "amplified",
 
4362
  "amputation",
4363
  "amputations",
4364
  "ams",
4365
  "amt",
 
4366
  "amyloidosis",
4367
  "amyotrophic",
4368
  "an",
@@ -4490,6 +4683,7 @@
4490
  "antimicrobials",
4491
  "antinauseants",
4492
  "antineoplastic",
 
4493
  "antioxidants",
4494
  "antipd1",
4495
  "antipdl1",
@@ -4512,6 +4706,7 @@
4512
  "anxiolytics",
4513
  "anxious",
4514
  "any",
 
4515
  "anz",
4516
  "ao2",
4517
  "aoa",
@@ -4548,7 +4743,6 @@
4548
  "applies",
4549
  "apply",
4550
  "appointed",
4551
- "appointment(s",
4552
  "approach",
4553
  "approaches",
4554
  "appropriate",
@@ -4566,6 +4760,7 @@
4566
  "ar.",
4567
  "aranesp",
4568
  "arb",
 
4569
  "arch",
4570
  "archival",
4571
  "ard",
@@ -4610,13 +4805,13 @@
4610
  "arthroplast",
4611
  "arthroplasty",
4612
  "arthroscopic",
 
4613
  "ary",
4614
  "as",
4615
  "as/",
4616
  "asa",
4617
  "asccp",
4618
  "ascending",
4619
- "ascertain",
4620
  "ascites",
4621
  "asco",
4622
  "ascorbate",
@@ -4640,12 +4835,12 @@
4640
  "aspirin",
4641
  "ass",
4642
  "assay",
4643
- "assayed",
4644
  "assays",
4645
  "assess",
4646
  "assessed",
4647
  "assessment",
4648
  "assessments",
 
4649
  "assist",
4650
  "assisted",
4651
  "assistnat",
@@ -4678,6 +4873,8 @@
4678
  "atients",
4679
  "atll",
4680
  "atm",
 
 
4681
  "atopic",
4682
  "atopy",
4683
  "atorvastatin",
@@ -4715,6 +4912,7 @@
4715
  "auspices",
4716
  "authority",
4717
  "autism",
 
4718
  "autoantibodies",
4719
  "autoimmune",
4720
  "autoimmunity",
@@ -4731,9 +4929,11 @@
4731
  "average",
4732
  "avian",
4733
  "avid",
 
4734
  "avoid",
4735
  "avoidant",
4736
  "avp",
 
4737
  "awake",
4738
  "awn",
4739
  "aws",
@@ -4760,7 +4960,6 @@
4760
  "b.",
4761
  "b12",
4762
  "b5201002",
4763
- "b<9",
4764
  "babies",
4765
  "bacille",
4766
  "bacillus",
@@ -4845,6 +5044,7 @@
4845
  "bes",
4846
  "best",
4847
  "beta",
 
4848
  "betamethasone",
4849
  "betaquik",
4850
  "better",
@@ -4894,6 +5094,7 @@
4894
  "bivalirudin",
4895
  "bka",
4896
  "bl",
 
4897
  "bladder",
4898
  "blast",
4899
  "blastic",
@@ -4939,6 +5140,7 @@
4939
  "borderline",
4940
  "borders",
4941
  "born",
 
4942
  "bortezomib",
4943
  "bos",
4944
  "bot",
@@ -4975,6 +5177,7 @@
4975
  "british",
4976
  "bro",
4977
  "broadly",
 
4978
  "bronchi",
4979
  "bronchial",
4980
  "bronchiectasis",
@@ -4996,6 +5199,7 @@
4996
  "bsag",
4997
  "bsc",
4998
  "bt",
 
4999
  "bubbles",
5000
  "budesonide",
5001
  "bulbar",
@@ -5016,7 +5220,7 @@
5016
  "buspirone",
5017
  "busulfan",
5018
  "but",
5019
- "buttocks",
5020
  "by",
5021
  "bydureon",
5022
  "byetta",
@@ -5035,6 +5239,7 @@
5035
  "c20",
5036
  "c3",
5037
  "c4",
 
5038
  "cAb",
5039
  "cGVHD",
5040
  "cHL",
@@ -5059,7 +5264,6 @@
5059
  "calculated",
5060
  "calculi",
5061
  "calculus",
5062
- "calf",
5063
  "calgb9251",
5064
  "calibrated",
5065
  "calibration",
@@ -5119,6 +5323,7 @@
5119
  "cardiovascular",
5120
  "care",
5121
  "careful",
 
5122
  "caregiver",
5123
  "caregivers",
5124
  "carfilzomib",
@@ -5131,6 +5336,7 @@
5131
  "carrier",
5132
  "carries",
5133
  "carry",
 
5134
  "cas",
5135
  "case",
5136
  "cases",
@@ -5187,10 +5393,12 @@
5187
  "cdi",
5188
  "cdk",
5189
  "cdk4/6",
 
5190
  "ce>",
5191
  "cea",
5192
  "ced",
5193
  "cediranib",
 
5194
  "ceftaroline",
5195
  "cei",
5196
  "celecoxib",
@@ -5238,6 +5446,7 @@
5238
  "chagas",
5239
  "chain",
5240
  "chair",
 
5241
  "challenge",
5242
  "chance",
5243
  "change",
@@ -5251,6 +5460,7 @@
5251
  "charcot",
5252
  "chart",
5253
  "chb",
 
5254
  "chd",
5255
  "che",
5256
  "checking",
@@ -5267,6 +5477,8 @@
5267
  "chemoradiation",
5268
  "chemoradiotherapy",
5269
  "chemotherapy",
 
 
5270
  "chest",
5271
  "chew",
5272
  "chewing",
@@ -5319,6 +5531,7 @@
5319
  "cil",
5320
  "ciliary",
5321
  "cimetidine",
 
5322
  "cin",
5323
  "circulating",
5324
  "circulation",
@@ -5347,9 +5560,9 @@
5347
  "classic",
5348
  "classification",
5349
  "classified",
5350
- "claudication",
5351
  "claustrophobia",
5352
  "claustrophobic",
 
5353
  "clc",
5354
  "cle",
5355
  "clean",
@@ -5396,13 +5609,13 @@
5396
  "cmv",
5397
  "cne",
5398
  "cns",
 
5399
  "cnv",
5400
  "co",
5401
  "co.",
5402
  "coa",
5403
  "coagulapathy",
5404
  "coagulation",
5405
- "coagulopathies",
5406
  "coagulopathy",
5407
  "coated",
5408
  "cobalt",
@@ -5411,6 +5624,7 @@
5411
  "cocaine",
5412
  "cochlear",
5413
  "cockcroft",
 
5414
  "codeine",
5415
  "coexistence",
5416
  "coexisting",
@@ -5421,10 +5635,12 @@
5421
  "cohabitating",
5422
  "cohort",
5423
  "cohorts",
 
5424
  "coils",
5425
  "col",
5426
  "colchicine",
5427
  "cold",
 
5428
  "colic",
5429
  "colitis",
5430
  "collaboration",
@@ -5442,6 +5658,7 @@
5442
  "colonoscopy",
5443
  "colony",
5444
  "colorectal",
 
5445
  "colposcopic",
5446
  "colposcopy",
5447
  "columbia",
@@ -5458,7 +5675,6 @@
5458
  "committee",
5459
  "committing",
5460
  "common",
5461
- "commonly",
5462
  "communicable",
5463
  "communicate",
5464
  "communication",
@@ -5492,10 +5708,12 @@
5492
  "compression",
5493
  "compressions",
5494
  "compromise",
 
5495
  "compulsive",
5496
  "computed",
5497
  "computer",
5498
  "computerized",
 
5499
  "concentrating",
5500
  "concentration",
5501
  "concern",
@@ -5549,6 +5767,7 @@
5549
  "considered",
5550
  "considering",
5551
  "consist",
 
5552
  "consistent",
5553
  "consisting",
5554
  "consolidation",
@@ -5557,6 +5776,7 @@
5557
  "constellation",
5558
  "constipation",
5559
  "constipation-",
 
5560
  "constrictive",
5561
  "consult",
5562
  "consultant",
@@ -5564,6 +5784,7 @@
5564
  "consume",
5565
  "consumption",
5566
  "contact",
 
5567
  "containing",
5568
  "contains",
5569
  "contamination",
@@ -5640,7 +5861,6 @@
5640
  "could",
5641
  "coumadin",
5642
  "coun",
5643
- "counselor",
5644
  "count",
5645
  "counter",
5646
  "counts",
@@ -5659,7 +5879,6 @@
5659
  "cpx",
5660
  "cr",
5661
  "cr-",
5662
- "cramps",
5663
  "cranberry",
5664
  "cranial",
5665
  "craniectomy",
@@ -5688,7 +5907,9 @@
5688
  "crpc",
5689
  "crs",
5690
  "crt",
 
5691
  "cruzi",
 
5692
  "cryoprecipitate",
5693
  "cryopreservation",
5694
  "cryosurgery",
@@ -5710,6 +5931,7 @@
5710
  "ctla-4",
5711
  "ctla4",
5712
  "cts",
 
5713
  "cuff",
5714
  "culture",
5715
  "cultures",
@@ -5799,6 +6021,7 @@
5799
  "d.dxxd",
5800
  "d.x",
5801
  "d/d",
 
5802
  "d/dd",
5803
  "d10",
5804
  "d19",
@@ -5837,6 +6060,7 @@
5837
  "danhlos",
5838
  "danlos",
5839
  "dapsone",
 
5840
  "dare",
5841
  "das28",
5842
  "dasatinib",
@@ -5867,6 +6091,7 @@
5867
  "ddd/dd",
5868
  "dddX",
5869
  "dddXX",
 
5870
  "dddd",
5871
  "dddd/d",
5872
  "dddx",
@@ -5875,6 +6100,7 @@
5875
  "ddi",
5876
  "ddm",
5877
  "ddr",
 
5878
  "ddx",
5879
  "ddx.x",
5880
  "ddx.x.",
@@ -5911,6 +6137,8 @@
5911
  "decreased",
5912
  "decubiti",
5913
  "ded",
 
 
5914
  "deem",
5915
  "deemed",
5916
  "deems",
@@ -5944,6 +6172,7 @@
5944
  "del",
5945
  "del.",
5946
  "del11q",
 
5947
  "delavirdine",
5948
  "delay",
5949
  "delayed",
@@ -5962,6 +6191,7 @@
5962
  "dementia",
5963
  "demonstrate",
5964
  "demonstrated",
 
5965
  "demonstrating",
5966
  "demonstration",
5967
  "demyelinating",
@@ -5979,6 +6209,7 @@
5979
  "department",
5980
  "dependence",
5981
  "dependent",
 
5982
  "depends",
5983
  "depigmentation",
5984
  "deployment",
@@ -6018,6 +6249,7 @@
6018
  "determination",
6019
  "determine",
6020
  "determined",
 
6021
  "develop",
6022
  "developed",
6023
  "developing",
@@ -6033,6 +6265,7 @@
6033
  "dexamethasone",
6034
  "dexmedetomidine",
6035
  "dextran",
 
6036
  "dh1",
6037
  "dh2",
6038
  "dhd",
@@ -6050,6 +6283,7 @@
6050
  "dialysis",
6051
  "diameter",
6052
  "diameters",
 
6053
  "diaphragm",
6054
  "diarrhea",
6055
  "diastolic",
@@ -6077,6 +6311,7 @@
6077
  "digestive",
6078
  "digital",
6079
  "digoxin",
 
6080
  "dil",
6081
  "dilantin",
6082
  "dilated",
@@ -6107,7 +6342,6 @@
6107
  "discectomy",
6108
  "discharge",
6109
  "disciplinary",
6110
- "discomfort",
6111
  "discontinuation",
6112
  "discontinue",
6113
  "discontinued",
@@ -6125,6 +6359,7 @@
6125
  "disk",
6126
  "disopyramide",
6127
  "disorder",
 
6128
  "disorders",
6129
  "dispensed",
6130
  "dispersion",
@@ -6200,6 +6435,7 @@
6200
  "dopa",
6201
  "dopamine",
6202
  "dopaminergic",
 
6203
  "doppler",
6204
  "dor",
6205
  "dormant",
@@ -6210,6 +6446,7 @@
6210
  "dosed",
6211
  "doses",
6212
  "dosing",
 
6213
  "double",
6214
  "doublet",
6215
  "doubt",
@@ -6239,11 +6476,13 @@
6239
  "dsm)-5",
6240
  "dsm-5",
6241
  "dtic",
 
6242
  "dual",
6243
  "duct",
6244
  "ductal",
6245
  "due",
6246
  "duke",
 
6247
  "duration",
6248
  "during",
6249
  "dust",
@@ -6263,6 +6502,7 @@
6263
  "dxxd",
6264
  "dxxx",
6265
  "dxxxx",
 
6266
  "dyes",
6267
  "dynamic",
6268
  "dyscrasia",
@@ -6272,6 +6512,7 @@
6272
  "dyskeratosis",
6273
  "dyskinesia",
6274
  "dysmorphic",
 
6275
  "dysphagia",
6276
  "dysplasia",
6277
  "dysplastic",
@@ -6293,6 +6534,7 @@
6293
  "e.g",
6294
  "e.g.",
6295
  "eGFR",
 
6296
  "each",
6297
  "ead",
6298
  "eae",
@@ -6346,8 +6588,10 @@
6346
  "edi",
6347
  "edition",
6348
  "edo",
 
6349
  "edoxaban",
6350
  "eds",
 
6351
  "eed",
6352
  "eeg",
6353
  "eek",
@@ -6372,12 +6616,16 @@
6372
  "ege",
6373
  "egf",
6374
  "egfr",
 
6375
  "egg",
 
6376
  "egy",
6377
  "ehler",
6378
  "ehlers",
6379
  "ehn",
 
6380
  "eia",
 
6381
  "eiaed",
6382
  "eiaeds",
6383
  "eic",
@@ -6477,6 +6725,7 @@
6477
  "endograft",
6478
  "endometrial",
6479
  "endometrioid",
 
6480
  "endorsement",
6481
  "endorses",
6482
  "endoscopic",
@@ -6487,6 +6736,7 @@
6487
  "endpoints",
6488
  "enduring",
6489
  "ene",
 
6490
  "enfortumab",
6491
  "engage",
6492
  "engaged",
@@ -6521,6 +6771,7 @@
6521
  "enteropathy",
6522
  "entinostat",
6523
  "entire",
 
6524
  "entry",
6525
  "environment",
6526
  "enzalutamide",
@@ -6550,7 +6801,9 @@
6550
  "epithelial",
6551
  "epo",
6552
  "epoch",
 
6553
  "epp",
 
6554
  "eps",
6555
  "epstein\u2010barr",
6556
  "ept",
@@ -6570,8 +6823,8 @@
6570
  "eradicated",
6571
  "erd",
6572
  "ere",
 
6573
  "eri",
6574
- "erk",
6575
  "erlotinib",
6576
  "erm",
6577
  "ern",
@@ -6605,6 +6858,7 @@
6605
  "esophagus",
6606
  "esp",
6607
  "especially",
 
6608
  "ess",
6609
  "essure",
6610
  "est",
@@ -6613,6 +6867,7 @@
6613
  "establishment",
6614
  "estimated",
6615
  "estimating",
 
6616
  "estimations",
6617
  "estradiol",
6618
  "estrogen",
@@ -6658,6 +6913,7 @@
6658
  "evidenced",
6659
  "evident",
6660
  "evoked",
 
6661
  "ewing",
6662
  "ewly",
6663
  "ews",
@@ -6716,11 +6972,13 @@
6716
  "expectation",
6717
  "expectations",
6718
  "expected",
 
6719
  "experience",
6720
  "experienced",
6721
  "experiencing",
6722
  "experimental",
6723
  "experiments",
 
6724
  "expiratory",
6725
  "explain",
6726
  "explained",
@@ -6757,7 +7015,6 @@
6757
  "f",
6758
  "f)/",
6759
  "f-1",
6760
- "f-5",
6761
  "f.",
6762
  "f43",
6763
  "fMRI",
@@ -6844,7 +7101,6 @@
6844
  "fid",
6845
  "field",
6846
  "fields",
6847
- "fifth",
6848
  "figo",
6849
  "fil",
6850
  "file",
@@ -6875,6 +7131,7 @@
6875
  "fld",
6876
  "flexion",
6877
  "flk-1",
 
6878
  "flovent",
6879
  "flow",
6880
  "floxuridine",
@@ -6899,6 +7156,7 @@
6899
  "fm",
6900
  "fmau",
6901
  "fmd",
 
6902
  "fmri",
6903
  "fna",
6904
  "focal",
@@ -6922,6 +7180,7 @@
6922
  "foregut",
6923
  "foreign",
6924
  "form",
 
6925
  "formers",
6926
  "forms",
6927
  "formula",
@@ -6936,9 +7195,9 @@
6936
  "four",
6937
  "fovea",
6938
  "foveal",
6939
- "fra",
6940
  "fraction",
6941
  "fractionation",
 
6942
  "fracture",
6943
  "fractures",
6944
  "fragments",
@@ -6960,7 +7219,6 @@
6960
  "fruit",
6961
  "fsgs",
6962
  "fsh",
6963
- "fth",
6964
  "ftp",
6965
  "ftr",
6966
  "fts",
@@ -6994,6 +7252,7 @@
6994
  "g12",
6995
  "g13",
6996
  "g6pd",
 
6997
  "gAN",
6998
  "ga",
6999
  "ga.",
@@ -7026,12 +7285,14 @@
7026
  "gbm",
7027
  "gbs",
7028
  "gct",
 
7029
  "gd1b",
7030
  "gd2",
7031
  "gec",
7032
  "ged",
7033
  "gefitinib",
7034
  "gel",
 
7035
  "gemcitabine",
7036
  "gemcitabine/",
7037
  "gemfibrozil",
@@ -7046,12 +7307,12 @@
7046
  "generation",
7047
  "genes",
7048
  "genetic",
7049
- "genital",
7050
  "genitalia",
7051
  "genomic",
7052
  "genotype",
7053
  "genotyping",
7054
  "gentamicin",
 
7055
  "geographic",
7056
  "ger",
7057
  "gerd",
@@ -7063,7 +7324,9 @@
7063
  "get",
7064
  "getting",
7065
  "gfr",
 
7066
  "ggt",
 
7067
  "ght",
7068
  "gi",
7069
  "gia",
@@ -7118,6 +7381,7 @@
7118
  "gon",
7119
  "gonadal",
7120
  "gonadotropin",
 
7121
  "gonna",
7122
  "gonoadotoxic",
7123
  "good",
@@ -7161,7 +7425,9 @@
7161
  "groups",
7162
  "growing",
7163
  "growth",
 
7164
  "gsk",
 
7165
  "gth",
7166
  "guard",
7167
  "guardian",
@@ -7295,7 +7561,9 @@
7295
  "hemolytic",
7296
  "hemophagocytic",
7297
  "hemophilia",
 
7298
  "hemorrhage",
 
7299
  "hemorrhagic",
7300
  "hemostatic",
7301
  "hen",
@@ -7303,9 +7571,9 @@
7303
  "heparin",
7304
  "hepatic",
7305
  "hepatitis",
 
7306
  "hepatoblastoma",
7307
  "her",
7308
- "her-2",
7309
  "her2",
7310
  "her2)-positive",
7311
  "herbal",
@@ -7321,6 +7589,7 @@
7321
  "hetastarch",
7322
  "heterosexual",
7323
  "heterotaxia",
 
7324
  "hew",
7325
  "hey",
7326
  "he\u2019s",
@@ -7328,7 +7597,6 @@
7328
  "hfpef",
7329
  "hg",
7330
  "hgb",
7331
- "hgb<9",
7332
  "hgf",
7333
  "hgh",
7334
  "hht",
@@ -7357,6 +7625,7 @@
7357
  "histologies",
7358
  "histology",
7359
  "histopathologic",
 
7360
  "histopathologically",
7361
  "histopathology",
7362
  "historic",
@@ -7383,6 +7652,7 @@
7383
  "hod",
7384
  "hodgkin",
7385
  "hoehn",
 
7386
  "hol",
7387
  "hold",
7388
  "holoprosencephaly",
@@ -7391,6 +7661,7 @@
7391
  "home",
7392
  "homicidal",
7393
  "homolog",
 
7394
  "hookworm",
7395
  "hop",
7396
  "hope",
@@ -7445,6 +7716,7 @@
7445
  "hydromorphone",
7446
  "hydronephrosis",
7447
  "hydrops",
 
7448
  "hydroxylase",
7449
  "hydroxyurea",
7450
  "hyl",
@@ -7469,6 +7741,7 @@
7469
  "hyperpigmentation",
7470
  "hyperplasia",
7471
  "hyperprolactinemia",
 
7472
  "hypersensitivity",
7473
  "hypersplenism",
7474
  "hypertension",
@@ -7485,6 +7758,8 @@
7485
  "hypoglycemic",
7486
  "hypogonadism",
7487
  "hypogonadotropic",
 
 
7488
  "hypomania",
7489
  "hypomethylating",
7490
  "hyponatremia",
@@ -7515,7 +7790,9 @@
7515
  "i.v",
7516
  "i131",
7517
  "iCBT",
 
7518
  "ia",
 
7519
  "ia.",
7520
  "iabp",
7521
  "iac",
@@ -7563,6 +7840,7 @@
7563
  "idh2",
7564
  "idiopathic",
7565
  "idiosyncrasy",
 
7566
  "ids",
7567
  "ie",
7568
  "ied",
@@ -7580,8 +7858,8 @@
7580
  "ift",
7581
  "ifu",
7582
  "ify",
7583
- "iga",
7584
  "igan",
 
7585
  "igf-1",
7586
  "igh",
7587
  "igm",
@@ -7592,7 +7870,6 @@
7592
  "iia",
7593
  "iib",
7594
  "iic",
7595
- "iief-5",
7596
  "iii",
7597
  "iiia",
7598
  "iiib",
@@ -7604,6 +7881,7 @@
7604
  "ild",
7605
  "ile",
7606
  "ileal",
 
7607
  "ileus",
7608
  "ilk",
7609
  "ill",
@@ -7611,6 +7889,7 @@
7611
  "illicit",
7612
  "illness",
7613
  "illnesses",
 
7614
  "ils",
7615
  "ilt",
7616
  "ily",
@@ -7625,7 +7904,9 @@
7625
  "ime",
7626
  "imgn853",
7627
  "imid",
 
7628
  "imiquimod",
 
7629
  "imm/5asa",
7630
  "immature",
7631
  "immediate",
@@ -7647,6 +7928,7 @@
7647
  "immunologic",
7648
  "immunological",
7649
  "immunomodulating",
 
7650
  "immunomodulatory",
7651
  "immunoparesis",
7652
  "immunosorbent",
@@ -7657,7 +7939,9 @@
7657
  "immunosuppressive",
7658
  "immunosuppressives",
7659
  "immunotherapeutic",
 
7660
  "immunotherapy",
 
7661
  "imp",
7662
  "impact",
7663
  "impair",
@@ -7711,9 +7995,9 @@
7711
  "incomplete",
7712
  "inconclusive",
7713
  "incontinence",
7714
- "incorporated",
7715
  "increase",
7716
  "increased",
 
7717
  "increasing",
7718
  "incurable",
7719
  "ind",
@@ -7766,17 +8050,16 @@
7766
  "influence",
7767
  "influenza",
7768
  "inform",
7769
- "informant",
7770
  "information",
7771
  "informative",
7772
  "informed",
7773
- "infra",
7774
  "infused",
7775
  "infusion",
7776
  "infusions",
7777
  "infustion",
7778
  "ing",
7779
  "ingestion",
 
7780
  "ingredients",
7781
  "inh",
7782
  "inhalation",
@@ -7792,6 +8075,7 @@
7792
  "inhibits",
7793
  "ini",
7794
  "initial",
 
7795
  "initiate",
7796
  "initiated",
7797
  "initiating",
@@ -7809,12 +8093,12 @@
7809
  "ink",
7810
  "inn",
7811
  "inner",
7812
- "innominate",
7813
  "ino",
7814
  "inoculation",
7815
  "inoperable",
7816
  "inotrope",
7817
  "inotropic",
 
7818
  "inr",
7819
  "ins",
7820
  "inserted",
@@ -7831,6 +8115,7 @@
7831
  "institutional",
7832
  "instructed",
7833
  "instructions",
 
7834
  "insufficiency",
7835
  "insufficient",
7836
  "insulin",
@@ -7993,6 +8278,7 @@
7993
  "islet",
7994
  "ism",
7995
  "isncsci",
 
7996
  "isocitrate",
7997
  "isolated",
7998
  "isolation",
@@ -8035,6 +8321,7 @@
8035
  "ize",
8036
  "j",
8037
  "j.",
 
8038
  "jak+",
8039
  "jak1",
8040
  "jak2",
@@ -8042,6 +8329,7 @@
8042
  "jan",
8043
  "jan.",
8044
  "january",
 
8045
  "jaundice",
8046
  "jaw",
8047
  "jcc",
@@ -8060,6 +8348,7 @@
8060
  "jor",
8061
  "jr",
8062
  "jr.",
 
8063
  "jude",
8064
  "judged",
8065
  "judgement",
@@ -8070,6 +8359,7 @@
8070
  "jul.",
8071
  "jun",
8072
  "jun.",
 
8073
  "june",
8074
  "jurisdiction",
8075
  "juvenile",
@@ -8091,6 +8381,7 @@
8091
  "karyotype",
8092
  "kas",
8093
  "kay",
 
8094
  "kdoqi",
8095
  "ked",
8096
  "keep",
@@ -8141,14 +8432,17 @@
8141
  "ky",
8142
  "ky.",
8143
  "kyphoplasty",
 
8144
  "l",
8145
  "l(s",
8146
  "l-1",
8147
  "l-2",
8148
  "l.",
8149
  "l1",
 
8150
  "l2",
8151
  "l858r",
 
8152
  "l>4",
8153
  "la",
8154
  "la.",
@@ -8163,6 +8457,7 @@
8163
  "lack",
8164
  "lacking",
8165
  "lactating",
 
8166
  "lacunar",
8167
  "lacunes",
8168
  "lad",
@@ -8194,6 +8489,7 @@
8194
  "larynx",
8195
  "las",
8196
  "laser",
 
8197
  "last",
8198
  "late",
8199
  "latency",
@@ -8207,6 +8503,7 @@
8207
  "lay",
8208
  "lb2",
8209
  "lbbb)>120",
 
8210
  "lbs",
8211
  "lcc",
8212
  "lchad",
@@ -8227,18 +8524,20 @@
8227
  "leflunomide",
8228
  "left",
8229
  "leg",
8230
- "leg(s",
8231
  "leiden",
8232
  "lem",
8233
  "lenalidomide",
8234
  "length",
8235
  "lens",
8236
  "lenses",
 
8237
  "leptin",
8238
  "leptomeningeal",
8239
  "ler",
8240
  "les",
8241
  "lesion",
 
8242
  "lesions",
8243
  "less",
8244
  "let",
@@ -8262,6 +8561,7 @@
8262
  "levels",
8263
  "levitra",
8264
  "levodopa",
 
8265
  "lex",
8266
  "lf2",
8267
  "lff",
@@ -8300,6 +8600,7 @@
8300
  "limpet",
8301
  "lin",
8302
  "linaclotide",
 
8303
  "linda",
8304
  "line",
8305
  "lineage",
@@ -8314,6 +8615,7 @@
8314
  "lipopolysaccharidosis",
8315
  "lipoproteins",
8316
  "liposomal",
 
8317
  "liraglutide",
8318
  "lis",
8319
  "list",
@@ -8323,6 +8625,7 @@
8323
  "live",
8324
  "liver",
8325
  "lives",
 
8326
  "lix",
8327
  "lky",
8328
  "ll",
@@ -8352,6 +8655,7 @@
8352
  "located",
8353
  "loco",
8354
  "locoregional",
 
8355
  "log",
8356
  "logistic",
8357
  "logmar",
@@ -8365,7 +8669,6 @@
8365
  "loose",
8366
  "lop",
8367
  "lopinavir",
8368
- "lor",
8369
  "loratadine",
8370
  "lorazepam",
8371
  "los",
@@ -8387,7 +8690,6 @@
8387
  "lozenge",
8388
  "lp",
8389
  "lpm",
8390
- "lrygb",
8391
  "lsd",
8392
  "lse",
8393
  "lsg",
@@ -8419,9 +8721,12 @@
8419
  "lupus",
8420
  "lurasidone",
8421
  "lus",
 
 
8422
  "lux",
8423
  "lv",
8424
  "lva",
 
8425
  "lve",
8426
  "lvef",
8427
  "lvef)<35",
@@ -8487,8 +8792,8 @@
8487
  "machine",
8488
  "macrolide",
8489
  "macrophage",
 
8490
  "macroprolactinoma",
8491
- "macroscopic",
8492
  "macroscopically",
8493
  "macular",
8494
  "mad",
@@ -8498,6 +8803,7 @@
8498
  "magenis",
8499
  "magnesium",
8500
  "magnetic",
 
8501
  "main",
8502
  "maintain",
8503
  "maintained",
@@ -8536,6 +8842,7 @@
8536
  "manifestation",
8537
  "manifestations",
8538
  "manifested",
 
8539
  "mannosidosis",
8540
  "mantle",
8541
  "manual",
@@ -8569,6 +8876,7 @@
8569
  "material",
8570
  "materials",
8571
  "maternal",
 
8572
  "matrix",
8573
  "matted",
8574
  "matter",
@@ -8589,7 +8897,6 @@
8589
  "mcd",
8590
  "mcg",
8591
  "mcl",
8592
- "mcs",
8593
  "md",
8594
  "md.",
8595
  "mdd",
@@ -8660,6 +8967,7 @@
8660
  "meningioma",
8661
  "meningitis",
8662
  "meningococcal",
 
8663
  "menopausal",
8664
  "menses",
8665
  "menstrual",
@@ -8677,8 +8985,10 @@
8677
  "merkel",
8678
  "mes",
8679
  "mesenteric",
 
8680
  "mesoridazine",
8681
  "mesothelioma",
 
8682
  "messrs",
8683
  "messrs.",
8684
  "met",
@@ -8726,10 +9036,13 @@
8726
  "mich",
8727
  "mich.",
8728
  "micro",
 
 
8729
  "microbial",
8730
  "microbiota",
8731
  "microcalcifications",
8732
  "microcirculatory",
 
8733
  "microlaryngoscopy",
8734
  "micron",
8735
  "microns",
@@ -8746,6 +9059,7 @@
8746
  "milligram",
8747
  "millimeter",
8748
  "milliseconds",
 
8749
  "milrinone",
8750
  "min",
8751
  "min/1.73",
@@ -8768,6 +9082,7 @@
8768
  "misoprostol",
8769
  "miss",
8770
  "miss.",
 
8771
  "missing",
8772
  "mit",
8773
  "mitigation",
@@ -8839,6 +9154,7 @@
8839
  "monoxide",
8840
  "mont",
8841
  "mont.",
 
8842
  "month",
8843
  "months",
8844
  "montreal",
@@ -8876,6 +9192,7 @@
8876
  "mrd",
8877
  "mrgfus",
8878
  "mri",
 
8879
  "mrs",
8880
  "mrs.",
8881
  "ms",
@@ -8885,6 +9202,7 @@
8885
  "msec",
8886
  "msi",
8887
  "msk",
 
8888
  "mso",
8889
  "msy",
8890
  "mt",
@@ -8907,7 +9225,6 @@
8907
  "multiphasic",
8908
  "multiple",
8909
  "multiples",
8910
- "multivirus",
8911
  "multivitamins",
8912
  "mum",
8913
  "mum1",
@@ -8925,6 +9242,7 @@
8925
  "mutants",
8926
  "mutated",
8927
  "mutation",
 
8928
  "mutations",
8929
  "mutism",
8930
  "mwg",
@@ -9066,6 +9384,7 @@
9066
  "neo)adjuvant",
9067
  "neoadjuvant",
9068
  "neoadjuvant/",
 
9069
  "neoplasia",
9070
  "neoplasm",
9071
  "neoplasms",
@@ -9140,6 +9459,7 @@
9140
  "ngs",
9141
  "nhanes",
9142
  "nhl",
 
9143
  "nht",
9144
  "ni-0501",
9145
  "nia",
@@ -9189,6 +9509,7 @@
9189
  "nol",
9190
  "non",
9191
  "nonalcoholic",
 
9192
  "nonarteritic",
9193
  "noncardiac",
9194
  "noncompliance",
@@ -9207,6 +9528,7 @@
9207
  "nor",
9208
  "norepinephrine",
9209
  "normal",
 
9210
  "normotensive",
9211
  "nos",
9212
  "nose",
@@ -9236,6 +9558,7 @@
9236
  "nrt",
9237
  "nrtis",
9238
  "ns.",
 
9239
  "nsaid",
9240
  "nsaids",
9241
  "nsclc",
@@ -9245,6 +9568,7 @@
9245
  "nt.",
9246
  "nt/",
9247
  "nta",
 
9248
  "nth",
9249
  "nti",
9250
  "nto",
@@ -9267,6 +9591,7 @@
9267
  "nuthin'",
9268
  "nuthin\u2019",
9269
  "nutritional",
 
9270
  "ny",
9271
  "nyha",
9272
  "nyha(new",
@@ -9334,6 +9659,7 @@
9334
  "oct.",
9335
  "ocular",
9336
  "odd",
 
9337
  "ode",
9338
  "ods",
9339
  "ody",
@@ -9342,6 +9668,7 @@
9342
  "oes",
9343
  "of",
9344
  "of.",
 
9345
  "ofatumumab",
9346
  "off",
9347
  "offer",
@@ -9395,9 +9722,9 @@
9395
  "omy",
9396
  "on",
9397
  "on-",
 
9398
  "ona",
9399
  "onalespib",
9400
- "onc201",
9401
  "once",
9402
  "oncogene",
9403
  "oncogenic",
@@ -9430,6 +9757,7 @@
9430
  "oot",
9431
  "op",
9432
  "opa",
 
9433
  "opd",
9434
  "ope",
9435
  "open",
@@ -9450,6 +9778,7 @@
9450
  "opposed",
9451
  "oppositional",
9452
  "ops",
 
9453
  "opscc",
9454
  "opti",
9455
  "optic",
@@ -9514,6 +9843,7 @@
9514
  "osteoarthritis",
9515
  "osteodystrophy",
9516
  "osteomyelitis",
 
9517
  "osteopetrosis",
9518
  "osteoporosis",
9519
  "osteosarcoma",
@@ -9545,7 +9875,6 @@
9545
  "outpatient",
9546
  "output",
9547
  "outside",
9548
- "oux",
9549
  "ov.",
9550
  "ovarian",
9551
  "ovaries",
@@ -9577,6 +9906,7 @@
9577
  "oxycodone",
9578
  "oxygen",
9579
  "oxygenation",
 
9580
  "oza",
9581
  "o\u2019clock",
9582
  "o\u2019s",
@@ -9626,6 +9956,7 @@
9626
  "pancreas",
9627
  "pancreatic",
9628
  "pancreatitis",
 
9629
  "panel",
9630
  "panic",
9631
  "pap",
@@ -9677,6 +10008,7 @@
9677
  "past",
9678
  "patch",
9679
  "patches",
 
9680
  "path",
9681
  "pathologic",
9682
  "pathological",
@@ -9692,7 +10024,6 @@
9692
  "pattern",
9693
  "patterns",
9694
  "pbg",
9695
- "pbmcs",
9696
  "pbsc",
9697
  "pc20",
9698
  "pcos",
@@ -9700,6 +10031,7 @@
9700
  "pcr",
9701
  "pcr-",
9702
  "pcs",
 
9703
  "pcst",
9704
  "pct",
9705
  "pcwp",
@@ -9717,6 +10049,7 @@
9717
  "pe",
9718
  "pe)at",
9719
  "peak",
 
9720
  "pectoris",
9721
  "ped",
9722
  "pediatric",
@@ -9784,6 +10117,7 @@
9784
  "personal-",
9785
  "personality",
9786
  "persons",
 
9787
  "pertinent",
9788
  "pertuzumab",
9789
  "pervasive",
@@ -9793,6 +10127,7 @@
9793
  "pet)/ct",
9794
  "pex",
9795
  "pf",
 
9796
  "pg",
9797
  "ph",
9798
  "ph+",
@@ -9854,6 +10189,7 @@
9854
  "pigmented",
9855
  "pigmentosa",
9856
  "pigmentosum",
 
9857
  "pills",
9858
  "pilot",
9859
  "pimozide",
@@ -9880,9 +10216,11 @@
9880
  "plant",
9881
  "planus",
9882
  "plasma",
 
9883
  "plasticity",
9884
  "platelet",
9885
  "platelets",
 
9886
  "plates",
9887
  "platinum",
9888
  "plavix",
@@ -9895,6 +10233,7 @@
9895
  "pliability",
9896
  "plt",
9897
  "plus",
 
9898
  "ply",
9899
  "pm",
9900
  "pm060184",
@@ -9912,6 +10251,7 @@
9912
  "po",
9913
  "po4",
9914
  "poems",
 
9915
  "pointes",
9916
  "points",
9917
  "points1",
@@ -9924,6 +10264,7 @@
9924
  "polyethylene",
9925
  "polymerase",
9926
  "polymers",
 
9927
  "polymorphisms",
9928
  "polymorphous",
9929
  "polymyalgia",
@@ -9931,9 +10272,12 @@
9931
  "polyneuropathy",
9932
  "polyoma",
9933
  "polypeptide",
 
 
9934
  "polysomnogram",
9935
  "pomalidomide",
9936
  "pomalyst",
 
9937
  "pon",
9938
  "pontine",
9939
  "poor",
@@ -10034,6 +10378,7 @@
10034
  "presented",
10035
  "presenting",
10036
  "presently",
 
10037
  "preserved",
10038
  "pressor",
10039
  "pressors",
@@ -10061,6 +10406,7 @@
10061
  "primary",
10062
  "primed",
10063
  "primidone",
 
10064
  "principal",
10065
  "principle",
10066
  "prior",
@@ -10084,6 +10430,7 @@
10084
  "process",
10085
  "processes",
10086
  "processor",
 
10087
  "procrit",
10088
  "proctocolectomy",
10089
  "procurement",
@@ -10132,6 +10479,7 @@
10132
  "promotes",
10133
  "promyelocytic",
10134
  "prone",
 
10135
  "proof",
10136
  "propel",
10137
  "proper",
@@ -10172,11 +10520,11 @@
10172
  "provided",
10173
  "provider",
10174
  "provisional",
 
10175
  "proximal",
10176
  "proximity",
10177
  "prrt",
10178
  "prucalopride",
10179
- "pruritic",
10180
  "psa",
10181
  "psc",
10182
  "pscc",
@@ -10194,7 +10542,6 @@
10194
  "psychoactive",
10195
  "psychogeriatric",
10196
  "psychological",
10197
- "psychologist",
10198
  "psychomotor",
10199
  "psychosis",
10200
  "psychosocial",
@@ -10205,12 +10552,14 @@
10205
  "pt.",
10206
  "pta",
10207
  "pten",
 
10208
  "pth",
10209
  "pti",
10210
  "ptld",
10211
  "pts",
10212
  "ptsd",
10213
  "pttd",
 
10214
  "published",
10215
  "pugh",
10216
  "pulmonary",
@@ -10272,7 +10621,6 @@
10272
  "r",
10273
  "r(s",
10274
  "r-1",
10275
- "r-2",
10276
  "r.",
10277
  "r11",
10278
  "r132h",
@@ -10300,6 +10648,7 @@
10300
  "radiographic",
10301
  "radiographically",
10302
  "radioimmunoconjugate",
 
10303
  "radioisotopes",
10304
  "radiologic",
10305
  "radiological",
@@ -10350,6 +10699,7 @@
10350
  "rb1",
10351
  "rbbb",
10352
  "rbc",
 
10353
  "rbt",
10354
  "rca",
10355
  "rcc",
@@ -10398,6 +10748,7 @@
10398
  "recipient",
10399
  "recipients",
10400
  "recist",
 
10401
  "recommendations",
10402
  "recommended",
10403
  "reconsidered",
@@ -10415,6 +10766,7 @@
10415
  "recruited",
10416
  "recruitment",
10417
  "rectal",
 
10418
  "recurred",
10419
  "recurrence",
10420
  "recurrent",
@@ -10423,6 +10775,7 @@
10423
  "redo",
10424
  "reduce",
10425
  "reduced",
 
10426
  "reducing",
10427
  "reductase",
10428
  "reduction",
@@ -10473,10 +10826,10 @@
10473
  "relative",
10474
  "relatlimab",
10475
  "release",
 
10476
  "relevant",
10477
  "reliable",
10478
  "reliably",
10479
- "relieved",
10480
  "religious",
10481
  "rem",
10482
  "rem)-sleep",
@@ -10487,6 +10840,7 @@
10487
  "remediation",
10488
  "remedies",
10489
  "remembering",
 
10490
  "remission",
10491
  "remitting",
10492
  "remodeling",
@@ -10510,6 +10864,7 @@
10510
  "repeated",
10511
  "repeating",
10512
  "replacement",
 
10513
  "report",
10514
  "reported",
10515
  "reports",
@@ -10525,6 +10880,7 @@
10525
  "requires",
10526
  "requiring",
10527
  "res",
 
10528
  "rescues",
10529
  "research",
10530
  "resectable",
@@ -10560,6 +10916,7 @@
10560
  "restorative",
10561
  "restricted",
10562
  "restriction",
 
10563
  "restrictive",
10564
  "result",
10565
  "resulted",
@@ -10579,6 +10936,7 @@
10579
  "retinoid",
10580
  "retinoids",
10581
  "retinopathy",
 
10582
  "retraction",
10583
  "retriever",
10584
  "retrobulbar",
@@ -10677,6 +11035,7 @@
10677
  "rnf43",
10678
  "rns",
10679
  "ro-",
 
10680
  "rociletinib",
10681
  "rod",
10682
  "rodnan",
@@ -10684,6 +11043,7 @@
10684
  "rol",
10685
  "rom",
10686
  "rome",
 
10687
  "ron",
10688
  "room",
10689
  "ropivacaine",
@@ -10695,7 +11055,6 @@
10695
  "rotator",
10696
  "route",
10697
  "routine",
10698
- "roux",
10699
  "row",
10700
  "rp",
10701
  "rp.",
@@ -10715,6 +11074,7 @@
10715
  "rse",
10716
  "rspo",
10717
  "rst",
 
10718
  "rt",
10719
  "rta",
10720
  "rth",
@@ -10743,6 +11103,7 @@
10743
  "r\u00f6m",
10744
  "s",
10745
  "s's",
 
10746
  "s-5",
10747
  "s.",
10748
  "s.c",
@@ -10789,6 +11150,7 @@
10789
  "sarcomas",
10790
  "sarcomatoid",
10791
  "sarcopenia",
 
10792
  "sas",
10793
  "satisfactory",
10794
  "satisfy",
@@ -10845,12 +11207,15 @@
10845
  "sd",
10846
  "se",
10847
  "sea",
 
10848
  "seasonal",
10849
  "sec",
10850
  "second",
10851
  "second-",
10852
  "secondary",
 
10853
  "section",
 
10854
  "sed",
10855
  "sedating",
10856
  "sedation",
@@ -10881,6 +11246,7 @@
10881
  "sensation",
10882
  "sensations",
10883
  "sensitive",
 
10884
  "sensitivity",
10885
  "sensor",
10886
  "sensori",
@@ -10934,8 +11300,10 @@
10934
  "sexual",
10935
  "sexually",
10936
  "sfy",
 
10937
  "sgot",
10938
  "sgpt",
 
10939
  "sgs",
10940
  "sh.",
10941
  "sha",
@@ -10987,8 +11355,10 @@
10987
  "significantly",
10988
  "signs",
10989
  "sii",
 
10990
  "sildenafil",
10991
  "silent",
 
10992
  "similar",
10993
  "similarly",
10994
  "simple",
@@ -11022,6 +11392,7 @@
11022
  "sjogren",
11023
  "sjogrens",
11024
  "sj\u00f6gren",
 
11025
  "skeletal",
11026
  "skeletally",
11027
  "skeleton",
@@ -11057,14 +11428,18 @@
11057
  "social",
11058
  "society",
11059
  "sodium",
 
11060
  "soft",
11061
  "sol",
11062
  "solar",
 
11063
  "sole",
11064
  "solely",
11065
  "solid",
 
11066
  "solitary",
11067
  "solution",
 
11068
  "solving",
11069
  "somatic",
11070
  "somatostatin",
@@ -11074,6 +11449,7 @@
11074
  "something",
11075
  "somethin\u2019",
11076
  "son",
 
11077
  "sop",
11078
  "sor",
11079
  "sorafenib",
@@ -11082,6 +11458,8 @@
11082
  "sound",
11083
  "source",
11084
  "sources",
 
 
11085
  "space",
11086
  "spasm",
11087
  "spastic",
@@ -11094,6 +11472,7 @@
11094
  "specified",
11095
  "specimen",
11096
  "spectral",
 
11097
  "spectrum",
11098
  "speech",
11099
  "sperm",
@@ -11119,6 +11498,7 @@
11119
  "squamous",
11120
  "squid",
11121
  "sr",
 
11122
  "sri",
11123
  "srp",
11124
  "srs",
@@ -11158,13 +11538,16 @@
11158
  "statins",
11159
  "statistical",
11160
  "statistics",
 
11161
  "status",
11162
  "stay",
11163
  "stbi",
11164
  "steady",
11165
  "steatohepatitis",
 
11166
  "steel",
11167
  "stem",
 
11168
  "stenosis",
11169
  "stent",
11170
  "stenting",
@@ -11192,6 +11575,7 @@
11192
  "stimulation",
11193
  "stimulator",
11194
  "stimulators",
 
11195
  "stomach",
11196
  "stone",
11197
  "stones",
@@ -11225,6 +11609,7 @@
11225
  "studies",
11226
  "study",
11227
  "sty",
 
11228
  "sub",
11229
  "subarachnoid",
11230
  "subcohorts",
@@ -11257,6 +11642,7 @@
11257
  "sudden",
11258
  "sue",
11259
  "suffer",
 
11260
  "suffering",
11261
  "sufficient",
11262
  "sufficiently",
@@ -11272,6 +11658,7 @@
11272
  "suited",
11273
  "sulfate",
11274
  "sulfatide",
 
11275
  "sulfonamides",
11276
  "sulfoxide",
11277
  "sum",
@@ -11295,6 +11682,7 @@
11295
  "suppressive",
11296
  "supraclavicular",
11297
  "suprarenal",
 
11298
  "supraventricular",
11299
  "surface",
11300
  "surgeon",
@@ -11324,6 +11712,7 @@
11324
  "swallowing",
11325
  "sweats",
11326
  "swedd",
 
11327
  "switch",
11328
  "symdeko",
11329
  "sympathetic",
@@ -11334,6 +11723,7 @@
11334
  "syn",
11335
  "synchronous",
11336
  "syncope",
 
11337
  "syndromal",
11338
  "syndrome",
11339
  "syndromes",
@@ -11406,10 +11796,12 @@
11406
  "taking",
11407
  "tal",
11408
  "tamoxifen",
 
11409
  "tamsulosin",
11410
  "tan",
11411
  "tandem",
11412
  "tanning",
 
11413
  "taper",
11414
  "tapering",
11415
  "tarceva",
@@ -11435,6 +11827,7 @@
11435
  "tcl",
11436
  "td.",
11437
  "tdf",
 
11438
  "team",
11439
  "tear",
11440
  "tears",
@@ -11464,7 +11857,6 @@
11464
  "tennis",
11465
  "tenon",
11466
  "tens",
11467
- "tentorial",
11468
  "tep",
11469
  "ter",
11470
  "teratogenesis",
@@ -11484,9 +11876,11 @@
11484
  "testosterone",
11485
  "tests",
11486
  "tetanus",
 
11487
  "tetracyclines",
11488
  "tex",
11489
  "texts",
 
11490
  "tfp",
11491
  "thalassemia",
11492
  "thalidomide",
@@ -11519,7 +11913,6 @@
11519
  "thick",
11520
  "thickening",
11521
  "thickness",
11522
- "thigh",
11523
  "things",
11524
  "thio",
11525
  "thioridazine",
@@ -11547,6 +11940,7 @@
11547
  "thromboangitis",
11548
  "thrombocytopenia",
11549
  "thromboembolic",
 
11550
  "thrombophilias",
11551
  "thrombosis",
11552
  "thrombotic",
@@ -11557,6 +11951,7 @@
11557
  "ths",
11558
  "thus",
11559
  "thy",
 
11560
  "thymocyte",
11561
  "thyrogen",
11562
  "thyroid",
@@ -11643,6 +12038,8 @@
11643
  "toxicities",
11644
  "toxicity",
11645
  "toxin",
 
 
11646
  "toxoplasmosis",
11647
  "tpa",
11648
  "tr",
@@ -11654,6 +12051,7 @@
11654
  "tract",
11655
  "training",
11656
  "trametinib",
 
11657
  "transaminases",
11658
  "transbronchial",
11659
  "transcranial",
@@ -11693,6 +12091,7 @@
11693
  "treatments",
11694
  "tree",
11695
  "tremelimumab",
 
11696
  "tremor",
11697
  "treponema",
11698
  "treprostinil",
@@ -11876,8 +12275,10 @@
11876
  "university",
11877
  "unknown",
11878
  "unless",
 
11879
  "unlikely",
11880
  "unmanaged",
 
11881
  "uno",
11882
  "unoperated",
11883
  "unplanned",
@@ -11893,6 +12294,7 @@
11893
  "unresponsive",
11894
  "unspecified",
11895
  "unstable",
 
11896
  "unstained",
11897
  "unsuitable",
11898
  "unsure",
@@ -11923,6 +12325,7 @@
11923
  "ureteral",
11924
  "ureteroscopy",
11925
  "ureters",
 
11926
  "urethra",
11927
  "urethral",
11928
  "urg",
@@ -11967,6 +12370,7 @@
11967
  "utilization",
11968
  "utilized",
11969
  "utilizing",
 
11970
  "uv",
11971
  "uveal",
11972
  "uzi",
@@ -12009,6 +12413,7 @@
12009
  "vancomcyin",
12010
  "vancomycin",
12011
  "vanderbilt",
 
12012
  "var",
12013
  "vardenafil",
12014
  "varenicline",
@@ -12022,6 +12427,7 @@
12022
  "various",
12023
  "vas",
12024
  "vascular",
 
12025
  "vasculitis",
12026
  "vasculopathy",
12027
  "vasectomy",
@@ -12040,6 +12446,7 @@
12040
  "vef",
12041
  "vegetation",
12042
  "vegf",
 
12043
  "vein",
12044
  "vel",
12045
  "velocity",
@@ -12080,6 +12487,7 @@
12080
  "video",
12081
  "vig",
12082
  "vigabatrin",
 
12083
  "vil",
12084
  "vin",
12085
  "vincristine",
@@ -12113,11 +12521,13 @@
12113
  "vix",
12114
  "vlcad",
12115
  "vns",
 
12116
  "voc",
12117
  "vocal",
12118
  "void",
12119
  "volume",
12120
  "volumes",
 
12121
  "vomiting",
12122
  "von",
12123
  "voriconazole",
@@ -12155,6 +12565,7 @@
12155
  "wash.",
12156
  "washed",
12157
  "washout",
 
12158
  "way",
12159
  "wbc",
12160
  "wbrt",
@@ -12164,6 +12575,7 @@
12164
  "weaning",
12165
  "wear",
12166
  "wearing",
 
12167
  "wed",
12168
  "wee",
12169
  "week",
@@ -12271,6 +12683,7 @@
12271
  "x)xxxx",
12272
  "x+",
12273
  "x+\u2265",
 
12274
  "x-d",
12275
  "x-dd",
12276
  "x-ddd",
@@ -12288,6 +12701,7 @@
12288
  "xX",
12289
  "xXX",
12290
  "xXXX",
 
12291
  "xXXXX",
12292
  "xXXXXd",
12293
  "xXd",
@@ -12337,6 +12751,7 @@
12337
  "xx'",
12338
  "xx'x",
12339
  "xx'xx",
 
12340
  "xx)dd",
12341
  "xx)xx",
12342
  "xx*x",
@@ -12364,11 +12779,11 @@
12364
  "xxx'x",
12365
  "xxx(d)xxxx",
12366
  "xxx(dd",
12367
- "xxx(x",
12368
  "xxx)-d",
12369
  "xxx)-xxxx",
12370
  "xxx)/",
12371
  "xxx)/xx",
 
12372
  "xxx)/xxxx",
12373
  "xxx)>dd",
12374
  "xxx)xxxx",
@@ -12383,7 +12798,6 @@
12383
  "xxx/d.ddxd",
12384
  "xxx/dxxx",
12385
  "xxx/xx",
12386
- "xxx<d",
12387
  "xxx<dd",
12388
  "xxx>dd",
12389
  "xxx>dddxx",
@@ -12426,8 +12840,11 @@
12426
  "xxxx/ddx",
12427
  "xxxx://xxx.xxxx.xxx",
12428
  "xxxx;xxxdd",
 
 
12429
  "xxxx>d",
12430
  "xxxx?x",
 
12431
  "xxxxXXX",
12432
  "xxxxXXXX",
12433
  "xxxxXXXXd",
@@ -12439,12 +12856,15 @@
12439
  "xxxx]/xxxx",
12440
  "xxxx_xxxx",
12441
  "xxxxd",
 
12442
  "xxxxdd",
12443
  "xxxxddd",
12444
  "xxxxdddd",
12445
  "xxxxdx",
12446
  "xxxx\u00acxxx",
12447
  "xxxx\u00b1x",
 
 
12448
  "xxxx\u2010xxxx",
12449
  "xxxx\u2019",
12450
  "xxxx\u2019x",
@@ -12464,6 +12884,7 @@
12464
  "y'",
12465
  "y's",
12466
  "y-2",
 
12467
  "y.",
12468
  "y90",
12469
  "yahr",
@@ -12475,10 +12896,11 @@
12475
  "yeast",
12476
  "yed",
12477
  "yes",
12478
- "ygb",
12479
  "yha",
12480
  "yin",
12481
  "yle",
 
12482
  "yme",
12483
  "ynx",
12484
  "yolk",
@@ -12486,6 +12908,7 @@
12486
  "you",
12487
  "young",
12488
  "ype",
 
12489
  "ysm",
12490
  "yst",
12491
  "yte",
@@ -12500,6 +12923,7 @@
12500
  "zenith",
12501
  "zer",
12502
  "zes",
 
12503
  "zil",
12504
  "zoledronic",
12505
  "zone",
@@ -12553,6 +12977,8 @@
12553
  "\u0ca0_\u0ca0",
12554
  "\u0ca0\ufe35\u0ca0",
12555
  "\u2010",
 
 
12556
  "\u2014",
12557
  "\u2018",
12558
  "\u2018S",
 
95
  "-4c",
96
  "-67",
97
  "-8",
98
+ "-90",
99
  "-D",
100
  "-O",
101
  "-P",
 
189
  "0.75",
190
  "0.8",
191
  "0.o",
192
+ "0/+",
193
  "0/3",
194
  "000",
195
  "001",
196
  "002",
197
+ "004",
198
  "008",
199
  "009",
200
  "00E",
201
  "00e",
202
  "010",
203
+ "011",
204
  "012",
205
  "013",
206
  "014",
 
288
  "159/99",
289
  "16",
290
  "17",
291
+ "177",
292
+ "177Lu",
293
+ "177lu",
294
  "18",
295
  "180",
296
  "181",
 
303
  "18f]ftp",
304
  "19",
305
  "199",
306
+ "19X",
307
  "19q",
308
+ "19x",
309
  "1:40",
310
  "1A1",
311
  "1D1",
312
  "1H",
313
  "1LS",
314
+ "1NO",
315
  "1PI",
316
  "1a.m",
317
  "1a.m.",
318
  "1a1",
319
  "1d1",
320
+ "1g",
321
  "1h",
322
  "1ls",
323
+ "1no",
324
  "1p",
325
  "1p.m",
326
  "1p.m.",
 
334
  "2.5",
335
  "2.6",
336
  "2/3",
337
+ "2/3'rds",
338
  "20",
339
  "20/32",
340
  "200",
341
  "20000",
342
  "2002",
343
+ "2004",
344
  "2008",
345
  "2009",
346
  "200mg",
 
355
  "20mg",
356
  "21",
357
  "219",
358
+ "21days",
359
  "22",
360
  "23",
361
  "24",
 
391
  "3",
392
  "3.0",
393
  "3.2",
394
+ "3.5",
395
  "3.8",
396
  "30",
397
  "30,000",
 
399
  "3000",
400
  "30ml",
401
  "310",
402
+ "311",
403
  "315",
404
  "31I",
405
  "31i",
 
419
  "365",
420
  "38",
421
  "387",
422
+ "396",
423
+ "397",
424
  "398",
425
  "399",
426
  "3A",
 
474
  "5.0",
475
  "5.1",
476
  "5.5",
477
+ "5.6",
478
  "5/6",
479
  "50",
480
  "50,000",
 
487
  "523ls",
488
  "532",
489
  "55",
490
+ "550",
491
  "56",
492
  "58R",
493
  "58r",
 
520
  "600iu",
521
  "60mL",
522
  "60ml",
523
+ "61Q",
524
+ "61q",
525
  "620",
526
  "628",
527
  "629",
 
549
  "750",
550
  "75g",
551
  "75gr",
552
+ "762",
553
  "775",
554
  "778",
555
  "79",
556
+ "7Lu",
557
  "7a.m",
558
  "7a.m.",
559
+ "7lu",
560
  "7p.m",
561
  "7p.m.",
562
  "7th",
 
574
  "81",
575
  "84",
576
  "85",
 
577
  "853",
578
  "85th",
579
  "869",
 
729
  "ABBV-181",
730
  "ABBV-399",
731
  "ABG",
732
+ "ABI-011",
733
  "ABP",
734
  "ABR",
735
  "ABS",
 
751
  "ADI",
752
  "ADIS-5",
753
  "ADL",
754
+ "ADM",
755
+ "ADOS-2",
756
  "ADS",
757
  "ADT",
758
  "ADs",
 
767
  "AHI",
768
  "AHI)>15",
769
  "AI",
770
+ "AICDs",
771
  "AID",
772
  "AIDS",
773
  "AIDS)-related",
 
780
  "AKA",
781
  "AKI",
782
  "ALK",
783
+ "ALK)-negative",
784
  "ALL",
785
  "ALLOGENEIC",
786
  "ALND",
 
794
  "AML)/myelodysplastic",
795
  "AML1",
796
  "AMT",
797
+ "ANA",
798
  "ANBL0532",
799
  "ANC",
800
  "AND",
 
806
  "APPENDIX",
807
  "APS",
808
  "ARB",
809
+ "ARBs",
810
  "ARDS",
811
  "ARID1A",
812
  "ARN-509",
 
833
  "ATS",
834
  "AUC",
835
  "AV",
836
+ "AVM",
837
  "AVP",
838
  "AZA",
839
  "AZD1775",
 
848
  "Absence",
849
  "Accreta",
850
  "Accutane",
851
+ "Acetabular",
852
  "Acid",
853
  "Acquired",
854
  "Acquisition",
855
  "Acromegaly",
856
  "Active",
857
  "Actively",
858
+ "Acue",
859
  "Acupuncture",
860
  "Acute",
861
  "Ad",
862
  "Adderall",
863
  "Addison",
864
+ "Additional",
865
  "Adenocarcinoma",
866
  "Adenosine",
867
  "Adequate",
 
879
  "Advancing",
880
  "Advantage",
881
  "Adverse",
882
+ "Afatinib",
883
+ "Afrin",
884
  "Ag-",
885
  "Age",
886
  "Agents",
 
893
  "Ala",
894
  "Ala.",
895
  "Alabama",
896
+ "Alanine",
897
  "Alaska",
898
  "AliveCor",
899
  "Alk",
 
901
  "Alkalosis",
902
  "All",
903
  "Allergic",
904
+ "Allergies",
905
  "Allergy",
906
  "Allogeneic",
907
  "Allograft",
 
929
  "Analgesic",
930
  "Analysis",
931
  "Analyzer",
932
+ "Anaphylactic",
933
  "Anatomic",
934
  "Anderson",
935
  "Anemia",
 
944
  "Antibiotic",
945
  "Antibiotics",
946
  "Antibodies",
947
+ "Antibody",
948
  "Anticipate",
949
  "Anticipated",
950
  "Anticipation",
 
953
  "Antidepressant",
954
  "Antiemetic",
955
  "Antigen",
956
+ "Antinuclear",
957
  "Antitumor",
958
  "Anxiety",
959
  "Any",
960
+ "Anyone",
961
  "Aortic",
962
  "Apache",
963
  "Apixaban",
 
982
  "Arthritis",
983
  "Arthroplasty",
984
  "As",
 
985
  "Ashkenazi",
986
  "Aspirin",
987
  "Assessment",
 
1049
  "BS1",
1050
  "BSC",
1051
  "BT",
1052
+ "BTC",
1053
+ "BWH",
1054
  "BYDUREON",
1055
  "BYETTA",
1056
  "Babies",
 
1073
  "Below",
1074
  "Benign",
1075
  "Beriberi",
1076
+ "Beta0/+",
1077
  "Bi",
1078
  "Binge",
1079
  "Biologic",
 
1081
  "Biphenotypic",
1082
  "Bipolar",
1083
  "Bisphosphonates",
1084
+ "Blackfan",
1085
  "Blast",
1086
  "Bleeding",
1087
  "Block",
 
1098
  "Branch",
1099
  "Breast",
1100
  "British",
1101
+ "Brochure",
1102
  "Bronchiectasis",
1103
  "Bros",
1104
  "Bros.",
 
1123
  "C20",
1124
  "C3",
1125
  "C4",
1126
+ "C8",
1127
  "CA1",
1128
  "CA125",
1129
  "CA2",
 
1172
  "CDI",
1173
  "CDK",
1174
  "CDK4/6",
1175
+ "CDs",
1176
  "CEA",
1177
  "CEI",
1178
  "CEM",
 
1184
  "CGs",
1185
  "CH4",
1186
  "CHB",
1187
+ "CHC",
1188
  "CHD",
1189
  "CHF",
1190
  "CHN",
 
1192
  "CHOP",
1193
  "CI",
1194
  "CID",
1195
+ "CIML",
1196
  "CIN",
1197
  "CIRS",
1198
  "CIS",
 
1211
  "CMML",
1212
  "CMV",
1213
  "CNS",
1214
+ "CNS3",
1215
  "CNV",
1216
  "COG",
1217
  "COHORT",
 
1232
  "CRPC",
1233
  "CRS",
1234
  "CRT",
1235
+ "CS",
1236
  "CSF",
1237
  "CSII",
1238
  "CSL",
 
1263
  "CaP",
1264
  "Cachexia",
1265
  "Calcium",
1266
+ "Calculated",
1267
  "Calif",
1268
  "Calif.",
1269
  "California",
 
1287
  "Castration",
1288
  "Cause",
1289
  "Causes",
1290
+ "Cefoxitin",
1291
  "Cell",
1292
  "Cellcept",
1293
  "Cells",
 
1301
  "Cetuximab",
1302
  "Chagas",
1303
  "Chair",
1304
+ "Chalazia",
1305
  "Chantix",
1306
  "Charcot",
1307
  "Checking",
 
1337
  "Co",
1338
  "Co.",
1339
  "CoA",
 
1340
  "Coagulopathy",
1341
  "Cobb",
1342
  "Cochlear",
1343
  "Cockcroft",
1344
+ "CocoaVia",
1345
+ "Cognition",
1346
  "Cognitive",
1347
  "Cohort",
1348
  "Cohorts",
1349
  "Collaboration",
1350
+ "Collagen",
1351
  "College",
1352
  "Colo",
1353
  "Colo.",
 
1381
  "Conn.",
1382
  "Connecticut",
1383
  "Connective",
1384
+ "Consent",
1385
  "Consistent",
1386
  "Consult",
1387
  "Contamination",
1388
+ "Contra",
1389
  "Contraceptive",
1390
  "Contraindication",
1391
  "Contraindications",
 
1407
  "Corticosteroid",
1408
  "Corticosteroids",
1409
  "Cos",
1410
+ "Cough",
1411
  "Could",
1412
  "Coumadin",
1413
  "Count",
 
1493
  "DOI",
1494
  "DONOR",
1495
  "DOPA",
1496
+ "DOPC",
1497
+ "DOTA",
1498
  "DQ",
1499
  "DR",
1500
  "DRB1",
 
1506
  "DSM)-5",
1507
  "DSM-5",
1508
  "DTIC",
1509
+ "DTPA",
1510
  "DVT",
1511
  "DVT)/pulmonary",
1512
  "DXA",
 
1552
  "Diagnoses",
1553
  "Diagnosis",
1554
  "Diagnostic",
1555
+ "Diamond",
1556
  "Did",
1557
  "Diet",
1558
  "Difficulty",
 
1580
  "Doin",
1581
  "Doin'",
1582
  "Doin\u2019",
1583
+ "Donation",
1584
  "Donor",
1585
  "Donors",
1586
  "Dopaminergic",
 
1617
  "EDD",
1618
  "EDI",
1619
  "EDs",
1620
+ "EE",
1621
  "EEG",
1622
  "EF",
1623
  "EGF",
1624
  "EGFR",
1625
+ "EI",
1626
  "EIA",
1627
+ "EIADs",
1628
  "EIAED",
1629
  "EIAEDs",
1630
  "EIC",
 
1641
  "EPO",
1642
  "EPOCH",
1643
  "EPP",
1644
+ "EPR",
1645
  "EPS",
1646
  "ER",
1647
  "ER+",
1648
  "ER2",
1649
  "ERD",
1650
+ "ERT",
1651
  "ESC",
1652
  "ESO-1",
1653
+ "ESRD",
1654
  "ETO",
1655
  "ETR",
1656
  "EUS",
 
1661
  "Eastern",
1662
  "Eaton",
1663
  "Echocardiographic",
 
1664
  "Edoxaban",
1665
  "Effect",
1666
  "Efficacy",
 
1674
  "Electroconvulsive",
1675
  "Element",
1676
  "Elevated",
1677
+ "Eligibility",
1678
  "Eligible",
1679
  "Embedded",
1680
  "Embryonal",
 
1685
  "Endoscopic",
1686
  "Endothelial",
1687
  "Enduring",
1688
+ "Energy",
1689
  "English",
1690
  "Enlargement",
1691
  "Enrollment",
1692
  "Enterobacteriaceae",
1693
  "Enterocutaneous",
1694
  "Enteropathy",
1695
+ "Entresto",
1696
  "Enzymes",
1697
  "EoE",
1698
  "Eosinophilic",
 
1701
  "Epidermal",
1702
  "Epilepsy",
1703
  "Episode",
1704
+ "Epoetin",
1705
  "Epstein\u2010Barr",
1706
  "Erythromycin",
1707
  "Erythropoietic",
 
1712
  "Essure",
1713
  "Established",
1714
  "Estimated",
1715
+ "Estimation",
1716
  "Etopophos",
1717
  "Evaluable",
1718
  "Evaluation",
 
1738
  "Existing",
1739
  "Expansion",
1740
  "Expected",
1741
+ "Expenditure",
1742
  "Experience",
1743
  "Exposure",
1744
  "Extensive",
 
1749
  "F",
1750
  "F)/",
1751
  "F-1",
 
1752
  "F.",
1753
  "F43",
1754
  "FA",
 
1770
  "FM",
1771
  "FMAU",
1772
  "FMD",
1773
+ "FMISO",
1774
  "FNA",
1775
  "FOLFIRINOX",
1776
  "FSGS",
1777
  "FSH",
1778
  "FTP",
1779
  "FTR",
1780
+ "FTs",
1781
  "FUDR",
1782
  "FUS",
1783
  "FVC",
 
1804
  "Ferromagnetic",
1805
  "Fetal",
1806
  "Fexofenadine",
1807
+ "Fibrosarcoma",
1808
  "Field",
 
1809
  "Filtration",
1810
  "Findings",
1811
  "First",
 
1813
  "Fla.",
1814
  "Flaxseed",
1815
  "Flk-1",
1816
+ "Floor",
1817
  "Florida",
1818
  "Flovent",
1819
  "Flt3",
 
1821
  "Flumist",
1822
  "Fluorodopa",
1823
  "Follicular",
1824
+ "Following",
1825
  "Fontan",
1826
  "Food",
1827
  "Foot",
 
1842
  "G12",
1843
  "G13",
1844
  "G6PD",
1845
+ "G719X",
1846
  "GA",
1847
  "GA101",
1848
  "GA29144",
 
1857
  "GERD",
1858
  "GFR",
1859
  "GGT",
1860
+ "GH",
1861
  "GI",
1862
  "GLP-1",
1863
  "GM",
1864
  "GM1",
1865
  "GOT",
1866
  "GPT",
1867
+ "GRQ",
1868
  "GSK",
1869
+ "GSK525762",
1870
  "GVAX",
1871
  "GVHD",
1872
  "GWI",
 
1880
  "Gastrointestinal",
1881
  "Gated",
1882
  "Gault",
1883
+ "Gd",
1884
  "Gemcitabine/",
1885
  "Gen",
1886
  "Gen.",
 
1888
  "Generalized",
1889
  "Genetic",
1890
  "Genomic",
1891
+ "Gentimicin",
1892
  "Georgia",
1893
  "Gestational",
1894
  "Gilbert",
 
2014
  "Hearing",
2015
  "Heart",
2016
  "HeartMate",
2017
+ "Hematologic",
2018
  "Hematology",
2019
  "Hematopoetic",
2020
  "Hematopoietic",
 
2027
  "Hepatic",
2028
  "Hepatitis",
2029
  "Hepatoblastoma",
 
2030
  "Hereditable",
2031
  "Herpes",
2032
  "He\u2019s",
2033
  "Hg",
2034
  "Hgb",
 
2035
  "HiFocus",
2036
  "HiRes90",
2037
  "High",
 
2045
  "Hoarding",
2046
  "Hodgkin",
2047
  "Hoehn",
2048
+ "Hogarty",
2049
  "Hope",
2050
  "Hormonal",
2051
  "Horner",
 
2088
  "I.e.",
2089
  "I131",
2090
  "IA",
2091
+ "IA(T1NO",
2092
  "IABP",
2093
  "IB",
2094
  "IBD",
 
2104
  "IDH1",
2105
  "IDH1/2",
2106
  "IDH2",
2107
+ "IDO",
2108
  "IDS",
2109
  "IDs",
2110
  "IF1",
2111
  "IFU",
2112
+ "IGF",
2113
  "IGF-1",
2114
  "IGO",
2115
  "IHC",
 
2117
  "IIA",
2118
  "IIB",
2119
  "IIC",
 
2120
  "III",
2121
  "IIIA",
2122
  "IIIB",
 
2128
  "IMA",
2129
  "IME",
2130
  "IMGN853",
2131
+ "IML",
2132
  "IMM/5ASA",
2133
  "IMP",
2134
  "IMS",
2135
  "IMWG",
2136
  "IMWH",
2137
  "IMiD",
2138
+ "IMiDs",
2139
  "IN",
2140
  "IND",
2141
  "INE",
 
2154
  "IPSS",
2155
  "IQ",
2156
  "IRS",
2157
+ "IS",
2158
  "ISA",
2159
  "ISH",
2160
  "ISI",
2161
  "ISNCSCI",
2162
+ "ISO",
2163
  "IST",
2164
  "IT",
2165
  "ITA",
 
2185
  "Identification",
2186
  "Idiopathic",
2187
  "If",
 
2188
  "IgAN",
2189
  "IgM",
2190
  "Ill",
 
2199
  "Immunodeficiency",
2200
  "Immunoparesis",
2201
  "Immunosuppression",
2202
+ "Immunosuppressive",
2203
  "Immunosuppressives",
2204
+ "Immunovaccine",
2205
  "Impairment",
2206
  "Impending",
2207
  "Impetigo",
 
2232
  "Infections",
2233
  "Infectious",
2234
  "Inflammatory",
 
2235
  "Information",
 
2236
  "Infusion",
2237
  "Ingestion",
2238
  "Inhaled",
 
2246
  "Injury",
2247
  "Insomnia",
2248
  "Institute",
 
2249
  "Insufficient",
2250
  "Insulin",
2251
+ "Intake",
2252
  "Intellectual",
2253
  "Intended",
2254
  "Intensity",
 
2289
  "It's",
2290
  "It\u2019s",
2291
  "J",
2292
+ "JAK",
2293
  "JAK+",
2294
  "JAK1",
2295
  "JAK2",
 
2297
  "JEB",
2298
  "JHMI",
2299
  "JOCD",
2300
+ "JR11",
2301
  "JVD",
2302
  "Jalyn",
2303
  "Jan",
 
2322
  "K+\u2265",
2323
  "K-1",
2324
  "K.",
2325
+ "KCC",
2326
  "KDOQI",
2327
  "KIs",
2328
  "KLH",
 
2359
  "L1",
2360
  "L2",
2361
  "L858R",
2362
+ "L861Q",
2363
  "LA",
2364
  "LA4",
2365
  "LABA",
 
2370
  "LAM",
2371
  "LAPC",
2372
  "LAR",
2373
+ "LASIK",
2374
  "LB2",
2375
  "LBBB)>120",
2376
+ "LBI",
2377
  "LCC",
2378
  "LCHAD",
2379
  "LCIS",
2380
  "LCO",
2381
  "LDAC",
2382
  "LDL>140mg",
2383
+ "LEPR",
2384
  "LES",
2385
  "LF2",
2386
  "LFT",
 
2399
  "LMWH",
2400
  "LN-",
2401
  "LND",
2402
+ "LOF",
2403
  "LP",
 
2404
  "LSD",
2405
  "LSG",
2406
  "LSPAF",
2407
  "LV",
2408
+ "LVADs",
2409
  "LVEF",
2410
  "LVEF)<35",
2411
  "LY2835219",
 
2435
  "Let's",
2436
  "Let\u2019s",
2437
  "Leukemia",
2438
+ "Leukemias",
2439
  "Leukodystrophies",
2440
  "Level",
2441
  "Levitra",
 
2446
  "Likely",
2447
  "Limited",
2448
  "Limpet",
2449
+ "Lincomcin",
2450
  "Linda",
2451
  "Line",
2452
  "Lipid",
 
2499
  "MCAD",
2500
  "MCD",
2501
  "MCL",
 
2502
  "MD",
2503
  "MDD",
2504
  "MDE",
 
2541
  "MRD",
2542
  "MRGFUS",
2543
  "MRI",
2544
+ "MRI)/PET",
2545
  "MRS",
2546
  "MS",
2547
  "MSE",
2548
  "MSI",
2549
  "MSK",
2550
+ "MSKCC",
2551
  "MSO",
2552
  "MSY",
2553
  "MTX",
 
2561
  "MZ",
2562
  "Ma'am",
2563
  "Macrolide",
 
2564
  "Magenis",
2565
  "Magnetic",
2566
+ "Magnevist",
2567
  "Maintained",
2568
  "Major",
2569
  "Malabsorption",
 
2572
  "Malignancy",
2573
  "Malignant",
2574
  "Mammogram",
2575
+ "Management",
2576
  "Manhattan",
2577
  "Manual",
2578
  "Many",
 
2590
  "Massachusetts",
2591
  "Massive",
2592
  "Maternal",
2593
+ "MatriStem",
2594
+ "Matrix",
2595
  "Mature",
2596
  "May",
2597
  "Mayo",
 
2657
  "Mo.",
2658
  "MoCA",
2659
  "Moderate",
2660
+ "Moderately",
2661
  "Modification",
2662
  "Module",
2663
  "Molecular",
 
2665
  "Monoamine",
2666
  "Mont",
2667
  "Mont.",
2668
+ "Montefiore",
2669
  "Montreal",
2670
  "Morbid",
2671
  "Morbidity",
 
2739
  "NF\u03b1",
2740
  "NHANES",
2741
  "NHL",
2742
+ "NHLBI",
2743
  "NHT",
2744
  "NI-0501",
2745
  "NIH",
 
2758
  "NRS",
2759
  "NRT",
2760
  "NRTIs",
2761
+ "NS3",
2762
  "NSAID",
2763
  "NSAIDS",
2764
  "NSAIDs",
 
2821
  "Nivolumab",
2822
  "No",
2823
  "Nodal",
2824
+ "Node",
2825
  "Non",
2826
  "Nonalcoholic",
2827
  "Nonarteritic",
 
2862
  "ODD",
2863
  "OEF",
2864
  "OEF)/",
2865
+ "OFA",
2866
+ "OID",
2867
  "OIF",
2868
  "OIF)/",
2869
  "OIs",
2870
  "OLE",
2871
  "OMC",
2872
  "OME",
 
2873
  "OND",
2874
  "OPA",
2875
+ "OPC",
2876
  "OPD",
2877
+ "OPS201",
2878
  "OPSCC",
2879
  "OQI",
2880
  "OR",
2881
+ "ORE",
2882
  "ORS",
2883
  "ORT",
2884
  "OS1",
2885
  "OSA",
2886
  "OSC",
2887
+ "OTA",
2888
  "OUD",
2889
  "OUHSC",
2890
  "OX-40",
 
2893
  "O_O",
2894
  "O_o",
2895
  "Obesity",
2896
+ "Observation",
2897
  "Obsessive",
2898
  "Obstetricians",
2899
  "Obstructive",
 
2902
  "Oct",
2903
  "Oct.",
2904
  "October",
2905
+ "Of",
2906
  "Off",
2907
  "Okla",
2908
  "Okla.",
 
2933
  "Orthopedic",
2934
  "Orthostatic",
2935
  "Osteoarthritis",
2936
+ "Osteopenia",
2937
  "Osteoporosis",
2938
  "Other",
2939
  "Others",
 
2946
  "Oxidase",
2947
  "Oxygen",
2948
  "Oxygenation",
2949
+ "Oxymetazoline",
2950
  "O\u2019clock",
2951
  "P",
2952
  "P-1",
 
2961
  "PAP",
2962
  "PARPi",
2963
  "PBG",
 
2964
  "PBSC",
2965
  "PC20",
2966
  "PCOS",
 
2968
  "PCR",
2969
  "PCR-",
2970
  "PCS",
2971
+ "PCSK1",
2972
  "PCST",
2973
  "PCT",
2974
  "PCWP",
 
2985
  "PDT",
2986
  "PE",
2987
  "PE)at",
2988
+ "PERT",
2989
  "PET",
2990
  "PET)/CT",
2991
  "PET)/computed",
2992
  "PF",
2993
+ "PFTs",
2994
  "PH",
2995
  "PHP",
2996
  "PHQ-4",
 
3003
  "PKU",
3004
  "PLE",
3005
  "PLT",
3006
+ "PLX3397",
3007
  "PM",
3008
  "PM060184",
3009
  "PMC",
 
3015
  "POEMS",
3016
  "POLE",
3017
  "POMALYST",
3018
+ "POMC",
3019
  "PPD",
3020
  "PPI",
3021
  "PPIs",
 
3032
  "PSS",
3033
  "PTA",
3034
  "PTEN",
3035
+ "PTFE",
3036
  "PTH",
3037
  "PTLD",
3038
  "PTSD",
3039
  "PTTD",
3040
+ "PU",
3041
  "PV",
3042
  "PVD",
3043
  "PVL",
 
3046
  "Pa.",
3047
  "Pad",
3048
  "Paget",
3049
+ "Pain",
3050
  "Palliative",
3051
  "Palsy",
3052
  "Panic",
 
3061
  "Participants",
3062
  "Participating",
3063
  "Participation",
3064
+ "Parts",
3065
  "Past",
3066
  "Pathologic",
3067
  "Pathological",
 
3073
  "Pediatric",
3074
  "Pellagra",
3075
  "Pelvic",
3076
+ "Pembrolizumab",
3077
  "Pemphigoid",
3078
  "Pennsylvania",
3079
  "PerAF",
 
3119
  "Plt",
3120
  "Pneumocystis",
3121
  "Pneumonia",
3122
+ "Pointe",
3123
  "Pointes",
3124
  "Polymorphous",
3125
  "Pomalidomide",
 
3162
  "Principle",
3163
  "Prior",
3164
  "Pro",
3165
+ "Problem",
3166
  "Procrit",
3167
  "Prof",
3168
  "Prof.",
 
3224
  "RBBB",
3225
  "RBC",
3226
  "RBT",
3227
+ "RBs",
3228
  "RCA",
3229
  "RCC",
3230
  "RCHOP",
 
3240
  "REVLIMID",
3241
  "RFA",
3242
  "RGP",
3243
+ "RIT",
3244
  "RLS",
3245
  "RMC",
3246
  "RMS",
 
3260
  "RPi",
3261
  "RRT",
3262
  "RSPO",
3263
+ "RSV",
3264
  "RT",
3265
  "RUS",
3266
  "RVEF",
 
3272
  "Radiology",
3273
  "Radiotherapy",
3274
  "Rankin",
3275
+ "Rapamycin",
3276
  "Rapidly",
3277
  "Rate",
3278
  "Rating",
 
3290
  "Recovery",
3291
  "Recurrence",
3292
  "Recurrent",
3293
+ "Red",
3294
  "Reductase",
3295
  "Reduction",
3296
  "Referred",
3297
  "Refractory",
3298
  "Refusal",
3299
  "Refuses",
3300
+ "Region",
3301
  "Regional",
3302
  "Registration",
3303
  "Registry",
 
3311
  "Renal",
3312
  "Rep",
3313
  "Rep.",
3314
+ "Repeat",
3315
  "Replacement",
3316
  "Reported",
3317
  "Reports",
3318
  "Require",
3319
  "Requirement",
3320
  "Requires",
3321
+ "Rescue",
3322
  "Research",
3323
  "Residents",
3324
  "Residual",
3325
  "Resistance",
3326
  "Resistant",
3327
  "Resolution",
3328
+ "Resonance",
3329
  "Respiratory",
3330
  "Response",
3331
  "Resting",
3332
  "Restless",
3333
+ "Restricted",
3334
  "Restrictive",
3335
  "Resynchronization",
3336
  "Retardation",
 
3356
  "Rivaroxaban",
3357
  "Rodnan",
3358
  "Room",
 
3359
  "Run",
3360
  "Ryan",
3361
  "S",
3362
+ "S-2",
3363
  "S-5",
3364
  "S.",
3365
  "S.C.",
 
3383
  "SCID",
3384
  "SCLC",
3385
  "SCO",
3386
+ "SCORE",
3387
  "SCS",
3388
  "SCT",
3389
  "SCr",
3390
  "SD",
3391
+ "SGA",
3392
  "SGOT",
3393
  "SGPT",
3394
+ "SGRQ",
3395
  "SGS",
3396
  "SHH",
3397
  "SIA",
3398
  "SII",
3399
+ "SIK",
3400
  "SINE",
3401
  "SIS",
3402
  "SITA",
3403
  "SJMB12",
3404
+ "SK1",
3405
  "SLD",
3406
  "SLE",
3407
  "SLL",
 
3410
  "SMV",
3411
  "SNRI",
3412
  "SOC",
3413
+ "SOFA",
3414
+ "SONAZOID",
3415
  "SOP",
3416
  "SPC",
3417
  "SPO",
3418
  "SQUID",
3419
+ "SRD",
3420
  "SRI",
3421
  "SRP",
3422
  "SRS",
 
3427
  "SSTR+",
3428
  "ST",
3429
  "STBI",
3430
+ "STEMI",
3431
  "STOP",
3432
  "SUV]max",
3433
  "SUicidal",
 
3445
  "Sandhoff",
3446
  "Sarcoidosis",
3447
  "Sarcopenia",
3448
+ "Sarnat",
3449
  "Satisfactory",
3450
  "Scala",
3451
  "Scale",
 
3453
  "Scans",
3454
  "Scarring",
3455
  "Schaffer",
3456
+ "Schedule",
3457
  "Scheduled",
3458
  "Schizophrenia",
3459
  "Scl",
 
3471
  "Section",
3472
  "Sedative",
3473
  "Seizure",
 
3474
  "Self",
3475
  "Sen",
3476
  "Sen.",
3477
+ "Sensitivity",
3478
  "Sentinel",
3479
  "Sep",
3480
  "Sep.",
 
3506
  "Significance",
3507
  "Significant",
3508
  "Signs",
3509
+ "Simple",
3510
  "Simplex",
3511
  "Simultaneous",
3512
  "Single",
3513
  "SingleChain",
3514
+ "Size",
3515
  "Sjogren",
3516
  "Sjogrens",
3517
  "Sj\u00f6gren",
 
3566
  "Structural",
3567
  "Structured",
3568
  "Study",
3569
+ "Style",
3570
  "Sub",
3571
  "Subject",
3572
  "Subjects",
 
3579
  "Suitable",
3580
  "Superior",
3581
  "Supplemental",
3582
+ "Supratentorial",
3583
  "Supraventricular",
3584
  "Surgery",
3585
  "Surgical",
 
3634
  "TDF",
3635
  "TEN",
3636
  "TENS",
3637
+ "TFE",
3638
  "TFP",
3639
  "THE",
3640
  "TIA",
 
3661
  "TOP",
3662
  "TOR",
3663
  "TORS",
3664
+ "TPA",
3665
  "TR",
3666
  "TR+",
3667
  "TRANSPLANTATION",
 
3693
  "Tay",
3694
  "TcF",
3695
  "Tcell",
3696
+ "TdP",
3697
  "Tekturna",
3698
  "Telephone",
3699
  "Telithormycin",
 
3708
  "Test",
3709
  "Tests",
3710
  "Tetanus",
3711
+ "Tetracycline",
3712
  "That",
3713
  "That's",
3714
  "That\u2019s",
3715
  "The",
3716
+ "Therapies",
3717
  "Therapy",
3718
  "There",
3719
  "There's",
 
3747
  "Tourette",
3748
  "Toxicities",
3749
  "Toxicity",
3750
+ "Toxoplasma",
3751
  "Transcranial",
3752
+ "Transfusion",
3753
  "Transfusions",
3754
  "Transient",
3755
  "Transition",
 
3774
  "Tumors",
3775
  "Turner",
3776
  "Turnstile",
3777
+ "Twice",
3778
  "Type",
3779
  "Tyrosine",
3780
  "U",
 
3804
  "UTI",
3805
  "UV",
3806
  "Ulcer",
3807
+ "Ulcers",
3808
  "Umbilical",
3809
  "Unable",
3810
  "Uncompensated",
 
3824
  "Unrelated",
3825
  "Unresolved",
3826
  "Unstable",
3827
+ "Untreatable",
3828
  "Untreated",
3829
  "Unwillingness",
3830
  "Up",
 
3843
  "V600",
3844
  "V600E",
3845
  "V600e",
3846
+ "VAR",
3847
  "VAS",
3848
  "VAX",
3849
  "VEF",
 
3853
  "VI",
3854
  "VICTOZA",
3855
  "VIG",
3856
+ "VII",
3857
  "VIT-45",
3858
  "VIg",
3859
  "VLCAD",
3860
  "VNS",
3861
+ "VO2",
3862
  "VOC",
3863
  "VP",
3864
  "VRC01",
 
3875
  "Vaccinations",
3876
  "Vaccines",
3877
  "Vagus",
3878
+ "Vancomycin",
3879
  "Vanderbilt",
3880
+ "Varenicline",
3881
  "Vascular",
3882
  "Vaseline",
3883
  "Vasoactive",
 
3887
  "Version",
3888
  "Very",
3889
  "Veterans",
3890
+ "Via",
3891
  "Viagra",
3892
  "Virginia",
3893
  "Virtual",
 
3969
  "X)xxxx",
3970
  "X++",
3971
  "X+\u2265",
3972
+ "X-396",
3973
  "X-d",
3974
  "X-dd",
3975
  "X-ddd",
 
3986
  "XR",
3987
  "XRT",
3988
  "XX",
3989
+ "XX(XdXX",
3990
  "XX)dd",
3991
  "XX)xx",
3992
  "XX+",
 
4001
  "XXX)-xxxx",
4002
  "XXX)/",
4003
  "XXX)/XX",
4004
+ "XXX)/XXX",
4005
  "XXX)/Xxxxx",
4006
  "XXX)/xxxx",
4007
  "XXX)>dd",
 
4100
  "Xxx'x",
4101
  "Xxx-d",
4102
  "Xxx.",
 
4103
  "XxxXX",
4104
  "XxxXXX",
4105
  "XxxXx",
 
4112
  "Xxxx.",
4113
  "XxxxXxx",
4114
  "XxxxXxxxx",
4115
+ "Xxxxd/+",
4116
  "Xxxxx",
4117
  "Xxxxx'",
4118
  "Xxxxx'x",
 
4142
  "X\u2019x",
4143
  "X\u2019xxxx",
4144
  "Y",
4145
+ "Y-90",
4146
  "Y90",
4147
  "YCN",
 
4148
  "YHA",
4149
  "YST",
4150
  "Yahr",
 
4211
  "abbv-399",
4212
  "abdomen",
4213
  "abdominal",
4214
+ "abdominoperineal",
4215
  "abdominoplasty",
4216
  "abemaciclib",
4217
  "abg",
4218
+ "abi-011",
4219
  "ability",
4220
  "abiraterone",
4221
  "ablation",
 
4238
  "absence",
4239
  "absolute",
4240
  "absorb",
4241
+ "absorptiometry",
4242
  "absorption",
4243
  "abstain",
4244
  "abstaining",
 
4266
  "accutane",
4267
  "ace",
4268
  "acei",
4269
+ "acetabular",
4270
  "acetaminophen",
4271
  "acetate",
4272
  "acetazolamide",
4273
+ "acetylcholinesterase",
4274
  "ach",
4275
  "achalasia",
4276
  "achieve",
 
4298
  "actinomycin",
4299
  "action",
4300
  "activated",
4301
+ "activating",
4302
  "activation",
4303
  "activator",
4304
  "active",
 
4306
  "activities",
4307
  "activity",
4308
  "actual",
4309
+ "acue",
4310
  "acuity",
4311
  "acupuncture",
4312
  "acute",
4313
  "acutely",
4314
  "acy",
4315
+ "acyclovir",
4316
  "ad",
4317
  "ad8",
4318
  "ada",
 
4339
  "adhere",
4340
  "adherence",
4341
  "adherent",
4342
+ "adhesive",
4343
  "adhf",
4344
  "adi",
4345
  "adis-5",
 
4355
  "admission",
4356
  "admitted",
4357
  "adolescents",
4358
+ "ados-2",
4359
  "adrenal",
4360
  "adrenergic",
4361
  "adrenoleukodystrophy",
 
4369
  "advancing",
4370
  "advantage",
4371
  "adverse",
4372
+ "adversely",
4373
  "advertisement",
4374
  "advises",
4375
  "ady",
 
4385
  "affect",
4386
  "affected",
4387
  "affecting",
 
4388
  "affects",
4389
  "affiliated",
4390
  "aforementioned",
4391
  "afp",
4392
+ "afrin",
4393
  "aft",
4394
  "after",
4395
  "ag-",
 
4422
  "ahr",
4423
  "ahus",
4424
  "ai",
4425
+ "aicds",
4426
  "aid",
4427
  "aids",
4428
  "aids)-related",
 
4451
  "alanine",
4452
  "alar",
4453
  "albumin",
4454
+ "albuterol",
4455
  "alcohol",
4456
  "alcoholic",
4457
  "alcoholism",
 
4465
  "aliskiren",
4466
  "alivecor",
4467
  "alk",
4468
+ "alk)-negative",
4469
  "alkaline",
4470
  "alkalosis",
4471
  "all",
 
4476
  "allergies",
4477
  "allergy",
4478
  "allergy_name",
4479
+ "alleviate",
4480
  "alloHCT",
4481
  "alloHSCT",
4482
  "allogeneic",
 
4484
  "allograft",
4485
  "allohct",
4486
  "allohsct",
4487
+ "alloimmunization/",
4488
  "allow",
4489
  "allowable",
4490
  "allowed",
 
4519
  "am",
4520
  "ambiguous",
4521
  "amblyopia",
4522
+ "ambulate",
4523
  "ambulation",
4524
  "ambulatory",
4525
  "amc",
 
4546
  "among",
4547
  "amount",
4548
  "amoxicillin",
4549
+ "amphetamine",
4550
  "amphetamines",
4551
  "amplification",
4552
  "amplified",
4553
+ "ampullary",
4554
  "amputation",
4555
  "amputations",
4556
  "ams",
4557
  "amt",
4558
+ "amyloid",
4559
  "amyloidosis",
4560
  "amyotrophic",
4561
  "an",
 
4683
  "antimicrobials",
4684
  "antinauseants",
4685
  "antineoplastic",
4686
+ "antinuclear",
4687
  "antioxidants",
4688
  "antipd1",
4689
  "antipdl1",
 
4706
  "anxiolytics",
4707
  "anxious",
4708
  "any",
4709
+ "anyone",
4710
  "anz",
4711
  "ao2",
4712
  "aoa",
 
4743
  "applies",
4744
  "apply",
4745
  "appointed",
 
4746
  "approach",
4747
  "approaches",
4748
  "appropriate",
 
4760
  "ar.",
4761
  "aranesp",
4762
  "arb",
4763
+ "arbs",
4764
  "arch",
4765
  "archival",
4766
  "ard",
 
4805
  "arthroplast",
4806
  "arthroplasty",
4807
  "arthroscopic",
4808
+ "articular",
4809
  "ary",
4810
  "as",
4811
  "as/",
4812
  "asa",
4813
  "asccp",
4814
  "ascending",
 
4815
  "ascites",
4816
  "asco",
4817
  "ascorbate",
 
4835
  "aspirin",
4836
  "ass",
4837
  "assay",
 
4838
  "assays",
4839
  "assess",
4840
  "assessed",
4841
  "assessment",
4842
  "assessments",
4843
+ "assignment",
4844
  "assist",
4845
  "assisted",
4846
  "assistnat",
 
4873
  "atients",
4874
  "atll",
4875
  "atm",
4876
+ "ato",
4877
+ "atomoxetine",
4878
  "atopic",
4879
  "atopy",
4880
  "atorvastatin",
 
4912
  "auspices",
4913
  "authority",
4914
  "autism",
4915
+ "autistic",
4916
  "autoantibodies",
4917
  "autoimmune",
4918
  "autoimmunity",
 
4929
  "average",
4930
  "avian",
4931
  "avid",
4932
+ "avm",
4933
  "avoid",
4934
  "avoidant",
4935
  "avp",
4936
+ "awaiting",
4937
  "awake",
4938
  "awn",
4939
  "aws",
 
4960
  "b.",
4961
  "b12",
4962
  "b5201002",
 
4963
  "babies",
4964
  "bacille",
4965
  "bacillus",
 
5044
  "bes",
5045
  "best",
5046
  "beta",
5047
+ "beta0/+",
5048
  "betamethasone",
5049
  "betaquik",
5050
  "better",
 
5094
  "bivalirudin",
5095
  "bka",
5096
  "bl",
5097
+ "blackfan",
5098
  "bladder",
5099
  "blast",
5100
  "blastic",
 
5140
  "borderline",
5141
  "borders",
5142
  "born",
5143
+ "boron",
5144
  "bortezomib",
5145
  "bos",
5146
  "bot",
 
5177
  "british",
5178
  "bro",
5179
  "broadly",
5180
+ "brochure",
5181
  "bronchi",
5182
  "bronchial",
5183
  "bronchiectasis",
 
5199
  "bsag",
5200
  "bsc",
5201
  "bt",
5202
+ "btc",
5203
  "bubbles",
5204
  "budesonide",
5205
  "bulbar",
 
5220
  "buspirone",
5221
  "busulfan",
5222
  "but",
5223
+ "bwh",
5224
  "by",
5225
  "bydureon",
5226
  "byetta",
 
5239
  "c20",
5240
  "c3",
5241
  "c4",
5242
+ "c8",
5243
  "cAb",
5244
  "cGVHD",
5245
  "cHL",
 
5264
  "calculated",
5265
  "calculi",
5266
  "calculus",
 
5267
  "calgb9251",
5268
  "calibrated",
5269
  "calibration",
 
5323
  "cardiovascular",
5324
  "care",
5325
  "careful",
5326
+ "carefully",
5327
  "caregiver",
5328
  "caregivers",
5329
  "carfilzomib",
 
5336
  "carrier",
5337
  "carries",
5338
  "carry",
5339
+ "cartilage",
5340
  "cas",
5341
  "case",
5342
  "cases",
 
5393
  "cdi",
5394
  "cdk",
5395
  "cdk4/6",
5396
+ "cds",
5397
  "ce>",
5398
  "cea",
5399
  "ced",
5400
  "cediranib",
5401
+ "cefoxitin",
5402
  "ceftaroline",
5403
  "cei",
5404
  "celecoxib",
 
5446
  "chagas",
5447
  "chain",
5448
  "chair",
5449
+ "chalazia",
5450
  "challenge",
5451
  "chance",
5452
  "change",
 
5460
  "charcot",
5461
  "chart",
5462
  "chb",
5463
+ "chc",
5464
  "chd",
5465
  "che",
5466
  "checking",
 
5477
  "chemoradiation",
5478
  "chemoradiotherapy",
5479
  "chemotherapy",
5480
+ "chemo\u2010RT",
5481
+ "chemo\u2010rt",
5482
  "chest",
5483
  "chew",
5484
  "chewing",
 
5531
  "cil",
5532
  "ciliary",
5533
  "cimetidine",
5534
+ "ciml",
5535
  "cin",
5536
  "circulating",
5537
  "circulation",
 
5560
  "classic",
5561
  "classification",
5562
  "classified",
 
5563
  "claustrophobia",
5564
  "claustrophobic",
5565
+ "clavulanate",
5566
  "clc",
5567
  "cle",
5568
  "clean",
 
5609
  "cmv",
5610
  "cne",
5611
  "cns",
5612
+ "cns3",
5613
  "cnv",
5614
  "co",
5615
  "co.",
5616
  "coa",
5617
  "coagulapathy",
5618
  "coagulation",
 
5619
  "coagulopathy",
5620
  "coated",
5621
  "cobalt",
 
5624
  "cocaine",
5625
  "cochlear",
5626
  "cockcroft",
5627
+ "cocoavia",
5628
  "codeine",
5629
  "coexistence",
5630
  "coexisting",
 
5635
  "cohabitating",
5636
  "cohort",
5637
  "cohorts",
5638
+ "coil",
5639
  "coils",
5640
  "col",
5641
  "colchicine",
5642
  "cold",
5643
+ "colectomy",
5644
  "colic",
5645
  "colitis",
5646
  "collaboration",
 
5658
  "colonoscopy",
5659
  "colony",
5660
  "colorectal",
5661
+ "colostomy",
5662
  "colposcopic",
5663
  "colposcopy",
5664
  "columbia",
 
5675
  "committee",
5676
  "committing",
5677
  "common",
 
5678
  "communicable",
5679
  "communicate",
5680
  "communication",
 
5708
  "compression",
5709
  "compressions",
5710
  "compromise",
5711
+ "compromised",
5712
  "compulsive",
5713
  "computed",
5714
  "computer",
5715
  "computerized",
5716
+ "concentrate",
5717
  "concentrating",
5718
  "concentration",
5719
  "concern",
 
5767
  "considered",
5768
  "considering",
5769
  "consist",
5770
+ "consisted",
5771
  "consistent",
5772
  "consisting",
5773
  "consolidation",
 
5776
  "constellation",
5777
  "constipation",
5778
  "constipation-",
5779
+ "constituents",
5780
  "constrictive",
5781
  "consult",
5782
  "consultant",
 
5784
  "consume",
5785
  "consumption",
5786
  "contact",
5787
+ "contained",
5788
  "containing",
5789
  "contains",
5790
  "contamination",
 
5861
  "could",
5862
  "coumadin",
5863
  "coun",
 
5864
  "count",
5865
  "counter",
5866
  "counts",
 
5879
  "cpx",
5880
  "cr",
5881
  "cr-",
 
5882
  "cranberry",
5883
  "cranial",
5884
  "craniectomy",
 
5907
  "crpc",
5908
  "crs",
5909
  "crt",
5910
+ "cruciate",
5911
  "cruzi",
5912
+ "cryoablation",
5913
  "cryoprecipitate",
5914
  "cryopreservation",
5915
  "cryosurgery",
 
5931
  "ctla-4",
5932
  "ctla4",
5933
  "cts",
5934
+ "cue",
5935
  "cuff",
5936
  "culture",
5937
  "cultures",
 
6021
  "d.dxxd",
6022
  "d.x",
6023
  "d/d",
6024
+ "d/d'xxx",
6025
  "d/dd",
6026
  "d10",
6027
  "d19",
 
6060
  "danhlos",
6061
  "danlos",
6062
  "dapsone",
6063
+ "darbepoetin",
6064
  "dare",
6065
  "das28",
6066
  "dasatinib",
 
6091
  "ddd/dd",
6092
  "dddX",
6093
  "dddXX",
6094
+ "dddXx",
6095
  "dddd",
6096
  "dddd/d",
6097
  "dddx",
 
6100
  "ddi",
6101
  "ddm",
6102
  "ddr",
6103
+ "dds",
6104
  "ddx",
6105
  "ddx.x",
6106
  "ddx.x.",
 
6137
  "decreased",
6138
  "decubiti",
6139
  "ded",
6140
+ "dedicated",
6141
+ "dedication",
6142
  "deem",
6143
  "deemed",
6144
  "deems",
 
6172
  "del",
6173
  "del.",
6174
  "del11q",
6175
+ "del19",
6176
  "delavirdine",
6177
  "delay",
6178
  "delayed",
 
6191
  "dementia",
6192
  "demonstrate",
6193
  "demonstrated",
6194
+ "demonstrates",
6195
  "demonstrating",
6196
  "demonstration",
6197
  "demyelinating",
 
6209
  "department",
6210
  "dependence",
6211
  "dependent",
6212
+ "dependent/",
6213
  "depends",
6214
  "depigmentation",
6215
  "deployment",
 
6249
  "determination",
6250
  "determine",
6251
  "determined",
6252
+ "detoxifications",
6253
  "develop",
6254
  "developed",
6255
  "developing",
 
6265
  "dexamethasone",
6266
  "dexmedetomidine",
6267
  "dextran",
6268
+ "dextroamphetamine",
6269
  "dh1",
6270
  "dh2",
6271
  "dhd",
 
6283
  "dialysis",
6284
  "diameter",
6285
  "diameters",
6286
+ "diamond",
6287
  "diaphragm",
6288
  "diarrhea",
6289
  "diastolic",
 
6311
  "digestive",
6312
  "digital",
6313
  "digoxin",
6314
+ "dii",
6315
  "dil",
6316
  "dilantin",
6317
  "dilated",
 
6342
  "discectomy",
6343
  "discharge",
6344
  "disciplinary",
 
6345
  "discontinuation",
6346
  "discontinue",
6347
  "discontinued",
 
6359
  "disk",
6360
  "disopyramide",
6361
  "disorder",
6362
+ "disordered",
6363
  "disorders",
6364
  "dispensed",
6365
  "dispersion",
 
6435
  "dopa",
6436
  "dopamine",
6437
  "dopaminergic",
6438
+ "dopc",
6439
  "doppler",
6440
  "dor",
6441
  "dormant",
 
6446
  "dosed",
6447
  "doses",
6448
  "dosing",
6449
+ "dota",
6450
  "double",
6451
  "doublet",
6452
  "doubt",
 
6476
  "dsm)-5",
6477
  "dsm-5",
6478
  "dtic",
6479
+ "dtpa",
6480
  "dual",
6481
  "duct",
6482
  "ductal",
6483
  "due",
6484
  "duke",
6485
+ "duodenal",
6486
  "duration",
6487
  "during",
6488
  "dust",
 
6502
  "dxxd",
6503
  "dxxx",
6504
  "dxxxx",
6505
+ "dye",
6506
  "dyes",
6507
  "dynamic",
6508
  "dyscrasia",
 
6512
  "dyskeratosis",
6513
  "dyskinesia",
6514
  "dysmorphic",
6515
+ "dyspepsia",
6516
  "dysphagia",
6517
  "dysplasia",
6518
  "dysplastic",
 
6534
  "e.g",
6535
  "e.g.",
6536
  "eGFR",
6537
+ "eGFR<30ml",
6538
  "each",
6539
  "ead",
6540
  "eae",
 
6588
  "edi",
6589
  "edition",
6590
  "edo",
6591
+ "edotreotide",
6592
  "edoxaban",
6593
  "eds",
6594
+ "ee",
6595
  "eed",
6596
  "eeg",
6597
  "eek",
 
6616
  "ege",
6617
  "egf",
6618
  "egfr",
6619
+ "egfr<30ml",
6620
  "egg",
6621
+ "eggs",
6622
  "egy",
6623
  "ehler",
6624
  "ehlers",
6625
  "ehn",
6626
+ "ei",
6627
  "eia",
6628
+ "eiads",
6629
  "eiaed",
6630
  "eiaeds",
6631
  "eic",
 
6725
  "endograft",
6726
  "endometrial",
6727
  "endometrioid",
6728
+ "endorectal",
6729
  "endorsement",
6730
  "endorses",
6731
  "endoscopic",
 
6736
  "endpoints",
6737
  "enduring",
6738
  "ene",
6739
+ "energy",
6740
  "enfortumab",
6741
  "engage",
6742
  "engaged",
 
6771
  "enteropathy",
6772
  "entinostat",
6773
  "entire",
6774
+ "entresto",
6775
  "entry",
6776
  "environment",
6777
  "enzalutamide",
 
6801
  "epithelial",
6802
  "epo",
6803
  "epoch",
6804
+ "epoetin",
6805
  "epp",
6806
+ "epr",
6807
  "eps",
6808
  "epstein\u2010barr",
6809
  "ept",
 
6823
  "eradicated",
6824
  "erd",
6825
  "ere",
6826
+ "erectile",
6827
  "eri",
 
6828
  "erlotinib",
6829
  "erm",
6830
  "ern",
 
6858
  "esophagus",
6859
  "esp",
6860
  "especially",
6861
+ "esrd",
6862
  "ess",
6863
  "essure",
6864
  "est",
 
6867
  "establishment",
6868
  "estimated",
6869
  "estimating",
6870
+ "estimation",
6871
  "estimations",
6872
  "estradiol",
6873
  "estrogen",
 
6913
  "evidenced",
6914
  "evident",
6915
  "evoked",
6916
+ "evolocumab",
6917
  "ewing",
6918
  "ewly",
6919
  "ews",
 
6972
  "expectation",
6973
  "expectations",
6974
  "expected",
6975
+ "expenditure",
6976
  "experience",
6977
  "experienced",
6978
  "experiencing",
6979
  "experimental",
6980
  "experiments",
6981
+ "expert",
6982
  "expiratory",
6983
  "explain",
6984
  "explained",
 
7015
  "f",
7016
  "f)/",
7017
  "f-1",
 
7018
  "f.",
7019
  "f43",
7020
  "fMRI",
 
7101
  "fid",
7102
  "field",
7103
  "fields",
 
7104
  "figo",
7105
  "fil",
7106
  "file",
 
7131
  "fld",
7132
  "flexion",
7133
  "flk-1",
7134
+ "floor",
7135
  "flovent",
7136
  "flow",
7137
  "floxuridine",
 
7156
  "fm",
7157
  "fmau",
7158
  "fmd",
7159
+ "fmiso",
7160
  "fmri",
7161
  "fna",
7162
  "focal",
 
7180
  "foregut",
7181
  "foreign",
7182
  "form",
7183
+ "formal",
7184
  "formers",
7185
  "forms",
7186
  "formula",
 
7195
  "four",
7196
  "fovea",
7197
  "foveal",
 
7198
  "fraction",
7199
  "fractionation",
7200
+ "fractions",
7201
  "fracture",
7202
  "fractures",
7203
  "fragments",
 
7219
  "fruit",
7220
  "fsgs",
7221
  "fsh",
 
7222
  "ftp",
7223
  "ftr",
7224
  "fts",
 
7252
  "g12",
7253
  "g13",
7254
  "g6pd",
7255
+ "g719x",
7256
  "gAN",
7257
  "ga",
7258
  "ga.",
 
7285
  "gbm",
7286
  "gbs",
7287
  "gct",
7288
+ "gd",
7289
  "gd1b",
7290
  "gd2",
7291
  "gec",
7292
  "ged",
7293
  "gefitinib",
7294
  "gel",
7295
+ "gelatin",
7296
  "gemcitabine",
7297
  "gemcitabine/",
7298
  "gemfibrozil",
 
7307
  "generation",
7308
  "genes",
7309
  "genetic",
 
7310
  "genitalia",
7311
  "genomic",
7312
  "genotype",
7313
  "genotyping",
7314
  "gentamicin",
7315
+ "gentimicin",
7316
  "geographic",
7317
  "ger",
7318
  "gerd",
 
7324
  "get",
7325
  "getting",
7326
  "gfr",
7327
+ "ggs",
7328
  "ggt",
7329
+ "gh",
7330
  "ght",
7331
  "gi",
7332
  "gia",
 
7381
  "gon",
7382
  "gonadal",
7383
  "gonadotropin",
7384
+ "gondii",
7385
  "gonna",
7386
  "gonoadotoxic",
7387
  "good",
 
7425
  "groups",
7426
  "growing",
7427
  "growth",
7428
+ "grq",
7429
  "gsk",
7430
+ "gsk525762",
7431
  "gth",
7432
  "guard",
7433
  "guardian",
 
7561
  "hemolytic",
7562
  "hemophagocytic",
7563
  "hemophilia",
7564
+ "hemoptysis",
7565
  "hemorrhage",
7566
+ "hemorrhages",
7567
  "hemorrhagic",
7568
  "hemostatic",
7569
  "hen",
 
7571
  "heparin",
7572
  "hepatic",
7573
  "hepatitis",
7574
+ "hepato",
7575
  "hepatoblastoma",
7576
  "her",
 
7577
  "her2",
7578
  "her2)-positive",
7579
  "herbal",
 
7589
  "hetastarch",
7590
  "heterosexual",
7591
  "heterotaxia",
7592
+ "heterozygous",
7593
  "hew",
7594
  "hey",
7595
  "he\u2019s",
 
7597
  "hfpef",
7598
  "hg",
7599
  "hgb",
 
7600
  "hgf",
7601
  "hgh",
7602
  "hht",
 
7625
  "histologies",
7626
  "histology",
7627
  "histopathologic",
7628
+ "histopathological",
7629
  "histopathologically",
7630
  "histopathology",
7631
  "historic",
 
7652
  "hod",
7653
  "hodgkin",
7654
  "hoehn",
7655
+ "hogarty",
7656
  "hol",
7657
  "hold",
7658
  "holoprosencephaly",
 
7661
  "home",
7662
  "homicidal",
7663
  "homolog",
7664
+ "homozygous",
7665
  "hookworm",
7666
  "hop",
7667
  "hope",
 
7716
  "hydromorphone",
7717
  "hydronephrosis",
7718
  "hydrops",
7719
+ "hydroxurea",
7720
  "hydroxylase",
7721
  "hydroxyurea",
7722
  "hyl",
 
7741
  "hyperpigmentation",
7742
  "hyperplasia",
7743
  "hyperprolactinemia",
7744
+ "hyperreactivity",
7745
  "hypersensitivity",
7746
  "hypersplenism",
7747
  "hypertension",
 
7758
  "hypoglycemic",
7759
  "hypogonadism",
7760
  "hypogonadotropic",
7761
+ "hypokalemia",
7762
+ "hypomagnesemia",
7763
  "hypomania",
7764
  "hypomethylating",
7765
  "hyponatremia",
 
7790
  "i.v",
7791
  "i131",
7792
  "iCBT",
7793
+ "iDs",
7794
  "ia",
7795
+ "ia(t1no",
7796
  "ia.",
7797
  "iabp",
7798
  "iac",
 
7840
  "idh2",
7841
  "idiopathic",
7842
  "idiosyncrasy",
7843
+ "ido",
7844
  "ids",
7845
  "ie",
7846
  "ied",
 
7858
  "ift",
7859
  "ifu",
7860
  "ify",
 
7861
  "igan",
7862
+ "igf",
7863
  "igf-1",
7864
  "igh",
7865
  "igm",
 
7870
  "iia",
7871
  "iib",
7872
  "iic",
 
7873
  "iii",
7874
  "iiia",
7875
  "iiib",
 
7881
  "ild",
7882
  "ile",
7883
  "ileal",
7884
+ "ileostomy",
7885
  "ileus",
7886
  "ilk",
7887
  "ill",
 
7889
  "illicit",
7890
  "illness",
7891
  "illnesses",
7892
+ "iloprost",
7893
  "ils",
7894
  "ilt",
7895
  "ily",
 
7904
  "ime",
7905
  "imgn853",
7906
  "imid",
7907
+ "imids",
7908
  "imiquimod",
7909
+ "iml",
7910
  "imm/5asa",
7911
  "immature",
7912
  "immediate",
 
7928
  "immunologic",
7929
  "immunological",
7930
  "immunomodulating",
7931
+ "immunomodulators",
7932
  "immunomodulatory",
7933
  "immunoparesis",
7934
  "immunosorbent",
 
7939
  "immunosuppressive",
7940
  "immunosuppressives",
7941
  "immunotherapeutic",
7942
+ "immunotherapies",
7943
  "immunotherapy",
7944
+ "immunovaccine",
7945
  "imp",
7946
  "impact",
7947
  "impair",
 
7995
  "incomplete",
7996
  "inconclusive",
7997
  "incontinence",
 
7998
  "increase",
7999
  "increased",
8000
+ "increases",
8001
  "increasing",
8002
  "incurable",
8003
  "ind",
 
8050
  "influence",
8051
  "influenza",
8052
  "inform",
 
8053
  "information",
8054
  "informative",
8055
  "informed",
 
8056
  "infused",
8057
  "infusion",
8058
  "infusions",
8059
  "infustion",
8060
  "ing",
8061
  "ingestion",
8062
+ "ingredient",
8063
  "ingredients",
8064
  "inh",
8065
  "inhalation",
 
8075
  "inhibits",
8076
  "ini",
8077
  "initial",
8078
+ "initially",
8079
  "initiate",
8080
  "initiated",
8081
  "initiating",
 
8093
  "ink",
8094
  "inn",
8095
  "inner",
 
8096
  "ino",
8097
  "inoculation",
8098
  "inoperable",
8099
  "inotrope",
8100
  "inotropic",
8101
+ "inpatient",
8102
  "inr",
8103
  "ins",
8104
  "inserted",
 
8115
  "institutional",
8116
  "instructed",
8117
  "instructions",
8118
+ "instrumentation",
8119
  "insufficiency",
8120
  "insufficient",
8121
  "insulin",
 
8278
  "islet",
8279
  "ism",
8280
  "isncsci",
8281
+ "iso",
8282
  "isocitrate",
8283
  "isolated",
8284
  "isolation",
 
8321
  "ize",
8322
  "j",
8323
  "j.",
8324
+ "jak",
8325
  "jak+",
8326
  "jak1",
8327
  "jak2",
 
8329
  "jan",
8330
  "jan.",
8331
  "january",
8332
+ "janus",
8333
  "jaundice",
8334
  "jaw",
8335
  "jcc",
 
8348
  "jor",
8349
  "jr",
8350
  "jr.",
8351
+ "jr11",
8352
  "jude",
8353
  "judged",
8354
  "judgement",
 
8359
  "jul.",
8360
  "jun",
8361
  "jun.",
8362
+ "junction",
8363
  "june",
8364
  "jurisdiction",
8365
  "juvenile",
 
8381
  "karyotype",
8382
  "kas",
8383
  "kay",
8384
+ "kcc",
8385
  "kdoqi",
8386
  "ked",
8387
  "keep",
 
8432
  "ky",
8433
  "ky.",
8434
  "kyphoplasty",
8435
+ "kyphosis",
8436
  "l",
8437
  "l(s",
8438
  "l-1",
8439
  "l-2",
8440
  "l.",
8441
  "l1",
8442
+ "l19",
8443
  "l2",
8444
  "l858r",
8445
+ "l861q",
8446
  "l>4",
8447
  "la",
8448
  "la.",
 
8457
  "lack",
8458
  "lacking",
8459
  "lactating",
8460
+ "lactose",
8461
  "lacunar",
8462
  "lacunes",
8463
  "lad",
 
8489
  "larynx",
8490
  "las",
8491
  "laser",
8492
+ "lasik",
8493
  "last",
8494
  "late",
8495
  "latency",
 
8503
  "lay",
8504
  "lb2",
8505
  "lbbb)>120",
8506
+ "lbi",
8507
  "lbs",
8508
  "lcc",
8509
  "lchad",
 
8524
  "leflunomide",
8525
  "left",
8526
  "leg",
8527
+ "legume",
8528
  "leiden",
8529
  "lem",
8530
  "lenalidomide",
8531
  "length",
8532
  "lens",
8533
  "lenses",
8534
+ "lepr",
8535
  "leptin",
8536
  "leptomeningeal",
8537
  "ler",
8538
  "les",
8539
  "lesion",
8540
+ "lesion(s",
8541
  "lesions",
8542
  "less",
8543
  "let",
 
8561
  "levels",
8562
  "levitra",
8563
  "levodopa",
8564
+ "levomilnacipran",
8565
  "lex",
8566
  "lf2",
8567
  "lff",
 
8600
  "limpet",
8601
  "lin",
8602
  "linaclotide",
8603
+ "lincomcin",
8604
  "linda",
8605
  "line",
8606
  "lineage",
 
8615
  "lipopolysaccharidosis",
8616
  "lipoproteins",
8617
  "liposomal",
8618
+ "liquids",
8619
  "liraglutide",
8620
  "lis",
8621
  "list",
 
8625
  "live",
8626
  "liver",
8627
  "lives",
8628
+ "living",
8629
  "lix",
8630
  "lky",
8631
  "ll",
 
8655
  "located",
8656
  "loco",
8657
  "locoregional",
8658
+ "lof",
8659
  "log",
8660
  "logistic",
8661
  "logmar",
 
8669
  "loose",
8670
  "lop",
8671
  "lopinavir",
 
8672
  "loratadine",
8673
  "lorazepam",
8674
  "los",
 
8690
  "lozenge",
8691
  "lp",
8692
  "lpm",
 
8693
  "lsd",
8694
  "lse",
8695
  "lsg",
 
8721
  "lupus",
8722
  "lurasidone",
8723
  "lus",
8724
+ "luteinizing",
8725
+ "lutetium-177",
8726
  "lux",
8727
  "lv",
8728
  "lva",
8729
+ "lvads",
8730
  "lve",
8731
  "lvef",
8732
  "lvef)<35",
 
8792
  "machine",
8793
  "macrolide",
8794
  "macrophage",
8795
+ "macrophagecolony",
8796
  "macroprolactinoma",
 
8797
  "macroscopically",
8798
  "macular",
8799
  "mad",
 
8803
  "magenis",
8804
  "magnesium",
8805
  "magnetic",
8806
+ "magnevist",
8807
  "main",
8808
  "maintain",
8809
  "maintained",
 
8842
  "manifestation",
8843
  "manifestations",
8844
  "manifested",
8845
+ "mannitol",
8846
  "mannosidosis",
8847
  "mantle",
8848
  "manual",
 
8876
  "material",
8877
  "materials",
8878
  "maternal",
8879
+ "matristem",
8880
  "matrix",
8881
  "matted",
8882
  "matter",
 
8897
  "mcd",
8898
  "mcg",
8899
  "mcl",
 
8900
  "md",
8901
  "md.",
8902
  "mdd",
 
8967
  "meningioma",
8968
  "meningitis",
8969
  "meningococcal",
8970
+ "meniscus",
8971
  "menopausal",
8972
  "menses",
8973
  "menstrual",
 
8985
  "merkel",
8986
  "mes",
8987
  "mesenteric",
8988
+ "mesh",
8989
  "mesoridazine",
8990
  "mesothelioma",
8991
+ "mesotheliomas",
8992
  "messrs",
8993
  "messrs.",
8994
  "met",
 
9036
  "mich",
9037
  "mich.",
9038
  "micro",
9039
+ "microL",
9040
+ "microaneurysms",
9041
  "microbial",
9042
  "microbiota",
9043
  "microcalcifications",
9044
  "microcirculatory",
9045
+ "microl",
9046
  "microlaryngoscopy",
9047
  "micron",
9048
  "microns",
 
9059
  "milligram",
9060
  "millimeter",
9061
  "milliseconds",
9062
+ "milnacipran",
9063
  "milrinone",
9064
  "min",
9065
  "min/1.73",
 
9082
  "misoprostol",
9083
  "miss",
9084
  "miss.",
9085
+ "missed",
9086
  "missing",
9087
  "mit",
9088
  "mitigation",
 
9154
  "monoxide",
9155
  "mont",
9156
  "mont.",
9157
+ "montefiore",
9158
  "month",
9159
  "months",
9160
  "montreal",
 
9192
  "mrd",
9193
  "mrgfus",
9194
  "mri",
9195
+ "mri)/pet",
9196
  "mrs",
9197
  "mrs.",
9198
  "ms",
 
9202
  "msec",
9203
  "msi",
9204
  "msk",
9205
+ "mskcc",
9206
  "mso",
9207
  "msy",
9208
  "mt",
 
9225
  "multiphasic",
9226
  "multiple",
9227
  "multiples",
 
9228
  "multivitamins",
9229
  "mum",
9230
  "mum1",
 
9242
  "mutants",
9243
  "mutated",
9244
  "mutation",
9245
+ "mutation(s",
9246
  "mutations",
9247
  "mutism",
9248
  "mwg",
 
9384
  "neo)adjuvant",
9385
  "neoadjuvant",
9386
  "neoadjuvant/",
9387
+ "neomycin",
9388
  "neoplasia",
9389
  "neoplasm",
9390
  "neoplasms",
 
9459
  "ngs",
9460
  "nhanes",
9461
  "nhl",
9462
+ "nhlbi",
9463
  "nht",
9464
  "ni-0501",
9465
  "nia",
 
9509
  "nol",
9510
  "non",
9511
  "nonalcoholic",
9512
+ "nonanaphylactic",
9513
  "nonarteritic",
9514
  "noncardiac",
9515
  "noncompliance",
 
9528
  "nor",
9529
  "norepinephrine",
9530
  "normal",
9531
+ "normalized",
9532
  "normotensive",
9533
  "nos",
9534
  "nose",
 
9558
  "nrt",
9559
  "nrtis",
9560
  "ns.",
9561
+ "ns3",
9562
  "nsaid",
9563
  "nsaids",
9564
  "nsclc",
 
9568
  "nt.",
9569
  "nt/",
9570
  "nta",
9571
+ "nte",
9572
  "nth",
9573
  "nti",
9574
  "nto",
 
9591
  "nuthin'",
9592
  "nuthin\u2019",
9593
  "nutritional",
9594
+ "nuts",
9595
  "ny",
9596
  "nyha",
9597
  "nyha(new",
 
9659
  "oct.",
9660
  "ocular",
9661
  "odd",
9662
+ "odds",
9663
  "ode",
9664
  "ods",
9665
  "ody",
 
9668
  "oes",
9669
  "of",
9670
  "of.",
9671
+ "ofa",
9672
  "ofatumumab",
9673
  "off",
9674
  "offer",
 
9722
  "omy",
9723
  "on",
9724
  "on-",
9725
+ "on/",
9726
  "ona",
9727
  "onalespib",
 
9728
  "once",
9729
  "oncogene",
9730
  "oncogenic",
 
9757
  "oot",
9758
  "op",
9759
  "opa",
9760
+ "opc",
9761
  "opd",
9762
  "ope",
9763
  "open",
 
9778
  "opposed",
9779
  "oppositional",
9780
  "ops",
9781
+ "ops201",
9782
  "opscc",
9783
  "opti",
9784
  "optic",
 
9843
  "osteoarthritis",
9844
  "osteodystrophy",
9845
  "osteomyelitis",
9846
+ "osteopenia",
9847
  "osteopetrosis",
9848
  "osteoporosis",
9849
  "osteosarcoma",
 
9875
  "outpatient",
9876
  "output",
9877
  "outside",
 
9878
  "ov.",
9879
  "ovarian",
9880
  "ovaries",
 
9906
  "oxycodone",
9907
  "oxygen",
9908
  "oxygenation",
9909
+ "oxymetazoline",
9910
  "oza",
9911
  "o\u2019clock",
9912
  "o\u2019s",
 
9956
  "pancreas",
9957
  "pancreatic",
9958
  "pancreatitis",
9959
+ "pancytopenia",
9960
  "panel",
9961
  "panic",
9962
  "pap",
 
10008
  "past",
10009
  "patch",
10010
  "patches",
10011
+ "patching",
10012
  "path",
10013
  "pathologic",
10014
  "pathological",
 
10024
  "pattern",
10025
  "patterns",
10026
  "pbg",
 
10027
  "pbsc",
10028
  "pc20",
10029
  "pcos",
 
10031
  "pcr",
10032
  "pcr-",
10033
  "pcs",
10034
+ "pcsk1",
10035
  "pcst",
10036
  "pct",
10037
  "pcwp",
 
10049
  "pe",
10050
  "pe)at",
10051
  "peak",
10052
+ "peanuts",
10053
  "pectoris",
10054
  "ped",
10055
  "pediatric",
 
10117
  "personal-",
10118
  "personality",
10119
  "persons",
10120
+ "pert",
10121
  "pertinent",
10122
  "pertuzumab",
10123
  "pervasive",
 
10127
  "pet)/ct",
10128
  "pex",
10129
  "pf",
10130
+ "pfts",
10131
  "pg",
10132
  "ph",
10133
  "ph+",
 
10189
  "pigmented",
10190
  "pigmentosa",
10191
  "pigmentosum",
10192
+ "pill",
10193
  "pills",
10194
  "pilot",
10195
  "pimozide",
 
10216
  "plant",
10217
  "planus",
10218
  "plasma",
10219
+ "plasmapheresis",
10220
  "plasticity",
10221
  "platelet",
10222
  "platelets",
10223
+ "platelets<100,000",
10224
  "plates",
10225
  "platinum",
10226
  "plavix",
 
10233
  "pliability",
10234
  "plt",
10235
  "plus",
10236
+ "plx3397",
10237
  "ply",
10238
  "pm",
10239
  "pm060184",
 
10251
  "po",
10252
  "po4",
10253
  "poems",
10254
+ "pointe",
10255
  "pointes",
10256
  "points",
10257
  "points1",
 
10264
  "polyethylene",
10265
  "polymerase",
10266
  "polymers",
10267
+ "polymixin",
10268
  "polymorphisms",
10269
  "polymorphous",
10270
  "polymyalgia",
 
10272
  "polyneuropathy",
10273
  "polyoma",
10274
  "polypeptide",
10275
+ "polypropylene",
10276
+ "polyps",
10277
  "polysomnogram",
10278
  "pomalidomide",
10279
  "pomalyst",
10280
+ "pomc",
10281
  "pon",
10282
  "pontine",
10283
  "poor",
 
10378
  "presented",
10379
  "presenting",
10380
  "presently",
10381
+ "preserve",
10382
  "preserved",
10383
  "pressor",
10384
  "pressors",
 
10406
  "primary",
10407
  "primed",
10408
  "primidone",
10409
+ "priming",
10410
  "principal",
10411
  "principle",
10412
  "prior",
 
10430
  "process",
10431
  "processes",
10432
  "processor",
10433
+ "procoagulant",
10434
  "procrit",
10435
  "proctocolectomy",
10436
  "procurement",
 
10479
  "promotes",
10480
  "promyelocytic",
10481
  "prone",
10482
+ "pronounced",
10483
  "proof",
10484
  "propel",
10485
  "proper",
 
10520
  "provided",
10521
  "provider",
10522
  "provisional",
10523
+ "provocation",
10524
  "proximal",
10525
  "proximity",
10526
  "prrt",
10527
  "prucalopride",
 
10528
  "psa",
10529
  "psc",
10530
  "pscc",
 
10542
  "psychoactive",
10543
  "psychogeriatric",
10544
  "psychological",
 
10545
  "psychomotor",
10546
  "psychosis",
10547
  "psychosocial",
 
10552
  "pt.",
10553
  "pta",
10554
  "pten",
10555
+ "ptfe",
10556
  "pth",
10557
  "pti",
10558
  "ptld",
10559
  "pts",
10560
  "ptsd",
10561
  "pttd",
10562
+ "pu",
10563
  "published",
10564
  "pugh",
10565
  "pulmonary",
 
10621
  "r",
10622
  "r(s",
10623
  "r-1",
 
10624
  "r.",
10625
  "r11",
10626
  "r132h",
 
10648
  "radiographic",
10649
  "radiographically",
10650
  "radioimmunoconjugate",
10651
+ "radioimmunotherapy",
10652
  "radioisotopes",
10653
  "radiologic",
10654
  "radiological",
 
10699
  "rb1",
10700
  "rbbb",
10701
  "rbc",
10702
+ "rbs",
10703
  "rbt",
10704
  "rca",
10705
  "rcc",
 
10748
  "recipient",
10749
  "recipients",
10750
  "recist",
10751
+ "recombinant",
10752
  "recommendations",
10753
  "recommended",
10754
  "reconsidered",
 
10766
  "recruited",
10767
  "recruitment",
10768
  "rectal",
10769
+ "rectum",
10770
  "recurred",
10771
  "recurrence",
10772
  "recurrent",
 
10775
  "redo",
10776
  "reduce",
10777
  "reduced",
10778
+ "reduces",
10779
  "reducing",
10780
  "reductase",
10781
  "reduction",
 
10826
  "relative",
10827
  "relatlimab",
10828
  "release",
10829
+ "releasing",
10830
  "relevant",
10831
  "reliable",
10832
  "reliably",
 
10833
  "religious",
10834
  "rem",
10835
  "rem)-sleep",
 
10840
  "remediation",
10841
  "remedies",
10842
  "remembering",
10843
+ "remifentanil",
10844
  "remission",
10845
  "remitting",
10846
  "remodeling",
 
10864
  "repeated",
10865
  "repeating",
10866
  "replacement",
10867
+ "replacements",
10868
  "report",
10869
  "reported",
10870
  "reports",
 
10880
  "requires",
10881
  "requiring",
10882
  "res",
10883
+ "rescue",
10884
  "rescues",
10885
  "research",
10886
  "resectable",
 
10916
  "restorative",
10917
  "restricted",
10918
  "restriction",
10919
+ "restrictions",
10920
  "restrictive",
10921
  "result",
10922
  "resulted",
 
10936
  "retinoid",
10937
  "retinoids",
10938
  "retinopathy",
10939
+ "retracted",
10940
  "retraction",
10941
  "retriever",
10942
  "retrobulbar",
 
11035
  "rnf43",
11036
  "rns",
11037
  "ro-",
11038
+ "roL",
11039
  "rociletinib",
11040
  "rod",
11041
  "rodnan",
 
11043
  "rol",
11044
  "rom",
11045
  "rome",
11046
+ "romiplostim",
11047
  "ron",
11048
  "room",
11049
  "ropivacaine",
 
11055
  "rotator",
11056
  "route",
11057
  "routine",
 
11058
  "row",
11059
  "rp",
11060
  "rp.",
 
11074
  "rse",
11075
  "rspo",
11076
  "rst",
11077
+ "rsv",
11078
  "rt",
11079
  "rta",
11080
  "rth",
 
11103
  "r\u00f6m",
11104
  "s",
11105
  "s's",
11106
+ "s-2",
11107
  "s-5",
11108
  "s.",
11109
  "s.c",
 
11150
  "sarcomas",
11151
  "sarcomatoid",
11152
  "sarcopenia",
11153
+ "sarnat",
11154
  "sas",
11155
  "satisfactory",
11156
  "satisfy",
 
11207
  "sd",
11208
  "se",
11209
  "sea",
11210
+ "seafood",
11211
  "seasonal",
11212
  "sec",
11213
  "second",
11214
  "second-",
11215
  "secondary",
11216
+ "secretion",
11217
  "section",
11218
+ "secure",
11219
  "sed",
11220
  "sedating",
11221
  "sedation",
 
11246
  "sensation",
11247
  "sensations",
11248
  "sensitive",
11249
+ "sensitivities",
11250
  "sensitivity",
11251
  "sensor",
11252
  "sensori",
 
11300
  "sexual",
11301
  "sexually",
11302
  "sfy",
11303
+ "sga",
11304
  "sgot",
11305
  "sgpt",
11306
+ "sgrq",
11307
  "sgs",
11308
  "sh.",
11309
  "sha",
 
11355
  "significantly",
11356
  "signs",
11357
  "sii",
11358
+ "sik",
11359
  "sildenafil",
11360
  "silent",
11361
+ "silver",
11362
  "similar",
11363
  "similarly",
11364
  "simple",
 
11392
  "sjogren",
11393
  "sjogrens",
11394
  "sj\u00f6gren",
11395
+ "sk1",
11396
  "skeletal",
11397
  "skeletally",
11398
  "skeleton",
 
11428
  "social",
11429
  "society",
11430
  "sodium",
11431
+ "sofa",
11432
  "soft",
11433
  "sol",
11434
  "solar",
11435
+ "solder",
11436
  "sole",
11437
  "solely",
11438
  "solid",
11439
+ "solids",
11440
  "solitary",
11441
  "solution",
11442
+ "solvent",
11443
  "solving",
11444
  "somatic",
11445
  "somatostatin",
 
11449
  "something",
11450
  "somethin\u2019",
11451
  "son",
11452
+ "sonazoid",
11453
  "sop",
11454
  "sor",
11455
  "sorafenib",
 
11458
  "sound",
11459
  "source",
11460
  "sources",
11461
+ "soy",
11462
+ "soybean",
11463
  "space",
11464
  "spasm",
11465
  "spastic",
 
11472
  "specified",
11473
  "specimen",
11474
  "spectral",
11475
+ "spectroscopy",
11476
  "spectrum",
11477
  "speech",
11478
  "sperm",
 
11498
  "squamous",
11499
  "squid",
11500
  "sr",
11501
+ "srd",
11502
  "sri",
11503
  "srp",
11504
  "srs",
 
11538
  "statins",
11539
  "statistical",
11540
  "statistics",
11541
+ "stature",
11542
  "status",
11543
  "stay",
11544
  "stbi",
11545
  "steady",
11546
  "steatohepatitis",
11547
+ "steatosis",
11548
  "steel",
11549
  "stem",
11550
+ "stemi",
11551
  "stenosis",
11552
  "stent",
11553
  "stenting",
 
11575
  "stimulation",
11576
  "stimulator",
11577
  "stimulators",
11578
+ "sto",
11579
  "stomach",
11580
  "stone",
11581
  "stones",
 
11609
  "studies",
11610
  "study",
11611
  "sty",
11612
+ "style",
11613
  "sub",
11614
  "subarachnoid",
11615
  "subcohorts",
 
11642
  "sudden",
11643
  "sue",
11644
  "suffer",
11645
+ "suffered",
11646
  "suffering",
11647
  "sufficient",
11648
  "sufficiently",
 
11658
  "suited",
11659
  "sulfate",
11660
  "sulfatide",
11661
+ "sulfonamide",
11662
  "sulfonamides",
11663
  "sulfoxide",
11664
  "sum",
 
11682
  "suppressive",
11683
  "supraclavicular",
11684
  "suprarenal",
11685
+ "supratentorial",
11686
  "supraventricular",
11687
  "surface",
11688
  "surgeon",
 
11712
  "swallowing",
11713
  "sweats",
11714
  "swedd",
11715
+ "swelling",
11716
  "switch",
11717
  "symdeko",
11718
  "sympathetic",
 
11723
  "syn",
11724
  "synchronous",
11725
  "syncope",
11726
+ "syndactyly",
11727
  "syndromal",
11728
  "syndrome",
11729
  "syndromes",
 
11796
  "taking",
11797
  "tal",
11798
  "tamoxifen",
11799
+ "tamponade",
11800
  "tamsulosin",
11801
  "tan",
11802
  "tandem",
11803
  "tanning",
11804
+ "tape",
11805
  "taper",
11806
  "tapering",
11807
  "tarceva",
 
11827
  "tcl",
11828
  "td.",
11829
  "tdf",
11830
+ "tdp",
11831
  "team",
11832
  "tear",
11833
  "tears",
 
11857
  "tennis",
11858
  "tenon",
11859
  "tens",
 
11860
  "tep",
11861
  "ter",
11862
  "teratogenesis",
 
11876
  "testosterone",
11877
  "tests",
11878
  "tetanus",
11879
+ "tetracycline",
11880
  "tetracyclines",
11881
  "tex",
11882
  "texts",
11883
+ "tfe",
11884
  "tfp",
11885
  "thalassemia",
11886
  "thalidomide",
 
11913
  "thick",
11914
  "thickening",
11915
  "thickness",
 
11916
  "things",
11917
  "thio",
11918
  "thioridazine",
 
11940
  "thromboangitis",
11941
  "thrombocytopenia",
11942
  "thromboembolic",
11943
+ "thromboembolism",
11944
  "thrombophilias",
11945
  "thrombosis",
11946
  "thrombotic",
 
11951
  "ths",
11952
  "thus",
11953
  "thy",
11954
+ "thymic",
11955
  "thymocyte",
11956
  "thyrogen",
11957
  "thyroid",
 
12038
  "toxicities",
12039
  "toxicity",
12040
  "toxin",
12041
+ "toxoid",
12042
+ "toxoplasma",
12043
  "toxoplasmosis",
12044
  "tpa",
12045
  "tr",
 
12051
  "tract",
12052
  "training",
12053
  "trametinib",
12054
+ "transaminase",
12055
  "transaminases",
12056
  "transbronchial",
12057
  "transcranial",
 
12091
  "treatments",
12092
  "tree",
12093
  "tremelimumab",
12094
+ "tremens",
12095
  "tremor",
12096
  "treponema",
12097
  "treprostinil",
 
12275
  "university",
12276
  "unknown",
12277
  "unless",
12278
+ "unlicensed",
12279
  "unlikely",
12280
  "unmanaged",
12281
+ "unmodifiable",
12282
  "uno",
12283
  "unoperated",
12284
  "unplanned",
 
12294
  "unresponsive",
12295
  "unspecified",
12296
  "unstable",
12297
+ "unstageable",
12298
  "unstained",
12299
  "unsuitable",
12300
  "unsure",
 
12325
  "ureteral",
12326
  "ureteroscopy",
12327
  "ureters",
12328
+ "urethane",
12329
  "urethra",
12330
  "urethral",
12331
  "urg",
 
12370
  "utilization",
12371
  "utilized",
12372
  "utilizing",
12373
+ "uts",
12374
  "uv",
12375
  "uveal",
12376
  "uzi",
 
12413
  "vancomcyin",
12414
  "vancomycin",
12415
  "vanderbilt",
12416
+ "vandetanib",
12417
  "var",
12418
  "vardenafil",
12419
  "varenicline",
 
12427
  "various",
12428
  "vas",
12429
  "vascular",
12430
+ "vasculitic",
12431
  "vasculitis",
12432
  "vasculopathy",
12433
  "vasectomy",
 
12446
  "vef",
12447
  "vegetation",
12448
  "vegf",
12449
+ "vehicle",
12450
  "vein",
12451
  "vel",
12452
  "velocity",
 
12487
  "video",
12488
  "vig",
12489
  "vigabatrin",
12490
+ "vii",
12491
  "vil",
12492
  "vin",
12493
  "vincristine",
 
12521
  "vix",
12522
  "vlcad",
12523
  "vns",
12524
+ "vo2",
12525
  "voc",
12526
  "vocal",
12527
  "void",
12528
  "volume",
12529
  "volumes",
12530
+ "voluntary",
12531
  "vomiting",
12532
  "von",
12533
  "voriconazole",
 
12565
  "wash.",
12566
  "washed",
12567
  "washout",
12568
+ "watched",
12569
  "way",
12570
  "wbc",
12571
  "wbrt",
 
12575
  "weaning",
12576
  "wear",
12577
  "wearing",
12578
+ "web",
12579
  "wed",
12580
  "wee",
12581
  "week",
 
12683
  "x)xxxx",
12684
  "x+",
12685
  "x+\u2265",
12686
+ "x-396",
12687
  "x-d",
12688
  "x-dd",
12689
  "x-ddd",
 
12701
  "xX",
12702
  "xXX",
12703
  "xXXX",
12704
+ "xXXX<ddxx",
12705
  "xXXXX",
12706
  "xXXXXd",
12707
  "xXd",
 
12751
  "xx'",
12752
  "xx'x",
12753
  "xx'xx",
12754
+ "xx(xdxx",
12755
  "xx)dd",
12756
  "xx)xx",
12757
  "xx*x",
 
12779
  "xxx'x",
12780
  "xxx(d)xxxx",
12781
  "xxx(dd",
 
12782
  "xxx)-d",
12783
  "xxx)-xxxx",
12784
  "xxx)/",
12785
  "xxx)/xx",
12786
+ "xxx)/xxx",
12787
  "xxx)/xxxx",
12788
  "xxx)>dd",
12789
  "xxx)xxxx",
 
12798
  "xxx/d.ddxd",
12799
  "xxx/dxxx",
12800
  "xxx/xx",
 
12801
  "xxx<dd",
12802
  "xxx>dd",
12803
  "xxx>dddxx",
 
12840
  "xxxx/ddx",
12841
  "xxxx://xxx.xxxx.xxx",
12842
  "xxxx;xxxdd",
12843
+ "xxxx<ddd,ddd",
12844
+ "xxxx<ddxx",
12845
  "xxxx>d",
12846
  "xxxx?x",
12847
+ "xxxxX",
12848
  "xxxxXXX",
12849
  "xxxxXXXX",
12850
  "xxxxXXXXd",
 
12856
  "xxxx]/xxxx",
12857
  "xxxx_xxxx",
12858
  "xxxxd",
12859
+ "xxxxd/+",
12860
  "xxxxdd",
12861
  "xxxxddd",
12862
  "xxxxdddd",
12863
  "xxxxdx",
12864
  "xxxx\u00acxxx",
12865
  "xxxx\u00b1x",
12866
+ "xxxx\u2010XX",
12867
+ "xxxx\u2010xx",
12868
  "xxxx\u2010xxxx",
12869
  "xxxx\u2019",
12870
  "xxxx\u2019x",
 
12884
  "y'",
12885
  "y's",
12886
  "y-2",
12887
+ "y-90",
12888
  "y.",
12889
  "y90",
12890
  "yahr",
 
12896
  "yeast",
12897
  "yed",
12898
  "yes",
12899
+ "yet",
12900
  "yha",
12901
  "yin",
12902
  "yle",
12903
+ "yly",
12904
  "yme",
12905
  "ynx",
12906
  "yolk",
 
12908
  "you",
12909
  "young",
12910
  "ype",
12911
+ "yps",
12912
  "ysm",
12913
  "yst",
12914
  "yte",
 
12923
  "zenith",
12924
  "zer",
12925
  "zes",
12926
+ "zia",
12927
  "zil",
12928
  "zoledronic",
12929
  "zone",
 
12977
  "\u0ca0_\u0ca0",
12978
  "\u0ca0\ufe35\u0ca0",
12979
  "\u2010",
12980
+ "\u2010RT",
12981
+ "\u2010rt",
12982
  "\u2014",
12983
  "\u2018",
12984
  "\u2018S",