aman9608 commited on
Commit
f35ac7e
1 Parent(s): 18bcce6

Update spaCy pipeline

Browse files
Files changed (8) hide show
  1. README.md +8 -8
  2. config.cfg +2 -2
  3. en_t3_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 +446 -75
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9911251504
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9886960436
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9899091068
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 98.99 |
53
- | `ENTS_P` | 99.11 |
54
- | `ENTS_R` | 98.87 |
55
- | `TOK2VEC_LOSS` | 361084.91 |
56
- | `NER_LOSS` | 255429.65 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9875129583
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9807197342
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.984104623
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 98.41 |
53
+ | `ENTS_P` | 98.75 |
54
+ | `ENTS_R` | 98.07 |
55
+ | `TOK2VEC_LOSS` | 451815.61 |
56
+ | `NER_LOSS` | 410672.92 |
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 = 0
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_t3_pipeline-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41b109e436d8058747d9b190b511f7c10fa84adfc09f165155109a99f187f487
3
- size 5754830
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b49795903af97cda2affe103349b8d6d876c58ce9bc3821fe22eed1b9c84386d
3
+ size 5752023
meta.json CHANGED
@@ -39,38 +39,38 @@
39
 
40
  ],
41
  "performance":{
42
- "ents_f":0.9899091068,
43
- "ents_p":0.9911251504,
44
- "ents_r":0.9886960436,
45
  "ents_per_type":{
 
 
 
 
 
46
  "Other":{
47
- "p":0.9903461726,
48
- "r":0.9897670792,
49
- "f":0.9900565412
50
  },
51
  "cancer":{
52
- "p":0.9938176198,
53
- "r":0.9915188897,
54
- "f":0.992666924
55
  },
56
  "treatment":{
57
- "p":0.9940639269,
58
- "r":0.9888712242,
59
- "f":0.9914607765
60
- },
61
- "chronic_disease":{
62
- "p":0.9892588614,
63
- "r":0.9863453815,
64
- "f":0.9877999732
65
  },
66
  "allergy_name":{
67
- "p":0.9862542955,
68
- "r":0.9663299663,
69
- "f":0.9761904762
70
  }
71
  },
72
- "tok2vec_loss":3610.8490917922,
73
- "ner_loss":2554.2965078721
74
  },
75
  "requirements":[
76
 
 
39
 
40
  ],
41
  "performance":{
42
+ "ents_f":0.984104623,
43
+ "ents_p":0.9875129583,
44
+ "ents_r":0.9807197342,
45
  "ents_per_type":{
46
+ "chronic_disease":{
47
+ "p":0.9865737155,
48
+ "r":0.970289487,
49
+ "f":0.9783638459
50
+ },
51
  "Other":{
52
+ "p":0.988898064,
53
+ "r":0.9824977211,
54
+ "f":0.9856875029
55
  },
56
  "cancer":{
57
+ "p":0.981077147,
58
+ "r":0.9889948643,
59
+ "f":0.985020095
60
  },
61
  "treatment":{
62
+ "p":0.9885603281,
63
+ "r":0.9843111971,
64
+ "f":0.9864311867
 
 
 
 
 
65
  },
66
  "allergy_name":{
67
+ "p":0.9706546275,
68
+ "r":0.9662921348,
69
+ "f":0.9684684685
70
  }
71
  },
72
+ "tok2vec_loss":4518.1560536813,
73
+ "ner_loss":4106.729183317
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":53417,"treatment":9708,"chronic_disease":8653,"cancer":3334,"allergy_name":577},"2":{"Other":53417,"treatment":9708,"chronic_disease":8653,"cancer":3334,"allergy_name":577},"3":{"Other":53417,"treatment":9708,"chronic_disease":8653,"cancer":3334,"allergy_name":577},"4":{"Other":53417,"treatment":9708,"chronic_disease":8653,"cancer":3334,"allergy_name":577,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"Other":56823,"treatment":10259,"chronic_disease":9092,"cancer":3541,"allergy_name":842},"2":{"Other":56823,"treatment":10259,"chronic_disease":9092,"cancer":3541,"allergy_name":842},"3":{"Other":56823,"treatment":10259,"chronic_disease":9092,"cancer":3541,"allergy_name":842},"4":{"Other":56823,"treatment":10259,"chronic_disease":9092,"cancer":3541,"allergy_name":842,"":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:297bf399e16e0a6571279839b1136028a904c4063d63fbbfe1172c69204eaf81
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f665df96f00d92e82269ed9b27c85473a5f8753267d5661b456e6bb246812751
3
  size 6009091
vocab/strings.json CHANGED
@@ -90,6 +90,7 @@
90
  "-8",
91
  "-8.00",
92
  "-89",
 
93
  "-B",
94
  "-C",
95
  "-D",
@@ -100,7 +101,6 @@
100
  "-_-",
101
  "-__-",
102
  "-b",
103
- "-burn",
104
  "-c",
105
  "-d",
106
  "-d.dd",
@@ -156,8 +156,10 @@
156
  "/90",
157
  "/=",
158
  "/=1",
 
159
  "/=5",
160
  "/=d",
 
161
  "/CT",
162
  "/ct",
163
  "/d",
@@ -170,11 +172,13 @@
170
  "0.0",
171
  "0.01",
172
  "0.1",
 
173
  "0.2",
174
  "0.25",
175
  "0.3",
176
  "0.4",
177
  "0.5",
 
178
  "0.62",
179
  "0.7",
180
  "0.8",
@@ -184,6 +188,7 @@
184
  "000",
185
  "001",
186
  "002",
 
187
  "009",
188
  "00E",
189
  "00e",
@@ -233,6 +238,7 @@
233
  "1000",
234
  "103",
235
  "104",
 
236
  "106",
237
  "109",
238
  "10a.m",
@@ -245,7 +251,6 @@
245
  "11",
246
  "11.5",
247
  "110",
248
- "1100",
249
  "110mmHg",
250
  "110mmhg",
251
  "112",
@@ -291,9 +296,14 @@
291
  "17",
292
  "170",
293
  "170/100",
 
 
294
  "18",
295
  "180",
 
296
  "181",
 
 
297
  "18F",
298
  "18F]-fluorodeoxyglucose",
299
  "18f",
@@ -309,6 +319,7 @@
309
  "1A",
310
  "1A1",
311
  "1A2",
 
312
  "1B",
313
  "1D1",
314
  "1L",
@@ -317,9 +328,12 @@
317
  "1a.m.",
318
  "1a1",
319
  "1a2",
 
320
  "1b",
321
  "1d1",
322
  "1l",
 
 
323
  "1p.m",
324
  "1p.m.",
325
  "1p/19q",
@@ -330,6 +344,7 @@
330
  "2)hemoglobin",
331
  "2.0",
332
  "2.0g",
 
333
  "2.5",
334
  "2.5X",
335
  "2.5x",
@@ -339,6 +354,7 @@
339
  "20/70",
340
  "200",
341
  "2000",
 
342
  "2009",
343
  "200mmHg",
344
  "200mmhg",
@@ -349,7 +365,9 @@
349
  "2018",
350
  "20ng",
351
  "21",
 
352
  "220",
 
353
  "223",
354
  "229",
355
  "22q11",
@@ -484,6 +502,7 @@
484
  "5a",
485
  "5a.m",
486
  "5a.m.",
 
487
  "5p.m",
488
  "5p.m.",
489
  "5q-",
@@ -499,6 +518,7 @@
499
  "61q",
500
  "620",
501
  "65",
 
502
  "6MWT",
503
  "6PD",
504
  "6a.m",
@@ -517,9 +537,11 @@
517
  "72",
518
  "72h",
519
  "736",
 
520
  "75",
521
  "75,000",
522
  "750",
 
523
  "75th",
524
  "76",
525
  "762",
@@ -527,8 +549,10 @@
527
  "78A",
528
  "78a",
529
  "790",
 
530
  "7a.m",
531
  "7a.m.",
 
532
  "7p.m",
533
  "7p.m.",
534
  "8",
@@ -539,14 +563,16 @@
539
  "8-d",
540
  "8.0",
541
  "8.5",
 
542
  "8/8",
543
  "80",
544
  "800mg",
545
  "81",
 
546
  "821",
547
  "833",
 
548
  "85",
549
- "850,000",
550
  "85R",
551
  "85r",
552
  "88",
@@ -562,6 +588,7 @@
562
  "9",
563
  "9/11/01",
564
  "90",
 
565
  "9500/3",
566
  "96",
567
  "965",
@@ -570,6 +597,7 @@
570
  "98",
571
  "981",
572
  "99",
 
573
  "993",
574
  "9Xe",
575
  "9a.m",
@@ -665,6 +693,7 @@
665
  "=(",
666
  "=)",
667
  "=/",
 
668
  "=3",
669
  "=35",
670
  "=D",
@@ -686,7 +715,10 @@
686
  "A",
687
  "A*0201",
688
  "A-4",
 
 
689
  "A1C",
 
690
  "A1c",
691
  "A1c>8",
692
  "AA",
@@ -707,6 +739,7 @@
707
  "ACC",
708
  "ACDA",
709
  "ACE",
 
710
  "ACL",
711
  "ACPs",
712
  "ACR",
@@ -714,6 +747,7 @@
714
  "ACRIN",
715
  "ACRM",
716
  "ACS",
 
717
  "AD",
718
  "ADD",
719
  "ADHD",
@@ -761,6 +795,8 @@
761
  "APS001F",
762
  "AP\u2265",
763
  "AR",
 
 
764
  "ARC",
765
  "AREDS",
766
  "ARM",
@@ -790,6 +826,7 @@
790
  "AX5",
791
  "AZA",
792
  "AZD1775",
 
793
  "AZT",
794
  "Abdominal",
795
  "Ability",
@@ -813,6 +850,7 @@
813
  "Actively",
814
  "Activity",
815
  "Acute",
 
816
  "Adaptive",
817
  "Adderall",
818
  "Addisons",
@@ -830,6 +868,7 @@
830
  "Adverse",
831
  "Advil",
832
  "Affective",
 
833
  "AgR",
834
  "Age",
835
  "Agent",
@@ -864,10 +903,10 @@
864
  "Aminotransferase",
865
  "Amyloidosis",
866
  "An",
 
867
  "Anaplastic",
868
  "Anatomy",
869
  "Ancef",
870
- "Anemia",
871
  "Anemic",
872
  "Aneurysmal",
873
  "Angiogram",
@@ -917,11 +956,11 @@
917
  "Arms",
918
  "Arnold",
919
  "Arrhythmia",
 
920
  "Arterial",
921
  "Artery",
922
  "Arthritis",
923
  "As",
924
- "Ascertain",
925
  "Ascites",
926
  "Ashworth",
927
  "Aspartate",
@@ -941,13 +980,14 @@
941
  "Aug",
942
  "Aug.",
943
  "August",
 
944
  "Authorized",
945
  "Autism",
946
  "Autoimmune",
947
  "Autonomic",
948
  "Availability",
949
- "Available",
950
  "Avastin",
 
951
  "Axis",
952
  "A\u03b2",
953
  "B",
@@ -998,12 +1038,13 @@
998
  "BRT",
999
  "BSC",
1000
  "BSFS",
1001
- "BTK",
1002
  "BUT",
1003
  "BZD",
1004
  "Bacillus",
 
1005
  "Bang",
1006
  "Bank",
 
1007
  "Barbiturates",
1008
  "Barre",
1009
  "Barrett",
@@ -1037,6 +1078,7 @@
1037
  "Blast",
1038
  "Bleeding",
1039
  "Blindness",
 
1040
  "Blockers",
1041
  "Blood",
1042
  "Blunt",
@@ -1052,6 +1094,7 @@
1052
  "Bradshaw",
1053
  "Brain",
1054
  "Brainstem",
 
1055
  "Brand",
1056
  "Braunwald",
1057
  "Breast",
@@ -1062,6 +1105,7 @@
1062
  "Bros",
1063
  "Bros.",
1064
  "Bullosa",
 
1065
  "Bupivacaine",
1066
  "Bupropion",
1067
  "Burkitt",
@@ -1080,6 +1124,7 @@
1080
  "C5",
1081
  "CA-125",
1082
  "CA4",
 
1083
  "CABG",
1084
  "CAD",
1085
  "CAE",
@@ -1113,6 +1158,7 @@
1113
  "CDI",
1114
  "CDS",
1115
  "CEACAM5",
 
1116
  "CF",
1117
  "CFRD",
1118
  "CFS",
@@ -1126,6 +1172,7 @@
1126
  "CHOP",
1127
  "CI",
1128
  "CID",
 
1129
  "CIN",
1130
  "CIPN",
1131
  "CIS",
@@ -1176,6 +1223,7 @@
1176
  "CTD",
1177
  "CTEP",
1178
  "CTEPH",
 
1179
  "CTL",
1180
  "CTLA-4",
1181
  "CTLA4",
@@ -1188,6 +1236,7 @@
1188
  "CWP",
1189
  "CXR",
1190
  "CYP",
 
1191
  "CYP1A2",
1192
  "CYP2C19",
1193
  "CYP2C8",
@@ -1214,6 +1263,7 @@
1214
  "Cardiovascular",
1215
  "Care",
1216
  "Carpal",
 
1217
  "Category",
1218
  "Cause",
1219
  "Cavity",
@@ -1255,10 +1305,10 @@
1255
  "Cirrhotic",
1256
  "Cisapride",
1257
  "Cisplatin",
 
1258
  "Clark",
1259
  "Class",
1260
  "Classification",
1261
- "Claustrophobic",
1262
  "Clear",
1263
  "Clearance",
1264
  "Cleveland",
@@ -1270,9 +1320,8 @@
1270
  "Clostridium",
1271
  "Co",
1272
  "Co.",
1273
- "Coagulopathies",
1274
  "Cochlear",
1275
- "Cockcroft",
1276
  "Coconut",
1277
  "Coexisting",
1278
  "Cognitive",
@@ -1286,6 +1335,7 @@
1286
  "Color",
1287
  "Colorado",
1288
  "Columbia",
 
1289
  "Committee",
1290
  "Common",
1291
  "Communicative",
@@ -1325,6 +1375,7 @@
1325
  "Contraindication",
1326
  "Contraindications",
1327
  "Contralateral",
 
1328
  "Controlled",
1329
  "Conventional",
1330
  "Cooperative",
@@ -1340,6 +1391,7 @@
1340
  "Costedoat",
1341
  "Could",
1342
  "Coumadin",
 
1343
  "Council",
1344
  "Counter",
1345
  "Courses",
@@ -1361,6 +1413,7 @@
1361
  "Cushing",
1362
  "Cuz",
1363
  "Cyanotic",
 
1364
  "Cycle",
1365
  "Cyclosporine",
1366
  "Cystic",
@@ -1406,6 +1459,7 @@
1406
  "DHD",
1407
  "DHHS",
1408
  "DIC",
 
1409
  "DIPSS]-plus",
1410
  "DKN-01",
1411
  "DL1",
@@ -1422,6 +1476,7 @@
1422
  "DMT",
1423
  "DNA",
1424
  "DOS",
 
1425
  "DP4",
1426
  "DPP-4",
1427
  "DR",
@@ -1501,6 +1556,7 @@
1501
  "Diseases",
1502
  "Disorder",
1503
  "Disorders",
 
1504
  "Distal",
1505
  "Distant",
1506
  "Do",
@@ -1531,6 +1587,7 @@
1531
  "Dyskeratosis",
1532
  "E",
1533
  "E-5",
 
1534
  "E.G.",
1535
  "E.g",
1536
  "E.g.",
@@ -1565,6 +1622,7 @@
1565
  "EN2",
1566
  "END",
1567
  "ENT",
 
1568
  "EPH",
1569
  "EPI",
1570
  "EPO",
@@ -1595,6 +1653,7 @@
1595
  "Electroconvulsive",
1596
  "Electrolyte",
1597
  "Elevated",
 
1598
  "Eligibility",
1599
  "Eligible",
1600
  "Embolism",
@@ -1610,8 +1669,10 @@
1610
  "Enrolled",
1611
  "Enrollment",
1612
  "Enteral",
 
1613
  "EphA2",
1614
  "Epidemiology",
 
1615
  "Epidermolysis",
1616
  "Epidural",
1617
  "Epileptic",
@@ -1624,12 +1685,16 @@
1624
  "Ergot",
1625
  "Eribulin",
1626
  "Erlotinib",
 
1627
  "Erythematosus",
 
1628
  "Escalation",
 
1629
  "Esophageal",
1630
  "Established",
1631
  "Estrogen",
1632
  "EvK",
 
1633
  "Evaluation",
1634
  "Events",
1635
  "Evidence",
@@ -1637,10 +1702,12 @@
1637
  "Ewing",
1638
  "Exam",
1639
  "Examination",
 
1640
  "Exceptions",
1641
  "Exclusion",
1642
  "Exclusionary",
1643
  "Exclusions",
 
1644
  "Exhibit",
1645
  "Existing",
1646
  "Exon",
@@ -1651,6 +1718,7 @@
1651
  "Exposed",
1652
  "Exposure",
1653
  "Extensive",
 
1654
  "Extranodal",
1655
  "Extremely",
1656
  "Exudative",
@@ -1694,6 +1762,7 @@
1694
  "FVC",
1695
  "FVIII",
1696
  "Facial",
 
1697
  "Failed",
1698
  "Failure",
1699
  "Families",
@@ -1746,6 +1815,7 @@
1746
  "GATA2",
1747
  "GBCA",
1748
  "GC",
 
1749
  "GCSF",
1750
  "GCT",
1751
  "GD1",
@@ -1774,12 +1844,12 @@
1774
  "GYN",
1775
  "Ga",
1776
  "Ga.",
 
1777
  "Gastro",
1778
  "Gastrointestinal",
1779
  "Gastroparesis",
1780
  "Gastroschisis",
1781
  "Gastrostomy",
1782
- "Gault",
1783
  "Gd",
1784
  "GdCA",
1785
  "Gemcitabine",
@@ -1797,6 +1867,7 @@
1797
  "Glanzmann",
1798
  "Glaucoma",
1799
  "Gleason",
 
1800
  "Glomerular",
1801
  "Glucose-6",
1802
  "GnRH",
@@ -1816,6 +1887,7 @@
1816
  "Grief",
1817
  "Gross",
1818
  "Group",
 
1819
  "Growth",
1820
  "Guillain",
1821
  "Gulf",
@@ -1843,7 +1915,9 @@
1843
  "HCV]-ribonucleic",
1844
  "HD",
1845
  "HDLS",
 
1846
  "HER2",
 
1847
  "HERV",
1848
  "HF",
1849
  "HGD",
@@ -1859,7 +1933,6 @@
1859
  "HL",
1860
  "HLA",
1861
  "HLH",
1862
- "HMA",
1863
  "HMAs",
1864
  "HNSCC",
1865
  "HOCM",
@@ -1924,13 +1997,13 @@
1924
  "He\u2019s",
1925
  "Hg",
1926
  "Hgb",
1927
- "Hgb<9",
1928
  "Higashi",
1929
  "High",
1930
  "Higher",
1931
  "Hiltonol",
1932
  "Hip",
1933
  "Histiocytosis",
 
1934
  "Histological",
1935
  "Histologically",
1936
  "History",
@@ -1947,6 +2020,7 @@
1947
  "Hyperactive",
1948
  "Hyperactivity",
1949
  "Hypercalcemia",
 
1950
  "Hyperglycemia",
1951
  "Hyperlipidemia",
1952
  "Hyperprolactinemia",
@@ -1968,12 +2042,12 @@
1968
  "I.e",
1969
  "I.e.",
1970
  "IA",
 
1971
  "IB",
1972
  "IB2",
1973
  "IBC",
1974
  "IBD",
1975
  "IBG",
1976
- "IBMFS",
1977
  "ICC",
1978
  "ICD",
1979
  "ICE",
@@ -1987,6 +2061,7 @@
1987
  "IDs",
1988
  "IEN",
1989
  "IFU",
 
1990
  "IGF-1",
1991
  "IGO",
1992
  "IGT",
@@ -2003,6 +2078,7 @@
2003
  "IMP",
2004
  "IMS",
2005
  "IMWG",
 
2006
  "IND",
2007
  "INI",
2008
  "INR",
@@ -2014,6 +2090,7 @@
2014
  "IPN",
2015
  "IPSS",
2016
  "IPV",
 
2017
  "IRB)-approved",
2018
  "IRI",
2019
  "IS",
@@ -2028,6 +2105,7 @@
2028
  "IVA",
2029
  "IVC",
2030
  "IVIG",
 
2031
  "Ia",
2032
  "Ia.",
2033
  "Ibrutinib",
@@ -2060,6 +2138,7 @@
2060
  "Immunosuppressed",
2061
  "Immunosuppressive",
2062
  "Immunotherapy",
 
2063
  "Impaired",
2064
  "Impairment",
2065
  "Impending",
@@ -2077,7 +2156,6 @@
2077
  "Inclusion",
2078
  "Incomplete",
2079
  "Increase",
2080
- "Increased",
2081
  "Ind",
2082
  "Ind.",
2083
  "Indeterminate",
@@ -2093,7 +2171,6 @@
2093
  "Infiltrative",
2094
  "Inflammatory",
2095
  "Influenza",
2096
- "Informant",
2097
  "Information",
2098
  "Infusion",
2099
  "Infusion-",
@@ -2106,14 +2183,15 @@
2106
  "Injectable",
2107
  "Injury",
2108
  "Insomnia",
 
2109
  "Institute",
2110
  "Institutional",
2111
- "Insufficiency",
2112
  "Insufficient",
2113
  "Insulin",
2114
  "Intelligence",
2115
  "Intended",
2116
  "Intention",
 
2117
  "Internal",
2118
  "International",
2119
  "Internationalized",
@@ -2126,7 +2204,9 @@
2126
  "Intrauterine",
2127
  "Intravenous",
2128
  "Intravesical",
 
2129
  "Investigator",
 
2130
  "Iowa",
2131
  "Is",
2132
  "Ischemic",
@@ -2141,6 +2221,7 @@
2141
  "JCC",
2142
  "JEB",
2143
  "JIA",
 
2144
  "Jan",
2145
  "Jan.",
2146
  "January",
@@ -2166,11 +2247,13 @@
2166
  "K<3.1",
2167
  "K<3.5",
2168
  "KAP",
 
2169
  "KCC",
2170
  "KD",
2171
  "KL",
2172
  "KPS",
2173
  "KS",
 
2174
  "Kan",
2175
  "Kan.",
2176
  "Kans",
@@ -2189,6 +2272,7 @@
2189
  "Kidney",
2190
  "Kinase",
2191
  "Kindler",
 
2192
  "Known",
2193
  "Kt",
2194
  "Ky",
@@ -2218,6 +2302,7 @@
2218
  "LDH",
2219
  "LDL",
2220
  "LEPR",
 
2221
  "LGB",
2222
  "LGG",
2223
  "LGK974",
@@ -2227,6 +2312,7 @@
2227
  "LIA",
2228
  "LIs",
2229
  "LL",
 
2230
  "LMC",
2231
  "LMD",
2232
  "LMWH",
@@ -2234,7 +2320,6 @@
2234
  "LPL",
2235
  "LPV",
2236
  "LRS",
2237
- "LRYGB",
2238
  "LSG",
2239
  "LT3",
2240
  "LTRL",
@@ -2243,6 +2328,7 @@
2243
  "LVAD",
2244
  "LVEF",
2245
  "LVSF",
 
2246
  "La",
2247
  "La.",
2248
  "Laboratory",
@@ -2272,6 +2358,7 @@
2272
  "Levitra",
2273
  "Leydig",
2274
  "Lichen",
 
2275
  "Life",
2276
  "Lifetime",
2277
  "Light",
@@ -2282,7 +2369,6 @@
2282
  "Liver",
2283
  "Long",
2284
  "Longstanding",
2285
- "Lopinavir",
2286
  "Louisiana",
2287
  "Lovaza",
2288
  "Lovenox",
@@ -2320,9 +2406,9 @@
2320
  "MAO",
2321
  "MAS",
2322
  "MAs",
 
2323
  "MCI",
2324
  "MCL",
2325
- "MCs",
2326
  "MD",
2327
  "MDA",
2328
  "MDD",
@@ -2338,7 +2424,6 @@
2338
  "MEN2",
2339
  "MET",
2340
  "MF",
2341
- "MFS",
2342
  "MG",
2343
  "MI",
2344
  "MIBG",
@@ -2378,7 +2463,6 @@
2378
  "MZL",
2379
  "Ma'am",
2380
  "Maalox",
2381
- "Macroscopic",
2382
  "Macular",
2383
  "Main",
2384
  "Maintenance",
@@ -2394,6 +2478,7 @@
2394
  "March",
2395
  "Marfans",
2396
  "Marginal",
 
2397
  "Mass",
2398
  "Mass.",
2399
  "Massachusetts",
@@ -2424,6 +2509,7 @@
2424
  "Megace",
2425
  "Melanoma",
2426
  "Mellitus",
 
2427
  "Memorial",
2428
  "Men",
2429
  "Meningeal",
@@ -2492,6 +2578,7 @@
2492
  "Mt.",
2493
  "Mullerian",
2494
  "Multicentricity",
 
2495
  "Multiple",
2496
  "Muscle",
2497
  "Must",
@@ -2541,11 +2628,13 @@
2541
  "NLY",
2542
  "NMDA",
2543
  "NMIBC",
 
2544
  "NOS",
2545
  "NOT",
2546
  "NOTE",
2547
  "NOX",
2548
  "NPC",
 
2549
  "NRTIs",
2550
  "NS2",
2551
  "NS3",
@@ -2554,6 +2643,7 @@
2554
  "NSAIDs",
2555
  "NSCLC",
2556
  "NSF",
 
2557
  "NSS",
2558
  "NSTEMI",
2559
  "NSTI",
@@ -2567,6 +2657,7 @@
2567
  "Nathalie",
2568
  "National",
2569
  "Native",
 
2570
  "Neb",
2571
  "Neb.",
2572
  "Nebr",
@@ -2651,11 +2742,13 @@
2651
  "ONG",
2652
  "ONLY",
2653
  "OPD",
 
2654
  "OR",
2655
  "ORT",
2656
  "OS",
2657
  "OS1",
2658
  "OSA",
 
2659
  "OTC",
2660
  "OTE",
2661
  "OTS",
@@ -2685,6 +2778,7 @@
2685
  "Ol\u2019",
2686
  "Omega",
2687
  "Omegaven",
 
2688
  "On",
2689
  "Oncology",
2690
  "Oncotype",
@@ -2708,15 +2802,18 @@
2708
  "Other",
2709
  "Otherwise",
2710
  "Ought",
 
2711
  "Ovarian",
2712
  "Over",
2713
  "Overactive",
2714
  "Oxaliplatin",
2715
  "Oxycontin",
 
2716
  "O\u2019clock",
2717
  "P",
2718
  "P-4",
2719
  "P.I",
 
2720
  "P2D",
2721
  "P3A",
2722
  "P450",
@@ -2730,14 +2827,13 @@
2730
  "PAT",
2731
  "PAX5",
2732
  "PAgR",
2733
- "PBC",
2734
  "PBMC",
2735
- "PBMCs",
2736
  "PBPC",
2737
  "PBSC",
2738
  "PC",
2739
  "PC+S",
2740
  "PCI",
 
2741
  "PCOS",
2742
  "PCR",
2743
  "PCS",
@@ -2746,6 +2842,7 @@
2746
  "PCa",
2747
  "PD",
2748
  "PD-1",
 
2749
  "PD1",
2750
  "PD2",
2751
  "PD3",
@@ -2776,6 +2873,7 @@
2776
  "PLX3397",
2777
  "PM",
2778
  "PMC",
 
2779
  "PNET",
2780
  "PNH",
2781
  "PNL",
@@ -2798,7 +2896,6 @@
2798
  "PRO053",
2799
  "PRP",
2800
  "PSA",
2801
- "PSC",
2802
  "PSD",
2803
  "PSE",
2804
  "PSG",
@@ -2880,6 +2977,7 @@
2880
  "Physical",
2881
  "Physically",
2882
  "Physician",
 
2883
  "Placenta",
2884
  "Planned",
2885
  "Planning",
@@ -2890,7 +2988,6 @@
2890
  "Platelets",
2891
  "Plavix",
2892
  "Pleural",
2893
- "Plt",
2894
  "Pneumoconiosis",
2895
  "Pointes",
2896
  "Pola",
@@ -2942,6 +3039,7 @@
2942
  "Prof",
2943
  "Prof.",
2944
  "Prognostic",
 
2945
  "Progression",
2946
  "Progressive",
2947
  "Prolonged",
@@ -2965,6 +3063,7 @@
2965
  "Psychotic",
2966
  "Psychotropic",
2967
  "Pt",
 
2968
  "Pugh",
2969
  "Pulmonary",
2970
  "Pulse",
@@ -2982,11 +3081,15 @@
2982
  "QUE",
2983
  "Quadramet",
2984
  "Qualification",
 
2985
  "Quantifiable",
2986
  "Question",
2987
  "Questionnaire",
2988
  "Quotient",
2989
  "R",
 
 
 
2990
  "RA",
2991
  "RAD",
2992
  "RADS",
@@ -3001,6 +3104,7 @@
3001
  "RBANS",
3002
  "RBC",
3003
  "RBCs",
 
3004
  "RC",
3005
  "RCA",
3006
  "RCC",
@@ -3013,11 +3117,13 @@
3013
  "RECIST",
3014
  "REMS",
3015
  "REPOCH",
 
3016
  "RICE",
3017
  "RIN",
3018
  "RLS",
3019
  "RMs",
3020
  "RNA",
 
3021
  "ROOT",
3022
  "ROS1",
3023
  "RP2D",
@@ -3031,12 +3137,17 @@
3031
  "RVO",
3032
  "RVOT",
3033
  "RVs",
 
 
3034
  "Radiation",
3035
  "Radical",
 
3036
  "Radiographic",
3037
  "Radiographically",
3038
  "Radiopharmaceutical",
3039
  "Radiotherapy",
 
 
3040
  "Randomization",
3041
  "Rapidly",
3042
  "Rate",
@@ -3050,6 +3161,7 @@
3050
  "Received",
3051
  "Receiving",
3052
  "Recent",
 
3053
  "Recipient",
3054
  "Recommendation",
3055
  "Reconstructive",
@@ -3099,14 +3211,16 @@
3099
  "Richters",
3100
  "Right",
3101
  "Risk",
 
3102
  "Rituximab",
3103
  "River",
3104
  "Robotic",
3105
  "Rods",
3106
- "Roux",
3107
  "Rutherford",
3108
  "S",
3109
  "S.C.",
 
3110
  "SAA",
3111
  "SABA",
3112
  "SABR",
@@ -3149,6 +3263,7 @@
3149
  "SMD",
3150
  "SME",
3151
  "SMT",
 
3152
  "SOC",
3153
  "SPES",
3154
  "SPG",
@@ -3172,6 +3287,7 @@
3172
  "SUD",
3173
  "Saccular",
3174
  "Salicylate",
 
3175
  "Salvage",
3176
  "Sandimmune",
3177
  "Sanfilippo",
@@ -3193,6 +3309,7 @@
3193
  "Secondary",
3194
  "Sedentary",
3195
  "Seen",
 
3196
  "Seizure",
3197
  "Seizures",
3198
  "Selective",
@@ -3214,6 +3331,7 @@
3214
  "Serotonin",
3215
  "Sertoli",
3216
  "Serum",
 
3217
  "Severe",
3218
  "Severely",
3219
  "Severity",
@@ -3226,6 +3344,7 @@
3226
  "She\u2019s",
3227
  "Short",
3228
  "Should",
 
3229
  "Shwachman",
3230
  "Sickle",
3231
  "Siewert",
@@ -3243,6 +3362,7 @@
3243
  "Sloan",
3244
  "Sly",
3245
  "Small",
 
3246
  "Smoldering",
3247
  "Social",
3248
  "Soft",
@@ -3264,6 +3384,7 @@
3264
  "Spondylitis",
3265
  "Sponsor",
3266
  "Squamous",
 
3267
  "St",
3268
  "St.",
3269
  "Stable",
@@ -3303,6 +3424,7 @@
3303
  "Surgeon",
3304
  "Surgery",
3305
  "Surgical",
 
3306
  "Suspected",
3307
  "Suspicious",
3308
  "Sustained",
@@ -3320,6 +3442,7 @@
3320
  "T1D",
3321
  "T1a",
3322
  "T1b",
 
3323
  "T2",
3324
  "T2DM",
3325
  "T2a",
@@ -3358,6 +3481,7 @@
3358
  "TLV",
3359
  "TMJ",
3360
  "TMS",
 
3361
  "TNBC",
3362
  "TNF",
3363
  "TNFs",
@@ -3415,7 +3539,6 @@
3415
  "Those",
3416
  "Three",
3417
  "Thrombocythemias",
3418
- "Thrombocytopenia",
3419
  "Thrombocytopenic",
3420
  "Thromboembolic",
3421
  "Thromboembolism",
@@ -3456,7 +3579,6 @@
3456
  "Trisomies",
3457
  "Trisomy",
3458
  "Trk",
3459
- "Troponin",
3460
  "Tuberculosis",
3461
  "Tumor",
3462
  "Tumors",
@@ -3465,7 +3587,6 @@
3465
  "Turner",
3466
  "Turnstile",
3467
  "Twin",
3468
- "Two",
3469
  "Type",
3470
  "Tyrosine",
3471
  "U",
@@ -3487,6 +3608,7 @@
3487
  "UVA",
3488
  "UVB",
3489
  "Ulcer",
 
3490
  "Ultra",
3491
  "Ultram",
3492
  "Unable",
@@ -3512,9 +3634,13 @@
3512
  "Use",
3513
  "V",
3514
  "V.V",
 
3515
  "V600E",
 
3516
  "VABS",
 
3517
  "VAD",
 
3518
  "VAS",
3519
  "VAT",
3520
  "VATS",
@@ -3552,6 +3678,7 @@
3552
  "Ventricular",
3553
  "Version",
3554
  "Veterans",
 
3555
  "Viagra",
3556
  "Vineland",
3557
  "Viral",
@@ -3570,6 +3697,7 @@
3570
  "W",
3571
  "WAT",
3572
  "WBC",
 
3573
  "WEE",
3574
  "WG2",
3575
  "WHO",
@@ -3615,7 +3743,6 @@
3615
  "Williams",
3616
  "Willing",
3617
  "Willingness",
3618
- "Wilson",
3619
  "Wis",
3620
  "Wis.",
3621
  "Wisconsin",
@@ -3704,10 +3831,12 @@
3704
  "XXX]-xxxx",
3705
  "XXX]/xxxx",
3706
  "XXXd",
 
3707
  "XXXd/d",
3708
  "XXXdX",
3709
  "XXXdXd",
3710
  "XXXdXdd",
 
3711
  "XXXddd",
3712
  "XXXdddX",
3713
  "XXXdddd",
@@ -3731,6 +3860,7 @@
3731
  "Xa",
3732
  "Xd",
3733
  "XdX",
 
3734
  "XdXX",
3735
  "XdXd",
3736
  "Xdd",
@@ -3747,6 +3877,7 @@
3747
  "Xx'x",
3748
  "Xx'xx",
3749
  "Xx-dd",
 
3750
  "Xx.",
3751
  "Xx.X.",
3752
  "XxX",
@@ -3761,7 +3892,6 @@
3761
  "Xxx",
3762
  "Xxx'x",
3763
  "Xxx.",
3764
- "Xxx<d",
3765
  "XxxX",
3766
  "XxxXd",
3767
  "XxxXx",
@@ -3778,6 +3908,8 @@
3778
  "Xxxxx-",
3779
  "Xxxxx-d",
3780
  "Xxxxx.",
 
 
3781
  "XxxxxXxxx",
3782
  "XxxxxXxxxx",
3783
  "Xxxxx\u2019",
@@ -3793,7 +3925,6 @@
3793
  "X\u2019xxxx",
3794
  "Y",
3795
  "YCN",
3796
- "YGB",
3797
  "YHA",
3798
  "YST",
3799
  "Yes",
@@ -3839,8 +3970,10 @@
3839
  "a.k.a",
3840
  "a.m",
3841
  "a.m.",
 
3842
  "a1c",
3843
  "a1c>8",
 
3844
  "aCML",
3845
  "aCTD",
3846
  "aGVHD",
@@ -3856,10 +3989,12 @@
3856
  "abca4",
3857
  "abdomen",
3858
  "abdominal",
 
3859
  "abg",
3860
  "abi",
3861
  "abilities",
3862
  "ability",
 
3863
  "abl",
3864
  "ablation",
3865
  "ablative",
@@ -3910,9 +4045,11 @@
3910
  "accurately",
3911
  "acda",
3912
  "ace",
 
3913
  "acetabular",
3914
  "acetaminophen",
3915
  "acetate",
 
3916
  "acetylcysteine",
3917
  "acetylsalicylic",
3918
  "ach",
@@ -3941,6 +4078,7 @@
3941
  "acs",
3942
  "act",
3943
  "actd",
 
3944
  "acting",
3945
  "action",
3946
  "activa",
@@ -3959,6 +4097,7 @@
3959
  "acy",
3960
  "ad",
3961
  "adalimumab",
 
3962
  "adaptive",
3963
  "add",
3964
  "adderall",
@@ -3973,6 +4112,7 @@
3973
  "adenoma",
3974
  "adenomatous",
3975
  "adenomyosis",
 
3976
  "adenosquamous",
3977
  "adequate",
3978
  "adequately",
@@ -4031,6 +4171,8 @@
4031
  "affective",
4032
  "affects",
4033
  "afi",
 
 
4034
  "aft",
4035
  "after",
4036
  "again",
@@ -4089,7 +4231,6 @@
4089
  "albumin<3.5g",
4090
  "albuterol",
4091
  "alcohol",
4092
- "alcoholic",
4093
  "alcoholism",
4094
  "ald",
4095
  "aldosteronism",
@@ -4112,6 +4253,7 @@
4112
  "all",
4113
  "allele",
4114
  "alleles",
 
4115
  "allergic",
4116
  "allergies",
4117
  "allergy",
@@ -4142,6 +4284,7 @@
4142
  "also",
4143
  "alt",
4144
  "alter",
 
4145
  "alterations",
4146
  "altered",
4147
  "altering",
@@ -4178,8 +4321,10 @@
4178
  "ammonia",
4179
  "amnestic",
4180
  "amount",
 
4181
  "amphetamine/",
4182
  "amphiregulin",
 
4183
  "amplification",
4184
  "amplified",
4185
  "amprenavir",
@@ -4243,6 +4388,7 @@
4243
  "ang",
4244
  "angina",
4245
  "anginal",
 
4246
  "angiogram",
4247
  "angiography",
4248
  "angioimmunoblastic",
@@ -4262,14 +4408,17 @@
4262
  "anogenital",
4263
  "anomalies",
4264
  "anomaly",
 
4265
  "another",
4266
  "anovaginal",
4267
  "ans",
 
4268
  "ant",
4269
  "antabuse",
4270
  "antacids",
4271
  "antagonist",
4272
  "antagonists",
 
4273
  "antenatal",
4274
  "anterior",
4275
  "anthracycline",
@@ -4345,11 +4494,12 @@
4345
  "aortic",
4346
  "aortoiliac",
4347
  "aou",
4348
- "apart",
4349
  "ape",
4350
  "aph",
4351
  "aphasia",
4352
  "apheresis",
 
4353
  "apl",
4354
  "aplasia",
4355
  "aplastic",
@@ -4384,7 +4534,9 @@
4384
  "ar.",
4385
  "arab",
4386
  "aranesp",
 
4387
  "arbor",
 
4388
  "arc",
4389
  "arch",
4390
  "archival",
@@ -4394,6 +4546,7 @@
4394
  "area",
4395
  "areas",
4396
  "areds",
 
4397
  "ari",
4398
  "aripiprazole",
4399
  "ariz",
@@ -4418,6 +4571,7 @@
4418
  "ars",
4419
  "arsenic",
4420
  "art",
 
4421
  "arterial",
4422
  "arteries",
4423
  "arteriosus",
@@ -4433,9 +4587,9 @@
4433
  "as",
4434
  "asa",
4435
  "asbmt",
4436
- "ascertain",
4437
  "ascites",
4438
  "ascorbate",
 
4439
  "asct",
4440
  "asd",
4441
  "ase",
@@ -4444,7 +4598,6 @@
4444
  "ashworth",
4445
  "aside",
4446
  "ask",
4447
- "asked",
4448
  "asl",
4449
  "asm",
4450
  "aso",
@@ -4453,12 +4606,13 @@
4453
  "aspergillus",
4454
  "asphyxia",
4455
  "aspirate",
 
4456
  "aspiration",
4457
  "aspirin",
4458
  "ass",
4459
  "assay",
4460
- "assayed",
4461
  "assays",
 
4462
  "assessable",
4463
  "assessed",
4464
  "assessing",
@@ -4476,6 +4630,7 @@
4476
  "ast",
4477
  "astemizole",
4478
  "asthma",
 
4479
  "astrocytoma",
4480
  "astrocytomas",
4481
  "asymptomatic",
@@ -4525,12 +4680,14 @@
4525
  "aug.",
4526
  "augmentation",
4527
  "aura",
 
4528
  "aurora",
4529
  "authorities",
4530
  "authorization",
4531
  "authorized",
4532
  "autism",
4533
  "auto",
 
4534
  "autograft",
4535
  "autoimmune",
4536
  "autoimmunity",
@@ -4552,6 +4709,7 @@
4552
  "avoid",
4553
  "avolition",
4554
  "avr",
 
4555
  "aware",
4556
  "ax5",
4557
  "axillary",
@@ -4563,7 +4721,9 @@
4563
  "azacitidine",
4564
  "azathioprine",
4565
  "azd1775",
 
4566
  "azole",
 
4567
  "azoospermia",
4568
  "azt",
4569
  "a\u03b2",
@@ -4576,12 +4736,12 @@
4576
  "b6",
4577
  "b7",
4578
  "b8",
4579
- "b<9",
4580
  "bacillus",
4581
  "back",
4582
  "backup",
4583
  "bacteria",
4584
  "bacterial",
 
4585
  "baer",
4586
  "bag",
4587
  "bal",
@@ -4607,6 +4767,7 @@
4607
  "base",
4608
  "based",
4609
  "baseline",
 
4610
  "basis",
4611
  "basis-",
4612
  "bathing",
@@ -4630,6 +4791,7 @@
4630
  "became",
4631
  "because",
4632
  "become",
 
4633
  "bed",
4634
  "been",
4635
  "before",
@@ -4641,10 +4803,10 @@
4641
  "behaviors",
4642
  "being",
4643
  "believed",
4644
- "belonging",
4645
  "below",
4646
  "bend",
4647
  "bendamustine",
 
4648
  "benefit",
4649
  "benefiting",
4650
  "benefits",
@@ -4653,6 +4815,7 @@
4653
  "benzodiazepine",
4654
  "benzodiazepines",
4655
  "benztropine",
 
4656
  "bepridil",
4657
  "ber",
4658
  "berlin",
@@ -4686,6 +4849,7 @@
4686
  "bilateral",
4687
  "bile",
4688
  "biliary",
 
4689
  "bilirubin",
4690
  "bilirubin>3.0",
4691
  "biloba",
@@ -4731,10 +4895,10 @@
4731
  "blisters",
4732
  "bloating",
4733
  "block",
4734
- "blockage",
4735
  "blocked",
4736
  "blocker",
4737
  "blockers",
 
4738
  "blocks",
4739
  "blood",
4740
  "bloodstream",
@@ -4772,6 +4936,7 @@
4772
  "botox",
4773
  "bottles",
4774
  "botulinum",
 
4775
  "bout",
4776
  "bovine",
4777
  "bowel",
@@ -4786,6 +4951,7 @@
4786
  "brachial",
4787
  "brachytherapy",
4788
  "bradshaw",
 
4789
  "bradycardia",
4790
  "braf",
4791
  "brafi",
@@ -4808,7 +4974,6 @@
4808
  "breathalyzer",
4809
  "breathing",
4810
  "brentuximab",
4811
- "bridged",
4812
  "bridging",
4813
  "brief",
4814
  "brigham",
@@ -4834,7 +4999,6 @@
4834
  "brushing",
4835
  "bsc",
4836
  "bsfs",
4837
- "btk",
4838
  "bulking",
4839
  "bullet",
4840
  "bullosa",
@@ -4872,12 +5036,12 @@
4872
  "cAb",
4873
  "cDNA",
4874
  "cGvHD",
4875
- "cGy",
4876
  "cHL",
4877
  "cN0",
4878
  "ca",
4879
  "ca-125",
4880
  "ca4",
 
4881
  "cab",
4882
  "cabg",
4883
  "cabozantinib",
@@ -4936,6 +5100,7 @@
4936
  "carcinoma",
4937
  "carcinomas",
4938
  "carcinomatosis",
 
4939
  "carcinosarcoma",
4940
  "cardiac",
4941
  "cardiologist",
@@ -4947,6 +5112,7 @@
4947
  "cardiovascular",
4948
  "cardioverter",
4949
  "care",
 
4950
  "caregiver",
4951
  "caregivers",
4952
  "carfilzomib",
@@ -4966,14 +5132,15 @@
4966
  "cases",
4967
  "cast",
4968
  "casting",
 
4969
  "castrate",
4970
  "castration",
4971
  "cataract",
4972
  "cataracts",
4973
- "catecholamine",
4974
  "category",
4975
  "catheter",
4976
  "catheterization",
 
4977
  "cauda",
4978
  "causal",
4979
  "cause",
@@ -5022,7 +5189,9 @@
5022
  "cefdinir",
5023
  "ceftin",
5024
  "cefuroxime",
 
5025
  "cel",
 
5026
  "celery",
5027
  "celexa",
5028
  "celiac",
@@ -5045,6 +5214,7 @@
5045
  "cerebrovascular",
5046
  "certain",
5047
  "certified",
 
5048
  "cervical",
5049
  "cervix",
5050
  "ces",
@@ -5059,7 +5229,6 @@
5059
  "cgd",
5060
  "cgs",
5061
  "cgvhd",
5062
- "cgy",
5063
  "ch.",
5064
  "chain",
5065
  "chains",
@@ -5139,6 +5308,7 @@
5139
  "cic",
5140
  "ciclosporin",
5141
  "cid",
 
5142
  "cil",
5143
  "cimetidine",
5144
  "cin",
@@ -5148,6 +5318,7 @@
5148
  "circulation",
5149
  "circulatory",
5150
  "circumferential",
 
5151
  "cirrhosis",
5152
  "cirrhotic",
5153
  "cis",
@@ -5168,6 +5339,7 @@
5168
  "classical",
5169
  "classification",
5170
  "classified",
 
5171
  "claudication",
5172
  "claustrophobia",
5173
  "claustrophobic",
@@ -5205,7 +5377,6 @@
5205
  "clotting",
5206
  "clozapine",
5207
  "cls",
5208
- "clumps",
5209
  "cluster",
5210
  "cm",
5211
  "cm-5",
@@ -5226,6 +5397,7 @@
5226
  "co.",
5227
  "coagulant",
5228
  "coagulants",
 
5229
  "coagulation",
5230
  "coagulopathies",
5231
  "coagulopathy",
@@ -5233,7 +5405,7 @@
5233
  "coccidiomycosis",
5234
  "cochlea",
5235
  "cochlear",
5236
- "cockcroft",
5237
  "coconut",
5238
  "codeine",
5239
  "coexisting",
@@ -5248,9 +5420,9 @@
5248
  "coils",
5249
  "coincides",
5250
  "col",
5251
- "cold",
5252
  "colesevelam",
5253
  "colestipol",
 
5254
  "colitis",
5255
  "collaboration",
5256
  "collagen",
@@ -5288,6 +5460,7 @@
5288
  "community",
5289
  "comorbid",
5290
  "comorbidities",
 
5291
  "comp",
5292
  "compared",
5293
  "compartment",
@@ -5327,6 +5500,7 @@
5327
  "computed",
5328
  "computer",
5329
  "computerized",
 
5330
  "conceive",
5331
  "conceived",
5332
  "concentrates",
@@ -5340,6 +5514,7 @@
5340
  "concurrently",
5341
  "concussion",
5342
  "condition",
 
5343
  "conditioning",
5344
  "conditions",
5345
  "condom",
@@ -5364,6 +5539,7 @@
5364
  "congestive",
5365
  "congress",
5366
  "conivaptan",
 
5367
  "conn",
5368
  "conn.",
5369
  "connective",
@@ -5376,12 +5552,14 @@
5376
  "consenting",
5377
  "conservative",
5378
  "conserving",
 
5379
  "considered",
5380
  "considering",
5381
  "considers",
5382
  "consistency",
5383
  "consistent",
5384
  "consistently",
 
5385
  "consists",
5386
  "consolidation",
5387
  "consolidative",
@@ -5398,6 +5576,7 @@
5398
  "contagiosum",
5399
  "containing",
5400
  "contains",
 
5401
  "content",
5402
  "context",
5403
  "continually",
@@ -5503,6 +5682,7 @@
5503
  "cro",
5504
  "crohn",
5505
  "cross",
 
5506
  "crown",
5507
  "crp",
5508
  "crt",
@@ -5527,10 +5707,12 @@
5527
  "ctd",
5528
  "ctep",
5529
  "cteph",
 
5530
  "ctl",
5531
  "ctla-4",
5532
  "ctla4",
5533
  "cts",
 
5534
  "culture",
5535
  "cultures",
5536
  "cum",
@@ -5556,6 +5738,7 @@
5556
  "cxr",
5557
  "cy-",
5558
  "cyanotic",
 
5559
  "cycle",
5560
  "cycles",
5561
  "cyclin",
@@ -5565,6 +5748,7 @@
5565
  "cyclosporin",
5566
  "cyclosporine",
5567
  "cyp",
 
5568
  "cyp1a2",
5569
  "cyp2c19",
5570
  "cyp2c8",
@@ -5707,6 +5891,7 @@
5707
  "de",
5708
  "de5",
5709
  "deafness",
 
5710
  "death",
5711
  "deb",
5712
  "debilitating",
@@ -5726,6 +5911,7 @@
5726
  "decompression",
5727
  "decortication",
5728
  "decrease",
 
5729
  "decreasing",
5730
  "decubitus",
5731
  "ded",
@@ -5765,9 +5951,11 @@
5765
  "dehydrogenase",
5766
  "del",
5767
  "del.",
 
5768
  "delavirdine",
5769
  "delay",
5770
  "delayed",
 
5771
  "deleterious",
5772
  "deletion",
5773
  "deletions",
@@ -5821,6 +6009,7 @@
5821
  "des",
5822
  "descending",
5823
  "described",
 
5824
  "designated",
5825
  "designee",
5826
  "desired",
@@ -5835,6 +6024,7 @@
5835
  "determination",
5836
  "determine",
5837
  "determined",
 
5838
  "detox",
5839
  "detrimental",
5840
  "develop",
@@ -5877,6 +6067,8 @@
5877
  "diatheses",
5878
  "diathesis",
5879
  "dic",
 
 
5880
  "did",
5881
  "die",
5882
  "diet",
@@ -5885,6 +6077,7 @@
5885
  "diff",
5886
  "difference",
5887
  "different",
 
5888
  "differentiate",
5889
  "differentiated",
5890
  "differentiation",
@@ -5924,6 +6117,7 @@
5924
  "direct",
5925
  "directed",
5926
  "dis",
 
5927
  "disability",
5928
  "disallowed",
5929
  "disc",
@@ -5960,6 +6154,7 @@
5960
  "distal",
5961
  "distance",
5962
  "distant",
 
5963
  "distinct",
5964
  "distress",
5965
  "disturbance",
@@ -6029,6 +6224,7 @@
6029
  "dose(s",
6030
  "doses",
6031
  "dosing",
 
6032
  "double",
6033
  "doublet",
6034
  "downsizing",
@@ -6043,6 +6239,7 @@
6043
  "drainage",
6044
  "draw",
6045
  "drd",
 
6046
  "dribbling",
6047
  "drink",
6048
  "drinking",
@@ -6057,7 +6254,6 @@
6057
  "dsm-5",
6058
  "dtgct",
6059
  "dtpa",
6060
- "dual",
6061
  "duboisia",
6062
  "ductal",
6063
  "ductus",
@@ -6085,6 +6281,7 @@
6085
  "dxx",
6086
  "dxxx",
6087
  "dxxxx",
 
6088
  "dyl",
6089
  "dynamic",
6090
  "dynes",
@@ -6103,6 +6300,7 @@
6103
  "dysplasia",
6104
  "dysplastic",
6105
  "dyspnea",
 
6106
  "dystonia",
6107
  "dystrophy",
6108
  "e",
@@ -6245,6 +6443,7 @@
6245
  "eme",
6246
  "emergency",
6247
  "emergent",
 
6248
  "emi",
6249
  "eminently",
6250
  "emission",
@@ -6271,10 +6470,12 @@
6271
  "endocrine",
6272
  "endocrinologic",
6273
  "endocrinopathy",
 
6274
  "endometrial",
6275
  "endometrioid",
6276
  "endometriosis",
6277
  "endopat",
 
6278
  "endoscopic",
6279
  "endoscopy",
6280
  "endothelial",
@@ -6314,7 +6515,9 @@
6314
  "enteropathy",
6315
  "enterovesicular",
6316
  "entire",
 
6317
  "entr",
 
6318
  "entry",
6319
  "enucleation",
6320
  "enzalutamide",
@@ -6325,6 +6528,7 @@
6325
  "eon",
6326
  "eosinophilia",
6327
  "eosinophilic",
 
6328
  "ep.",
6329
  "epB",
6330
  "epb",
@@ -6332,6 +6536,7 @@
6332
  "eph",
6333
  "epha2",
6334
  "ephedra",
 
6335
  "epi",
6336
  "epidemiology",
6337
  "epidermal",
@@ -6364,6 +6569,7 @@
6364
  "equivalents",
6365
  "er",
6366
  "er+",
 
6367
  "er2",
6368
  "era",
6369
  "erc",
@@ -6387,14 +6593,17 @@
6387
  "eruption",
6388
  "erv",
6389
  "ery",
 
6390
  "erythematosus",
6391
  "erythematous",
6392
  "erythroblastic",
 
6393
  "erythromycin",
6394
  "erythropoietin",
6395
  "esa",
6396
  "escalated",
6397
  "escalation",
 
6398
  "ese",
6399
  "esh",
6400
  "esmolol",
@@ -6467,6 +6676,7 @@
6467
  "exam",
6468
  "examination",
6469
  "examinations",
 
6470
  "example",
6471
  "examples",
6472
  "exams",
@@ -6520,6 +6730,7 @@
6520
  "expressing",
6521
  "expression",
6522
  "ext",
 
6523
  "extending",
6524
  "extension",
6525
  "extensive",
@@ -6527,7 +6738,10 @@
6527
  "extent",
6528
  "external",
6529
  "extra",
 
 
6530
  "extracranial",
 
6531
  "extrahepatic",
6532
  "extramedullary",
6533
  "extranodal",
@@ -6571,6 +6785,7 @@
6571
  "family",
6572
  "fan",
6573
  "fanconi",
 
6574
  "fast",
6575
  "fasting",
6576
  "fatal",
@@ -6635,6 +6850,7 @@
6635
  "figo",
6636
  "fil",
6637
  "filgrastim",
 
6638
  "fill",
6639
  "filtration",
6640
  "fin",
@@ -6681,6 +6897,7 @@
6681
  "fluoroquinolones",
6682
  "fluorouracil",
6683
  "fluoxetine",
 
6684
  "fmri",
6685
  "fms",
6686
  "fna",
@@ -6764,6 +6981,7 @@
6764
  "full",
6765
  "fully",
6766
  "fulminant",
 
6767
  "function",
6768
  "functional",
6769
  "functioning",
@@ -6795,13 +7013,13 @@
6795
  "gain",
6796
  "gait",
6797
  "gal",
 
6798
  "gall",
6799
  "gallbladder",
6800
  "gallstones",
6801
  "gamma",
6802
  "gammopathy",
6803
  "gan",
6804
- "ganglioneuroblastoma",
6805
  "gangrene",
6806
  "ganulosa",
6807
  "garlic",
@@ -6821,11 +7039,11 @@
6821
  "gastrostomy",
6822
  "gata2",
6823
  "gated",
6824
- "gault",
6825
  "gave",
6826
  "gbca",
6827
  "gbrca1/2",
6828
  "gc",
 
6829
  "gcsf",
6830
  "gct",
6831
  "gd",
@@ -6879,6 +7097,7 @@
6879
  "ginkgo",
6880
  "ginko",
6881
  "ginseng",
 
6882
  "gist",
6883
  "give",
6884
  "given",
@@ -6889,6 +7108,9 @@
6889
  "glaucoma",
6890
  "gle",
6891
  "gleason",
 
 
 
6892
  "glioma",
6893
  "gliomas",
6894
  "glipizide",
@@ -6964,11 +7186,13 @@
6964
  "groin",
6965
  "gross",
6966
  "group",
 
6967
  "grown",
6968
  "growth",
6969
  "gse",
6970
  "gsk525762",
6971
  "gt",
 
6972
  "gtt",
6973
  "gu",
6974
  "guanfacine",
@@ -7000,8 +7224,10 @@
7000
  "ha",
7001
  "ha2",
7002
  "haart",
 
7003
  "habitus",
7004
  "had",
 
7005
  "hair",
7006
  "hal",
7007
  "half",
@@ -7087,6 +7313,7 @@
7087
  "hematopoiesis",
7088
  "hematopoietic",
7089
  "hematuria",
 
7090
  "hemi",
7091
  "hemifacial",
7092
  "hemiiridectomy",
@@ -7097,6 +7324,7 @@
7097
  "hemodynamically",
7098
  "hemoglobin",
7099
  "hemoglobinuria",
 
7100
  "hemolytic",
7101
  "hemophagocytic",
7102
  "hemophilia",
@@ -7117,7 +7345,9 @@
7117
  "hepatologist",
7118
  "hepb",
7119
  "her",
 
7120
  "her2",
 
7121
  "herbal",
7122
  "hereditary",
7123
  "heritable",
@@ -7140,7 +7370,6 @@
7140
  "hf",
7141
  "hg",
7142
  "hgb",
7143
- "hgb<9",
7144
  "hgd",
7145
  "hhs",
7146
  "hi",
@@ -7169,7 +7398,6 @@
7169
  "histology",
7170
  "histopathologic",
7171
  "histoplasmosis",
7172
- "historical",
7173
  "history",
7174
  "hit",
7175
  "hiv",
@@ -7192,6 +7420,7 @@
7192
  "hoe",
7193
  "hol",
7194
  "hold",
 
7195
  "holiday",
7196
  "holoprosencephaly",
7197
  "hom",
@@ -7253,12 +7482,14 @@
7253
  "hydroxyurea",
7254
  "hyl",
7255
  "hyper",
 
7256
  "hyperactive",
7257
  "hyperactivity",
7258
  "hyperacute",
7259
  "hyperbaric",
7260
  "hypercalcemia",
7261
  "hypercapnea",
 
7262
  "hypercoagulable",
7263
  "hypereosinophilic",
7264
  "hyperglycemia",
@@ -7315,8 +7546,10 @@
7315
  "i.m.",
7316
  "i.v.",
7317
  "i67",
 
7318
  "ia",
7319
  "ia.",
 
7320
  "iac",
7321
  "iak",
7322
  "ial",
@@ -7328,7 +7561,6 @@
7328
  "ibc",
7329
  "ibd",
7330
  "ibg",
7331
- "ibmfs",
7332
  "ibrutinib",
7333
  "ibuprofen",
7334
  "ica",
@@ -7379,6 +7611,7 @@
7379
  "iga",
7380
  "igd",
7381
  "ige",
 
7382
  "igf-1",
7383
  "igg",
7384
  "igh",
@@ -7420,6 +7653,7 @@
7420
  "imbalance",
7421
  "imd",
7422
  "ime",
 
7423
  "imipramine",
7424
  "imiquimod",
7425
  "immature",
@@ -7453,6 +7687,7 @@
7453
  "immunosuppressive",
7454
  "immunotherapy",
7455
  "immunotoxins",
 
7456
  "imp",
7457
  "impact",
7458
  "impacted",
@@ -7531,8 +7766,10 @@
7531
  "indicates",
7532
  "indicating",
7533
  "indication",
 
7534
  "indicative",
7535
  "indicator",
 
7536
  "indinavir",
7537
  "indirect",
7538
  "individual",
@@ -7568,7 +7805,6 @@
7568
  "influence",
7569
  "influenza",
7570
  "inform",
7571
- "informant",
7572
  "information",
7573
  "informed",
7574
  "infra",
@@ -7576,11 +7812,13 @@
7576
  "infraction",
7577
  "infratentorial",
7578
  "infrequent",
 
7579
  "infusion",
7580
  "infusion-",
7581
  "infusions",
7582
  "ing",
7583
  "ingestion",
 
7584
  "ingredients",
7585
  "inhale",
7586
  "inhaled",
@@ -7588,6 +7826,7 @@
7588
  "inhalers",
7589
  "inherited",
7590
  "inhibit",
 
7591
  "inhibition",
7592
  "inhibitor",
7593
  "inhibitors",
@@ -7646,6 +7885,7 @@
7646
  "intention",
7647
  "inter",
7648
  "interact",
 
7649
  "interaction",
7650
  "interactions",
7651
  "intercourse",
@@ -7656,6 +7896,7 @@
7656
  "interfering",
7657
  "interferon",
7658
  "interferons",
 
7659
  "interim",
7660
  "interleukins",
7661
  "intermediat",
@@ -7663,7 +7904,6 @@
7663
  "intermediate-2",
7664
  "intermittency",
7665
  "intermittent",
7666
- "intermixed",
7667
  "internal",
7668
  "international",
7669
  "internationalized",
@@ -7688,7 +7928,9 @@
7688
  "intra",
7689
  "intrabdominal",
7690
  "intracardiac",
 
7691
  "intracranial",
 
7692
  "intraepithelial",
7693
  "intrahepatic",
7694
  "intraluminal",
@@ -7707,6 +7949,7 @@
7707
  "intrauterine",
7708
  "intravascular",
7709
  "intravenous",
 
7710
  "intravesical",
7711
  "intravitreal",
7712
  "intrinsic",
@@ -7735,6 +7978,7 @@
7735
  "iodine",
7736
  "iol",
7737
  "ion",
 
7738
  "ior",
7739
  "iort",
7740
  "ip",
@@ -7747,6 +7991,7 @@
7747
  "ipss",
7748
  "ipt",
7749
  "ipv",
 
7750
  "irAE",
7751
  "irae",
7752
  "irb)-approved",
@@ -7838,6 +8083,7 @@
7838
  "jor",
7839
  "jr",
7840
  "jr.",
 
7841
  "jude",
7842
  "judged",
7843
  "judgment",
@@ -7864,6 +8110,7 @@
7864
  "kaposi",
7865
  "karnofsky",
7866
  "kava",
 
7867
  "kcc",
7868
  "kd",
7869
  "ked",
@@ -7898,10 +8145,12 @@
7898
  "kle",
7899
  "kly",
7900
  "knee",
 
7901
  "known",
7902
  "kps",
7903
  "ks",
7904
  "kt",
 
7905
  "kup",
7906
  "ky",
7907
  "ky.",
@@ -7911,6 +8160,7 @@
7911
  "l-2",
7912
  "l.",
7913
  "l1",
 
7914
  "l2",
7915
  "l8585r",
7916
  "l858r",
@@ -7998,12 +8248,15 @@
7998
  "leg",
7999
  "legal",
8000
  "legally",
 
8001
  "lem",
8002
  "len",
8003
  "lenalidomide",
 
8004
  "lenvatinib",
8005
  "lepr",
8006
  "leprosy",
 
8007
  "leptomeningeal",
8008
  "ler",
8009
  "les",
@@ -8026,6 +8279,7 @@
8026
  "leukocyte",
8027
  "leukocytes",
8028
  "leukocytosis",
 
8029
  "leukoencephalopathy",
8030
  "leukopenia",
8031
  "level",
@@ -8034,9 +8288,11 @@
8034
  "levitra",
8035
  "levodopa",
8036
  "levomethadyl",
 
8037
  "lex",
8038
  "leydig",
8039
  "lfa",
 
8040
  "lgb",
8041
  "lgg",
8042
  "lgk974",
@@ -8049,6 +8305,7 @@
8049
  "lic",
8050
  "lichen",
8051
  "lid",
 
8052
  "lidoflazine",
8053
  "lie",
8054
  "lif",
@@ -8097,6 +8354,7 @@
8097
  "lla",
8098
  "lle",
8099
  "lli",
 
8100
  "lls",
8101
  "lly",
8102
  "lmc",
@@ -8115,6 +8373,7 @@
8115
  "location",
8116
  "locations",
8117
  "loci",
 
8118
  "locoregional",
8119
  "log",
8120
  "lol",
@@ -8127,7 +8386,6 @@
8127
  "longstanding",
8128
  "loose",
8129
  "lop",
8130
- "lopinavir",
8131
  "lor",
8132
  "lordosis",
8133
  "los",
@@ -8144,13 +8402,13 @@
8144
  "low",
8145
  "lower",
8146
  "lowering",
 
8147
  "lox",
8148
  "loy",
8149
  "lp",
8150
  "lpl",
8151
  "lpv",
8152
  "lrs",
8153
- "lrygb",
8154
  "lse",
8155
  "lsg",
8156
  "lso",
@@ -8182,6 +8440,7 @@
8182
  "lve",
8183
  "lvef",
8184
  "lvsf",
 
8185
  "lying",
8186
  "lyme",
8187
  "lymph",
@@ -8220,6 +8479,7 @@
8220
  "mEq",
8221
  "mFOLFIRINOX",
8222
  "mHg",
 
8223
  "mIU",
8224
  "mL",
8225
  "mPAP\u2265",
@@ -8241,7 +8501,6 @@
8241
  "macrohemorrhage",
8242
  "macrolide",
8243
  "macrophage",
8244
- "macroscopic",
8245
  "macular",
8246
  "madam",
8247
  "made",
@@ -8267,6 +8526,7 @@
8267
  "malignancies",
8268
  "malignancy",
8269
  "malignant",
 
8270
  "mammary",
8271
  "mammogram",
8272
  "mammoplasty",
@@ -8311,6 +8571,7 @@
8311
  "mass.",
8312
  "mast",
8313
  "mastectomy",
 
8314
  "match",
8315
  "matched",
8316
  "material",
@@ -8327,12 +8588,13 @@
8327
  "maylard",
8328
  "mayo",
8329
  "ma\u2019am",
 
8330
  "mcL",
8331
  "mcdonald",
 
8332
  "mci",
8333
  "mcl",
8334
  "mcrpc",
8335
- "mcs",
8336
  "md",
8337
  "md.",
8338
  "mda",
@@ -8381,6 +8643,7 @@
8381
  "meet",
8382
  "meeting",
8383
  "meets",
 
8384
  "megace",
8385
  "megacolon",
8386
  "megakaryocytes",
@@ -8460,13 +8723,13 @@
8460
  "mets",
8461
  "mf",
8462
  "mfolfirinox",
8463
- "mfs",
8464
  "mg",
8465
  "mg/100",
8466
  "mg/24",
8467
  "mhg",
8468
  "mi",
8469
  "mia",
 
8470
  "mianserin",
8471
  "mib",
8472
  "mibg",
@@ -8477,7 +8740,6 @@
8477
  "microbials",
8478
  "microcalcifications",
8479
  "microhemorrhages",
8480
- "microl",
8481
  "microliter",
8482
  "microphthalmia",
8483
  "microscopic",
@@ -8498,6 +8760,7 @@
8498
  "milligrams",
8499
  "millimeters",
8500
  "millimetres",
 
8501
  "min",
8502
  "min/1.73",
8503
  "min/1.73m2",
@@ -8510,6 +8773,7 @@
8510
  "minute",
8511
  "minutes",
8512
  "mirtazapine",
 
8513
  "mismatched",
8514
  "miss",
8515
  "miss.",
@@ -8517,6 +8781,7 @@
8517
  "mississippi",
8518
  "mit",
8519
  "mitigation",
 
8520
  "mitomycin",
8521
  "mitraclip",
8522
  "mitral",
@@ -8604,6 +8869,7 @@
8604
  "motrin",
8605
  "mouse",
8606
  "mouth",
 
8607
  "movement",
8608
  "movements",
8609
  "moyamoya",
@@ -8646,12 +8912,12 @@
8646
  "multicolor",
8647
  "multidisciplinary",
8648
  "multifocal",
 
8649
  "multigated",
8650
  "multikinase",
8651
  "multimodal",
8652
  "multimodality",
8653
  "multiple",
8654
- "multivirus",
8655
  "multivitamin",
8656
  "mum",
8657
  "mur",
@@ -8668,6 +8934,7 @@
8668
  "mutant",
8669
  "mutated",
8670
  "mutation",
 
8671
  "mutations",
8672
  "mvc",
8673
  "mwg",
@@ -8679,7 +8946,9 @@
8679
  "mycobacteria",
8680
  "mycophenolate",
8681
  "mycosis",
 
8682
  "myeloablative",
 
8683
  "myelodyplastic",
8684
  "myelodysplasia",
8685
  "myelodysplastic",
@@ -8717,6 +8986,7 @@
8717
  "n-",
8718
  "n-0066",
8719
  "n-0195",
 
8720
  "n-4",
8721
  "n.",
8722
  "n.c.",
@@ -8796,6 +9066,7 @@
8796
  "needed",
8797
  "needing",
8798
  "needle",
 
8799
  "needs",
8800
  "nefazodone",
8801
  "negative",
@@ -8805,6 +9076,7 @@
8805
  "nelfinavir",
8806
  "neo",
8807
  "neoadjuvant",
 
8808
  "neonatal",
8809
  "neonates",
8810
  "neoplasia",
@@ -8841,14 +9113,18 @@
8841
  "neurodevelopmental",
8842
  "neuroectodermal",
8843
  "neuroendocrine",
 
8844
  "neurofibromatosis",
8845
  "neurogenic",
8846
  "neuroid",
8847
  "neuroimaging",
8848
  "neuroleptic",
 
8849
  "neurologic",
8850
  "neurological",
8851
  "neurologically",
 
 
8852
  "neuromuscular",
8853
  "neurontin",
8854
  "neuropathy",
@@ -8920,6 +9196,7 @@
8920
  "nol",
8921
  "non",
8922
  "non-",
 
8923
  "nonbreast",
8924
  "noncompliance",
8925
  "noncytotoxic",
@@ -8959,6 +9236,7 @@
8959
  "npc",
8960
  "nra",
8961
  "nrh",
 
8962
  "nrtis",
8963
  "ns.",
8964
  "ns2",
@@ -8968,6 +9246,7 @@
8968
  "nsclc",
8969
  "nse",
8970
  "nsf",
 
8971
  "nss",
8972
  "nst",
8973
  "nstemi",
@@ -9065,6 +9344,7 @@
9065
  "oci",
9066
  "ock",
9067
  "ocm",
 
9068
  "oct",
9069
  "oct.",
9070
  "ocular",
@@ -9108,8 +9388,10 @@
9108
  "ole",
9109
  "oli",
9110
  "oligo",
 
9111
  "oligoasthenoteratospermia",
9112
  "oligoastrocytoma",
 
9113
  "oligodendroglioma",
9114
  "oligometastatic",
9115
  "oll",
@@ -9122,6 +9404,7 @@
9122
  "omega",
9123
  "omega-3",
9124
  "omegaven",
 
9125
  "omp",
9126
  "omphalocele",
9127
  "oms",
@@ -9132,11 +9415,14 @@
9132
  "onalespib",
9133
  "onc201",
9134
  "once",
 
 
9135
  "oncologist",
9136
  "oncology",
9137
  "oncolyic",
9138
  "oncotype",
9139
  "ond",
 
9140
  "one",
9141
  "ong",
9142
  "ongoing",
@@ -9180,6 +9466,7 @@
9180
  "opioids",
9181
  "opportunistic",
9182
  "oppositional",
 
9183
  "optic",
9184
  "optimal",
9185
  "option",
@@ -9242,6 +9529,7 @@
9242
  "osteopetrosis",
9243
  "osteoporosis",
9244
  "osy",
 
9245
  "otc",
9246
  "ote",
9247
  "oth",
@@ -9258,6 +9546,7 @@
9258
  "our",
9259
  "ous",
9260
  "out",
 
9261
  "outcome",
9262
  "outcomes",
9263
  "outermost",
@@ -9266,7 +9555,6 @@
9266
  "outlines",
9267
  "outpatient",
9268
  "outside",
9269
- "oux",
9270
  "ov.",
9271
  "ovale",
9272
  "ovarian",
@@ -9275,6 +9563,7 @@
9275
  "over",
9276
  "overactive",
9277
  "overall",
 
9278
  "overexpression",
9279
  "overgrowth",
9280
  "overlap",
@@ -9295,6 +9584,7 @@
9295
  "oxycodone",
9296
  "oxycontin",
9297
  "oxygen",
 
9298
  "oxytocin",
9299
  "oya",
9300
  "oys",
@@ -9307,6 +9597,7 @@
9307
  "p.m",
9308
  "p.m.",
9309
  "p16",
 
9310
  "p2d",
9311
  "p3a",
9312
  "p450",
@@ -9346,6 +9637,7 @@
9346
  "pancreatitis",
9347
  "pancreato",
9348
  "pancytopenia",
 
9349
  "panic",
9350
  "panjabi",
9351
  "panniculitis",
@@ -9408,15 +9700,14 @@
9408
  "pay",
9409
  "payment",
9410
  "pazopanib",
9411
- "pbc",
9412
  "pbmc",
9413
- "pbmcs",
9414
  "pbpc",
9415
  "pbsc",
9416
  "pc",
9417
  "pc+s",
9418
  "pca",
9419
  "pci",
 
9420
  "pcos",
9421
  "pcr",
9422
  "pcs",
@@ -9424,6 +9715,7 @@
9424
  "pcwp",
9425
  "pd",
9426
  "pd-1",
 
9427
  "pd1",
9428
  "pd2",
9429
  "pd3",
@@ -9437,6 +9729,7 @@
9437
  "peacemaker",
9438
  "peak",
9439
  "peanut",
 
9440
  "pectoris",
9441
  "ped",
9442
  "pediatric",
@@ -9482,7 +9775,6 @@
9482
  "periodontitis",
9483
  "perioperative",
9484
  "peripheral",
9485
- "peripherally",
9486
  "peritoneal",
9487
  "peritoneum",
9488
  "peritonitis",
@@ -9541,6 +9833,7 @@
9541
  "photodynamic",
9542
  "photosensitive",
9543
  "php",
 
9544
  "phy",
9545
  "physical",
9546
  "physically",
@@ -9548,6 +9841,7 @@
9548
  "physicians",
9549
  "physiologic",
9550
  "physiological",
 
9551
  "pi",
9552
  "pi3",
9553
  "pia",
@@ -9606,6 +9900,7 @@
9606
  "ply",
9607
  "pm",
9608
  "pmc",
 
9609
  "pnet",
9610
  "pneumoconiosis",
9611
  "pneumocystis",
@@ -9714,6 +10009,7 @@
9714
  "predicted",
9715
  "predispose",
9716
  "prednisone",
 
9717
  "predominant",
9718
  "preeclampsia",
9719
  "preemptive",
@@ -9815,6 +10111,7 @@
9815
  "prohibitive",
9816
  "projected",
9817
  "prolactin",
 
9818
  "prolapse",
9819
  "proliferative",
9820
  "prolong",
@@ -9845,9 +10142,12 @@
9845
  "protease",
9846
  "protect",
9847
  "protein",
 
 
9848
  "proteinuria",
9849
  "prothrombin",
9850
  "prothrombotic",
 
9851
  "protocol",
9852
  "protocol(s",
9853
  "protocol-",
@@ -9867,11 +10167,11 @@
9867
  "prp",
9868
  "pruritus",
9869
  "psa",
9870
- "psc",
9871
  "psd",
9872
  "pse",
9873
  "pseudoexfoliation",
9874
  "pseudomonas",
 
9875
  "pseudoprogression",
9876
  "psg",
9877
  "psilocybin",
@@ -9901,6 +10201,7 @@
9901
  "ptcl",
9902
  "ptcls",
9903
  "pth",
 
9904
  "pts",
9905
  "ptsd",
9906
  "ptt",
@@ -9940,6 +10241,7 @@
9940
  "pyelonephritis",
9941
  "pylori",
9942
  "pyloric",
 
9943
  "pyruvate",
9944
  "q",
9945
  "q.",
@@ -9960,6 +10262,7 @@
9960
  "qualifying",
9961
  "qualitative",
9962
  "quality",
 
9963
  "quantifiable",
9964
  "quantitative",
9965
  "que",
@@ -9972,17 +10275,23 @@
9972
  "quinidine",
9973
  "quotient",
9974
  "r",
 
9975
  "r.",
 
 
9976
  "rAE",
9977
  "rIX",
9978
  "rTMS",
9979
  "ra",
 
9980
  "rab",
 
9981
  "rad",
9982
  "radiation",
9983
  "radical",
9984
  "radiculopathy",
9985
  "radio",
 
9986
  "radiofrequency",
9987
  "radiograph",
9988
  "radiographic",
@@ -9992,8 +10301,10 @@
9992
  "radiolabeled",
9993
  "radiologic",
9994
  "radiological",
 
9995
  "radiology",
9996
  "radionuclide",
 
9997
  "radiopharmaceutical",
9998
  "radiopharmaceuticals",
9999
  "radiosurgery",
@@ -10038,6 +10349,7 @@
10038
  "rbans",
10039
  "rbc",
10040
  "rbcs",
 
10041
  "rc",
10042
  "rca",
10043
  "rcc",
@@ -10056,6 +10368,7 @@
10056
  "re.",
10057
  "rea",
10058
  "reached",
 
10059
  "reaction",
10060
  "reactions",
10061
  "reactivation",
@@ -10097,6 +10410,7 @@
10097
  "recovering",
10098
  "recovery",
10099
  "recruited",
 
10100
  "rectal",
10101
  "rectovaginal",
10102
  "rectum",
@@ -10145,6 +10459,7 @@
10145
  "regorafenib",
10146
  "regular",
10147
  "regularly",
 
10148
  "regulation",
10149
  "regulatory",
10150
  "regurgitant",
@@ -10237,6 +10552,7 @@
10237
  "responder",
10238
  "response",
10239
  "responses",
 
10240
  "responsible",
10241
  "responsiveness",
10242
  "rest",
@@ -10282,6 +10598,9 @@
10282
  "rgo",
10283
  "rgy",
10284
  "rhabdomyosarcoma",
 
 
 
10285
  "rheumatic",
10286
  "rheumatoid",
10287
  "rheumatologic",
@@ -10310,11 +10629,13 @@
10310
  "ripseridone",
10311
  "ris",
10312
  "rise",
 
10313
  "risk",
10314
  "risks",
10315
  "risperidone",
10316
  "rit",
10317
  "ritonavir",
 
10318
  "rituximab",
10319
  "river",
10320
  "rix",
@@ -10339,14 +10660,15 @@
10339
  "ron",
10340
  "room",
10341
  "rop",
 
10342
  "ror",
10343
  "ros",
10344
  "ros1",
10345
  "rosacea",
 
10346
  "round",
10347
  "rounds",
10348
  "routine",
10349
- "roux",
10350
  "row",
10351
  "rp.",
10352
  "rp2d",
@@ -10391,6 +10713,7 @@
10391
  "s.",
10392
  "s.c",
10393
  "s.c.",
 
10394
  "sAML",
10395
  "sAg",
10396
  "sJIA",
@@ -10412,6 +10735,7 @@
10412
  "salicylic",
10413
  "salivary",
10414
  "salmeterol",
 
10415
  "salvage",
10416
  "sama",
10417
  "samarium-153",
@@ -10483,7 +10807,6 @@
10483
  "sea",
10484
  "seafood",
10485
  "seal",
10486
- "seasonal",
10487
  "seborrheic",
10488
  "sec",
10489
  "second",
@@ -10491,6 +10814,7 @@
10491
  "secondary",
10492
  "seconds",
10493
  "secreted",
 
10494
  "secretory",
10495
  "section",
10496
  "secukinumab",
@@ -10562,6 +10886,7 @@
10562
  "sertoli",
10563
  "serum",
10564
  "serve",
 
10565
  "ses",
10566
  "session",
10567
  "sessions",
@@ -10595,6 +10920,7 @@
10595
  "she",
10596
  "she's",
10597
  "shear",
 
10598
  "she\u2019s",
10599
  "shi",
10600
  "shift",
@@ -10629,6 +10955,7 @@
10629
  "sigh",
10630
  "sight",
10631
  "sign",
 
10632
  "signaling",
10633
  "signals",
10634
  "signed",
@@ -10694,6 +11021,7 @@
10694
  "sma",
10695
  "small",
10696
  "smallinfarcts",
 
10697
  "smd",
10698
  "sme",
10699
  "smear",
@@ -10703,6 +11031,7 @@
10703
  "smoldering",
10704
  "sms",
10705
  "smt",
 
10706
  "snycopy",
10707
  "soc",
10708
  "social",
@@ -10734,10 +11063,12 @@
10734
  "southwest",
10735
  "soy",
10736
  "soya-",
 
10737
  "space",
10738
  "spaces",
10739
  "span",
10740
  "sparfloxacin",
 
10741
  "spasm",
10742
  "spasmodic",
10743
  "spasms",
@@ -10779,6 +11110,7 @@
10779
  "sprays",
10780
  "spread",
10781
  "squamous",
 
10782
  "srd",
10783
  "sre",
10784
  "sri",
@@ -10796,7 +11128,6 @@
10796
  "st-",
10797
  "st.",
10798
  "sta",
10799
- "stabilization",
10800
  "stabilized",
10801
  "stabilizer",
10802
  "stabilizers",
@@ -10843,6 +11174,7 @@
10843
  "steroid",
10844
  "steroidal",
10845
  "steroids",
 
10846
  "stevens",
10847
  "stgd1",
10848
  "sti",
@@ -10855,10 +11187,13 @@
10855
  "stimulator",
10856
  "stimulators",
10857
  "stipulated",
 
10858
  "stomach",
10859
  "stomata",
 
10860
  "stones",
10861
  "stool",
 
10862
  "stop",
10863
  "stopped",
10864
  "stopping",
@@ -10942,7 +11277,9 @@
10942
  "suicide",
10943
  "suitable",
10944
  "sulfa",
 
10945
  "sulfobutyl",
 
10946
  "sulfonylurea",
10947
  "sulfonylureas",
10948
  "sum",
@@ -11039,6 +11376,7 @@
11039
  "ta",
11040
  "ta2",
11041
  "tab>(whichever",
 
11042
  "tablet",
11043
  "tablets",
11044
  "tachycardia",
@@ -11053,6 +11391,7 @@
11053
  "talimogene",
11054
  "tam",
11055
  "tamoxifen",
 
11056
  "tamulosin",
11057
  "tan",
11058
  "tandem",
@@ -11110,6 +11449,7 @@
11110
  "temozolomide",
11111
  "temperature",
11112
  "temporarily",
 
11113
  "temporomandibular",
11114
  "temsirolimus",
11115
  "ten",
@@ -11123,6 +11463,7 @@
11123
  "ter",
11124
  "teratogenic",
11125
  "teratogenicity",
 
11126
  "terazosin",
11127
  "teriparatide",
11128
  "term",
@@ -11137,6 +11478,7 @@
11137
  "testing",
11138
  "testosterone",
11139
  "tests",
 
11140
  "tetracyclic",
11141
  "tetracyclines",
11142
  "tex",
@@ -11160,6 +11502,7 @@
11160
  "their",
11161
  "them",
11162
  "then",
 
11163
  "therapeutic",
11164
  "therapeutically",
11165
  "therapies",
@@ -11170,6 +11513,7 @@
11170
  "therefore",
11171
  "thereof",
11172
  "there\u2019s",
 
11173
  "these",
11174
  "they",
11175
  "thiazide",
@@ -11202,6 +11546,7 @@
11202
  "throat",
11203
  "thrombasthenia",
11204
  "thrombelastogram",
 
11205
  "thrombocythemias",
11206
  "thrombocytopenia",
11207
  "thrombocytopenic",
@@ -11255,6 +11600,7 @@
11255
  "tly",
11256
  "tmj",
11257
  "tms",
 
11258
  "tnbc",
11259
  "tnf",
11260
  "tnfs",
@@ -11272,6 +11618,7 @@
11272
  "tolerable",
11273
  "tolerance",
11274
  "tolerate",
 
11275
  "tom",
11276
  "tomographic",
11277
  "tomography",
@@ -11304,6 +11651,7 @@
11304
  "toxicity",
11305
  "toxicology",
11306
  "toxin",
 
11307
  "tp53",
11308
  "tpa",
11309
  "tpc",
@@ -11314,6 +11662,7 @@
11314
  "tracheoesophageal",
11315
  "tracheostomy",
11316
  "tract",
 
11317
  "training",
11318
  "tramadol",
11319
  "trametinib",
@@ -11356,6 +11705,8 @@
11356
  "transthoracic",
11357
  "transvaginal",
11358
  "trastuzumab",
 
 
11359
  "trauma",
11360
  "trauma-",
11361
  "traumatic",
@@ -11506,6 +11857,7 @@
11506
  "understand",
11507
  "understanding",
11508
  "undertaken",
 
11509
  "undesirable",
11510
  "undetectable",
11511
  "undifferentiated",
@@ -11529,8 +11881,10 @@
11529
  "unl",
11530
  "unless",
11531
  "unlikely",
 
11532
  "uno",
11533
  "unos",
 
11534
  "unprescribed",
11535
  "unrated",
11536
  "unrelated",
@@ -11542,6 +11896,7 @@
11542
  "unsatisfactory",
11543
  "unspecified",
11544
  "unstable",
 
11545
  "unsuccessful",
11546
  "unsuitable",
11547
  "unsure",
@@ -11558,11 +11913,13 @@
11558
  "upmc",
11559
  "upon",
11560
  "upper",
 
11561
  "ura",
11562
  "ure",
11563
  "uremic",
11564
  "ureter",
11565
  "ureteral",
 
11566
  "urethra",
11567
  "urg",
11568
  "urgent",
@@ -11608,6 +11965,7 @@
11608
  "v1.0",
11609
  "v1.1",
11610
  "v4",
 
11611
  "v600e",
11612
  "v7",
11613
  "vHD",
@@ -11615,6 +11973,7 @@
11615
  "va",
11616
  "va.",
11617
  "vabs",
 
11618
  "vaccinated",
11619
  "vaccination",
11620
  "vaccinations",
@@ -11630,6 +11989,7 @@
11630
  "validit",
11631
  "valleys",
11632
  "valproate",
 
11633
  "value",
11634
  "values",
11635
  "valve",
@@ -11639,6 +11999,7 @@
11639
  "vancomycin",
11640
  "var",
11641
  "vardenafil",
 
11642
  "variant",
11643
  "variants",
11644
  "variceal",
@@ -11674,6 +12035,7 @@
11674
  "vegfr",
11675
  "vehicle",
11676
  "vein",
 
11677
  "vel",
11678
  "veliparib",
11679
  "ven",
@@ -11806,6 +12168,7 @@
11806
  "watery",
11807
  "way",
11808
  "wbc",
 
11809
  "we",
11810
  "weak",
11811
  "weakened",
@@ -11861,7 +12224,6 @@
11861
  "williams",
11862
  "willing",
11863
  "willingness",
11864
- "wilson",
11865
  "win",
11866
  "wire",
11867
  "wireless",
@@ -11872,6 +12234,8 @@
11872
  "with",
11873
  "with-",
11874
  "withdrawal",
 
 
11875
  "withholding",
11876
  "within",
11877
  "without",
@@ -11941,6 +12305,7 @@
11941
  "x_x",
11942
  "xa",
11943
  "xam",
 
11944
  "xanthines",
11945
  "xd",
11946
  "xd.d",
@@ -11952,6 +12317,7 @@
11952
  "xdddxxx",
11953
  "xdx",
11954
  "xdx>d",
 
11955
  "xdxd",
11956
  "xdxx",
11957
  "xed",
@@ -11960,6 +12326,7 @@
11960
  "xenograft",
11961
  "xerostomia",
11962
  "xia",
 
11963
  "xic",
11964
  "xil",
11965
  "xin",
@@ -12020,7 +12387,6 @@
12020
  "xxx/d.dd",
12021
  "xxx/d.ddxd",
12022
  "xxx/xx",
12023
- "xxx<d",
12024
  "xxx>(xxxx",
12025
  "xxx>dd",
12026
  "xxx>ddd",
@@ -12030,7 +12396,9 @@
12030
  "xxx]-xxxx",
12031
  "xxx]/xxxx",
12032
  "xxxd",
 
12033
  "xxxd/d",
 
12034
  "xxxddd",
12035
  "xxxdddd",
12036
  "xxxdddx",
@@ -12048,6 +12416,8 @@
12048
  "xxxx)/xx",
12049
  "xxxx)/xxx",
12050
  "xxxx)/xxxx",
 
 
12051
  "xxxx)xxxx",
12052
  "xxxx+/-xx",
12053
  "xxxx+xxxx",
@@ -12104,7 +12474,6 @@
12104
  "yed",
12105
  "yes",
12106
  "yet",
12107
- "ygb",
12108
  "yha",
12109
  "yic",
12110
  "yielding",
@@ -12146,6 +12515,7 @@
12146
  "zonules",
12147
  "zoster",
12148
  "zyban",
 
12149
  "{",
12150
  "|",
12151
  "}",
@@ -12261,6 +12631,7 @@
12261
  "\u2265500",
12262
  "\u226550Gy",
12263
  "\u226550gy",
 
12264
  "\u226560",
12265
  "\u226575,000",
12266
  "\u22658",
 
90
  "-8",
91
  "-8.00",
92
  "-89",
93
+ "-90",
94
  "-B",
95
  "-C",
96
  "-D",
 
101
  "-_-",
102
  "-__-",
103
  "-b",
 
104
  "-c",
105
  "-d",
106
  "-d.dd",
 
156
  "/90",
157
  "/=",
158
  "/=1",
159
+ "/=12",
160
  "/=5",
161
  "/=d",
162
+ "/=dd",
163
  "/CT",
164
  "/ct",
165
  "/d",
 
172
  "0.0",
173
  "0.01",
174
  "0.1",
175
+ "0.15",
176
  "0.2",
177
  "0.25",
178
  "0.3",
179
  "0.4",
180
  "0.5",
181
+ "0.6",
182
  "0.62",
183
  "0.7",
184
  "0.8",
 
188
  "000",
189
  "001",
190
  "002",
191
+ "005",
192
  "009",
193
  "00E",
194
  "00e",
 
238
  "1000",
239
  "103",
240
  "104",
241
+ "105",
242
  "106",
243
  "109",
244
  "10a.m",
 
251
  "11",
252
  "11.5",
253
  "110",
 
254
  "110mmHg",
255
  "110mmhg",
256
  "112",
 
296
  "17",
297
  "170",
298
  "170/100",
299
+ "177Lu",
300
+ "177lu",
301
  "18",
302
  "180",
303
+ "180/105",
304
  "181",
305
+ "186",
306
+ "188",
307
  "18F",
308
  "18F]-fluorodeoxyglucose",
309
  "18f",
 
319
  "1A",
320
  "1A1",
321
  "1A2",
322
+ "1AT",
323
  "1B",
324
  "1D1",
325
  "1L",
 
328
  "1a.m.",
329
  "1a1",
330
  "1a2",
331
+ "1at",
332
  "1b",
333
  "1d1",
334
  "1l",
335
+ "1mg",
336
+ "1p",
337
  "1p.m",
338
  "1p.m.",
339
  "1p/19q",
 
344
  "2)hemoglobin",
345
  "2.0",
346
  "2.0g",
347
+ "2.4",
348
  "2.5",
349
  "2.5X",
350
  "2.5x",
 
354
  "20/70",
355
  "200",
356
  "2000",
357
+ "2005",
358
  "2009",
359
  "200mmHg",
360
  "200mmhg",
 
365
  "2018",
366
  "20ng",
367
  "21",
368
+ "219",
369
  "220",
370
+ "222",
371
  "223",
372
  "229",
373
  "22q11",
 
502
  "5a",
503
  "5a.m",
504
  "5a.m.",
505
+ "5mg",
506
  "5p.m",
507
  "5p.m.",
508
  "5q-",
 
518
  "61q",
519
  "620",
520
  "65",
521
+ "673",
522
  "6MWT",
523
  "6PD",
524
  "6a.m",
 
537
  "72",
538
  "72h",
539
  "736",
540
+ "738",
541
  "75",
542
  "75,000",
543
  "750",
544
+ "75mg",
545
  "75th",
546
  "76",
547
  "762",
 
549
  "78A",
550
  "78a",
551
  "790",
552
+ "7Lu",
553
  "7a.m",
554
  "7a.m.",
555
+ "7lu",
556
  "7p.m",
557
  "7p.m.",
558
  "8",
 
563
  "8-d",
564
  "8.0",
565
  "8.5",
566
+ "8.7",
567
  "8/8",
568
  "80",
569
  "800mg",
570
  "81",
571
+ "81mg",
572
  "821",
573
  "833",
574
+ "84",
575
  "85",
 
576
  "85R",
577
  "85r",
578
  "88",
 
588
  "9",
589
  "9/11/01",
590
  "90",
591
+ "95",
592
  "9500/3",
593
  "96",
594
  "965",
 
597
  "98",
598
  "981",
599
  "99",
600
+ "991",
601
  "993",
602
  "9Xe",
603
  "9a.m",
 
693
  "=(",
694
  "=)",
695
  "=/",
696
+ "=12",
697
  "=3",
698
  "=35",
699
  "=D",
 
715
  "A",
716
  "A*0201",
717
  "A-4",
718
+ "A.",
719
+ "A1AT",
720
  "A1C",
721
+ "A1C>8.7",
722
  "A1c",
723
  "A1c>8",
724
  "AA",
 
739
  "ACC",
740
  "ACDA",
741
  "ACE",
742
+ "ACEI",
743
  "ACL",
744
  "ACPs",
745
  "ACR",
 
747
  "ACRIN",
748
  "ACRM",
749
  "ACS",
750
+ "ACTH",
751
  "AD",
752
  "ADD",
753
  "ADHD",
 
795
  "APS001F",
796
  "AP\u2265",
797
  "AR",
798
+ "ARB",
799
+ "ARBs",
800
  "ARC",
801
  "AREDS",
802
  "ARM",
 
826
  "AX5",
827
  "AZA",
828
  "AZD1775",
829
+ "AZD6738",
830
  "AZT",
831
  "Abdominal",
832
  "Ability",
 
850
  "Actively",
851
  "Activity",
852
  "Acute",
853
+ "Adapted",
854
  "Adaptive",
855
  "Adderall",
856
  "Addisons",
 
868
  "Adverse",
869
  "Advil",
870
  "Affective",
871
+ "Afrin",
872
  "AgR",
873
  "Age",
874
  "Agent",
 
903
  "Aminotransferase",
904
  "Amyloidosis",
905
  "An",
906
+ "Anaphylactic",
907
  "Anaplastic",
908
  "Anatomy",
909
  "Ancef",
 
910
  "Anemic",
911
  "Aneurysmal",
912
  "Angiogram",
 
956
  "Arms",
957
  "Arnold",
958
  "Arrhythmia",
959
+ "Artemis",
960
  "Arterial",
961
  "Artery",
962
  "Arthritis",
963
  "As",
 
964
  "Ascites",
965
  "Ashworth",
966
  "Aspartate",
 
980
  "Aug",
981
  "Aug.",
982
  "August",
983
+ "Aurix",
984
  "Authorized",
985
  "Autism",
986
  "Autoimmune",
987
  "Autonomic",
988
  "Availability",
 
989
  "Avastin",
990
+ "Awaiting",
991
  "Axis",
992
  "A\u03b2",
993
  "B",
 
1038
  "BRT",
1039
  "BSC",
1040
  "BSFS",
 
1041
  "BUT",
1042
  "BZD",
1043
  "Bacillus",
1044
+ "Bad",
1045
  "Bang",
1046
  "Bank",
1047
+ "Bar",
1048
  "Barbiturates",
1049
  "Barre",
1050
  "Barrett",
 
1078
  "Blast",
1079
  "Bleeding",
1080
  "Blindness",
1081
+ "Block",
1082
  "Blockers",
1083
  "Blood",
1084
  "Blunt",
 
1094
  "Bradshaw",
1095
  "Brain",
1096
  "Brainstem",
1097
+ "Branch",
1098
  "Brand",
1099
  "Braunwald",
1100
  "Breast",
 
1105
  "Bros",
1106
  "Bros.",
1107
  "Bullosa",
1108
+ "Bundle",
1109
  "Bupivacaine",
1110
  "Bupropion",
1111
  "Burkitt",
 
1124
  "C5",
1125
  "CA-125",
1126
  "CA4",
1127
+ "CAADID",
1128
  "CABG",
1129
  "CAD",
1130
  "CAE",
 
1158
  "CDI",
1159
  "CDS",
1160
  "CEACAM5",
1161
+ "CEI",
1162
  "CF",
1163
  "CFRD",
1164
  "CFS",
 
1172
  "CHOP",
1173
  "CI",
1174
  "CID",
1175
+ "CIG",
1176
  "CIN",
1177
  "CIPN",
1178
  "CIS",
 
1223
  "CTD",
1224
  "CTEP",
1225
  "CTEPH",
1226
+ "CTH",
1227
  "CTL",
1228
  "CTLA-4",
1229
  "CTLA4",
 
1236
  "CWP",
1237
  "CXR",
1238
  "CYP",
1239
+ "CYP17",
1240
  "CYP1A2",
1241
  "CYP2C19",
1242
  "CYP2C8",
 
1263
  "Cardiovascular",
1264
  "Care",
1265
  "Carpal",
1266
+ "Castration",
1267
  "Category",
1268
  "Cause",
1269
  "Cavity",
 
1305
  "Cirrhotic",
1306
  "Cisapride",
1307
  "Cisplatin",
1308
+ "Citalopram",
1309
  "Clark",
1310
  "Class",
1311
  "Classification",
 
1312
  "Clear",
1313
  "Clearance",
1314
  "Cleveland",
 
1320
  "Clostridium",
1321
  "Co",
1322
  "Co.",
 
1323
  "Cochlear",
1324
+ "CocoaVia",
1325
  "Coconut",
1326
  "Coexisting",
1327
  "Cognitive",
 
1335
  "Color",
1336
  "Colorado",
1337
  "Columbia",
1338
+ "Combination",
1339
  "Committee",
1340
  "Common",
1341
  "Communicative",
 
1375
  "Contraindication",
1376
  "Contraindications",
1377
  "Contralateral",
1378
+ "Control",
1379
  "Controlled",
1380
  "Conventional",
1381
  "Cooperative",
 
1391
  "Costedoat",
1392
  "Could",
1393
  "Coumadin",
1394
+ "Coumarin",
1395
  "Council",
1396
  "Counter",
1397
  "Courses",
 
1413
  "Cushing",
1414
  "Cuz",
1415
  "Cyanotic",
1416
+ "Cyberknife",
1417
  "Cycle",
1418
  "Cyclosporine",
1419
  "Cystic",
 
1459
  "DHD",
1460
  "DHHS",
1461
  "DIC",
1462
+ "DID",
1463
  "DIPSS]-plus",
1464
  "DKN-01",
1465
  "DL1",
 
1476
  "DMT",
1477
  "DNA",
1478
  "DOS",
1479
+ "DOTA",
1480
  "DP4",
1481
  "DPP-4",
1482
  "DR",
 
1556
  "Diseases",
1557
  "Disorder",
1558
  "Disorders",
1559
+ "Disseminated",
1560
  "Distal",
1561
  "Distant",
1562
  "Do",
 
1587
  "Dyskeratosis",
1588
  "E",
1589
  "E-5",
1590
+ "E.",
1591
  "E.G.",
1592
  "E.g",
1593
  "E.g.",
 
1622
  "EN2",
1623
  "END",
1624
  "ENT",
1625
+ "EP",
1626
  "EPH",
1627
  "EPI",
1628
  "EPO",
 
1653
  "Electroconvulsive",
1654
  "Electrolyte",
1655
  "Elevated",
1656
+ "Elevation",
1657
  "Eligibility",
1658
  "Eligible",
1659
  "Embolism",
 
1669
  "Enrolled",
1670
  "Enrollment",
1671
  "Enteral",
1672
+ "Entresto",
1673
  "EphA2",
1674
  "Epidemiology",
1675
+ "Epidermal",
1676
  "Epidermolysis",
1677
  "Epidural",
1678
  "Epileptic",
 
1685
  "Ergot",
1686
  "Eribulin",
1687
  "Erlotinib",
1688
+ "Erythema",
1689
  "Erythematosus",
1690
+ "Erythrocyte",
1691
  "Escalation",
1692
+ "Escitalopram",
1693
  "Esophageal",
1694
  "Established",
1695
  "Estrogen",
1696
  "EvK",
1697
+ "Evaluable",
1698
  "Evaluation",
1699
  "Events",
1700
  "Evidence",
 
1702
  "Ewing",
1703
  "Exam",
1704
  "Examination",
1705
+ "Except",
1706
  "Exceptions",
1707
  "Exclusion",
1708
  "Exclusionary",
1709
  "Exclusions",
1710
+ "Exercise",
1711
  "Exhibit",
1712
  "Existing",
1713
  "Exon",
 
1718
  "Exposed",
1719
  "Exposure",
1720
  "Extensive",
1721
+ "Extracorporeal",
1722
  "Extranodal",
1723
  "Extremely",
1724
  "Exudative",
 
1762
  "FVC",
1763
  "FVIII",
1764
  "Facial",
1765
+ "Factor",
1766
  "Failed",
1767
  "Failure",
1768
  "Families",
 
1815
  "GATA2",
1816
  "GBCA",
1817
  "GC",
1818
+ "GCIG",
1819
  "GCSF",
1820
  "GCT",
1821
  "GD1",
 
1844
  "GYN",
1845
  "Ga",
1846
  "Ga.",
1847
+ "Gamma",
1848
  "Gastro",
1849
  "Gastrointestinal",
1850
  "Gastroparesis",
1851
  "Gastroschisis",
1852
  "Gastrostomy",
 
1853
  "Gd",
1854
  "GdCA",
1855
  "Gemcitabine",
 
1867
  "Glanzmann",
1868
  "Glaucoma",
1869
  "Gleason",
1870
+ "Glenn",
1871
  "Glomerular",
1872
  "Glucose-6",
1873
  "GnRH",
 
1887
  "Grief",
1888
  "Gross",
1889
  "Group",
1890
+ "Groups",
1891
  "Growth",
1892
  "Guillain",
1893
  "Gulf",
 
1915
  "HCV]-ribonucleic",
1916
  "HD",
1917
  "HDLS",
1918
+ "HER-2",
1919
  "HER2",
1920
+ "HER2-",
1921
  "HERV",
1922
  "HF",
1923
  "HGD",
 
1933
  "HL",
1934
  "HLA",
1935
  "HLH",
 
1936
  "HMAs",
1937
  "HNSCC",
1938
  "HOCM",
 
1997
  "He\u2019s",
1998
  "Hg",
1999
  "Hgb",
 
2000
  "Higashi",
2001
  "High",
2002
  "Higher",
2003
  "Hiltonol",
2004
  "Hip",
2005
  "Histiocytosis",
2006
+ "Histologic",
2007
  "Histological",
2008
  "Histologically",
2009
  "History",
 
2020
  "Hyperactive",
2021
  "Hyperactivity",
2022
  "Hypercalcemia",
2023
+ "Hypercoaguable",
2024
  "Hyperglycemia",
2025
  "Hyperlipidemia",
2026
  "Hyperprolactinemia",
 
2042
  "I.e",
2043
  "I.e.",
2044
  "IA",
2045
+ "IAA",
2046
  "IB",
2047
  "IB2",
2048
  "IBC",
2049
  "IBD",
2050
  "IBG",
 
2051
  "ICC",
2052
  "ICD",
2053
  "ICE",
 
2061
  "IDs",
2062
  "IEN",
2063
  "IFU",
2064
+ "IGF",
2065
  "IGF-1",
2066
  "IGO",
2067
  "IGT",
 
2078
  "IMP",
2079
  "IMS",
2080
  "IMWG",
2081
+ "IMiDs",
2082
  "IND",
2083
  "INI",
2084
  "INR",
 
2090
  "IPN",
2091
  "IPSS",
2092
  "IPV",
2093
+ "IQ",
2094
  "IRB)-approved",
2095
  "IRI",
2096
  "IS",
 
2105
  "IVA",
2106
  "IVC",
2107
  "IVIG",
2108
+ "IVa",
2109
  "Ia",
2110
  "Ia.",
2111
  "Ibrutinib",
 
2138
  "Immunosuppressed",
2139
  "Immunosuppressive",
2140
  "Immunotherapy",
2141
+ "Immunovaccine",
2142
  "Impaired",
2143
  "Impairment",
2144
  "Impending",
 
2156
  "Inclusion",
2157
  "Incomplete",
2158
  "Increase",
 
2159
  "Ind",
2160
  "Ind.",
2161
  "Indeterminate",
 
2171
  "Infiltrative",
2172
  "Inflammatory",
2173
  "Influenza",
 
2174
  "Information",
2175
  "Infusion",
2176
  "Infusion-",
 
2183
  "Injectable",
2184
  "Injury",
2185
  "Insomnia",
2186
+ "Instability",
2187
  "Institute",
2188
  "Institutional",
 
2189
  "Insufficient",
2190
  "Insulin",
2191
  "Intelligence",
2192
  "Intended",
2193
  "Intention",
2194
+ "Intergroup",
2195
  "Internal",
2196
  "International",
2197
  "Internationalized",
 
2204
  "Intrauterine",
2205
  "Intravenous",
2206
  "Intravesical",
2207
+ "Investigational",
2208
  "Investigator",
2209
+ "Investigators",
2210
  "Iowa",
2211
  "Is",
2212
  "Ischemic",
 
2221
  "JCC",
2222
  "JEB",
2223
  "JIA",
2224
+ "JR11",
2225
  "Jan",
2226
  "Jan.",
2227
  "January",
 
2247
  "K<3.1",
2248
  "K<3.5",
2249
  "KAP",
2250
+ "KB",
2251
  "KCC",
2252
  "KD",
2253
  "KL",
2254
  "KPS",
2255
  "KS",
2256
+ "KUB",
2257
  "Kan",
2258
  "Kan.",
2259
  "Kans",
 
2272
  "Kidney",
2273
  "Kinase",
2274
  "Kindler",
2275
+ "Knife",
2276
  "Known",
2277
  "Kt",
2278
  "Ky",
 
2302
  "LDH",
2303
  "LDL",
2304
  "LEPR",
2305
+ "LFTs",
2306
  "LGB",
2307
  "LGG",
2308
  "LGK974",
 
2312
  "LIA",
2313
  "LIs",
2314
  "LL",
2315
+ "LLN",
2316
  "LMC",
2317
  "LMD",
2318
  "LMWH",
 
2320
  "LPL",
2321
  "LPV",
2322
  "LRS",
 
2323
  "LSG",
2324
  "LT3",
2325
  "LTRL",
 
2328
  "LVAD",
2329
  "LVEF",
2330
  "LVSF",
2331
+ "LY2835219",
2332
  "La",
2333
  "La.",
2334
  "Laboratory",
 
2358
  "Levitra",
2359
  "Leydig",
2360
  "Lichen",
2361
+ "Lidocaine",
2362
  "Life",
2363
  "Lifetime",
2364
  "Light",
 
2369
  "Liver",
2370
  "Long",
2371
  "Longstanding",
 
2372
  "Louisiana",
2373
  "Lovaza",
2374
  "Lovenox",
 
2406
  "MAO",
2407
  "MAS",
2408
  "MAs",
2409
+ "MBI",
2410
  "MCI",
2411
  "MCL",
 
2412
  "MD",
2413
  "MDA",
2414
  "MDD",
 
2424
  "MEN2",
2425
  "MET",
2426
  "MF",
 
2427
  "MG",
2428
  "MI",
2429
  "MIBG",
 
2463
  "MZL",
2464
  "Ma'am",
2465
  "Maalox",
 
2466
  "Macular",
2467
  "Main",
2468
  "Maintenance",
 
2478
  "March",
2479
  "Marfans",
2480
  "Marginal",
2481
+ "Mark",
2482
  "Mass",
2483
  "Mass.",
2484
  "Massachusetts",
 
2509
  "Megace",
2510
  "Melanoma",
2511
  "Mellitus",
2512
+ "Membrane",
2513
  "Memorial",
2514
  "Men",
2515
  "Meningeal",
 
2578
  "Mt.",
2579
  "Mullerian",
2580
  "Multicentricity",
2581
+ "Multifunctional",
2582
  "Multiple",
2583
  "Muscle",
2584
  "Must",
 
2628
  "NLY",
2629
  "NMDA",
2630
  "NMIBC",
2631
+ "NO",
2632
  "NOS",
2633
  "NOT",
2634
  "NOTE",
2635
  "NOX",
2636
  "NPC",
2637
+ "NRI",
2638
  "NRTIs",
2639
  "NS2",
2640
  "NS3",
 
2643
  "NSAIDs",
2644
  "NSCLC",
2645
  "NSF",
2646
+ "NSL",
2647
  "NSS",
2648
  "NSTEMI",
2649
  "NSTI",
 
2657
  "Nathalie",
2658
  "National",
2659
  "Native",
2660
+ "Nausea",
2661
  "Neb",
2662
  "Neb.",
2663
  "Nebr",
 
2742
  "ONG",
2743
  "ONLY",
2744
  "OPD",
2745
+ "OPS201",
2746
  "OR",
2747
  "ORT",
2748
  "OS",
2749
  "OS1",
2750
  "OSA",
2751
+ "OTA",
2752
  "OTC",
2753
  "OTE",
2754
  "OTS",
 
2778
  "Ol\u2019",
2779
  "Omega",
2780
  "Omegaven",
2781
+ "Omnicef",
2782
  "On",
2783
  "Oncology",
2784
  "Oncotype",
 
2802
  "Other",
2803
  "Otherwise",
2804
  "Ought",
2805
+ "Outborn",
2806
  "Ovarian",
2807
  "Over",
2808
  "Overactive",
2809
  "Oxaliplatin",
2810
  "Oxycontin",
2811
+ "Oxygenation",
2812
  "O\u2019clock",
2813
  "P",
2814
  "P-4",
2815
  "P.I",
2816
+ "P17",
2817
  "P2D",
2818
  "P3A",
2819
  "P450",
 
2827
  "PAT",
2828
  "PAX5",
2829
  "PAgR",
 
2830
  "PBMC",
 
2831
  "PBPC",
2832
  "PBSC",
2833
  "PC",
2834
  "PC+S",
2835
  "PCI",
2836
+ "PCNSL",
2837
  "PCOS",
2838
  "PCR",
2839
  "PCS",
 
2842
  "PCa",
2843
  "PD",
2844
  "PD-1",
2845
+ "PD0332991",
2846
  "PD1",
2847
  "PD2",
2848
  "PD3",
 
2873
  "PLX3397",
2874
  "PM",
2875
  "PMC",
2876
+ "PN",
2877
  "PNET",
2878
  "PNH",
2879
  "PNL",
 
2896
  "PRO053",
2897
  "PRP",
2898
  "PSA",
 
2899
  "PSD",
2900
  "PSE",
2901
  "PSG",
 
2977
  "Physical",
2978
  "Physically",
2979
  "Physician",
2980
+ "Placement",
2981
  "Placenta",
2982
  "Planned",
2983
  "Planning",
 
2988
  "Platelets",
2989
  "Plavix",
2990
  "Pleural",
 
2991
  "Pneumoconiosis",
2992
  "Pointes",
2993
  "Pola",
 
3039
  "Prof",
3040
  "Prof.",
3041
  "Prognostic",
3042
+ "Program",
3043
  "Progression",
3044
  "Progressive",
3045
  "Prolonged",
 
3063
  "Psychotic",
3064
  "Psychotropic",
3065
  "Pt",
3066
+ "Pts",
3067
  "Pugh",
3068
  "Pulmonary",
3069
  "Pulse",
 
3081
  "QUE",
3082
  "Quadramet",
3083
  "Qualification",
3084
+ "QuantiFERON",
3085
  "Quantifiable",
3086
  "Question",
3087
  "Questionnaire",
3088
  "Quotient",
3089
  "R",
3090
+ "R-2",
3091
+ "R11",
3092
+ "R2-",
3093
  "RA",
3094
  "RAD",
3095
  "RADS",
 
3104
  "RBANS",
3105
  "RBC",
3106
  "RBCs",
3107
+ "RBs",
3108
  "RC",
3109
  "RCA",
3110
  "RCC",
 
3117
  "RECIST",
3118
  "REMS",
3119
  "REPOCH",
3120
+ "RHC",
3121
  "RICE",
3122
  "RIN",
3123
  "RLS",
3124
  "RMs",
3125
  "RNA",
3126
+ "RON",
3127
  "ROOT",
3128
  "ROS1",
3129
  "RP2D",
 
3137
  "RVO",
3138
  "RVOT",
3139
  "RVs",
3140
+ "Ra",
3141
+ "Ra-222",
3142
  "Radiation",
3143
  "Radical",
3144
+ "Radioactive",
3145
  "Radiographic",
3146
  "Radiographically",
3147
  "Radiopharmaceutical",
3148
  "Radiotherapy",
3149
+ "Radium",
3150
+ "Raf",
3151
  "Randomization",
3152
  "Rapidly",
3153
  "Rate",
 
3161
  "Received",
3162
  "Receiving",
3163
  "Recent",
3164
+ "Receptor",
3165
  "Recipient",
3166
  "Recommendation",
3167
  "Reconstructive",
 
3211
  "Richters",
3212
  "Right",
3213
  "Risk",
3214
+ "Rituxan",
3215
  "Rituximab",
3216
  "River",
3217
  "Robotic",
3218
  "Rods",
3219
+ "Ruptured",
3220
  "Rutherford",
3221
  "S",
3222
  "S.C.",
3223
+ "S1",
3224
  "SAA",
3225
  "SABA",
3226
  "SABR",
 
3263
  "SMD",
3264
  "SME",
3265
  "SMT",
3266
+ "SNRI",
3267
  "SOC",
3268
  "SPES",
3269
  "SPG",
 
3287
  "SUD",
3288
  "Saccular",
3289
  "Salicylate",
3290
+ "Salicylic",
3291
  "Salvage",
3292
  "Sandimmune",
3293
  "Sanfilippo",
 
3309
  "Secondary",
3310
  "Sedentary",
3311
  "Seen",
3312
+ "Segment",
3313
  "Seizure",
3314
  "Seizures",
3315
  "Selective",
 
3331
  "Serotonin",
3332
  "Sertoli",
3333
  "Serum",
3334
+ "Services",
3335
  "Severe",
3336
  "Severely",
3337
  "Severity",
 
3344
  "She\u2019s",
3345
  "Short",
3346
  "Should",
3347
+ "Shoulder",
3348
  "Shwachman",
3349
  "Sickle",
3350
  "Siewert",
 
3362
  "Sloan",
3363
  "Sly",
3364
  "Small",
3365
+ "SmartBar",
3366
  "Smoldering",
3367
  "Social",
3368
  "Soft",
 
3384
  "Spondylitis",
3385
  "Sponsor",
3386
  "Squamous",
3387
+ "Sr-90",
3388
  "St",
3389
  "St.",
3390
  "Stable",
 
3424
  "Surgeon",
3425
  "Surgery",
3426
  "Surgical",
3427
+ "Surgically",
3428
  "Suspected",
3429
  "Suspicious",
3430
  "Sustained",
 
3442
  "T1D",
3443
  "T1a",
3444
  "T1b",
3445
+ "T1c",
3446
  "T2",
3447
  "T2DM",
3448
  "T2a",
 
3481
  "TLV",
3482
  "TMJ",
3483
  "TMS",
3484
+ "TMZ",
3485
  "TNBC",
3486
  "TNF",
3487
  "TNFs",
 
3539
  "Those",
3540
  "Three",
3541
  "Thrombocythemias",
 
3542
  "Thrombocytopenic",
3543
  "Thromboembolic",
3544
  "Thromboembolism",
 
3579
  "Trisomies",
3580
  "Trisomy",
3581
  "Trk",
 
3582
  "Tuberculosis",
3583
  "Tumor",
3584
  "Tumors",
 
3587
  "Turner",
3588
  "Turnstile",
3589
  "Twin",
 
3590
  "Type",
3591
  "Tyrosine",
3592
  "U",
 
3608
  "UVA",
3609
  "UVB",
3610
  "Ulcer",
3611
+ "Ulcers",
3612
  "Ultra",
3613
  "Ultram",
3614
  "Unable",
 
3634
  "Use",
3635
  "V",
3636
  "V.V",
3637
+ "V600",
3638
  "V600E",
3639
+ "VA",
3640
  "VABS",
3641
+ "VAC",
3642
  "VAD",
3643
+ "VAR",
3644
  "VAS",
3645
  "VAT",
3646
  "VATS",
 
3678
  "Ventricular",
3679
  "Version",
3680
  "Veterans",
3681
+ "Via",
3682
  "Viagra",
3683
  "Vineland",
3684
  "Viral",
 
3697
  "W",
3698
  "WAT",
3699
  "WBC",
3700
+ "WBRT",
3701
  "WEE",
3702
  "WG2",
3703
  "WHO",
 
3743
  "Williams",
3744
  "Willing",
3745
  "Willingness",
 
3746
  "Wis",
3747
  "Wis.",
3748
  "Wisconsin",
 
3831
  "XXX]-xxxx",
3832
  "XXX]/xxxx",
3833
  "XXXd",
3834
+ "XXXd-",
3835
  "XXXd/d",
3836
  "XXXdX",
3837
  "XXXdXd",
3838
  "XXXdXdd",
3839
+ "XXXdd",
3840
  "XXXddd",
3841
  "XXXdddX",
3842
  "XXXdddd",
 
3860
  "Xa",
3861
  "Xd",
3862
  "XdX",
3863
+ "XdX>d.d",
3864
  "XdXX",
3865
  "XdXd",
3866
  "Xdd",
 
3877
  "Xx'x",
3878
  "Xx'xx",
3879
  "Xx-dd",
3880
+ "Xx-ddd",
3881
  "Xx.",
3882
  "Xx.X.",
3883
  "XxX",
 
3892
  "Xxx",
3893
  "Xxx'x",
3894
  "Xxx.",
 
3895
  "XxxX",
3896
  "XxxXd",
3897
  "XxxXx",
 
3908
  "Xxxxx-",
3909
  "Xxxxx-d",
3910
  "Xxxxx.",
3911
+ "XxxxxXXXX",
3912
+ "XxxxxXxx",
3913
  "XxxxxXxxx",
3914
  "XxxxxXxxxx",
3915
  "Xxxxx\u2019",
 
3925
  "X\u2019xxxx",
3926
  "Y",
3927
  "YCN",
 
3928
  "YHA",
3929
  "YST",
3930
  "Yes",
 
3970
  "a.k.a",
3971
  "a.m",
3972
  "a.m.",
3973
+ "a1at",
3974
  "a1c",
3975
  "a1c>8",
3976
+ "a1c>8.7",
3977
  "aCML",
3978
  "aCTD",
3979
  "aGVHD",
 
3989
  "abca4",
3990
  "abdomen",
3991
  "abdominal",
3992
+ "abdominoperineal",
3993
  "abg",
3994
  "abi",
3995
  "abilities",
3996
  "ability",
3997
+ "abiraterone",
3998
  "abl",
3999
  "ablation",
4000
  "ablative",
 
4045
  "accurately",
4046
  "acda",
4047
  "ace",
4048
+ "acei",
4049
  "acetabular",
4050
  "acetaminophen",
4051
  "acetate",
4052
+ "acetylcholinesterase",
4053
  "acetylcysteine",
4054
  "acetylsalicylic",
4055
  "ach",
 
4078
  "acs",
4079
  "act",
4080
  "actd",
4081
+ "acth",
4082
  "acting",
4083
  "action",
4084
  "activa",
 
4097
  "acy",
4098
  "ad",
4099
  "adalimumab",
4100
+ "adapted",
4101
  "adaptive",
4102
  "add",
4103
  "adderall",
 
4112
  "adenoma",
4113
  "adenomatous",
4114
  "adenomyosis",
4115
+ "adenosine",
4116
  "adenosquamous",
4117
  "adequate",
4118
  "adequately",
 
4171
  "affective",
4172
  "affects",
4173
  "afi",
4174
+ "aforementioned",
4175
+ "afrin",
4176
  "aft",
4177
  "after",
4178
  "again",
 
4231
  "albumin<3.5g",
4232
  "albuterol",
4233
  "alcohol",
 
4234
  "alcoholism",
4235
  "ald",
4236
  "aldosteronism",
 
4253
  "all",
4254
  "allele",
4255
  "alleles",
4256
+ "allergen",
4257
  "allergic",
4258
  "allergies",
4259
  "allergy",
 
4284
  "also",
4285
  "alt",
4286
  "alter",
4287
+ "alteration",
4288
  "alterations",
4289
  "altered",
4290
  "altering",
 
4321
  "ammonia",
4322
  "amnestic",
4323
  "amount",
4324
+ "amoxicillin",
4325
  "amphetamine/",
4326
  "amphiregulin",
4327
+ "amphotericin",
4328
  "amplification",
4329
  "amplified",
4330
  "amprenavir",
 
4388
  "ang",
4389
  "angina",
4390
  "anginal",
4391
+ "angioedema",
4392
  "angiogram",
4393
  "angiography",
4394
  "angioimmunoblastic",
 
4408
  "anogenital",
4409
  "anomalies",
4410
  "anomaly",
4411
+ "anorexia",
4412
  "another",
4413
  "anovaginal",
4414
  "ans",
4415
+ "answer",
4416
  "ant",
4417
  "antabuse",
4418
  "antacids",
4419
  "antagonist",
4420
  "antagonists",
4421
+ "antecubital",
4422
  "antenatal",
4423
  "anterior",
4424
  "anthracycline",
 
4494
  "aortic",
4495
  "aortoiliac",
4496
  "aou",
4497
+ "apalutamide",
4498
  "ape",
4499
  "aph",
4500
  "aphasia",
4501
  "apheresis",
4502
+ "apixaban",
4503
  "apl",
4504
  "aplasia",
4505
  "aplastic",
 
4534
  "ar.",
4535
  "arab",
4536
  "aranesp",
4537
+ "arb",
4538
  "arbor",
4539
+ "arbs",
4540
  "arc",
4541
  "arch",
4542
  "archival",
 
4546
  "area",
4547
  "areas",
4548
  "areds",
4549
+ "arginine",
4550
  "ari",
4551
  "aripiprazole",
4552
  "ariz",
 
4571
  "ars",
4572
  "arsenic",
4573
  "art",
4574
+ "artemis",
4575
  "arterial",
4576
  "arteries",
4577
  "arteriosus",
 
4587
  "as",
4588
  "asa",
4589
  "asbmt",
 
4590
  "ascites",
4591
  "ascorbate",
4592
+ "ascorbic",
4593
  "asct",
4594
  "asd",
4595
  "ase",
 
4598
  "ashworth",
4599
  "aside",
4600
  "ask",
 
4601
  "asl",
4602
  "asm",
4603
  "aso",
 
4606
  "aspergillus",
4607
  "asphyxia",
4608
  "aspirate",
4609
+ "aspirates",
4610
  "aspiration",
4611
  "aspirin",
4612
  "ass",
4613
  "assay",
 
4614
  "assays",
4615
+ "assess",
4616
  "assessable",
4617
  "assessed",
4618
  "assessing",
 
4630
  "ast",
4631
  "astemizole",
4632
  "asthma",
4633
+ "astrocytic",
4634
  "astrocytoma",
4635
  "astrocytomas",
4636
  "asymptomatic",
 
4680
  "aug.",
4681
  "augmentation",
4682
  "aura",
4683
+ "aurix",
4684
  "aurora",
4685
  "authorities",
4686
  "authorization",
4687
  "authorized",
4688
  "autism",
4689
  "auto",
4690
+ "autoantibodies",
4691
  "autograft",
4692
  "autoimmune",
4693
  "autoimmunity",
 
4709
  "avoid",
4710
  "avolition",
4711
  "avr",
4712
+ "awaiting",
4713
  "aware",
4714
  "ax5",
4715
  "axillary",
 
4721
  "azacitidine",
4722
  "azathioprine",
4723
  "azd1775",
4724
+ "azd6738",
4725
  "azole",
4726
+ "azoles",
4727
  "azoospermia",
4728
  "azt",
4729
  "a\u03b2",
 
4736
  "b6",
4737
  "b7",
4738
  "b8",
 
4739
  "bacillus",
4740
  "back",
4741
  "backup",
4742
  "bacteria",
4743
  "bacterial",
4744
+ "bad",
4745
  "baer",
4746
  "bag",
4747
  "bal",
 
4767
  "base",
4768
  "based",
4769
  "baseline",
4770
+ "basic",
4771
  "basis",
4772
  "basis-",
4773
  "bathing",
 
4791
  "became",
4792
  "because",
4793
  "become",
4794
+ "becoming",
4795
  "bed",
4796
  "been",
4797
  "before",
 
4803
  "behaviors",
4804
  "being",
4805
  "believed",
 
4806
  "below",
4807
  "bend",
4808
  "bendamustine",
4809
+ "beneficial",
4810
  "benefit",
4811
  "benefiting",
4812
  "benefits",
 
4815
  "benzodiazepine",
4816
  "benzodiazepines",
4817
  "benztropine",
4818
+ "benzyl",
4819
  "bepridil",
4820
  "ber",
4821
  "berlin",
 
4849
  "bilateral",
4850
  "bile",
4851
  "biliary",
4852
+ "bilious",
4853
  "bilirubin",
4854
  "bilirubin>3.0",
4855
  "biloba",
 
4895
  "blisters",
4896
  "bloating",
4897
  "block",
 
4898
  "blocked",
4899
  "blocker",
4900
  "blockers",
4901
+ "blocking",
4902
  "blocks",
4903
  "blood",
4904
  "bloodstream",
 
4936
  "botox",
4937
  "bottles",
4938
  "botulinum",
4939
+ "boundary",
4940
  "bout",
4941
  "bovine",
4942
  "bowel",
 
4951
  "brachial",
4952
  "brachytherapy",
4953
  "bradshaw",
4954
+ "bradyarrhythmias",
4955
  "bradycardia",
4956
  "braf",
4957
  "brafi",
 
4974
  "breathalyzer",
4975
  "breathing",
4976
  "brentuximab",
 
4977
  "bridging",
4978
  "brief",
4979
  "brigham",
 
4999
  "brushing",
5000
  "bsc",
5001
  "bsfs",
 
5002
  "bulking",
5003
  "bullet",
5004
  "bullosa",
 
5036
  "cAb",
5037
  "cDNA",
5038
  "cGvHD",
 
5039
  "cHL",
5040
  "cN0",
5041
  "ca",
5042
  "ca-125",
5043
  "ca4",
5044
+ "caadid",
5045
  "cab",
5046
  "cabg",
5047
  "cabozantinib",
 
5100
  "carcinoma",
5101
  "carcinomas",
5102
  "carcinomatosis",
5103
+ "carcinomatous",
5104
  "carcinosarcoma",
5105
  "cardiac",
5106
  "cardiologist",
 
5112
  "cardiovascular",
5113
  "cardioverter",
5114
  "care",
5115
+ "carefully",
5116
  "caregiver",
5117
  "caregivers",
5118
  "carfilzomib",
 
5132
  "cases",
5133
  "cast",
5134
  "casting",
5135
+ "castor",
5136
  "castrate",
5137
  "castration",
5138
  "cataract",
5139
  "cataracts",
 
5140
  "category",
5141
  "catheter",
5142
  "catheterization",
5143
+ "catheters",
5144
  "cauda",
5145
  "causal",
5146
  "cause",
 
5189
  "cefdinir",
5190
  "ceftin",
5191
  "cefuroxime",
5192
+ "cei",
5193
  "cel",
5194
+ "celecoxib",
5195
  "celery",
5196
  "celexa",
5197
  "celiac",
 
5214
  "cerebrovascular",
5215
  "certain",
5216
  "certified",
5217
+ "certolizumab",
5218
  "cervical",
5219
  "cervix",
5220
  "ces",
 
5229
  "cgd",
5230
  "cgs",
5231
  "cgvhd",
 
5232
  "ch.",
5233
  "chain",
5234
  "chains",
 
5308
  "cic",
5309
  "ciclosporin",
5310
  "cid",
5311
+ "cig",
5312
  "cil",
5313
  "cimetidine",
5314
  "cin",
 
5318
  "circulation",
5319
  "circulatory",
5320
  "circumferential",
5321
+ "circumstances",
5322
  "cirrhosis",
5323
  "cirrhotic",
5324
  "cis",
 
5339
  "classical",
5340
  "classification",
5341
  "classified",
5342
+ "classify",
5343
  "claudication",
5344
  "claustrophobia",
5345
  "claustrophobic",
 
5377
  "clotting",
5378
  "clozapine",
5379
  "cls",
 
5380
  "cluster",
5381
  "cm",
5382
  "cm-5",
 
5397
  "co.",
5398
  "coagulant",
5399
  "coagulants",
5400
+ "coagulapathy",
5401
  "coagulation",
5402
  "coagulopathies",
5403
  "coagulopathy",
 
5405
  "coccidiomycosis",
5406
  "cochlea",
5407
  "cochlear",
5408
+ "cocoavia",
5409
  "coconut",
5410
  "codeine",
5411
  "coexisting",
 
5420
  "coils",
5421
  "coincides",
5422
  "col",
 
5423
  "colesevelam",
5424
  "colestipol",
5425
+ "coli",
5426
  "colitis",
5427
  "collaboration",
5428
  "collagen",
 
5460
  "community",
5461
  "comorbid",
5462
  "comorbidities",
5463
+ "comorbidity",
5464
  "comp",
5465
  "compared",
5466
  "compartment",
 
5500
  "computed",
5501
  "computer",
5502
  "computerized",
5503
+ "conceivably",
5504
  "conceive",
5505
  "conceived",
5506
  "concentrates",
 
5514
  "concurrently",
5515
  "concussion",
5516
  "condition",
5517
+ "condition(s",
5518
  "conditioning",
5519
  "conditions",
5520
  "condom",
 
5539
  "congestive",
5540
  "congress",
5541
  "conivaptan",
5542
+ "conjunction",
5543
  "conn",
5544
  "conn.",
5545
  "connective",
 
5552
  "consenting",
5553
  "conservative",
5554
  "conserving",
5555
+ "consideration",
5556
  "considered",
5557
  "considering",
5558
  "considers",
5559
  "consistency",
5560
  "consistent",
5561
  "consistently",
5562
+ "consisting",
5563
  "consists",
5564
  "consolidation",
5565
  "consolidative",
 
5576
  "contagiosum",
5577
  "containing",
5578
  "contains",
5579
+ "contaminated",
5580
  "content",
5581
  "context",
5582
  "continually",
 
5682
  "cro",
5683
  "crohn",
5684
  "cross",
5685
+ "crossmatch",
5686
  "crown",
5687
  "crp",
5688
  "crt",
 
5707
  "ctd",
5708
  "ctep",
5709
  "cteph",
5710
+ "cth",
5711
  "ctl",
5712
  "ctla-4",
5713
  "ctla4",
5714
  "cts",
5715
+ "cuff",
5716
  "culture",
5717
  "cultures",
5718
  "cum",
 
5738
  "cxr",
5739
  "cy-",
5740
  "cyanotic",
5741
+ "cyberknife",
5742
  "cycle",
5743
  "cycles",
5744
  "cyclin",
 
5748
  "cyclosporin",
5749
  "cyclosporine",
5750
  "cyp",
5751
+ "cyp17",
5752
  "cyp1a2",
5753
  "cyp2c19",
5754
  "cyp2c8",
 
5891
  "de",
5892
  "de5",
5893
  "deafness",
5894
+ "deaminase",
5895
  "death",
5896
  "deb",
5897
  "debilitating",
 
5911
  "decompression",
5912
  "decortication",
5913
  "decrease",
5914
+ "decreased",
5915
  "decreasing",
5916
  "decubitus",
5917
  "ded",
 
5951
  "dehydrogenase",
5952
  "del",
5953
  "del.",
5954
+ "del19",
5955
  "delavirdine",
5956
  "delay",
5957
  "delayed",
5958
+ "deleted",
5959
  "deleterious",
5960
  "deletion",
5961
  "deletions",
 
6009
  "des",
6010
  "descending",
6011
  "described",
6012
+ "description",
6013
  "designated",
6014
  "designee",
6015
  "desired",
 
6024
  "determination",
6025
  "determine",
6026
  "determined",
6027
+ "determines",
6028
  "detox",
6029
  "detrimental",
6030
  "develop",
 
6067
  "diatheses",
6068
  "diathesis",
6069
  "dic",
6070
+ "dichloride",
6071
+ "diclofenac",
6072
  "did",
6073
  "die",
6074
  "diet",
 
6077
  "diff",
6078
  "difference",
6079
  "different",
6080
+ "differential",
6081
  "differentiate",
6082
  "differentiated",
6083
  "differentiation",
 
6117
  "direct",
6118
  "directed",
6119
  "dis",
6120
+ "disabilities",
6121
  "disability",
6122
  "disallowed",
6123
  "disc",
 
6154
  "distal",
6155
  "distance",
6156
  "distant",
6157
+ "distension",
6158
  "distinct",
6159
  "distress",
6160
  "disturbance",
 
6224
  "dose(s",
6225
  "doses",
6226
  "dosing",
6227
+ "dota",
6228
  "double",
6229
  "doublet",
6230
  "downsizing",
 
6239
  "drainage",
6240
  "draw",
6241
  "drd",
6242
+ "dressing",
6243
  "dribbling",
6244
  "drink",
6245
  "drinking",
 
6254
  "dsm-5",
6255
  "dtgct",
6256
  "dtpa",
 
6257
  "duboisia",
6258
  "ductal",
6259
  "ductus",
 
6281
  "dxx",
6282
  "dxxx",
6283
  "dxxxx",
6284
+ "dye",
6285
  "dyl",
6286
  "dynamic",
6287
  "dynes",
 
6300
  "dysplasia",
6301
  "dysplastic",
6302
  "dyspnea",
6303
+ "dysrhythmias",
6304
  "dystonia",
6305
  "dystrophy",
6306
  "e",
 
6443
  "eme",
6444
  "emergency",
6445
  "emergent",
6446
+ "emesis",
6447
  "emi",
6448
  "eminently",
6449
  "emission",
 
6470
  "endocrine",
6471
  "endocrinologic",
6472
  "endocrinopathy",
6473
+ "endodontic",
6474
  "endometrial",
6475
  "endometrioid",
6476
  "endometriosis",
6477
  "endopat",
6478
+ "endorectal",
6479
  "endoscopic",
6480
  "endoscopy",
6481
  "endothelial",
 
6515
  "enteropathy",
6516
  "enterovesicular",
6517
  "entire",
6518
+ "entities",
6519
  "entr",
6520
+ "entresto",
6521
  "entry",
6522
  "enucleation",
6523
  "enzalutamide",
 
6528
  "eon",
6529
  "eosinophilia",
6530
  "eosinophilic",
6531
+ "ep",
6532
  "ep.",
6533
  "epB",
6534
  "epb",
 
6536
  "eph",
6537
  "epha2",
6538
  "ephedra",
6539
+ "ephedrine",
6540
  "epi",
6541
  "epidemiology",
6542
  "epidermal",
 
6569
  "equivalents",
6570
  "er",
6571
  "er+",
6572
+ "er-",
6573
  "er2",
6574
  "era",
6575
  "erc",
 
6593
  "eruption",
6594
  "erv",
6595
  "ery",
6596
+ "erythema",
6597
  "erythematosus",
6598
  "erythematous",
6599
  "erythroblastic",
6600
+ "erythrocyte",
6601
  "erythromycin",
6602
  "erythropoietin",
6603
  "esa",
6604
  "escalated",
6605
  "escalation",
6606
+ "escitalopram",
6607
  "ese",
6608
  "esh",
6609
  "esmolol",
 
6676
  "exam",
6677
  "examination",
6678
  "examinations",
6679
+ "examining",
6680
  "example",
6681
  "examples",
6682
  "exams",
 
6730
  "expressing",
6731
  "expression",
6732
  "ext",
6733
+ "extended",
6734
  "extending",
6735
  "extension",
6736
  "extensive",
 
6738
  "extent",
6739
  "external",
6740
  "extra",
6741
+ "extracellular",
6742
+ "extracorporeal",
6743
  "extracranial",
6744
+ "extraction",
6745
  "extrahepatic",
6746
  "extramedullary",
6747
  "extranodal",
 
6785
  "family",
6786
  "fan",
6787
  "fanconi",
6788
+ "fascicles",
6789
  "fast",
6790
  "fasting",
6791
  "fatal",
 
6850
  "figo",
6851
  "fil",
6852
  "filgrastim",
6853
+ "filings",
6854
  "fill",
6855
  "filtration",
6856
  "fin",
 
6897
  "fluoroquinolones",
6898
  "fluorouracil",
6899
  "fluoxetine",
6900
+ "flutter",
6901
  "fmri",
6902
  "fms",
6903
  "fna",
 
6981
  "full",
6982
  "fully",
6983
  "fulminant",
6984
+ "fulvestrant",
6985
  "function",
6986
  "functional",
6987
  "functioning",
 
7013
  "gain",
7014
  "gait",
7015
  "gal",
7016
+ "galeterone",
7017
  "gall",
7018
  "gallbladder",
7019
  "gallstones",
7020
  "gamma",
7021
  "gammopathy",
7022
  "gan",
 
7023
  "gangrene",
7024
  "ganulosa",
7025
  "garlic",
 
7039
  "gastrostomy",
7040
  "gata2",
7041
  "gated",
 
7042
  "gave",
7043
  "gbca",
7044
  "gbrca1/2",
7045
  "gc",
7046
+ "gcig",
7047
  "gcsf",
7048
  "gct",
7049
  "gd",
 
7097
  "ginkgo",
7098
  "ginko",
7099
  "ginseng",
7100
+ "girth",
7101
  "gist",
7102
  "give",
7103
  "given",
 
7108
  "glaucoma",
7109
  "gle",
7110
  "gleason",
7111
+ "glenn",
7112
+ "glenohumeral",
7113
+ "gliclazide",
7114
  "glioma",
7115
  "gliomas",
7116
  "glipizide",
 
7186
  "groin",
7187
  "gross",
7188
  "group",
7189
+ "groups",
7190
  "grown",
7191
  "growth",
7192
  "gse",
7193
  "gsk525762",
7194
  "gt",
7195
+ "gth",
7196
  "gtt",
7197
  "gu",
7198
  "guanfacine",
 
7224
  "ha",
7225
  "ha2",
7226
  "haart",
7227
+ "habit",
7228
  "habitus",
7229
  "had",
7230
+ "haemophilia",
7231
  "hair",
7232
  "hal",
7233
  "half",
 
7313
  "hematopoiesis",
7314
  "hematopoietic",
7315
  "hematuria",
7316
+ "heme",
7317
  "hemi",
7318
  "hemifacial",
7319
  "hemiiridectomy",
 
7324
  "hemodynamically",
7325
  "hemoglobin",
7326
  "hemoglobinuria",
7327
+ "hemolysis",
7328
  "hemolytic",
7329
  "hemophagocytic",
7330
  "hemophilia",
 
7345
  "hepatologist",
7346
  "hepb",
7347
  "her",
7348
+ "her-2",
7349
  "her2",
7350
+ "her2-",
7351
  "herbal",
7352
  "hereditary",
7353
  "heritable",
 
7370
  "hf",
7371
  "hg",
7372
  "hgb",
 
7373
  "hgd",
7374
  "hhs",
7375
  "hi",
 
7398
  "histology",
7399
  "histopathologic",
7400
  "histoplasmosis",
 
7401
  "history",
7402
  "hit",
7403
  "hiv",
 
7420
  "hoe",
7421
  "hol",
7422
  "hold",
7423
+ "hole",
7424
  "holiday",
7425
  "holoprosencephaly",
7426
  "hom",
 
7482
  "hydroxyurea",
7483
  "hyl",
7484
  "hyper",
7485
+ "hyper-",
7486
  "hyperactive",
7487
  "hyperactivity",
7488
  "hyperacute",
7489
  "hyperbaric",
7490
  "hypercalcemia",
7491
  "hypercapnea",
7492
+ "hypercoaguable",
7493
  "hypercoagulable",
7494
  "hypereosinophilic",
7495
  "hyperglycemia",
 
7546
  "i.m.",
7547
  "i.v.",
7548
  "i67",
7549
+ "iDs",
7550
  "ia",
7551
  "ia.",
7552
+ "iaa",
7553
  "iac",
7554
  "iak",
7555
  "ial",
 
7561
  "ibc",
7562
  "ibd",
7563
  "ibg",
 
7564
  "ibrutinib",
7565
  "ibuprofen",
7566
  "ica",
 
7611
  "iga",
7612
  "igd",
7613
  "ige",
7614
+ "igf",
7615
  "igf-1",
7616
  "igg",
7617
  "igh",
 
7653
  "imbalance",
7654
  "imd",
7655
  "ime",
7656
+ "imids",
7657
  "imipramine",
7658
  "imiquimod",
7659
  "immature",
 
7687
  "immunosuppressive",
7688
  "immunotherapy",
7689
  "immunotoxins",
7690
+ "immunovaccine",
7691
  "imp",
7692
  "impact",
7693
  "impacted",
 
7766
  "indicates",
7767
  "indicating",
7768
  "indication",
7769
+ "indications",
7770
  "indicative",
7771
  "indicator",
7772
+ "indices",
7773
  "indinavir",
7774
  "indirect",
7775
  "individual",
 
7805
  "influence",
7806
  "influenza",
7807
  "inform",
 
7808
  "information",
7809
  "informed",
7810
  "infra",
 
7812
  "infraction",
7813
  "infratentorial",
7814
  "infrequent",
7815
+ "infused",
7816
  "infusion",
7817
  "infusion-",
7818
  "infusions",
7819
  "ing",
7820
  "ingestion",
7821
+ "ingredient",
7822
  "ingredients",
7823
  "inhale",
7824
  "inhaled",
 
7826
  "inhalers",
7827
  "inherited",
7828
  "inhibit",
7829
+ "inhibiting",
7830
  "inhibition",
7831
  "inhibitor",
7832
  "inhibitors",
 
7885
  "intention",
7886
  "inter",
7887
  "interact",
7888
+ "interacting",
7889
  "interaction",
7890
  "interactions",
7891
  "intercourse",
 
7896
  "interfering",
7897
  "interferon",
7898
  "interferons",
7899
+ "intergroup",
7900
  "interim",
7901
  "interleukins",
7902
  "intermediat",
 
7904
  "intermediate-2",
7905
  "intermittency",
7906
  "intermittent",
 
7907
  "internal",
7908
  "international",
7909
  "internationalized",
 
7928
  "intra",
7929
  "intrabdominal",
7930
  "intracardiac",
7931
+ "intracerebral",
7932
  "intracranial",
7933
+ "intractable",
7934
  "intraepithelial",
7935
  "intrahepatic",
7936
  "intraluminal",
 
7949
  "intrauterine",
7950
  "intravascular",
7951
  "intravenous",
7952
+ "intraventricular",
7953
  "intravesical",
7954
  "intravitreal",
7955
  "intrinsic",
 
7978
  "iodine",
7979
  "iol",
7980
  "ion",
7981
+ "ionizing",
7982
  "ior",
7983
  "iort",
7984
  "ip",
 
7991
  "ipss",
7992
  "ipt",
7993
  "ipv",
7994
+ "iq",
7995
  "irAE",
7996
  "irae",
7997
  "irb)-approved",
 
8083
  "jor",
8084
  "jr",
8085
  "jr.",
8086
+ "jr11",
8087
  "jude",
8088
  "judged",
8089
  "judgment",
 
8110
  "kaposi",
8111
  "karnofsky",
8112
  "kava",
8113
+ "kb",
8114
  "kcc",
8115
  "kd",
8116
  "ked",
 
8145
  "kle",
8146
  "kly",
8147
  "knee",
8148
+ "knife",
8149
  "known",
8150
  "kps",
8151
  "ks",
8152
  "kt",
8153
+ "kub",
8154
  "kup",
8155
  "ky",
8156
  "ky.",
 
8160
  "l-2",
8161
  "l.",
8162
  "l1",
8163
+ "l19",
8164
  "l2",
8165
  "l8585r",
8166
  "l858r",
 
8248
  "leg",
8249
  "legal",
8250
  "legally",
8251
+ "legume",
8252
  "lem",
8253
  "len",
8254
  "lenalidomide",
8255
+ "length",
8256
  "lenvatinib",
8257
  "lepr",
8258
  "leprosy",
8259
+ "lepto",
8260
  "leptomeningeal",
8261
  "ler",
8262
  "les",
 
8279
  "leukocyte",
8280
  "leukocytes",
8281
  "leukocytosis",
8282
+ "leukocytotoxic",
8283
  "leukoencephalopathy",
8284
  "leukopenia",
8285
  "level",
 
8288
  "levitra",
8289
  "levodopa",
8290
  "levomethadyl",
8291
+ "levomilnacipran",
8292
  "lex",
8293
  "leydig",
8294
  "lfa",
8295
+ "lfts",
8296
  "lgb",
8297
  "lgg",
8298
  "lgk974",
 
8305
  "lic",
8306
  "lichen",
8307
  "lid",
8308
+ "lidocaine",
8309
  "lidoflazine",
8310
  "lie",
8311
  "lif",
 
8354
  "lla",
8355
  "lle",
8356
  "lli",
8357
+ "lln",
8358
  "lls",
8359
  "lly",
8360
  "lmc",
 
8373
  "location",
8374
  "locations",
8375
  "loci",
8376
+ "loco",
8377
  "locoregional",
8378
  "log",
8379
  "lol",
 
8386
  "longstanding",
8387
  "loose",
8388
  "lop",
 
8389
  "lor",
8390
  "lordosis",
8391
  "los",
 
8402
  "low",
8403
  "lower",
8404
  "lowering",
8405
+ "lowers",
8406
  "lox",
8407
  "loy",
8408
  "lp",
8409
  "lpl",
8410
  "lpv",
8411
  "lrs",
 
8412
  "lse",
8413
  "lsg",
8414
  "lso",
 
8440
  "lve",
8441
  "lvef",
8442
  "lvsf",
8443
+ "ly2835219",
8444
  "lying",
8445
  "lyme",
8446
  "lymph",
 
8479
  "mEq",
8480
  "mFOLFIRINOX",
8481
  "mHg",
8482
+ "mIAA",
8483
  "mIU",
8484
  "mL",
8485
  "mPAP\u2265",
 
8501
  "macrohemorrhage",
8502
  "macrolide",
8503
  "macrophage",
 
8504
  "macular",
8505
  "madam",
8506
  "made",
 
8526
  "malignancies",
8527
  "malignancy",
8528
  "malignant",
8529
+ "malnutrition",
8530
  "mammary",
8531
  "mammogram",
8532
  "mammoplasty",
 
8571
  "mass.",
8572
  "mast",
8573
  "mastectomy",
8574
+ "mastocytosis",
8575
  "match",
8576
  "matched",
8577
  "material",
 
8588
  "maylard",
8589
  "mayo",
8590
  "ma\u2019am",
8591
+ "mbi",
8592
  "mcL",
8593
  "mcdonald",
8594
+ "mcg",
8595
  "mci",
8596
  "mcl",
8597
  "mcrpc",
 
8598
  "md",
8599
  "md.",
8600
  "mda",
 
8643
  "meet",
8644
  "meeting",
8645
  "meets",
8646
+ "mefenamic",
8647
  "megace",
8648
  "megacolon",
8649
  "megakaryocytes",
 
8723
  "mets",
8724
  "mf",
8725
  "mfolfirinox",
 
8726
  "mg",
8727
  "mg/100",
8728
  "mg/24",
8729
  "mhg",
8730
  "mi",
8731
  "mia",
8732
+ "miaa",
8733
  "mianserin",
8734
  "mib",
8735
  "mibg",
 
8740
  "microbials",
8741
  "microcalcifications",
8742
  "microhemorrhages",
 
8743
  "microliter",
8744
  "microphthalmia",
8745
  "microscopic",
 
8760
  "milligrams",
8761
  "millimeters",
8762
  "millimetres",
8763
+ "milnacipran",
8764
  "min",
8765
  "min/1.73",
8766
  "min/1.73m2",
 
8773
  "minute",
8774
  "minutes",
8775
  "mirtazapine",
8776
+ "mis",
8777
  "mismatched",
8778
  "miss",
8779
  "miss.",
 
8781
  "mississippi",
8782
  "mit",
8783
  "mitigation",
8784
+ "mitogen",
8785
  "mitomycin",
8786
  "mitraclip",
8787
  "mitral",
 
8869
  "motrin",
8870
  "mouse",
8871
  "mouth",
8872
+ "mouthwash",
8873
  "movement",
8874
  "movements",
8875
  "moyamoya",
 
8912
  "multicolor",
8913
  "multidisciplinary",
8914
  "multifocal",
8915
+ "multifunctional",
8916
  "multigated",
8917
  "multikinase",
8918
  "multimodal",
8919
  "multimodality",
8920
  "multiple",
 
8921
  "multivitamin",
8922
  "mum",
8923
  "mur",
 
8934
  "mutant",
8935
  "mutated",
8936
  "mutation",
8937
+ "mutation(s",
8938
  "mutations",
8939
  "mvc",
8940
  "mwg",
 
8946
  "mycobacteria",
8947
  "mycophenolate",
8948
  "mycosis",
8949
+ "mycotic",
8950
  "myeloablative",
8951
+ "myeloblasts",
8952
  "myelodyplastic",
8953
  "myelodysplasia",
8954
  "myelodysplastic",
 
8986
  "n-",
8987
  "n-0066",
8988
  "n-0195",
8989
+ "n-1",
8990
  "n-4",
8991
  "n.",
8992
  "n.c.",
 
9066
  "needed",
9067
  "needing",
9068
  "needle",
9069
+ "needles",
9070
  "needs",
9071
  "nefazodone",
9072
  "negative",
 
9076
  "nelfinavir",
9077
  "neo",
9078
  "neoadjuvant",
9079
+ "neomycin",
9080
  "neonatal",
9081
  "neonates",
9082
  "neoplasia",
 
9113
  "neurodevelopmental",
9114
  "neuroectodermal",
9115
  "neuroendocrine",
9116
+ "neurofibroma",
9117
  "neurofibromatosis",
9118
  "neurogenic",
9119
  "neuroid",
9120
  "neuroimaging",
9121
  "neuroleptic",
9122
+ "neuroleptics",
9123
  "neurologic",
9124
  "neurological",
9125
  "neurologically",
9126
+ "neurologist",
9127
+ "neurolytic",
9128
  "neuromuscular",
9129
  "neurontin",
9130
  "neuropathy",
 
9196
  "nol",
9197
  "non",
9198
  "non-",
9199
+ "nonadenocarcinoma",
9200
  "nonbreast",
9201
  "noncompliance",
9202
  "noncytotoxic",
 
9236
  "npc",
9237
  "nra",
9238
  "nrh",
9239
+ "nri",
9240
  "nrtis",
9241
  "ns.",
9242
  "ns2",
 
9246
  "nsclc",
9247
  "nse",
9248
  "nsf",
9249
+ "nsl",
9250
  "nss",
9251
  "nst",
9252
  "nstemi",
 
9344
  "oci",
9345
  "ock",
9346
  "ocm",
9347
+ "oco",
9348
  "oct",
9349
  "oct.",
9350
  "ocular",
 
9388
  "ole",
9389
  "oli",
9390
  "oligo",
9391
+ "oligoarthritis",
9392
  "oligoasthenoteratospermia",
9393
  "oligoastrocytoma",
9394
+ "oligodendrocytic",
9395
  "oligodendroglioma",
9396
  "oligometastatic",
9397
  "oll",
 
9404
  "omega",
9405
  "omega-3",
9406
  "omegaven",
9407
+ "omnicef",
9408
  "omp",
9409
  "omphalocele",
9410
  "oms",
 
9415
  "onalespib",
9416
  "onc201",
9417
  "once",
9418
+ "oncogene",
9419
+ "oncologic",
9420
  "oncologist",
9421
  "oncology",
9422
  "oncolyic",
9423
  "oncotype",
9424
  "ond",
9425
+ "ondansetron",
9426
  "one",
9427
  "ong",
9428
  "ongoing",
 
9466
  "opioids",
9467
  "opportunistic",
9468
  "oppositional",
9469
+ "ops201",
9470
  "optic",
9471
  "optimal",
9472
  "option",
 
9529
  "osteopetrosis",
9530
  "osteoporosis",
9531
  "osy",
9532
+ "ota",
9533
  "otc",
9534
  "ote",
9535
  "oth",
 
9546
  "our",
9547
  "ous",
9548
  "out",
9549
+ "outborn",
9550
  "outcome",
9551
  "outcomes",
9552
  "outermost",
 
9555
  "outlines",
9556
  "outpatient",
9557
  "outside",
 
9558
  "ov.",
9559
  "ovale",
9560
  "ovarian",
 
9563
  "over",
9564
  "overactive",
9565
  "overall",
9566
+ "overexpressing",
9567
  "overexpression",
9568
  "overgrowth",
9569
  "overlap",
 
9584
  "oxycodone",
9585
  "oxycontin",
9586
  "oxygen",
9587
+ "oxygenation",
9588
  "oxytocin",
9589
  "oya",
9590
  "oys",
 
9597
  "p.m",
9598
  "p.m.",
9599
  "p16",
9600
+ "p17",
9601
  "p2d",
9602
  "p3a",
9603
  "p450",
 
9637
  "pancreatitis",
9638
  "pancreato",
9639
  "pancytopenia",
9640
+ "panel",
9641
  "panic",
9642
  "panjabi",
9643
  "panniculitis",
 
9700
  "pay",
9701
  "payment",
9702
  "pazopanib",
 
9703
  "pbmc",
 
9704
  "pbpc",
9705
  "pbsc",
9706
  "pc",
9707
  "pc+s",
9708
  "pca",
9709
  "pci",
9710
+ "pcnsl",
9711
  "pcos",
9712
  "pcr",
9713
  "pcs",
 
9715
  "pcwp",
9716
  "pd",
9717
  "pd-1",
9718
+ "pd0332991",
9719
  "pd1",
9720
  "pd2",
9721
  "pd3",
 
9729
  "peacemaker",
9730
  "peak",
9731
  "peanut",
9732
+ "peanuts",
9733
  "pectoris",
9734
  "ped",
9735
  "pediatric",
 
9775
  "periodontitis",
9776
  "perioperative",
9777
  "peripheral",
 
9778
  "peritoneal",
9779
  "peritoneum",
9780
  "peritonitis",
 
9833
  "photodynamic",
9834
  "photosensitive",
9835
  "php",
9836
+ "phrenic",
9837
  "phy",
9838
  "physical",
9839
  "physically",
 
9841
  "physicians",
9842
  "physiologic",
9843
  "physiological",
9844
+ "physiologically",
9845
  "pi",
9846
  "pi3",
9847
  "pia",
 
9900
  "ply",
9901
  "pm",
9902
  "pmc",
9903
+ "pn",
9904
  "pnet",
9905
  "pneumoconiosis",
9906
  "pneumocystis",
 
10009
  "predicted",
10010
  "predispose",
10011
  "prednisone",
10012
+ "predominance",
10013
  "predominant",
10014
  "preeclampsia",
10015
  "preemptive",
 
10111
  "prohibitive",
10112
  "projected",
10113
  "prolactin",
10114
+ "prolactinoma",
10115
  "prolapse",
10116
  "proliferative",
10117
  "prolong",
 
10142
  "protease",
10143
  "protect",
10144
  "protein",
10145
+ "protein-1",
10146
+ "proteins",
10147
  "proteinuria",
10148
  "prothrombin",
10149
  "prothrombotic",
10150
+ "proto",
10151
  "protocol",
10152
  "protocol(s",
10153
  "protocol-",
 
10167
  "prp",
10168
  "pruritus",
10169
  "psa",
 
10170
  "psd",
10171
  "pse",
10172
  "pseudoexfoliation",
10173
  "pseudomonas",
10174
+ "pseudoparalysis",
10175
  "pseudoprogression",
10176
  "psg",
10177
  "psilocybin",
 
10201
  "ptcl",
10202
  "ptcls",
10203
  "pth",
10204
+ "pto",
10205
  "pts",
10206
  "ptsd",
10207
  "ptt",
 
10241
  "pyelonephritis",
10242
  "pylori",
10243
  "pyloric",
10244
+ "pyridostigmine",
10245
  "pyruvate",
10246
  "q",
10247
  "q.",
 
10262
  "qualifying",
10263
  "qualitative",
10264
  "quality",
10265
+ "quantiferon",
10266
  "quantifiable",
10267
  "quantitative",
10268
  "que",
 
10275
  "quinidine",
10276
  "quotient",
10277
  "r",
10278
+ "r-2",
10279
  "r.",
10280
+ "r11",
10281
+ "r2-",
10282
  "rAE",
10283
  "rIX",
10284
  "rTMS",
10285
  "ra",
10286
+ "ra-222",
10287
  "rab",
10288
+ "rabbit",
10289
  "rad",
10290
  "radiation",
10291
  "radical",
10292
  "radiculopathy",
10293
  "radio",
10294
+ "radioactive",
10295
  "radiofrequency",
10296
  "radiograph",
10297
  "radiographic",
 
10301
  "radiolabeled",
10302
  "radiologic",
10303
  "radiological",
10304
+ "radiologically",
10305
  "radiology",
10306
  "radionuclide",
10307
+ "radionuclides",
10308
  "radiopharmaceutical",
10309
  "radiopharmaceuticals",
10310
  "radiosurgery",
 
10349
  "rbans",
10350
  "rbc",
10351
  "rbcs",
10352
+ "rbs",
10353
  "rc",
10354
  "rca",
10355
  "rcc",
 
10368
  "re.",
10369
  "rea",
10370
  "reached",
10371
+ "reactants",
10372
  "reaction",
10373
  "reactions",
10374
  "reactivation",
 
10410
  "recovering",
10411
  "recovery",
10412
  "recruited",
10413
+ "recruitment",
10414
  "rectal",
10415
  "rectovaginal",
10416
  "rectum",
 
10459
  "regorafenib",
10460
  "regular",
10461
  "regularly",
10462
+ "regulated",
10463
  "regulation",
10464
  "regulatory",
10465
  "regurgitant",
 
10552
  "responder",
10553
  "response",
10554
  "responses",
10555
+ "responsibility",
10556
  "responsible",
10557
  "responsiveness",
10558
  "rest",
 
10598
  "rgo",
10599
  "rgy",
10600
  "rhabdomyosarcoma",
10601
+ "rhc",
10602
+ "rhenium-186",
10603
+ "rhenium-188",
10604
  "rheumatic",
10605
  "rheumatoid",
10606
  "rheumatologic",
 
10629
  "ripseridone",
10630
  "ris",
10631
  "rise",
10632
+ "rising",
10633
  "risk",
10634
  "risks",
10635
  "risperidone",
10636
  "rit",
10637
  "ritonavir",
10638
+ "rituxan",
10639
  "rituximab",
10640
  "river",
10641
  "rix",
 
10660
  "ron",
10661
  "room",
10662
  "rop",
10663
+ "ropivacaine",
10664
  "ror",
10665
  "ros",
10666
  "ros1",
10667
  "rosacea",
10668
+ "rotator",
10669
  "round",
10670
  "rounds",
10671
  "routine",
 
10672
  "row",
10673
  "rp.",
10674
  "rp2d",
 
10713
  "s.",
10714
  "s.c",
10715
  "s.c.",
10716
+ "s1",
10717
  "sAML",
10718
  "sAg",
10719
  "sJIA",
 
10735
  "salicylic",
10736
  "salivary",
10737
  "salmeterol",
10738
+ "salpingoopherectomy",
10739
  "salvage",
10740
  "sama",
10741
  "samarium-153",
 
10807
  "sea",
10808
  "seafood",
10809
  "seal",
 
10810
  "seborrheic",
10811
  "sec",
10812
  "second",
 
10814
  "secondary",
10815
  "seconds",
10816
  "secreted",
10817
+ "secretion",
10818
  "secretory",
10819
  "section",
10820
  "secukinumab",
 
10886
  "sertoli",
10887
  "serum",
10888
  "serve",
10889
+ "services",
10890
  "ses",
10891
  "session",
10892
  "sessions",
 
10920
  "she",
10921
  "she's",
10922
  "shear",
10923
+ "shellfish",
10924
  "she\u2019s",
10925
  "shi",
10926
  "shift",
 
10955
  "sigh",
10956
  "sight",
10957
  "sign",
10958
+ "signal",
10959
  "signaling",
10960
  "signals",
10961
  "signed",
 
11021
  "sma",
11022
  "small",
11023
  "smallinfarcts",
11024
+ "smartbar",
11025
  "smd",
11026
  "sme",
11027
  "smear",
 
11031
  "smoldering",
11032
  "sms",
11033
  "smt",
11034
+ "snri",
11035
  "snycopy",
11036
  "soc",
11037
  "social",
 
11063
  "southwest",
11064
  "soy",
11065
  "soya-",
11066
+ "soybean",
11067
  "space",
11068
  "spaces",
11069
  "span",
11070
  "sparfloxacin",
11071
+ "sparing",
11072
  "spasm",
11073
  "spasmodic",
11074
  "spasms",
 
11110
  "sprays",
11111
  "spread",
11112
  "squamous",
11113
+ "sr-90",
11114
  "srd",
11115
  "sre",
11116
  "sri",
 
11128
  "st-",
11129
  "st.",
11130
  "sta",
 
11131
  "stabilized",
11132
  "stabilizer",
11133
  "stabilizers",
 
11174
  "steroid",
11175
  "steroidal",
11176
  "steroids",
11177
+ "sterotactic",
11178
  "stevens",
11179
  "stgd1",
11180
  "sti",
 
11187
  "stimulator",
11188
  "stimulators",
11189
  "stipulated",
11190
+ "sto",
11191
  "stomach",
11192
  "stomata",
11193
+ "stone(s",
11194
  "stones",
11195
  "stool",
11196
+ "stools",
11197
  "stop",
11198
  "stopped",
11199
  "stopping",
 
11277
  "suicide",
11278
  "suitable",
11279
  "sulfa",
11280
+ "sulfasalazine",
11281
  "sulfobutyl",
11282
+ "sulfonamides",
11283
  "sulfonylurea",
11284
  "sulfonylureas",
11285
  "sum",
 
11376
  "ta",
11377
  "ta2",
11378
  "tab>(whichever",
11379
+ "tables",
11380
  "tablet",
11381
  "tablets",
11382
  "tachycardia",
 
11391
  "talimogene",
11392
  "tam",
11393
  "tamoxifen",
11394
+ "tamponade",
11395
  "tamulosin",
11396
  "tan",
11397
  "tandem",
 
11449
  "temozolomide",
11450
  "temperature",
11451
  "temporarily",
11452
+ "temporary",
11453
  "temporomandibular",
11454
  "temsirolimus",
11455
  "ten",
 
11463
  "ter",
11464
  "teratogenic",
11465
  "teratogenicity",
11466
+ "teratoma",
11467
  "terazosin",
11468
  "teriparatide",
11469
  "term",
 
11478
  "testing",
11479
  "testosterone",
11480
  "tests",
11481
+ "tetanus",
11482
  "tetracyclic",
11483
  "tetracyclines",
11484
  "tex",
 
11502
  "their",
11503
  "them",
11504
  "then",
11505
+ "theophylline",
11506
  "therapeutic",
11507
  "therapeutically",
11508
  "therapies",
 
11513
  "therefore",
11514
  "thereof",
11515
  "there\u2019s",
11516
+ "thermoregulatory",
11517
  "these",
11518
  "they",
11519
  "thiazide",
 
11546
  "throat",
11547
  "thrombasthenia",
11548
  "thrombelastogram",
11549
+ "thrombin",
11550
  "thrombocythemias",
11551
  "thrombocytopenia",
11552
  "thrombocytopenic",
 
11600
  "tly",
11601
  "tmj",
11602
  "tms",
11603
+ "tmz",
11604
  "tnbc",
11605
  "tnf",
11606
  "tnfs",
 
11618
  "tolerable",
11619
  "tolerance",
11620
  "tolerate",
11621
+ "tolvaptan",
11622
  "tom",
11623
  "tomographic",
11624
  "tomography",
 
11651
  "toxicity",
11652
  "toxicology",
11653
  "toxin",
11654
+ "toxoid",
11655
  "tp53",
11656
  "tpa",
11657
  "tpc",
 
11662
  "tracheoesophageal",
11663
  "tracheostomy",
11664
  "tract",
11665
+ "traditional",
11666
  "training",
11667
  "tramadol",
11668
  "trametinib",
 
11705
  "transthoracic",
11706
  "transvaginal",
11707
  "trastuzumab",
11708
+ "trastuzumab):The",
11709
+ "trastuzumab):the",
11710
  "trauma",
11711
  "trauma-",
11712
  "traumatic",
 
11857
  "understand",
11858
  "understanding",
11859
  "undertaken",
11860
+ "underweight",
11861
  "undesirable",
11862
  "undetectable",
11863
  "undifferentiated",
 
11881
  "unl",
11882
  "unless",
11883
  "unlikely",
11884
+ "unmodifiable",
11885
  "uno",
11886
  "unos",
11887
+ "unpaid",
11888
  "unprescribed",
11889
  "unrated",
11890
  "unrelated",
 
11896
  "unsatisfactory",
11897
  "unspecified",
11898
  "unstable",
11899
+ "unstageable",
11900
  "unsuccessful",
11901
  "unsuitable",
11902
  "unsure",
 
11913
  "upmc",
11914
  "upon",
11915
  "upper",
11916
+ "ups",
11917
  "ura",
11918
  "ure",
11919
  "uremic",
11920
  "ureter",
11921
  "ureteral",
11922
+ "ureteroscopic",
11923
  "urethra",
11924
  "urg",
11925
  "urgent",
 
11965
  "v1.0",
11966
  "v1.1",
11967
  "v4",
11968
+ "v600",
11969
  "v600e",
11970
  "v7",
11971
  "vHD",
 
11973
  "va",
11974
  "va.",
11975
  "vabs",
11976
+ "vac",
11977
  "vaccinated",
11978
  "vaccination",
11979
  "vaccinations",
 
11989
  "validit",
11990
  "valleys",
11991
  "valproate",
11992
+ "valproic",
11993
  "value",
11994
  "values",
11995
  "valve",
 
11999
  "vancomycin",
12000
  "var",
12001
  "vardenafil",
12002
+ "varenicline",
12003
  "variant",
12004
  "variants",
12005
  "variceal",
 
12035
  "vegfr",
12036
  "vehicle",
12037
  "vein",
12038
+ "veins",
12039
  "vel",
12040
  "veliparib",
12041
  "ven",
 
12168
  "watery",
12169
  "way",
12170
  "wbc",
12171
+ "wbrt",
12172
  "we",
12173
  "weak",
12174
  "weakened",
 
12224
  "williams",
12225
  "willing",
12226
  "willingness",
 
12227
  "win",
12228
  "wire",
12229
  "wireless",
 
12234
  "with",
12235
  "with-",
12236
  "withdrawal",
12237
+ "withheld",
12238
+ "withhold",
12239
  "withholding",
12240
  "within",
12241
  "without",
 
12305
  "x_x",
12306
  "xa",
12307
  "xam",
12308
+ "xan",
12309
  "xanthines",
12310
  "xd",
12311
  "xd.d",
 
12317
  "xdddxxx",
12318
  "xdx",
12319
  "xdx>d",
12320
+ "xdx>d.d",
12321
  "xdxd",
12322
  "xdxx",
12323
  "xed",
 
12326
  "xenograft",
12327
  "xerostomia",
12328
  "xia",
12329
+ "xib",
12330
  "xic",
12331
  "xil",
12332
  "xin",
 
12387
  "xxx/d.dd",
12388
  "xxx/d.ddxd",
12389
  "xxx/xx",
 
12390
  "xxx>(xxxx",
12391
  "xxx>dd",
12392
  "xxx>ddd",
 
12396
  "xxx]-xxxx",
12397
  "xxx]/xxxx",
12398
  "xxxd",
12399
+ "xxxd-",
12400
  "xxxd/d",
12401
+ "xxxdd",
12402
  "xxxddd",
12403
  "xxxdddd",
12404
  "xxxdddx",
 
12416
  "xxxx)/xx",
12417
  "xxxx)/xxx",
12418
  "xxxx)/xxxx",
12419
+ "xxxx):Xxx",
12420
+ "xxxx):xxx",
12421
  "xxxx)xxxx",
12422
  "xxxx+/-xx",
12423
  "xxxx+xxxx",
 
12474
  "yed",
12475
  "yes",
12476
  "yet",
 
12477
  "yha",
12478
  "yic",
12479
  "yielding",
 
12515
  "zonules",
12516
  "zoster",
12517
  "zyban",
12518
+ "zyl",
12519
  "{",
12520
  "|",
12521
  "}",
 
12631
  "\u2265500",
12632
  "\u226550Gy",
12633
  "\u226550gy",
12634
+ "\u226555",
12635
  "\u226560",
12636
  "\u226575,000",
12637
  "\u22658",