aman9608 commited on
Commit
2f1251c
1 Parent(s): c265b4a

Update spaCy pipeline

Browse files
Files changed (8) hide show
  1. README.md +8 -8
  2. config.cfg +2 -2
  3. en_t1_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +20 -20
  5. ner/model +0 -0
  6. ner/moves +1 -1
  7. tok2vec/model +1 -1
  8. vocab/strings.json +298 -0
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9920116858
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9911068546
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9915590637
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 99.16 |
53
- | `ENTS_P` | 99.20 |
54
- | `ENTS_R` | 99.11 |
55
- | `TOK2VEC_LOSS` | 326623.11 |
56
- | `NER_LOSS` | 219865.73 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9898959627
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9868960219
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9883937159
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 98.84 |
53
+ | `ENTS_P` | 98.99 |
54
+ | `ENTS_R` | 98.69 |
55
+ | `TOK2VEC_LOSS` | 510175.31 |
56
+ | `NER_LOSS` | 282233.89 |
config.cfg CHANGED
@@ -11,7 +11,7 @@ seed = 0
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
- batch_size = 128
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
@@ -88,7 +88,7 @@ gpu_allocator = ${system.gpu_allocator}
88
  dropout = 0.1
89
  accumulate_gradient = 1
90
  patience = 1600
91
- max_epochs = 100
92
  max_steps = 20000
93
  eval_frequency = 200
94
  frozen_components = []
 
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
+ batch_size = 256
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
 
88
  dropout = 0.1
89
  accumulate_gradient = 1
90
  patience = 1600
91
+ max_epochs = 75
92
  max_steps = 20000
93
  eval_frequency = 200
94
  frozen_components = []
en_t1_pipeline-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:796f31f4e27e89e0c7f53c988b98cd648634215730ef91b77b13d3e7db34fe49
3
- size 5758758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0e5018f8520fb5b952444aefc72f4cc31d6d183ce9ef7a01f858d41f47e8d7
3
+ size 5758176
meta.json CHANGED
@@ -39,38 +39,38 @@
39
 
40
  ],
41
  "performance":{
42
- "ents_f":0.9915590637,
43
- "ents_p":0.9920116858,
44
- "ents_r":0.9911068546,
45
  "ents_per_type":{
46
  "Other":{
47
- "p":0.9931972789,
48
- "r":0.9918828304,
49
- "f":0.9925396195
50
  },
51
  "treatment":{
52
- "p":0.9911193722,
53
- "r":0.9915289256,
54
- "f":0.9913241066
55
  },
56
  "chronic_disease":{
57
- "p":0.9902676399,
58
- "r":0.9881039087,
59
- "f":0.9891845911
60
  },
61
  "cancer":{
62
- "p":0.9893465909,
63
- "r":0.9935805991,
64
- "f":0.9914590747
65
  },
66
  "allergy_name":{
67
- "p":1.0,
68
- "r":0.9827586207,
69
- "f":0.9913043478
70
  }
71
  },
72
- "tok2vec_loss":3266.231136751,
73
- "ner_loss":2198.6573490176
74
  },
75
  "requirements":[
76
 
 
39
 
40
  ],
41
  "performance":{
42
+ "ents_f":0.9883937159,
43
+ "ents_p":0.9898959627,
44
+ "ents_r":0.9868960219,
45
  "ents_per_type":{
46
  "Other":{
47
+ "p":0.989752913,
48
+ "r":0.9887723933,
49
+ "f":0.9892624102
50
  },
51
  "treatment":{
52
+ "p":0.9919921875,
53
+ "r":0.9848749273,
54
+ "f":0.9884207454
55
  },
56
  "chronic_disease":{
57
+ "p":0.9891008174,
58
+ "r":0.9859665007,
59
+ "f":0.9875311721
60
  },
61
  "cancer":{
62
+ "p":0.9871273713,
63
+ "r":0.9804845222,
64
+ "f":0.9837947333
65
  },
66
  "allergy_name":{
67
+ "p":0.984375,
68
+ "r":0.9921259843,
69
+ "f":0.9882352941
70
  }
71
  },
72
+ "tok2vec_loss":5101.7531072482,
73
+ "ner_loss":2822.3388507159
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":62554,"treatment":10050,"chronic_disease":9292,"cancer":3381,"allergy_name":380},"2":{"Other":62554,"treatment":10050,"chronic_disease":9292,"cancer":3381,"allergy_name":380},"3":{"Other":62554,"treatment":10050,"chronic_disease":9292,"cancer":3381,"allergy_name":380},"4":{"Other":62554,"treatment":10050,"chronic_disease":9292,"cancer":3381,"allergy_name":380,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"Other":66979,"treatment":10720,"chronic_disease":9941,"cancer":3577,"allergy_name":413},"2":{"Other":66979,"treatment":10720,"chronic_disease":9941,"cancer":3577,"allergy_name":413},"3":{"Other":66979,"treatment":10720,"chronic_disease":9941,"cancer":3577,"allergy_name":413},"4":{"Other":66979,"treatment":10720,"chronic_disease":9941,"cancer":3577,"allergy_name":413,"":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:27b9d7b8e2100781485725a1537db33420cc868f2d684d2475f114fd7963f4e9
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:904562cb1ffe3d307087bd83ceb9de72247309507a9568f7aa672c67f1579ecd
3
  size 6009091
vocab/strings.json CHANGED
@@ -113,6 +113,7 @@
113
  "-_-",
114
  "-__-",
115
  "-background",
 
116
  "-c",
117
  "-d",
118
  "-d.d",
@@ -231,6 +232,7 @@
231
  "0mg",
232
  "0ml",
233
  "1",
 
234
  "1,000",
235
  "1,500",
236
  "1.0",
@@ -287,6 +289,7 @@
287
  "11p.m.",
288
  "11q",
289
  "12",
 
290
  "120",
291
  "1200",
292
  "123I",
@@ -312,6 +315,7 @@
312
  "150/90",
313
  "1500",
314
  "16",
 
315
  "160",
316
  "160/95",
317
  "160mmHg",
@@ -408,6 +412,7 @@
408
  "296.70",
409
  "296.80",
410
  "296.89",
 
411
  "2BR",
412
  "2C8",
413
  "2a",
@@ -423,6 +428,7 @@
423
  "2p.m",
424
  "2p.m.",
425
  "2x106",
 
426
  "3",
427
  "3,4",
428
  "3.0",
@@ -434,6 +440,7 @@
434
  "300",
435
  "300mg",
436
  "307.42",
 
437
  "31I",
438
  "31i",
439
  "32",
@@ -463,6 +470,7 @@
463
  "3q",
464
  "3rd",
465
  "3x",
 
466
  "4",
467
  "4.0",
468
  "4.03",
@@ -491,6 +499,8 @@
491
  "4a-4c",
492
  "4a.m",
493
  "4a.m.",
 
 
494
  "4p",
495
  "4p.m",
496
  "4p.m.",
@@ -534,6 +544,7 @@
534
  "5x",
535
  "5x10",
536
  "6",
 
537
  "6.1",
538
  "6.3",
539
  "6.40",
@@ -591,6 +602,7 @@
591
  "8.5",
592
  "8/8",
593
  "80",
 
594
  "80A",
595
  "80a",
596
  "80g",
@@ -723,6 +735,7 @@
723
  "=(",
724
  "=)",
725
  "=/",
 
726
  "=3",
727
  "=D",
728
  "=X",
@@ -757,6 +770,7 @@
757
  "ABG",
758
  "ABI",
759
  "ABI-011",
 
760
  "ABS",
761
  "ABX",
762
  "ACC",
@@ -817,6 +831,7 @@
817
  "ALT]/serum",
818
  "AM5",
819
  "AMD",
 
820
  "AML",
821
  "AML)/myelodysplastic",
822
  "AMLwho",
@@ -843,10 +858,12 @@
843
  "ASA",
844
  "ASCO",
845
  "ASCT",
 
846
  "ASH",
847
  "ASI",
848
  "ASIS",
849
  "AST",
 
850
  "AT",
851
  "AT3",
852
  "ATG",
@@ -904,6 +921,7 @@
904
  "Afrin",
905
  "Age",
906
  "Agents",
 
907
  "Agree",
908
  "Agreement",
909
  "Agrees",
@@ -932,12 +950,14 @@
932
  "Already",
933
  "Also",
934
  "Altered",
 
935
  "Alzheimer",
936
  "Amblyopia",
937
  "America",
938
  "American",
939
  "Aminotransferase",
940
  "Amlodipine",
 
941
  "Amputees",
942
  "Amylase",
943
  "An",
@@ -994,6 +1014,7 @@
994
  "Artery",
995
  "As",
996
  "Aspartate",
 
997
  "Asperger",
998
  "Aspergillus",
999
  "Assessment",
@@ -1039,7 +1060,9 @@
1039
  "BCL2",
1040
  "BCL6",
1041
  "BCR",
 
1042
  "BDI",
 
1043
  "BE",
1044
  "BGD",
1045
  "BIC",
@@ -1088,6 +1111,7 @@
1088
  "Because",
1089
  "Beck",
1090
  "Behavior",
 
1091
  "Below",
1092
  "Ben",
1093
  "Beta",
@@ -1130,6 +1154,7 @@
1130
  "Bronchopulmonary",
1131
  "Bros",
1132
  "Bros.",
 
1133
  "Bu",
1134
  "Bulimia",
1135
  "Bulky",
@@ -1184,6 +1209,7 @@
1184
  "CD30",
1185
  "CD34",
1186
  "CD4",
 
1187
  "CD45",
1188
  "CD47",
1189
  "CDC",
@@ -1268,6 +1294,7 @@
1268
  "CTLA-4",
1269
  "CTLA4",
1270
  "CTV",
 
1271
  "CURRENT",
1272
  "CVA",
1273
  "CVAD",
@@ -1297,6 +1324,8 @@
1297
  "Canada",
1298
  "Cancer",
1299
  "Cancers",
 
 
1300
  "Capable",
1301
  "Caplin",
1302
  "Captisol",
@@ -1318,6 +1347,7 @@
1318
  "Cause",
1319
  "Caution",
1320
  "Cayston",
 
1321
  "Cefoxitin",
1322
  "Celiac",
1323
  "Cell",
@@ -1334,12 +1364,14 @@
1334
  "Cervical",
1335
  "Chagas",
1336
  "Changes",
 
1337
  "Chemotherapeutic",
1338
  "Chemotherapy",
1339
  "Chest",
1340
  "Child",
1341
  "Children",
1342
  "Children-",
 
1343
  "Chimeric",
1344
  "Chorionic",
1345
  "Chron",
@@ -1353,6 +1385,7 @@
1353
  "Clinic",
1354
  "Clinical",
1355
  "Clinically",
 
1356
  "Clostridium",
1357
  "Cluster",
1358
  "Co",
@@ -1369,6 +1402,7 @@
1369
  "Cohort",
1370
  "Cohorts",
1371
  "Collagen",
 
1372
  "Collection",
1373
  "College",
1374
  "Colo",
@@ -1391,6 +1425,7 @@
1391
  "Completed",
1392
  "Completely",
1393
  "Completing",
 
1394
  "Complex",
1395
  "Comprehensive",
1396
  "Computed",
@@ -1409,6 +1444,7 @@
1409
  "Connecticut",
1410
  "Consensus",
1411
  "Considered",
 
1412
  "Consolidation",
1413
  "Consortium",
1414
  "Continuation",
@@ -1452,6 +1488,7 @@
1452
  "CyberKnife",
1453
  "Cycle",
1454
  "Cyclosporin",
 
1455
  "Cyclothymia",
1456
  "Cymbalta",
1457
  "Cystic",
@@ -1474,6 +1511,7 @@
1474
  "D3",
1475
  "D30",
1476
  "D34",
 
1477
  "D45",
1478
  "D47",
1479
  "DA",
@@ -1533,6 +1571,7 @@
1533
  "December",
1534
  "Decompensated",
1535
  "Decrease",
 
1536
  "Deemed",
1537
  "Deep",
1538
  "Deficiencies",
@@ -1546,6 +1585,7 @@
1546
  "Delirium",
1547
  "Dementia",
1548
  "Dementias",
 
1549
  "Demyelinating",
1550
  "Dental",
1551
  "Department",
@@ -1570,6 +1610,7 @@
1570
  "Diarrhea",
1571
  "Diastolic",
1572
  "Did",
 
1573
  "Diffuse",
1574
  "Diffusion",
1575
  "Dilaudid",
@@ -1582,6 +1623,7 @@
1582
  "Disorder",
1583
  "Disorders",
1584
  "Disruptive",
 
1585
  "Distant",
1586
  "Distinct",
1587
  "Do",
@@ -1607,6 +1649,7 @@
1607
  "Drug",
1608
  "Drugs",
1609
  "Dr\u00e4ger",
 
1610
  "Duloxetine",
1611
  "Duraseal",
1612
  "Duration",
@@ -1675,6 +1718,7 @@
1675
  "ESO",
1676
  "ET",
1677
  "ET2",
 
1678
  "EUS",
1679
  "EV1",
1680
  "EXAMINER",
@@ -1732,6 +1776,7 @@
1732
  "Estrogen",
1733
  "European",
1734
  "Evaluation",
 
1735
  "Events",
1736
  "Evidence",
1737
  "Evita",
@@ -1764,6 +1809,7 @@
1764
  "FAB",
1765
  "FACT",
1766
  "FCBP",
 
1767
  "FD",
1768
  "FDA",
1769
  "FDA)-approved",
@@ -1785,6 +1831,7 @@
1785
  "FLD",
1786
  "FLT3",
1787
  "FNA",
 
1788
  "FOCBP",
1789
  "FOLFIRI",
1790
  "FP",
@@ -1827,6 +1874,7 @@
1827
  "Florida",
1828
  "FluMist",
1829
  "Fluticasone",
 
1830
  "Focus",
1831
  "Follicular",
1832
  "Folotyn",
@@ -1845,6 +1893,7 @@
1845
  "Frontline",
1846
  "Fulvestrant",
1847
  "Function",
 
1848
  "Fungal",
1849
  "G",
1850
  "G20210",
@@ -1856,6 +1905,7 @@
1856
  "GCB",
1857
  "GCS",
1858
  "GCSF",
 
1859
  "GDMT",
1860
  "GEF",
1861
  "GEM",
@@ -1966,6 +2016,7 @@
1966
  "HDRS-17",
1967
  "HER-2",
1968
  "HER2",
 
1969
  "HF",
1970
  "HFA",
1971
  "HG-0059",
@@ -1992,7 +2043,9 @@
1992
  "HPA",
1993
  "HPAH",
1994
  "HPV",
 
1995
  "HR+",
 
1996
  "HRH",
1997
  "HRQL",
1998
  "HSCT",
@@ -2095,6 +2148,7 @@
2095
  "Hyperleukocytosis",
2096
  "Hypersensitivity",
2097
  "Hypertension",
 
2098
  "Hypoglycemic",
2099
  "H\u00fcrthle",
2100
  "I",
@@ -2139,6 +2193,8 @@
2139
  "IL-2",
2140
  "IL2",
2141
  "ILD",
 
 
2142
  "IMS",
2143
  "IMWG",
2144
  "IMiD",
@@ -2209,6 +2265,7 @@
2209
  "Illinois",
2210
  "Iloprost",
2211
  "Imaging",
 
2212
  "Immune",
2213
  "ImmunoHistoChemistry",
2214
  "Immunocompromised",
@@ -2228,6 +2285,7 @@
2228
  "Implants",
2229
  "In",
2230
  "Inability",
 
2231
  "Inc",
2232
  "Inc.",
2233
  "Incident",
@@ -2240,6 +2298,7 @@
2240
  "Individuals",
2241
  "Induction",
2242
  "Ineligible",
 
2243
  "Infants",
2244
  "Infection",
2245
  "Infectious",
@@ -2303,6 +2362,7 @@
2303
  "J",
2304
  "JAKi",
2305
  "JCC",
 
2306
  "JIA",
2307
  "Jakob",
2308
  "Jan",
@@ -2341,6 +2401,7 @@
2341
  "Kentucky",
2342
  "Ketoconazole",
2343
  "Kidney",
 
2344
  "Knee",
2345
  "Known",
2346
  "Ky",
@@ -2351,6 +2412,7 @@
2351
  "L-7",
2352
  "L1",
2353
  "L2",
 
2354
  "LA-15",
2355
  "LA4",
2356
  "LAA",
@@ -2425,6 +2487,7 @@
2425
  "Lidocaine",
2426
  "Life",
2427
  "Lifetime",
 
2428
  "Limb",
2429
  "Limitation",
2430
  "Limited",
@@ -2456,6 +2519,7 @@
2456
  "Lumpectomy",
2457
  "Lung",
2458
  "Lupus",
 
2459
  "Lymphocyte",
2460
  "Lymphoma",
2461
  "Lymphomas",
@@ -2506,6 +2570,7 @@
2506
  "MM",
2507
  "MML",
2508
  "MMSE",
 
2509
  "MNGIE",
2510
  "MPA",
2511
  "MPAL",
@@ -2544,6 +2609,7 @@
2544
  "MYC+",
2545
  "MYCN",
2546
  "Ma'am",
 
2547
  "Magnamosis",
2548
  "Magnesium",
2549
  "Magnetic",
@@ -2552,6 +2618,7 @@
2552
  "Male",
2553
  "Males",
2554
  "Malignancies",
 
2555
  "Malignant",
2556
  "Management",
2557
  "Mantle",
@@ -2583,6 +2650,7 @@
2583
  "Medications",
2584
  "Medicine",
2585
  "Medullary",
 
2586
  "Meet",
2587
  "Meets",
2588
  "Mefoxin",
@@ -2630,6 +2698,7 @@
2630
  "Moderate",
2631
  "Modifying",
2632
  "Molecular",
 
2633
  "Monitoring",
2634
  "Mono",
2635
  "Monoclonal",
@@ -2657,6 +2726,7 @@
2657
  "Mt",
2658
  "Mt.",
2659
  "MuSK",
 
2660
  "Multicentric",
2661
  "Multiple",
2662
  "Must",
@@ -2680,6 +2750,7 @@
2680
  "N0",
2681
  "N2",
2682
  "N2O",
 
2683
  "N3",
2684
  "NAAT",
2685
  "NAC",
@@ -2687,6 +2758,7 @@
2687
  "NAFLD",
2688
  "NASH",
2689
  "NAT",
 
2690
  "NB",
2691
  "NBC",
2692
  "NCA",
@@ -2699,6 +2771,7 @@
2699
  "NET",
2700
  "NF-1",
2701
  "NF1",
 
2702
  "NFV",
2703
  "NFa",
2704
  "NHL",
@@ -2730,6 +2803,7 @@
2730
  "NYHA>2",
2731
  "NaBen",
2732
  "NaOCl",
 
2733
  "Narrow",
2734
  "National",
2735
  "Native",
@@ -2862,6 +2936,7 @@
2862
  "Ontak",
2863
  "Open",
2864
  "Operable",
 
2865
  "Ophthalmological",
2866
  "Opioid",
2867
  "Optic",
@@ -2875,6 +2950,7 @@
2875
  "Organ",
2876
  "Organic",
2877
  "Organization",
 
2878
  "Osteoarthritis",
2879
  "Osteosarcoma",
2880
  "Other",
@@ -2884,14 +2960,17 @@
2884
  "Over",
2885
  "Overweight",
2886
  "Oxidase",
 
2887
  "Oxymetazoline",
2888
  "O\u2019clock",
2889
  "P",
 
2890
  "P.I",
2891
  "P14",
2892
  "P2A",
2893
  "P2D",
2894
  "P3A",
 
2895
  "P450",
2896
  "P53",
2897
  "PAD",
@@ -2969,6 +3048,7 @@
2969
  "PT",
2970
  "PT)/",
2971
  "PT)/international",
 
2972
  "PTCL",
2973
  "PTEN",
2974
  "PTFE",
@@ -2991,6 +3071,7 @@
2991
  "Pancreatitis",
2992
  "Panel",
2993
  "Papillary",
 
2994
  "Paraesophageal",
2995
  "Paralysis",
2996
  "Paralytic",
@@ -3058,6 +3139,7 @@
3058
  "Platelet",
3059
  "Platelets",
3060
  "Plavix",
 
3061
  "Pleura",
3062
  "Plus",
3063
  "PoP",
@@ -3073,11 +3155,13 @@
3073
  "Preceding",
3074
  "Predefined",
3075
  "Predicted",
 
3076
  "Preexisting",
3077
  "Prefer",
3078
  "Pregnancy",
3079
  "Pregnant",
3080
  "Premenopausal",
 
3081
  "Preoperative",
3082
  "Prescription",
3083
  "Presence",
@@ -3114,6 +3198,7 @@
3114
  "Proton",
3115
  "Prototype",
3116
  "Proven",
 
3117
  "Proximal",
3118
  "Psoriatic",
3119
  "Psychiatric",
@@ -3205,6 +3290,7 @@
3205
  "Radiotherapy",
3206
  "Randomization",
3207
  "Rapamycin",
 
3208
  "Rapsyn",
3209
  "Rare",
3210
  "Rating",
@@ -3217,6 +3303,7 @@
3217
  "Recent",
3218
  "Receptor",
3219
  "Recipients",
 
3220
  "Recovered",
3221
  "Recovery",
3222
  "Rectal",
@@ -3266,10 +3353,12 @@
3266
  "Rifamycin",
3267
  "Right",
3268
  "Rights",
 
3269
  "Risk",
3270
  "Risks",
3271
  "Rituximab",
3272
  "Rivaroxaban",
 
3273
  "Routine",
3274
  "Roux",
3275
  "Rutherford",
@@ -3280,6 +3369,7 @@
3280
  "S28",
3281
  "SAA",
3282
  "SABAs",
 
3283
  "SAS",
3284
  "SAT",
3285
  "SBPT",
@@ -3390,6 +3480,7 @@
3390
  "September",
3391
  "Serious",
3392
  "Sero",
 
3393
  "Seronegative",
3394
  "Seropositivity",
3395
  "Serous",
@@ -3402,6 +3493,7 @@
3402
  "She",
3403
  "She's",
3404
  "She\u2019s",
 
3405
  "Short",
3406
  "Should",
3407
  "Shoulder",
@@ -3435,6 +3527,7 @@
3435
  "Specified",
3436
  "Spinal",
3437
  "Spirometry",
 
3438
  "SqrRoot",
3439
  "St",
3440
  "St.",
@@ -3505,9 +3598,11 @@
3505
  "T2c",
3506
  "T3",
3507
  "T3A",
 
3508
  "T4",
3509
  "T4a",
3510
  "T4b",
 
3511
  "T5E",
3512
  "T790M",
3513
  "TAAA",
@@ -3535,6 +3630,7 @@
3535
  "TFV",
3536
  "THA",
3537
  "THC",
 
3538
  "THERAPY",
3539
  "THR",
3540
  "TI",
@@ -3582,6 +3678,7 @@
3582
  "TVOR",
3583
  "TVUS",
3584
  "TWITCH",
 
3585
  "TXA",
3586
  "TXP",
3587
  "TZD",
@@ -3658,6 +3755,7 @@
3658
  "Tourette",
3659
  "Toxic",
3660
  "Toxoplasmosis",
 
3661
  "Tracheal",
3662
  "Tract",
3663
  "Trametinib",
@@ -3671,6 +3769,7 @@
3671
  "Transplant",
3672
  "Transplantation",
3673
  "Transverse",
 
3674
  "Traumatic",
3675
  "Treated",
3676
  "Treatment",
@@ -3724,6 +3823,7 @@
3724
  "Uncorrectable",
3725
  "Uncorrected",
3726
  "Undergoing",
 
3727
  "Underlying",
3728
  "Unfit",
3729
  "Unilateral",
@@ -3748,6 +3848,7 @@
3748
  "Uses",
3749
  "Using",
3750
  "V",
 
3751
  "V)+",
3752
  "V-1",
3753
  "V-2",
@@ -3805,9 +3906,11 @@
3805
  "Venous",
3806
  "Ventavis",
3807
  "Ventilator",
 
3808
  "Verapamil",
3809
  "Verelan",
3810
  "Version",
 
3811
  "Via",
3812
  "Viral",
3813
  "Virginia",
@@ -3831,6 +3934,7 @@
3831
  "WCBP",
3832
  "WHIMS",
3833
  "WHO",
 
3834
  "WITH",
3835
  "WOCBP",
3836
  "Walker",
@@ -3920,7 +4024,9 @@
3920
  "XX>ddd",
3921
  "XX>ddd/dd",
3922
  "XXX",
 
3923
  "XXX)+",
 
3924
  "XXX)-xxxx",
3925
  "XXX)/Xxxxx",
3926
  "XXX)/xxxx",
@@ -3936,9 +4042,11 @@
3936
  "XXXX",
3937
  "XXXX)-xxxx",
3938
  "XXXX)/xxxx",
 
3939
  "XXXX-",
3940
  "XXXX-d",
3941
  "XXXX-dd",
 
3942
  "XXXX>d",
3943
  "XXXX]/xxxx",
3944
  "XXXXd",
@@ -3954,7 +4062,9 @@
3954
  "XXX]/XX",
3955
  "XXX]/xxxx",
3956
  "XXXd",
 
3957
  "XXXd)/xxxx",
 
3958
  "XXXd/",
3959
  "XXXd/d",
3960
  "XXXd<dd",
@@ -3997,7 +4107,9 @@
3997
  "XdddX",
3998
  "Xdddd",
3999
  "Xdx",
 
4000
  "Xenical",
 
4001
  "Xx",
4002
  "Xx'",
4003
  "Xx'x",
@@ -4044,6 +4156,7 @@
4044
  "Xxxxx-d",
4045
  "Xxxxx.",
4046
  "Xxxxx<ddd",
 
4047
  "XxxxxXXX",
4048
  "XxxxxXxx",
4049
  "XxxxxXxxx",
@@ -4136,6 +4249,7 @@
4136
  "abi-011",
4137
  "ability",
4138
  "abiraterone",
 
4139
  "ablated",
4140
  "ablation",
4141
  "ablative",
@@ -4167,6 +4281,7 @@
4167
  "abx",
4168
  "acamprosate",
4169
  "acc",
 
4170
  "acceptability",
4171
  "acceptable",
4172
  "acceptance",
@@ -4192,6 +4307,7 @@
4192
  "ace",
4193
  "acei",
4194
  "acetabulum",
 
4195
  "acetate",
4196
  "acetylcholine",
4197
  "acetylcholinesterase",
@@ -4254,11 +4370,13 @@
4254
  "adhere",
4255
  "adherence",
4256
  "adhering",
 
4257
  "adhesive",
4258
  "adhesives",
4259
  "adi",
4260
  "adjacent",
4261
  "adjunctive",
 
4262
  "adjustment",
4263
  "adjustments",
4264
  "adjuvant",
@@ -4313,6 +4431,7 @@
4313
  "after",
4314
  "afterwards",
4315
  "ag3",
 
4316
  "against",
4317
  "age",
4318
  "aged",
@@ -4320,6 +4439,7 @@
4320
  "agents",
4321
  "ages",
4322
  "aggregation",
 
4323
  "aggression",
4324
  "aggressive",
4325
  "agm",
@@ -4341,6 +4461,7 @@
4341
  "aid(s",
4342
  "aids",
4343
  "ail",
 
4344
  "aims",
4345
  "ain",
4346
  "air",
@@ -4370,6 +4491,7 @@
4370
  "alcoholism",
4371
  "ald",
4372
  "ale",
 
4373
  "alemtuzumab",
4374
  "alf",
4375
  "alignment",
@@ -4423,6 +4545,7 @@
4423
  "alternative",
4424
  "alternatively",
4425
  "alters",
 
4426
  "alveolar",
4427
  "alveolitis",
4428
  "aly",
@@ -4451,6 +4574,7 @@
4451
  "amlodipine",
4452
  "amlwho",
4453
  "ammonia",
 
4454
  "amnestic",
4455
  "amniotic",
4456
  "among",
@@ -4583,6 +4707,7 @@
4583
  "antigen-4",
4584
  "antihistamines",
4585
  "antihypertensive",
 
4586
  "antimicrobial",
4587
  "antineoplastic",
4588
  "antioxidant",
@@ -4594,6 +4719,7 @@
4594
  "antiretroviral",
4595
  "antisynthetase",
4596
  "antithrombin",
 
4597
  "antitrypsin",
4598
  "antitumor",
4599
  "antiviral",
@@ -4700,6 +4826,7 @@
4700
  "asco",
4701
  "ascorbate",
4702
  "asct",
 
4703
  "ase",
4704
  "ash",
4705
  "asi",
@@ -4707,12 +4834,15 @@
4707
  "ask",
4708
  "asm",
4709
  "aspartate",
 
4710
  "aspects",
4711
  "asperger",
4712
  "aspergillus",
4713
  "aspermatogenic",
4714
  "aspirate",
 
4715
  "aspiration",
 
4716
  "aspirin",
4717
  "ass",
4718
  "assay",
@@ -4732,6 +4862,7 @@
4732
  "assurance",
4733
  "assure",
4734
  "ast",
 
4735
  "asthma",
4736
  "asthmatics",
4737
  "astrocytoma",
@@ -4760,6 +4891,7 @@
4760
  "atrophy",
4761
  "atrt",
4762
  "ats",
 
4763
  "attached",
4764
  "attachment",
4765
  "attack",
@@ -4822,6 +4954,7 @@
4822
  "azd9291",
4823
  "azithromycin",
4824
  "azole",
 
4825
  "aztreonam",
4826
  "b",
4827
  "b-2",
@@ -4878,8 +5011,10 @@
4878
  "bcl2",
4879
  "bcl6",
4880
  "bcr",
 
4881
  "bda",
4882
  "bdi",
 
4883
  "bdna",
4884
  "be",
4885
  "beam",
@@ -4897,6 +5032,7 @@
4897
  "began",
4898
  "begin",
4899
  "beginning",
 
4900
  "behavior",
4901
  "behavioral",
4902
  "behaviors",
@@ -4905,6 +5041,7 @@
4905
  "believe",
4906
  "believes",
4907
  "belimumab",
 
4908
  "below",
4909
  "ben",
4910
  "benefit",
@@ -4965,6 +5102,7 @@
4965
  "blackfan",
4966
  "bladder",
4967
  "blast",
 
4968
  "blasts",
4969
  "ble",
4970
  "bleed",
@@ -4981,6 +5119,7 @@
4981
  "blocking",
4982
  "blood",
4983
  "bloodstream",
 
4984
  "blow",
4985
  "bls",
4986
  "bly",
@@ -5039,12 +5178,14 @@
5039
  "brca",
5040
  "brca1",
5041
  "brca2",
 
5042
  "breast",
5043
  "breastfeeding",
5044
  "breasts",
5045
  "breath",
5046
  "breathing",
5047
  "breaths",
 
5048
  "bridging",
5049
  "brief",
5050
  "bring",
@@ -5066,6 +5207,7 @@
5066
  "bros",
5067
  "bros.",
5068
  "brt",
 
5069
  "bry",
5070
  "bsa",
5071
  "bsc",
@@ -5079,6 +5221,7 @@
5079
  "bulletin",
5080
  "bullous",
5081
  "bundle",
 
5082
  "buprenorphine",
5083
  "bupropio",
5084
  "bupropion",
@@ -5107,6 +5250,7 @@
5107
  "cGy",
5108
  "cHL",
5109
  "cPoP",
 
5110
  "cT3",
5111
  "ca",
5112
  "ca-125",
@@ -5223,6 +5367,7 @@
5223
  "causes",
5224
  "causing",
5225
  "caution",
 
5226
  "cavernous",
5227
  "cavity",
5228
  "cayston",
@@ -5249,6 +5394,7 @@
5249
  "cd30",
5250
  "cd34",
5251
  "cd4",
 
5252
  "cd45",
5253
  "cd47",
5254
  "cd]137",
@@ -5264,6 +5410,7 @@
5264
  "cease",
5265
  "ced",
5266
  "cediranib",
 
5267
  "cefoxitin",
5268
  "ceftobiprole",
5269
  "cei",
@@ -5346,6 +5493,7 @@
5346
  "childhood",
5347
  "children",
5348
  "children-",
 
5349
  "chimeric",
5350
  "chl",
5351
  "chlorambucil",
@@ -5361,6 +5509,8 @@
5361
  "cholelithiasis",
5362
  "cholesteatoma",
5363
  "cholesterol",
 
 
5364
  "cholinesterase",
5365
  "chooses",
5366
  "chop",
@@ -5380,6 +5530,7 @@
5380
  "cic",
5381
  "cid",
5382
  "cil",
 
5383
  "cimetidine",
5384
  "cin",
5385
  "ciprofloxacin",
@@ -5436,7 +5587,9 @@
5436
  "clone",
5437
  "clonidine",
5438
  "clopidogrel",
 
5439
  "closed",
 
5440
  "clostridium",
5441
  "closure",
5442
  "clots",
@@ -5473,6 +5626,7 @@
5473
  "cobicistat",
5474
  "cocaine",
5475
  "coccidoidomycosis",
 
5476
  "cochlear",
5477
  "cockcroft",
5478
  "cocoavia",
@@ -5490,13 +5644,16 @@
5490
  "cohorts",
5491
  "coil",
5492
  "col",
 
5493
  "cold",
5494
  "colectomy",
 
5495
  "coli",
5496
  "colitis",
5497
  "collaborators",
5498
  "collagen",
5499
  "collected",
 
5500
  "collection",
5501
  "college",
5502
  "colo",
@@ -5519,6 +5676,7 @@
5519
  "commencement",
5520
  "commencing",
5521
  "commercially",
 
5522
  "commitment",
5523
  "committee",
5524
  "common",
@@ -5630,6 +5788,7 @@
5630
  "constituents",
5631
  "constitute",
5632
  "constitutional",
 
5633
  "constraints",
5634
  "constrictive",
5635
  "consult",
@@ -5771,6 +5930,7 @@
5771
  "ct",
5772
  "ct.",
5773
  "ct/",
 
5774
  "ct3",
5775
  "cta",
5776
  "ctc",
@@ -5783,6 +5943,7 @@
5783
  "ctla4",
5784
  "cts",
5785
  "ctv",
 
5786
  "cue",
5787
  "cuff",
5788
  "culture",
@@ -5851,6 +6012,7 @@
5851
  "cytoplasmic",
5852
  "cytoreduction",
5853
  "cytoreductive",
 
5854
  "cytotoxic",
5855
  "c\u2019m",
5856
  "d",
@@ -5893,6 +6055,7 @@
5893
  "d3",
5894
  "d30",
5895
  "d34",
 
5896
  "d45",
5897
  "d47",
5898
  "d:dd",
@@ -5997,6 +6160,7 @@
5997
  "decompensated",
5998
  "decortication",
5999
  "decrease",
 
6000
  "decreasing",
6001
  "decubiti",
6002
  "decubitus",
@@ -6041,6 +6205,7 @@
6041
  "delayed",
6042
  "delaying",
6043
  "delays",
 
6044
  "deleterious",
6045
  "deletion",
6046
  "deletions",
@@ -6154,6 +6319,7 @@
6154
  "diaphragmatic",
6155
  "diarhhea",
6156
  "diarrhea",
 
6157
  "diarrheals",
6158
  "diastolic",
6159
  "diathermy",
@@ -6200,6 +6366,7 @@
6200
  "directly",
6201
  "disabilities",
6202
  "disability",
 
6203
  "disallowed",
6204
  "disc",
6205
  "discontinuation",
@@ -6222,6 +6389,7 @@
6222
  "diseases",
6223
  "disinhibition",
6224
  "disk",
 
6225
  "disoproxil",
6226
  "disorder",
6227
  "disorder(s",
@@ -6315,9 +6483,11 @@
6315
  "doxazosin",
6316
  "doxercalciferol",
6317
  "doxorubicin",
 
6318
  "dr",
6319
  "dr.",
6320
  "dra",
 
6321
  "dravet",
6322
  "drd",
6323
  "dressing",
@@ -6361,6 +6531,7 @@
6361
  "dx-dx",
6362
  "dx.x",
6363
  "dx.x.",
 
6364
  "dxd",
6365
  "dxd/d",
6366
  "dxdd",
@@ -6368,6 +6539,7 @@
6368
  "dxx",
6369
  "dxx-",
6370
  "dxxdx",
 
6371
  "dxxdxx",
6372
  "dxxxx",
6373
  "dyads",
@@ -6403,6 +6575,7 @@
6403
  "e3",
6404
  "eGFR",
6405
  "eGFR<30",
 
6406
  "each",
6407
  "ead",
6408
  "eae",
@@ -6494,6 +6667,7 @@
6494
  "ein",
6495
  "einstein",
6496
  "eir",
 
6497
  "either",
6498
  "ej",
6499
  "ejection",
@@ -6561,6 +6735,7 @@
6561
  "en",
6562
  "en-",
6563
  "en.",
 
6564
  "enalapril",
6565
  "encasement",
6566
  "encephalomalcia",
@@ -6581,6 +6756,7 @@
6581
  "endoprostheses",
6582
  "endorectal",
6583
  "endoscopic",
 
6584
  "endoscopy",
6585
  "endothelial",
6586
  "endothelin",
@@ -6627,6 +6803,7 @@
6627
  "enters",
6628
  "entinostat",
6629
  "entire",
 
6630
  "entresto",
6631
  "entry",
6632
  "environment",
@@ -6737,6 +6914,7 @@
6737
  "etiologies",
6738
  "etiology",
6739
  "etoposide",
 
6740
  "etravirine",
6741
  "ets",
6742
  "ett",
@@ -6790,6 +6968,7 @@
6790
  "exchange",
6791
  "excipient",
6792
  "excipients",
 
6793
  "excised",
6794
  "excision",
6795
  "excisional",
@@ -6800,6 +6979,7 @@
6800
  "exclusion",
6801
  "exclusionary",
6802
  "exclusions",
 
6803
  "excretion",
6804
  "exemestane",
6805
  "exempt",
@@ -6903,6 +7083,7 @@
6903
  "fatty",
6904
  "favor",
6905
  "fcbp",
 
6906
  "fd",
6907
  "fda",
6908
  "fda)-approved",
@@ -6916,6 +7097,7 @@
6916
  "feb",
6917
  "feb.",
6918
  "fecal",
 
6919
  "fee",
6920
  "feed",
6921
  "feeding",
@@ -6959,6 +7141,7 @@
6959
  "ficlatuzumab",
6960
  "fidaxomicin",
6961
  "fiducial",
 
6962
  "field",
6963
  "fields",
6964
  "fifth",
@@ -6998,6 +7181,7 @@
6998
  "flat",
6999
  "fld",
7000
  "flexible",
 
7001
  "flight",
7002
  "flolan",
7003
  "flow",
@@ -7020,6 +7204,7 @@
7020
  "fluvoxamine",
7021
  "fmri",
7022
  "fna",
 
7023
  "foam",
7024
  "focal",
7025
  "focbp",
@@ -7126,6 +7311,7 @@
7126
  "gaenslen",
7127
  "gain",
7128
  "gal",
 
7129
  "gallbladder",
7130
  "gallstones",
7131
  "gamma",
@@ -7152,6 +7338,7 @@
7152
  "gcs",
7153
  "gcsf",
7154
  "gd",
 
7155
  "gdmt",
7156
  "ged",
7157
  "gef",
@@ -7267,6 +7454,7 @@
7267
  "gold",
7268
  "gon",
7269
  "gonadotropin",
 
7270
  "gonna",
7271
  "goo",
7272
  "good",
@@ -7291,6 +7479,7 @@
7291
  "grapefruit",
7292
  "grave",
7293
  "gravis",
 
7294
  "grazoprevir",
7295
  "great",
7296
  "greater",
@@ -7320,6 +7509,7 @@
7320
  "guidelines33",
7321
  "guillain",
7322
  "guillian",
 
7323
  "gus",
7324
  "gu\u00e9rin",
7325
  "gvhd",
@@ -7516,6 +7706,7 @@
7516
  "histologies",
7517
  "histology",
7518
  "histone",
 
7519
  "histopathologically",
7520
  "histopathology",
7521
  "histoplasmosis",
@@ -7549,6 +7740,7 @@
7549
  "home",
7550
  "homeopathic",
7551
  "homocystinuria",
 
7552
  "homologous",
7553
  "homovanillic",
7554
  "hop",
@@ -7574,8 +7766,10 @@
7574
  "hpa",
7575
  "hpah",
7576
  "hpv",
 
7577
  "hr",
7578
  "hr+",
 
7579
  "hrh",
7580
  "hrql",
7581
  "hrs",
@@ -7606,6 +7800,8 @@
7606
  "hydrocephalus",
7607
  "hydrochloride",
7608
  "hydrochlorothiazide",
 
 
7609
  "hydromorphone",
7610
  "hydronephrosis",
7611
  "hydroxyanisole",
@@ -7624,6 +7820,7 @@
7624
  "hyperbilirubinemia",
7625
  "hypercalcemia",
7626
  "hypercapnia",
 
7627
  "hyperglycemia",
7628
  "hyperintense",
7629
  "hyperleukocytosis",
@@ -7636,6 +7833,7 @@
7636
  "hypertension",
7637
  "hypertensive",
7638
  "hyperthermia",
 
7639
  "hyperthyroidism",
7640
  "hypertonic",
7641
  "hypertrophy",
@@ -7699,6 +7897,7 @@
7699
  "icds",
7700
  "ice",
7701
  "ich",
 
7702
  "ick",
7703
  "icosapent",
7704
  "ics",
@@ -7853,6 +8052,7 @@
7853
  "inc",
7854
  "inc.",
7855
  "incapable",
 
7856
  "incident",
7857
  "incipients",
7858
  "incision",
@@ -8187,7 +8387,9 @@
8187
  "jakob",
8188
  "jan",
8189
  "jan.",
 
8190
  "jcc",
 
8191
  "jeopardize",
8192
  "jia",
8193
  "jo-1",
@@ -8201,6 +8403,7 @@
8201
  "judge",
8202
  "judged",
8203
  "judgement",
 
8204
  "judgment",
8205
  "judson",
8206
  "juice",
@@ -8247,12 +8450,14 @@
8247
  "kin",
8248
  "kinase",
8249
  "kind",
 
8250
  "kits",
8251
  "kla",
8252
  "kle",
8253
  "kly",
8254
  "knee",
8255
  "knees",
 
8256
  "known",
8257
  "kob",
8258
  "kras",
@@ -8333,6 +8538,7 @@
8333
  "ldv",
8334
  "le-",
8335
  "le/",
 
8336
  "lead",
8337
  "leading",
8338
  "leads",
@@ -8350,6 +8556,7 @@
8350
  "legal",
8351
  "legally",
8352
  "legs",
 
8353
  "leiden",
8354
  "lem",
8355
  "len",
@@ -8357,6 +8564,7 @@
8357
  "length",
8358
  "lennox",
8359
  "lens",
 
8360
  "leptomeningeal",
8361
  "ler",
8362
  "les",
@@ -8406,6 +8614,7 @@
8406
  "life",
8407
  "lifestyle",
8408
  "lifetime",
 
8409
  "ligand",
8410
  "ligation",
8411
  "light",
@@ -8467,6 +8676,8 @@
8467
  "loads",
8468
  "lobe",
8469
  "lobes",
 
 
8470
  "local",
8471
  "localized",
8472
  "locally",
@@ -8532,6 +8743,7 @@
8532
  "lus",
8533
  "lutetium-177",
8534
  "luts",
 
8535
  "lux",
8536
  "lv",
8537
  "lva",
@@ -8575,8 +8787,10 @@
8575
  "m6",
8576
  "m7",
8577
  "mAbs",
 
8578
  "mHg",
8579
  "mINRC",
 
8580
  "mL",
8581
  "mRNA",
8582
  "mSOFA",
@@ -8619,6 +8833,7 @@
8619
  "male",
8620
  "males",
8621
  "malformation",
 
8622
  "malignancies",
8623
  "malignancy",
8624
  "malignant",
@@ -8838,6 +9053,7 @@
8838
  "min",
8839
  "min/1.73",
8840
  "min/1.73m2",
 
8841
  "mineralocorticoid",
8842
  "mini",
8843
  "minimal",
@@ -8865,6 +9081,7 @@
8865
  "mitoxantrone",
8866
  "mitraclip",
8867
  "mitral",
 
8868
  "mixed",
8869
  "mk-3475",
8870
  "ml",
@@ -8886,6 +9103,7 @@
8886
  "mml",
8887
  "mmol",
8888
  "mmse",
 
8889
  "mm\u00b3",
8890
  "mn/1.73m2",
8891
  "mngie",
@@ -8992,6 +9210,7 @@
8992
  "mua",
8993
  "mucinous",
8994
  "mucocutaneous",
 
8995
  "mucosal",
8996
  "mucositis",
8997
  "muga",
@@ -9066,6 +9285,7 @@
9066
  "n0",
9067
  "n2",
9068
  "n2o",
 
9069
  "n3",
9070
  "nRH",
9071
  "na",
@@ -9086,6 +9306,7 @@
9086
  "naocl",
9087
  "narrow",
9088
  "narrowing",
 
9089
  "nasal",
9090
  "nash",
9091
  "nasogastric",
@@ -9152,6 +9373,7 @@
9152
  "neoplasia",
9153
  "neoplasm",
9154
  "neoplasms",
 
9155
  "neovascular",
9156
  "nephrectomy",
9157
  "nephritis",
@@ -9214,6 +9436,7 @@
9214
  "ney",
9215
  "nf-1",
9216
  "nf1",
 
9217
  "nfa",
9218
  "nff",
9219
  "nfv",
@@ -9238,6 +9461,7 @@
9238
  "nis",
9239
  "nit",
9240
  "nitazoxanide",
 
9241
  "nitrates",
9242
  "nitrite",
9243
  "nitrosourea",
@@ -9271,6 +9495,7 @@
9271
  "nonmutant",
9272
  "nonobese",
9273
  "nonprescription",
 
9274
  "nonselective",
9275
  "nonspecific",
9276
  "nonsteroidal",
@@ -9290,6 +9515,7 @@
9290
  "nothin'",
9291
  "nothing",
9292
  "nothin\u2019",
 
9293
  "nov",
9294
  "nov.",
9295
  "novel",
@@ -9313,6 +9539,7 @@
9313
  "nt.",
9314
  "nt5e",
9315
  "nta",
 
9316
  "nth",
9317
  "nti",
9318
  "nto",
@@ -9379,6 +9606,7 @@
9379
  "obstructive",
9380
  "obtain",
9381
  "obtained",
 
9382
  "oc",
9383
  "occasional",
9384
  "occasions",
@@ -9450,6 +9678,7 @@
9450
  "oly",
9451
  "ol\u2019",
9452
  "oma",
 
9453
  "omc",
9454
  "ome",
9455
  "omega",
@@ -9460,6 +9689,7 @@
9460
  "on",
9461
  "onc201",
9462
  "once",
 
9463
  "oncologic",
9464
  "oncologist",
9465
  "oncology",
@@ -9495,8 +9725,10 @@
9495
  "opd",
9496
  "ope",
9497
  "open",
 
9498
  "operable",
9499
  "operated",
 
9500
  "operation",
9501
  "operative",
9502
  "ophthalmic",
@@ -9550,14 +9782,17 @@
9550
  "orlistat",
9551
  "orm",
9552
  "orn",
 
9553
  "oropharynx",
9554
  "orp",
9555
  "orr",
9556
  "ors",
9557
  "ort",
 
9558
  "orthopedic",
9559
  "orthopnea",
9560
  "orthostatic",
 
9561
  "ory",
9562
  "os.",
9563
  "osa",
@@ -9593,6 +9828,7 @@
9593
  "ous",
9594
  "out",
9595
  "outcome",
 
9596
  "outer",
9597
  "outflow",
9598
  "outlined",
@@ -9632,10 +9868,12 @@
9632
  "oxygen",
9633
  "oxygenation",
9634
  "oxymetazoline",
 
9635
  "ozogamicin",
9636
  "o\u2019clock",
9637
  "o\u2019s",
9638
  "p",
 
9639
  "p.",
9640
  "p.i",
9641
  "p.m",
@@ -9644,9 +9882,11 @@
9644
  "p14",
9645
  "p140",
9646
  "p16",
 
9647
  "p2a",
9648
  "p2d",
9649
  "p3a",
 
9650
  "p450",
9651
  "p53",
9652
  "pH",
@@ -9669,6 +9909,7 @@
9669
  "painless",
9670
  "pal",
9671
  "palbociclib",
 
9672
  "palliative",
9673
  "palmetto",
9674
  "palpable",
@@ -9796,6 +10037,7 @@
9796
  "peptic",
9797
  "peptide",
9798
  "per",
 
9799
  "percent",
9800
  "percocet",
9801
  "percutaneous",
@@ -9874,6 +10116,7 @@
9874
  "phenobarbitol",
9875
  "phenothiozines",
9876
  "phenotype",
 
9877
  "phenylketonuria",
9878
  "phenylpropanol",
9879
  "phenytoin",
@@ -9955,6 +10198,7 @@
9955
  "ple",
9956
  "please",
9957
  "pleomorphic",
 
9958
  "pleura",
9959
  "pleural",
9960
  "pleurectomy",
@@ -9985,6 +10229,7 @@
9985
  "point",
9986
  "pointes",
9987
  "points",
 
9988
  "polar",
9989
  "policies",
9990
  "poly",
@@ -9992,11 +10237,13 @@
9992
  "polycystic",
9993
  "polycythemia",
9994
  "polyendocrinopathy",
 
9995
  "polymerase",
9996
  "polymixin",
9997
  "polymyositis",
9998
  "polypectomy",
9999
  "polypeptide",
 
10000
  "polyps",
10001
  "polysorbate",
10002
  "polytetrafluoroethylene",
@@ -10042,6 +10289,7 @@
10042
  "postoperative",
10043
  "postpone",
10044
  "postprandial",
 
10045
  "potassium",
10046
  "potent",
10047
  "potential",
@@ -10070,6 +10318,7 @@
10070
  "predicted",
10071
  "predisposing",
10072
  "predisposition",
 
10073
  "prednisone",
10074
  "predominately",
10075
  "preeclampsia",
@@ -10108,6 +10357,7 @@
10108
  "pressure",
10109
  "presteroid",
10110
  "presumed",
 
10111
  "preterm",
10112
  "pretreatment",
10113
  "prevalent",
@@ -10147,6 +10397,7 @@
10147
  "procedures",
10148
  "proceed",
10149
  "process",
 
10150
  "proctectomy",
10151
  "produce",
10152
  "producing",
@@ -10176,6 +10427,7 @@
10176
  "prohibit",
10177
  "prohibited",
10178
  "prohibiting",
 
10179
  "project",
10180
  "projected",
10181
  "prolapse",
@@ -10232,6 +10484,7 @@
10232
  "pscc",
10233
  "pse",
10234
  "pseudocapsule",
 
10235
  "psoriasis",
10236
  "psoriatic",
10237
  "pss",
@@ -10256,6 +10509,7 @@
10256
  "pt)/international",
10257
  "pt.",
10258
  "pt1",
 
10259
  "ptcl",
10260
  "pten",
10261
  "ptfe",
@@ -10342,6 +10596,7 @@
10342
  "radiographically",
10343
  "radiography",
10344
  "radioimmunotherapy",
 
10345
  "radiologic",
10346
  "radiological",
10347
  "radiologically",
@@ -10372,6 +10627,7 @@
10372
  "rap",
10373
  "rapamycin",
10374
  "rapamycins",
 
10375
  "rapsyn",
10376
  "rare",
10377
  "rars",
@@ -10473,6 +10729,7 @@
10473
  "refer",
10474
  "referable",
10475
  "reference",
 
10476
  "referrals",
10477
  "referred",
10478
  "referring",
@@ -10492,6 +10749,7 @@
10492
  "regiments",
10493
  "region",
10494
  "regional",
 
10495
  "registered",
10496
  "registration",
10497
  "registry",
@@ -10566,6 +10824,7 @@
10566
  "reserved",
10567
  "reside",
10568
  "residence",
 
10569
  "residing",
10570
  "residual",
10571
  "resistance",
@@ -10592,6 +10851,7 @@
10592
  "restless",
10593
  "restoration",
10594
  "restorations",
 
10595
  "restore",
10596
  "restriction",
10597
  "result",
@@ -10662,11 +10922,13 @@
10662
  "right",
10663
  "rights",
10664
  "ril",
 
10665
  "riluzole",
10666
  "rim",
10667
  "rin",
10668
  "ring",
10669
  "ringed",
 
10670
  "ris",
10671
  "rise",
10672
  "rising",
@@ -10764,6 +11026,7 @@
10764
  "sabas",
10765
  "sac",
10766
  "sacral",
 
10767
  "safe",
10768
  "safely",
10769
  "safer",
@@ -10882,6 +11145,7 @@
10882
  "seminal",
10883
  "sen",
10884
  "sen.",
 
10885
  "sensation",
10886
  "sensitive",
10887
  "sensitivity",
@@ -10907,6 +11171,7 @@
10907
  "serious",
10908
  "seriously",
10909
  "sero",
 
10910
  "serologies",
10911
  "serology",
10912
  "seronegative",
@@ -11059,6 +11324,7 @@
11059
  "soft",
11060
  "sog",
11061
  "sol",
 
11062
  "sole",
11063
  "solely",
11064
  "solid",
@@ -11125,6 +11391,7 @@
11125
  "sponsors",
11126
  "spontaneous",
11127
  "sporadic",
 
11128
  "spouses",
11129
  "spread",
11130
  "sqrroot",
@@ -11158,6 +11425,7 @@
11158
  "stages",
11159
  "staging",
11160
  "staining",
 
11161
  "stairs",
11162
  "stand",
11163
  "standard",
@@ -11167,6 +11435,7 @@
11167
  "start",
11168
  "started",
11169
  "starting",
 
11170
  "state",
11171
  "states",
11172
  "statin",
@@ -11179,6 +11448,7 @@
11179
  "steatohepatitis",
11180
  "steatosis",
11181
  "stec",
 
11182
  "stem",
11183
  "stenosis",
11184
  "stent",
@@ -11228,6 +11498,7 @@
11228
  "stress",
11229
  "stricture",
11230
  "strictures",
 
11231
  "stroke",
11232
  "stromal",
11233
  "strong",
@@ -11245,6 +11516,7 @@
11245
  "sub",
11246
  "subarachnoid",
11247
  "subclavian",
 
11248
  "subcutaneous",
11249
  "subdural",
11250
  "subfamily",
@@ -11296,6 +11568,7 @@
11296
  "sunitinib",
11297
  "sunscreen",
11298
  "superficial",
 
11299
  "supplement",
11300
  "supplemental",
11301
  "supplementary",
@@ -11392,9 +11665,11 @@
11392
  "t2d",
11393
  "t3",
11394
  "t3a",
 
11395
  "t4",
11396
  "t4a",
11397
  "t4b",
 
11398
  "t5e",
11399
  "t790m",
11400
  "tDCS",
@@ -11557,6 +11832,7 @@
11557
  "this\u2019s",
11558
  "thm",
11559
  "thoracic",
 
11560
  "thoracoscopy",
11561
  "thoracotomy",
11562
  "thorax",
@@ -11685,6 +11961,7 @@
11685
  "tpn",
11686
  "tr",
11687
  "tra",
 
11688
  "tracheal",
11689
  "tracheostomy",
11690
  "tracheotomy",
@@ -11700,6 +11977,7 @@
11700
  "transaminases",
11701
  "transcatheter",
11702
  "transcriptase",
 
11703
  "transdermal",
11704
  "transection",
11705
  "transesophageal",
@@ -11858,6 +12136,7 @@
11858
  "ult",
11859
  "ultimately",
11860
  "ultrasound",
 
11861
  "uma",
11862
  "umb",
11863
  "umbilical",
@@ -11891,6 +12170,7 @@
11891
  "undetectable",
11892
  "undetected",
11893
  "undiagnosed",
 
11894
  "une",
11895
  "unexplained",
11896
  "unfit",
@@ -12001,6 +12281,7 @@
12001
  "uw",
12002
  "uzi",
12003
  "v",
 
12004
  "v)+",
12005
  "v-1",
12006
  "v-2",
@@ -12051,6 +12332,7 @@
12051
  "vardenafil",
12052
  "varenicline",
12053
  "variable",
 
12054
  "variceal",
12055
  "varicella",
12056
  "varices",
@@ -12067,6 +12349,7 @@
12067
  "ve",
12068
  "ved",
12069
  "vedolizumab",
 
12070
  "vef",
12071
  "vegf",
12072
  "vegf-",
@@ -12079,6 +12362,7 @@
12079
  "vemp",
12080
  "vemurafenib",
12081
  "ven",
 
12082
  "venlafaxine",
12083
  "veno",
12084
  "venoarterial",
@@ -12109,6 +12393,7 @@
12109
  "vessels",
12110
  "vestibular",
12111
  "vet",
 
12112
  "vey",
12113
  "vgef",
12114
  "vhd",
@@ -12163,12 +12448,14 @@
12163
  "voriconizole",
12164
  "vorinostat",
12165
  "vot",
 
12166
  "vp",
12167
  "vqa",
12168
  "vs",
12169
  "vs.",
12170
  "vt-464",
12171
  "vte",
 
12172
  "vulva",
12173
  "vumc",
12174
  "vur",
@@ -12232,6 +12519,7 @@
12232
  "wer",
12233
  "were",
12234
  "weschler",
 
12235
  "wet",
12236
  "what",
12237
  "what's",
@@ -12275,6 +12563,7 @@
12275
  "wis",
12276
  "wis.",
12277
  "wisconsin",
 
12278
  "with",
12279
  "withdraw",
12280
  "withdrawal",
@@ -12368,6 +12657,7 @@
12368
  "xd.d",
12369
  "xd.dd",
12370
  "xdd",
 
12371
  "xddd",
12372
  "xdddd",
12373
  "xdddx",
@@ -12376,6 +12666,7 @@
12376
  "xdxd",
12377
  "xdxdxd",
12378
  "xdxx",
 
12379
  "xed",
12380
  "xel",
12381
  "xenical",
@@ -12389,6 +12680,7 @@
12389
  "xis",
12390
  "xl184",
12391
  "xol",
 
12392
  "xor",
12393
  "xrt",
12394
  "xrt)/external",
@@ -12437,6 +12729,7 @@
12437
  "xxx'x",
12438
  "xxx(dd",
12439
  "xxx(x",
 
12440
  "xxx)+",
12441
  "xxx)-xxxx",
12442
  "xxx)/xxxx",
@@ -12463,6 +12756,7 @@
12463
  "xxxd",
12464
  "xxxd(x+",
12465
  "xxxd(xxx+",
 
12466
  "xxxd)/xxxx",
12467
  "xxxd-",
12468
  "xxxd/",
@@ -12487,6 +12781,7 @@
12487
  "xxxx)-xxxx",
12488
  "xxxx)/xxxx",
12489
  "xxxx)xxx",
 
12490
  "xxxx-",
12491
  "xxxx-d",
12492
  "xxxx-dd",
@@ -12496,6 +12791,7 @@
12496
  "xxxx<dd.dx",
12497
  "xxxx<ddd",
12498
  "xxxx=",
 
12499
  "xxxx>d",
12500
  "xxxxX",
12501
  "xxxxXXX",
@@ -12576,6 +12872,7 @@
12576
  "zika",
12577
  "zil",
12578
  "zofenopril",
 
12579
  "zometa",
12580
  "zone",
12581
  "zones",
@@ -12702,6 +12999,7 @@
12702
  "\u2265450",
12703
  "\u226548",
12704
  "\u22654x109",
 
12705
  "\u22655.0",
12706
  "\u22656",
12707
  "\u22656.5",
 
113
  "-_-",
114
  "-__-",
115
  "-background",
116
+ "-burn",
117
  "-c",
118
  "-d",
119
  "-d.d",
 
232
  "0mg",
233
  "0ml",
234
  "1",
235
+ "1)+",
236
  "1,000",
237
  "1,500",
238
  "1.0",
 
289
  "11p.m.",
290
  "11q",
291
  "12",
292
+ "12.5",
293
  "120",
294
  "1200",
295
  "123I",
 
315
  "150/90",
316
  "1500",
317
  "16",
318
+ "16.5",
319
  "160",
320
  "160/95",
321
  "160mmHg",
 
412
  "296.70",
413
  "296.80",
414
  "296.89",
415
+ "2B",
416
  "2BR",
417
  "2C8",
418
  "2a",
 
428
  "2p.m",
429
  "2p.m.",
430
  "2x106",
431
+ "2\u20103",
432
  "3",
433
  "3,4",
434
  "3.0",
 
440
  "300",
441
  "300mg",
442
  "307.42",
443
+ "31",
444
  "31I",
445
  "31i",
446
  "32",
 
470
  "3q",
471
  "3rd",
472
  "3x",
473
+ "3\u20104",
474
  "4",
475
  "4.0",
476
  "4.03",
 
499
  "4a-4c",
500
  "4a.m",
501
  "4a.m.",
502
+ "4aN0M0",
503
+ "4an0m0",
504
  "4p",
505
  "4p.m",
506
  "4p.m.",
 
544
  "5x",
545
  "5x10",
546
  "6",
547
+ "6(-",
548
  "6.1",
549
  "6.3",
550
  "6.40",
 
602
  "8.5",
603
  "8/8",
604
  "80",
605
+ "800",
606
  "80A",
607
  "80a",
608
  "80g",
 
735
  "=(",
736
  "=)",
737
  "=/",
738
+ "=24",
739
  "=3",
740
  "=D",
741
  "=X",
 
770
  "ABG",
771
  "ABI",
772
  "ABI-011",
773
+ "ABL1)+",
774
  "ABS",
775
  "ABX",
776
  "ACC",
 
831
  "ALT]/serum",
832
  "AM5",
833
  "AMD",
834
+ "AME",
835
  "AML",
836
  "AML)/myelodysplastic",
837
  "AMLwho",
 
858
  "ASA",
859
  "ASCO",
860
  "ASCT",
861
+ "ASD",
862
  "ASH",
863
  "ASI",
864
  "ASIS",
865
  "AST",
866
+ "AST)/alanine",
867
  "AT",
868
  "AT3",
869
  "ATG",
 
921
  "Afrin",
922
  "Age",
923
  "Agents",
924
+ "Aggrenox",
925
  "Agree",
926
  "Agreement",
927
  "Agrees",
 
950
  "Already",
951
  "Also",
952
  "Altered",
953
+ "Although",
954
  "Alzheimer",
955
  "Amblyopia",
956
  "America",
957
  "American",
958
  "Aminotransferase",
959
  "Amlodipine",
960
+ "Amnesia",
961
  "Amputees",
962
  "Amylase",
963
  "An",
 
1014
  "Artery",
1015
  "As",
1016
  "Aspartate",
1017
+ "Aspartylglucosaminuria",
1018
  "Asperger",
1019
  "Aspergillus",
1020
  "Assessment",
 
1060
  "BCL2",
1061
  "BCL6",
1062
  "BCR",
1063
+ "BCR)-Abelson",
1064
  "BDI",
1065
+ "BDI>20",
1066
  "BE",
1067
  "BGD",
1068
  "BIC",
 
1111
  "Because",
1112
  "Beck",
1113
  "Behavior",
1114
+ "Bell",
1115
  "Below",
1116
  "Ben",
1117
  "Beta",
 
1154
  "Bronchopulmonary",
1155
  "Bros",
1156
  "Bros.",
1157
+ "Bruton",
1158
  "Bu",
1159
  "Bulimia",
1160
  "Bulky",
 
1209
  "CD30",
1210
  "CD34",
1211
  "CD4",
1212
+ "CD40",
1213
  "CD45",
1214
  "CD47",
1215
  "CDC",
 
1294
  "CTLA-4",
1295
  "CTLA4",
1296
  "CTV",
1297
+ "CUD",
1298
  "CURRENT",
1299
  "CVA",
1300
  "CVAD",
 
1324
  "Canada",
1325
  "Cancer",
1326
  "Cancers",
1327
+ "Candidates",
1328
+ "Cannabis",
1329
  "Capable",
1330
  "Caplin",
1331
  "Captisol",
 
1347
  "Cause",
1348
  "Caution",
1349
  "Cayston",
1350
+ "Cefadroxil",
1351
  "Cefoxitin",
1352
  "Celiac",
1353
  "Cell",
 
1364
  "Cervical",
1365
  "Chagas",
1366
  "Changes",
1367
+ "Characteristics",
1368
  "Chemotherapeutic",
1369
  "Chemotherapy",
1370
  "Chest",
1371
  "Child",
1372
  "Children",
1373
  "Children-",
1374
+ "Childs",
1375
  "Chimeric",
1376
  "Chorionic",
1377
  "Chron",
 
1385
  "Clinic",
1386
  "Clinical",
1387
  "Clinically",
1388
+ "Clopidogrel",
1389
  "Clostridium",
1390
  "Cluster",
1391
  "Co",
 
1402
  "Cohort",
1403
  "Cohorts",
1404
  "Collagen",
1405
+ "Collecting",
1406
  "Collection",
1407
  "College",
1408
  "Colo",
 
1425
  "Completed",
1426
  "Completely",
1427
  "Completing",
1428
+ "Completion",
1429
  "Complex",
1430
  "Comprehensive",
1431
  "Computed",
 
1444
  "Connecticut",
1445
  "Consensus",
1446
  "Considered",
1447
+ "Consistent",
1448
  "Consolidation",
1449
  "Consortium",
1450
  "Continuation",
 
1488
  "CyberKnife",
1489
  "Cycle",
1490
  "Cyclosporin",
1491
+ "Cyclosporine",
1492
  "Cyclothymia",
1493
  "Cymbalta",
1494
  "Cystic",
 
1511
  "D3",
1512
  "D30",
1513
  "D34",
1514
+ "D40",
1515
  "D45",
1516
  "D47",
1517
  "DA",
 
1571
  "December",
1572
  "Decompensated",
1573
  "Decrease",
1574
+ "Decreased",
1575
  "Deemed",
1576
  "Deep",
1577
  "Deficiencies",
 
1585
  "Delirium",
1586
  "Dementia",
1587
  "Dementias",
1588
+ "Demonstration",
1589
  "Demyelinating",
1590
  "Dental",
1591
  "Department",
 
1610
  "Diarrhea",
1611
  "Diastolic",
1612
  "Did",
1613
+ "Differentiation",
1614
  "Diffuse",
1615
  "Diffusion",
1616
  "Dilaudid",
 
1623
  "Disorder",
1624
  "Disorders",
1625
  "Disruptive",
1626
+ "Disseminated",
1627
  "Distant",
1628
  "Distinct",
1629
  "Do",
 
1649
  "Drug",
1650
  "Drugs",
1651
  "Dr\u00e4ger",
1652
+ "Dual",
1653
  "Duloxetine",
1654
  "Duraseal",
1655
  "Duration",
 
1718
  "ESO",
1719
  "ET",
1720
  "ET2",
1721
+ "ETR",
1722
  "EUS",
1723
  "EV1",
1724
  "EXAMINER",
 
1776
  "Estrogen",
1777
  "European",
1778
  "Evaluation",
1779
+ "Event",
1780
  "Events",
1781
  "Evidence",
1782
  "Evita",
 
1809
  "FAB",
1810
  "FACT",
1811
  "FCBP",
1812
+ "FCBP)\u2020",
1813
  "FD",
1814
  "FDA",
1815
  "FDA)-approved",
 
1831
  "FLD",
1832
  "FLT3",
1833
  "FNA",
1834
+ "FNAs",
1835
  "FOCBP",
1836
  "FOLFIRI",
1837
  "FP",
 
1874
  "Florida",
1875
  "FluMist",
1876
  "Fluticasone",
1877
+ "Fluvoxamine",
1878
  "Focus",
1879
  "Follicular",
1880
  "Folotyn",
 
1893
  "Frontline",
1894
  "Fulvestrant",
1895
  "Function",
1896
+ "Functional",
1897
  "Fungal",
1898
  "G",
1899
  "G20210",
 
1905
  "GCB",
1906
  "GCS",
1907
  "GCSF",
1908
+ "GDM",
1909
  "GDMT",
1910
  "GEF",
1911
  "GEM",
 
2016
  "HDRS-17",
2017
  "HER-2",
2018
  "HER2",
2019
+ "HER2-",
2020
  "HF",
2021
  "HFA",
2022
  "HG-0059",
 
2043
  "HPA",
2044
  "HPAH",
2045
  "HPV",
2046
+ "HPV(\u2010",
2047
  "HR+",
2048
+ "HRCT",
2049
  "HRH",
2050
  "HRQL",
2051
  "HSCT",
 
2148
  "Hyperleukocytosis",
2149
  "Hypersensitivity",
2150
  "Hypertension",
2151
+ "Hypertensive",
2152
  "Hypoglycemic",
2153
  "H\u00fcrthle",
2154
  "I",
 
2193
  "IL-2",
2194
  "IL2",
2195
  "ILD",
2196
+ "ILL",
2197
+ "IME",
2198
  "IMS",
2199
  "IMWG",
2200
  "IMiD",
 
2265
  "Illinois",
2266
  "Iloprost",
2267
  "Imaging",
2268
+ "Immediate",
2269
  "Immune",
2270
  "ImmunoHistoChemistry",
2271
  "Immunocompromised",
 
2285
  "Implants",
2286
  "In",
2287
  "Inability",
2288
+ "Inadequate",
2289
  "Inc",
2290
  "Inc.",
2291
  "Incident",
 
2298
  "Individuals",
2299
  "Induction",
2300
  "Ineligible",
2301
+ "Infant",
2302
  "Infants",
2303
  "Infection",
2304
  "Infectious",
 
2362
  "J",
2363
  "JAKi",
2364
  "JCC",
2365
+ "JD",
2366
  "JIA",
2367
  "Jakob",
2368
  "Jan",
 
2401
  "Kentucky",
2402
  "Ketoconazole",
2403
  "Kidney",
2404
+ "Kinetic",
2405
  "Knee",
2406
  "Known",
2407
  "Ky",
 
2412
  "L-7",
2413
  "L1",
2414
  "L2",
2415
+ "LA",
2416
  "LA-15",
2417
  "LA4",
2418
  "LAA",
 
2487
  "Lidocaine",
2488
  "Life",
2489
  "Lifetime",
2490
+ "Ligamentous",
2491
  "Limb",
2492
  "Limitation",
2493
  "Limited",
 
2519
  "Lumpectomy",
2520
  "Lung",
2521
  "Lupus",
2522
+ "Luvox",
2523
  "Lymphocyte",
2524
  "Lymphoma",
2525
  "Lymphomas",
 
2570
  "MM",
2571
  "MML",
2572
  "MMSE",
2573
+ "MMSE>=24",
2574
  "MNGIE",
2575
  "MPA",
2576
  "MPAL",
 
2609
  "MYC+",
2610
  "MYCN",
2611
  "Ma'am",
2612
+ "Macroscopic",
2613
  "Magnamosis",
2614
  "Magnesium",
2615
  "Magnetic",
 
2618
  "Male",
2619
  "Males",
2620
  "Malignancies",
2621
+ "Malignancy",
2622
  "Malignant",
2623
  "Management",
2624
  "Mantle",
 
2650
  "Medications",
2651
  "Medicine",
2652
  "Medullary",
2653
+ "Medulloblastoma",
2654
  "Meet",
2655
  "Meets",
2656
  "Mefoxin",
 
2698
  "Moderate",
2699
  "Modifying",
2700
  "Molecular",
2701
+ "Monitor",
2702
  "Monitoring",
2703
  "Mono",
2704
  "Monoclonal",
 
2726
  "Mt",
2727
  "Mt.",
2728
  "MuSK",
2729
+ "Mucopolysaccharidoses",
2730
  "Multicentric",
2731
  "Multiple",
2732
  "Must",
 
2750
  "N0",
2751
  "N2",
2752
  "N2O",
2753
+ "N2\u20103",
2754
  "N3",
2755
  "NAAT",
2756
  "NAC",
 
2758
  "NAFLD",
2759
  "NASH",
2760
  "NAT",
2761
+ "NAs",
2762
  "NB",
2763
  "NBC",
2764
  "NCA",
 
2771
  "NET",
2772
  "NF-1",
2773
  "NF1",
2774
+ "NF2",
2775
  "NFV",
2776
  "NFa",
2777
  "NHL",
 
2803
  "NYHA>2",
2804
  "NaBen",
2805
  "NaOCl",
2806
+ "Naive",
2807
  "Narrow",
2808
  "National",
2809
  "Native",
 
2936
  "Ontak",
2937
  "Open",
2938
  "Operable",
2939
+ "Operating",
2940
  "Ophthalmological",
2941
  "Opioid",
2942
  "Optic",
 
2950
  "Organ",
2951
  "Organic",
2952
  "Organization",
2953
+ "Original",
2954
  "Osteoarthritis",
2955
  "Osteosarcoma",
2956
  "Other",
 
2960
  "Over",
2961
  "Overweight",
2962
  "Oxidase",
2963
+ "Oximetry",
2964
  "Oxymetazoline",
2965
  "O\u2019clock",
2966
  "P",
2967
+ "P)\u2020",
2968
  "P.I",
2969
  "P14",
2970
  "P2A",
2971
  "P2D",
2972
  "P3A",
2973
+ "P3A4",
2974
  "P450",
2975
  "P53",
2976
  "PAD",
 
3048
  "PT",
3049
  "PT)/",
3050
  "PT)/international",
3051
+ "PTA",
3052
  "PTCL",
3053
  "PTEN",
3054
  "PTFE",
 
3071
  "Pancreatitis",
3072
  "Panel",
3073
  "Papillary",
3074
+ "Papillomavirus",
3075
  "Paraesophageal",
3076
  "Paralysis",
3077
  "Paralytic",
 
3139
  "Platelet",
3140
  "Platelets",
3141
  "Plavix",
3142
+ "Pletal",
3143
  "Pleura",
3144
  "Plus",
3145
  "PoP",
 
3155
  "Preceding",
3156
  "Predefined",
3157
  "Predicted",
3158
+ "Prednisolone",
3159
  "Preexisting",
3160
  "Prefer",
3161
  "Pregnancy",
3162
  "Pregnant",
3163
  "Premenopausal",
3164
+ "Premorbid",
3165
  "Preoperative",
3166
  "Prescription",
3167
  "Presence",
 
3198
  "Proton",
3199
  "Prototype",
3200
  "Proven",
3201
+ "Providing",
3202
  "Proximal",
3203
  "Psoriatic",
3204
  "Psychiatric",
 
3290
  "Radiotherapy",
3291
  "Randomization",
3292
  "Rapamycin",
3293
+ "Rapidly",
3294
  "Rapsyn",
3295
  "Rare",
3296
  "Rating",
 
3303
  "Recent",
3304
  "Receptor",
3305
  "Recipients",
3306
+ "Record",
3307
  "Recovered",
3308
  "Recovery",
3309
  "Rectal",
 
3353
  "Rifamycin",
3354
  "Right",
3355
  "Rights",
3356
+ "Riley",
3357
  "Risk",
3358
  "Risks",
3359
  "Rituximab",
3360
  "Rivaroxaban",
3361
+ "Room",
3362
  "Routine",
3363
  "Roux",
3364
  "Rutherford",
 
3369
  "S28",
3370
  "SAA",
3371
  "SABAs",
3372
+ "SAME",
3373
  "SAS",
3374
  "SAT",
3375
  "SBPT",
 
3480
  "September",
3481
  "Serious",
3482
  "Sero",
3483
+ "Serologic",
3484
  "Seronegative",
3485
  "Seropositivity",
3486
  "Serous",
 
3493
  "She",
3494
  "She's",
3495
  "She\u2019s",
3496
+ "Shock",
3497
  "Short",
3498
  "Should",
3499
  "Shoulder",
 
3527
  "Specified",
3528
  "Spinal",
3529
  "Spirometry",
3530
+ "Sponsor",
3531
  "SqrRoot",
3532
  "St",
3533
  "St.",
 
3598
  "T2c",
3599
  "T3",
3600
  "T3A",
3601
+ "T3\u20104",
3602
  "T4",
3603
  "T4a",
3604
  "T4b",
3605
+ "T4c",
3606
  "T5E",
3607
  "T790M",
3608
  "TAAA",
 
3630
  "TFV",
3631
  "THA",
3632
  "THC",
3633
+ "THE",
3634
  "THERAPY",
3635
  "THR",
3636
  "TI",
 
3678
  "TVOR",
3679
  "TVUS",
3680
  "TWITCH",
3681
+ "TWO",
3682
  "TXA",
3683
  "TXP",
3684
  "TZD",
 
3755
  "Tourette",
3756
  "Toxic",
3757
  "Toxoplasmosis",
3758
+ "TraceIT",
3759
  "Tracheal",
3760
  "Tract",
3761
  "Trametinib",
 
3769
  "Transplant",
3770
  "Transplantation",
3771
  "Transverse",
3772
+ "Trauma",
3773
  "Traumatic",
3774
  "Treated",
3775
  "Treatment",
 
3823
  "Uncorrectable",
3824
  "Uncorrected",
3825
  "Undergoing",
3826
+ "Undergone",
3827
  "Underlying",
3828
  "Unfit",
3829
  "Unilateral",
 
3848
  "Uses",
3849
  "Using",
3850
  "V",
3851
+ "V(\u2010",
3852
  "V)+",
3853
  "V-1",
3854
  "V-2",
 
3906
  "Venous",
3907
  "Ventavis",
3908
  "Ventilator",
3909
+ "Ventricular",
3910
  "Verapamil",
3911
  "Verelan",
3912
  "Version",
3913
+ "Veterans",
3914
  "Via",
3915
  "Viral",
3916
  "Virginia",
 
3934
  "WCBP",
3935
  "WHIMS",
3936
  "WHO",
3937
+ "WILL",
3938
  "WITH",
3939
  "WOCBP",
3940
  "Walker",
 
4024
  "XX>ddd",
4025
  "XX>ddd/dd",
4026
  "XXX",
4027
+ "XXX(\u2010",
4028
  "XXX)+",
4029
+ "XXX)-Xxxxx",
4030
  "XXX)-xxxx",
4031
  "XXX)/Xxxxx",
4032
  "XXX)/xxxx",
 
4042
  "XXXX",
4043
  "XXXX)-xxxx",
4044
  "XXXX)/xxxx",
4045
+ "XXXX)\u2020",
4046
  "XXXX-",
4047
  "XXXX-d",
4048
  "XXXX-dd",
4049
+ "XXXX>=dd",
4050
  "XXXX>d",
4051
  "XXXX]/xxxx",
4052
  "XXXXd",
 
4062
  "XXX]/XX",
4063
  "XXX]/xxxx",
4064
  "XXXd",
4065
+ "XXXd)+",
4066
  "XXXd)/xxxx",
4067
+ "XXXd-",
4068
  "XXXd/",
4069
  "XXXd/d",
4070
  "XXXd<dd",
 
4107
  "XdddX",
4108
  "Xdddd",
4109
  "Xdx",
4110
+ "Xd\u2010d",
4111
  "Xenical",
4112
+ "Xolair",
4113
  "Xx",
4114
  "Xx'",
4115
  "Xx'x",
 
4156
  "Xxxxx-d",
4157
  "Xxxxx.",
4158
  "Xxxxx<ddd",
4159
+ "XxxxxXX",
4160
  "XxxxxXXX",
4161
  "XxxxxXxx",
4162
  "XxxxxXxxx",
 
4249
  "abi-011",
4250
  "ability",
4251
  "abiraterone",
4252
+ "abl1)+",
4253
  "ablated",
4254
  "ablation",
4255
  "ablative",
 
4281
  "abx",
4282
  "acamprosate",
4283
  "acc",
4284
+ "accelerated",
4285
  "acceptability",
4286
  "acceptable",
4287
  "acceptance",
 
4307
  "ace",
4308
  "acei",
4309
  "acetabulum",
4310
+ "acetaminophen",
4311
  "acetate",
4312
  "acetylcholine",
4313
  "acetylcholinesterase",
 
4370
  "adhere",
4371
  "adherence",
4372
  "adhering",
4373
+ "adhesions",
4374
  "adhesive",
4375
  "adhesives",
4376
  "adi",
4377
  "adjacent",
4378
  "adjunctive",
4379
+ "adjusted",
4380
  "adjustment",
4381
  "adjustments",
4382
  "adjuvant",
 
4431
  "after",
4432
  "afterwards",
4433
  "ag3",
4434
+ "again",
4435
  "against",
4436
  "age",
4437
  "aged",
 
4439
  "agents",
4440
  "ages",
4441
  "aggregation",
4442
+ "aggrenox",
4443
  "aggression",
4444
  "aggressive",
4445
  "agm",
 
4461
  "aid(s",
4462
  "aids",
4463
  "ail",
4464
+ "ailments",
4465
  "aims",
4466
  "ain",
4467
  "air",
 
4491
  "alcoholism",
4492
  "ald",
4493
  "ale",
4494
+ "alectinib",
4495
  "alemtuzumab",
4496
  "alf",
4497
  "alignment",
 
4545
  "alternative",
4546
  "alternatively",
4547
  "alters",
4548
+ "although",
4549
  "alveolar",
4550
  "alveolitis",
4551
  "aly",
 
4574
  "amlodipine",
4575
  "amlwho",
4576
  "ammonia",
4577
+ "amnesia",
4578
  "amnestic",
4579
  "amniotic",
4580
  "among",
 
4707
  "antigen-4",
4708
  "antihistamines",
4709
  "antihypertensive",
4710
+ "antihypertensives",
4711
  "antimicrobial",
4712
  "antineoplastic",
4713
  "antioxidant",
 
4719
  "antiretroviral",
4720
  "antisynthetase",
4721
  "antithrombin",
4722
+ "antithymocyte",
4723
  "antitrypsin",
4724
  "antitumor",
4725
  "antiviral",
 
4826
  "asco",
4827
  "ascorbate",
4828
  "asct",
4829
+ "asd",
4830
  "ase",
4831
  "ash",
4832
  "asi",
 
4834
  "ask",
4835
  "asm",
4836
  "aspartate",
4837
+ "aspartylglucosaminuria",
4838
  "aspects",
4839
  "asperger",
4840
  "aspergillus",
4841
  "aspermatogenic",
4842
  "aspirate",
4843
+ "aspirates",
4844
  "aspiration",
4845
+ "aspirations",
4846
  "aspirin",
4847
  "ass",
4848
  "assay",
 
4862
  "assurance",
4863
  "assure",
4864
  "ast",
4865
+ "ast)/alanine",
4866
  "asthma",
4867
  "asthmatics",
4868
  "astrocytoma",
 
4891
  "atrophy",
4892
  "atrt",
4893
  "ats",
4894
+ "attach",
4895
  "attached",
4896
  "attachment",
4897
  "attack",
 
4954
  "azd9291",
4955
  "azithromycin",
4956
  "azole",
4957
+ "azotemia",
4958
  "aztreonam",
4959
  "b",
4960
  "b-2",
 
5011
  "bcl2",
5012
  "bcl6",
5013
  "bcr",
5014
+ "bcr)-abelson",
5015
  "bda",
5016
  "bdi",
5017
+ "bdi>20",
5018
  "bdna",
5019
  "be",
5020
  "beam",
 
5032
  "began",
5033
  "begin",
5034
  "beginning",
5035
+ "begun",
5036
  "behavior",
5037
  "behavioral",
5038
  "behaviors",
 
5041
  "believe",
5042
  "believes",
5043
  "belimumab",
5044
+ "bell",
5045
  "below",
5046
  "ben",
5047
  "benefit",
 
5102
  "blackfan",
5103
  "bladder",
5104
  "blast",
5105
+ "blastoid",
5106
  "blasts",
5107
  "ble",
5108
  "bleed",
 
5119
  "blocking",
5120
  "blood",
5121
  "bloodstream",
5122
+ "blot",
5123
  "blow",
5124
  "bls",
5125
  "bly",
 
5178
  "brca",
5179
  "brca1",
5180
  "brca2",
5181
+ "breakpoint",
5182
  "breast",
5183
  "breastfeeding",
5184
  "breasts",
5185
  "breath",
5186
  "breathing",
5187
  "breaths",
5188
+ "brentuximab",
5189
  "bridging",
5190
  "brief",
5191
  "bring",
 
5207
  "bros",
5208
  "bros.",
5209
  "brt",
5210
+ "bruton",
5211
  "bry",
5212
  "bsa",
5213
  "bsc",
 
5221
  "bulletin",
5222
  "bullous",
5223
  "bundle",
5224
+ "bupivacaine",
5225
  "buprenorphine",
5226
  "bupropio",
5227
  "bupropion",
 
5250
  "cGy",
5251
  "cHL",
5252
  "cPoP",
5253
+ "cT2",
5254
  "cT3",
5255
  "ca",
5256
  "ca-125",
 
5367
  "causes",
5368
  "causing",
5369
  "caution",
5370
+ "cava",
5371
  "cavernous",
5372
  "cavity",
5373
  "cayston",
 
5394
  "cd30",
5395
  "cd34",
5396
  "cd4",
5397
+ "cd40",
5398
  "cd45",
5399
  "cd47",
5400
  "cd]137",
 
5410
  "cease",
5411
  "ced",
5412
  "cediranib",
5413
+ "cefadroxil",
5414
  "cefoxitin",
5415
  "ceftobiprole",
5416
  "cei",
 
5493
  "childhood",
5494
  "children",
5495
  "children-",
5496
+ "childs",
5497
  "chimeric",
5498
  "chl",
5499
  "chlorambucil",
 
5509
  "cholelithiasis",
5510
  "cholesteatoma",
5511
  "cholesterol",
5512
+ "cholestyramine",
5513
+ "cholinergic",
5514
  "cholinesterase",
5515
  "chooses",
5516
  "chop",
 
5530
  "cic",
5531
  "cid",
5532
  "cil",
5533
+ "cilostazol",
5534
  "cimetidine",
5535
  "cin",
5536
  "ciprofloxacin",
 
5587
  "clone",
5588
  "clonidine",
5589
  "clopidogrel",
5590
+ "close",
5591
  "closed",
5592
+ "closely",
5593
  "clostridium",
5594
  "closure",
5595
  "clots",
 
5626
  "cobicistat",
5627
  "cocaine",
5628
  "coccidoidomycosis",
5629
+ "cochlea",
5630
  "cochlear",
5631
  "cockcroft",
5632
  "cocoavia",
 
5644
  "cohorts",
5645
  "coil",
5646
  "col",
5647
+ "colchicine",
5648
  "cold",
5649
  "colectomy",
5650
+ "colestipol",
5651
  "coli",
5652
  "colitis",
5653
  "collaborators",
5654
  "collagen",
5655
  "collected",
5656
+ "collecting",
5657
  "collection",
5658
  "college",
5659
  "colo",
 
5676
  "commencement",
5677
  "commencing",
5678
  "commercially",
5679
+ "commit",
5680
  "commitment",
5681
  "committee",
5682
  "common",
 
5788
  "constituents",
5789
  "constitute",
5790
  "constitutional",
5791
+ "constrained",
5792
  "constraints",
5793
  "constrictive",
5794
  "consult",
 
5930
  "ct",
5931
  "ct.",
5932
  "ct/",
5933
+ "ct2",
5934
  "ct3",
5935
  "cta",
5936
  "ctc",
 
5943
  "ctla4",
5944
  "cts",
5945
  "ctv",
5946
+ "cud",
5947
  "cue",
5948
  "cuff",
5949
  "culture",
 
6012
  "cytoplasmic",
6013
  "cytoreduction",
6014
  "cytoreductive",
6015
+ "cytospin",
6016
  "cytotoxic",
6017
  "c\u2019m",
6018
  "d",
 
6055
  "d3",
6056
  "d30",
6057
  "d34",
6058
+ "d40",
6059
  "d45",
6060
  "d47",
6061
  "d:dd",
 
6160
  "decompensated",
6161
  "decortication",
6162
  "decrease",
6163
+ "decreased",
6164
  "decreasing",
6165
  "decubiti",
6166
  "decubitus",
 
6205
  "delayed",
6206
  "delaying",
6207
  "delays",
6208
+ "delegate",
6209
  "deleterious",
6210
  "deletion",
6211
  "deletions",
 
6319
  "diaphragmatic",
6320
  "diarhhea",
6321
  "diarrhea",
6322
+ "diarrheal",
6323
  "diarrheals",
6324
  "diastolic",
6325
  "diathermy",
 
6366
  "directly",
6367
  "disabilities",
6368
  "disability",
6369
+ "disabling",
6370
  "disallowed",
6371
  "disc",
6372
  "discontinuation",
 
6389
  "diseases",
6390
  "disinhibition",
6391
  "disk",
6392
+ "dislocations",
6393
  "disoproxil",
6394
  "disorder",
6395
  "disorder(s",
 
6483
  "doxazosin",
6484
  "doxercalciferol",
6485
  "doxorubicin",
6486
+ "doxycycline",
6487
  "dr",
6488
  "dr.",
6489
  "dra",
6490
+ "drainage",
6491
  "dravet",
6492
  "drd",
6493
  "dressing",
 
6531
  "dx-dx",
6532
  "dx.x",
6533
  "dx.x.",
6534
+ "dxXdXd",
6535
  "dxd",
6536
  "dxd/d",
6537
  "dxdd",
 
6539
  "dxx",
6540
  "dxx-",
6541
  "dxxdx",
6542
+ "dxxdxd",
6543
  "dxxdxx",
6544
  "dxxxx",
6545
  "dyads",
 
6575
  "e3",
6576
  "eGFR",
6577
  "eGFR<30",
6578
+ "eIT",
6579
  "each",
6580
  "ead",
6581
  "eae",
 
6667
  "ein",
6668
  "einstein",
6669
  "eir",
6670
+ "eit",
6671
  "either",
6672
  "ej",
6673
  "ejection",
 
6735
  "en",
6736
  "en-",
6737
  "en.",
6738
+ "ena",
6739
  "enalapril",
6740
  "encasement",
6741
  "encephalomalcia",
 
6756
  "endoprostheses",
6757
  "endorectal",
6758
  "endoscopic",
6759
+ "endoscopically",
6760
  "endoscopy",
6761
  "endothelial",
6762
  "endothelin",
 
6803
  "enters",
6804
  "entinostat",
6805
  "entire",
6806
+ "entrectinib",
6807
  "entresto",
6808
  "entry",
6809
  "environment",
 
6914
  "etiologies",
6915
  "etiology",
6916
  "etoposide",
6917
+ "etr",
6918
  "etravirine",
6919
  "ets",
6920
  "ett",
 
6968
  "exchange",
6969
  "excipient",
6970
  "excipients",
6971
+ "excise",
6972
  "excised",
6973
  "excision",
6974
  "excisional",
 
6979
  "exclusion",
6980
  "exclusionary",
6981
  "exclusions",
6982
+ "exclusive",
6983
  "excretion",
6984
  "exemestane",
6985
  "exempt",
 
7083
  "fatty",
7084
  "favor",
7085
  "fcbp",
7086
+ "fcbp)\u2020",
7087
  "fd",
7088
  "fda",
7089
  "fda)-approved",
 
7097
  "feb",
7098
  "feb.",
7099
  "fecal",
7100
+ "federally",
7101
  "fee",
7102
  "feed",
7103
  "feeding",
 
7141
  "ficlatuzumab",
7142
  "fidaxomicin",
7143
  "fiducial",
7144
+ "fiducials",
7145
  "field",
7146
  "fields",
7147
  "fifth",
 
7181
  "flat",
7182
  "fld",
7183
  "flexible",
7184
+ "flexion",
7185
  "flight",
7186
  "flolan",
7187
  "flow",
 
7204
  "fluvoxamine",
7205
  "fmri",
7206
  "fna",
7207
+ "fnas",
7208
  "foam",
7209
  "focal",
7210
  "focbp",
 
7311
  "gaenslen",
7312
  "gain",
7313
  "gal",
7314
+ "galectin",
7315
  "gallbladder",
7316
  "gallstones",
7317
  "gamma",
 
7338
  "gcs",
7339
  "gcsf",
7340
  "gd",
7341
+ "gdm",
7342
  "gdmt",
7343
  "ged",
7344
  "gef",
 
7454
  "gold",
7455
  "gon",
7456
  "gonadotropin",
7457
+ "goniometer",
7458
  "gonna",
7459
  "goo",
7460
  "good",
 
7479
  "grapefruit",
7480
  "grave",
7481
  "gravis",
7482
+ "gray",
7483
  "grazoprevir",
7484
  "great",
7485
  "greater",
 
7509
  "guidelines33",
7510
  "guillain",
7511
  "guillian",
7512
+ "gun",
7513
  "gus",
7514
  "gu\u00e9rin",
7515
  "gvhd",
 
7706
  "histologies",
7707
  "histology",
7708
  "histone",
7709
+ "histopathologic",
7710
  "histopathologically",
7711
  "histopathology",
7712
  "histoplasmosis",
 
7740
  "home",
7741
  "homeopathic",
7742
  "homocystinuria",
7743
+ "homolog",
7744
  "homologous",
7745
  "homovanillic",
7746
  "hop",
 
7766
  "hpa",
7767
  "hpah",
7768
  "hpv",
7769
+ "hpv(\u2010",
7770
  "hr",
7771
  "hr+",
7772
+ "hrct",
7773
  "hrh",
7774
  "hrql",
7775
  "hrs",
 
7800
  "hydrocephalus",
7801
  "hydrochloride",
7802
  "hydrochlorothiazide",
7803
+ "hydrocodone",
7804
+ "hydrogel",
7805
  "hydromorphone",
7806
  "hydronephrosis",
7807
  "hydroxyanisole",
 
7820
  "hyperbilirubinemia",
7821
  "hypercalcemia",
7822
  "hypercapnia",
7823
+ "hypercholesterolemia",
7824
  "hyperglycemia",
7825
  "hyperintense",
7826
  "hyperleukocytosis",
 
7833
  "hypertension",
7834
  "hypertensive",
7835
  "hyperthermia",
7836
+ "hyperthyroid",
7837
  "hyperthyroidism",
7838
  "hypertonic",
7839
  "hypertrophy",
 
7897
  "icds",
7898
  "ice",
7899
  "ich",
7900
+ "icing",
7901
  "ick",
7902
  "icosapent",
7903
  "ics",
 
8052
  "inc",
8053
  "inc.",
8054
  "incapable",
8055
+ "incidence",
8056
  "incident",
8057
  "incipients",
8058
  "incision",
 
8387
  "jakob",
8388
  "jan",
8389
  "jan.",
8390
+ "jaundice",
8391
  "jcc",
8392
+ "jd",
8393
  "jeopardize",
8394
  "jia",
8395
  "jo-1",
 
8403
  "judge",
8404
  "judged",
8405
  "judgement",
8406
+ "judges",
8407
  "judgment",
8408
  "judson",
8409
  "juice",
 
8450
  "kin",
8451
  "kinase",
8452
  "kind",
8453
+ "kinetic",
8454
  "kits",
8455
  "kla",
8456
  "kle",
8457
  "kly",
8458
  "knee",
8459
  "knees",
8460
+ "knife",
8461
  "known",
8462
  "kob",
8463
  "kras",
 
8538
  "ldv",
8539
  "le-",
8540
  "le/",
8541
+ "lea",
8542
  "lead",
8543
  "leading",
8544
  "leads",
 
8556
  "legal",
8557
  "legally",
8558
  "legs",
8559
+ "legume",
8560
  "leiden",
8561
  "lem",
8562
  "len",
 
8564
  "length",
8565
  "lennox",
8566
  "lens",
8567
+ "leptin",
8568
  "leptomeningeal",
8569
  "ler",
8570
  "les",
 
8614
  "life",
8615
  "lifestyle",
8616
  "lifetime",
8617
+ "ligamentous",
8618
  "ligand",
8619
  "ligation",
8620
  "light",
 
8676
  "loads",
8677
  "lobe",
8678
  "lobes",
8679
+ "lobular",
8680
+ "loc",
8681
  "local",
8682
  "localized",
8683
  "locally",
 
8743
  "lus",
8744
  "lutetium-177",
8745
  "luts",
8746
+ "luvox",
8747
  "lux",
8748
  "lv",
8749
  "lva",
 
8787
  "m6",
8788
  "m7",
8789
  "mAbs",
8790
+ "mCi",
8791
  "mHg",
8792
  "mINRC",
8793
+ "mIU",
8794
  "mL",
8795
  "mRNA",
8796
  "mSOFA",
 
8833
  "male",
8834
  "males",
8835
  "malformation",
8836
+ "malformations",
8837
  "malignancies",
8838
  "malignancy",
8839
  "malignant",
 
9053
  "min",
9054
  "min/1.73",
9055
  "min/1.73m2",
9056
+ "mineral",
9057
  "mineralocorticoid",
9058
  "mini",
9059
  "minimal",
 
9081
  "mitoxantrone",
9082
  "mitraclip",
9083
  "mitral",
9084
+ "miu",
9085
  "mixed",
9086
  "mk-3475",
9087
  "ml",
 
9103
  "mml",
9104
  "mmol",
9105
  "mmse",
9106
+ "mmse>=24",
9107
  "mm\u00b3",
9108
  "mn/1.73m2",
9109
  "mngie",
 
9210
  "mua",
9211
  "mucinous",
9212
  "mucocutaneous",
9213
+ "mucopolysaccharidoses",
9214
  "mucosal",
9215
  "mucositis",
9216
  "muga",
 
9285
  "n0",
9286
  "n2",
9287
  "n2o",
9288
+ "n2\u20103",
9289
  "n3",
9290
  "nRH",
9291
  "na",
 
9306
  "naocl",
9307
  "narrow",
9308
  "narrowing",
9309
+ "nas",
9310
  "nasal",
9311
  "nash",
9312
  "nasogastric",
 
9373
  "neoplasia",
9374
  "neoplasm",
9375
  "neoplasms",
9376
+ "neoplastic",
9377
  "neovascular",
9378
  "nephrectomy",
9379
  "nephritis",
 
9436
  "ney",
9437
  "nf-1",
9438
  "nf1",
9439
+ "nf2",
9440
  "nfa",
9441
  "nff",
9442
  "nfv",
 
9461
  "nis",
9462
  "nit",
9463
  "nitazoxanide",
9464
+ "nitinol",
9465
  "nitrates",
9466
  "nitrite",
9467
  "nitrosourea",
 
9495
  "nonmutant",
9496
  "nonobese",
9497
  "nonprescription",
9498
+ "nonresectable",
9499
  "nonselective",
9500
  "nonspecific",
9501
  "nonsteroidal",
 
9515
  "nothin'",
9516
  "nothing",
9517
  "nothin\u2019",
9518
+ "notification",
9519
  "nov",
9520
  "nov.",
9521
  "novel",
 
9539
  "nt.",
9540
  "nt5e",
9541
  "nta",
9542
+ "ntermittent",
9543
  "nth",
9544
  "nti",
9545
  "nto",
 
9606
  "obstructive",
9607
  "obtain",
9608
  "obtained",
9609
+ "obtaining",
9610
  "oc",
9611
  "occasional",
9612
  "occasions",
 
9678
  "oly",
9679
  "ol\u2019",
9680
  "oma",
9681
+ "omalizumab",
9682
  "omc",
9683
  "ome",
9684
  "omega",
 
9689
  "on",
9690
  "onc201",
9691
  "once",
9692
+ "oncogene",
9693
  "oncologic",
9694
  "oncologist",
9695
  "oncology",
 
9725
  "opd",
9726
  "ope",
9727
  "open",
9728
+ "opening",
9729
  "operable",
9730
  "operated",
9731
+ "operating",
9732
  "operation",
9733
  "operative",
9734
  "ophthalmic",
 
9782
  "orlistat",
9783
  "orm",
9784
  "orn",
9785
+ "oropharyngeal",
9786
  "oropharynx",
9787
  "orp",
9788
  "orr",
9789
  "ors",
9790
  "ort",
9791
+ "orthopaedic",
9792
  "orthopedic",
9793
  "orthopnea",
9794
  "orthostatic",
9795
+ "orthotics",
9796
  "ory",
9797
  "os.",
9798
  "osa",
 
9828
  "ous",
9829
  "out",
9830
  "outcome",
9831
+ "outcomes",
9832
  "outer",
9833
  "outflow",
9834
  "outlined",
 
9868
  "oxygen",
9869
  "oxygenation",
9870
  "oxymetazoline",
9871
+ "oxytocin",
9872
  "ozogamicin",
9873
  "o\u2019clock",
9874
  "o\u2019s",
9875
  "p",
9876
+ "p)\u2020",
9877
  "p.",
9878
  "p.i",
9879
  "p.m",
 
9882
  "p14",
9883
  "p140",
9884
  "p16",
9885
+ "p16(-",
9886
  "p2a",
9887
  "p2d",
9888
  "p3a",
9889
+ "p3a4",
9890
  "p450",
9891
  "p53",
9892
  "pH",
 
9909
  "painless",
9910
  "pal",
9911
  "palbociclib",
9912
+ "palliation",
9913
  "palliative",
9914
  "palmetto",
9915
  "palpable",
 
10037
  "peptic",
10038
  "peptide",
10039
  "per",
10040
+ "perceived",
10041
  "percent",
10042
  "percocet",
10043
  "percutaneous",
 
10116
  "phenobarbitol",
10117
  "phenothiozines",
10118
  "phenotype",
10119
+ "phenylephrine",
10120
  "phenylketonuria",
10121
  "phenylpropanol",
10122
  "phenytoin",
 
10198
  "ple",
10199
  "please",
10200
  "pleomorphic",
10201
+ "pletal",
10202
  "pleura",
10203
  "pleural",
10204
  "pleurectomy",
 
10229
  "point",
10230
  "pointes",
10231
  "points",
10232
+ "pol",
10233
  "polar",
10234
  "policies",
10235
  "poly",
 
10237
  "polycystic",
10238
  "polycythemia",
10239
  "polyendocrinopathy",
10240
+ "polyester",
10241
  "polymerase",
10242
  "polymixin",
10243
  "polymyositis",
10244
  "polypectomy",
10245
  "polypeptide",
10246
+ "polypropylene",
10247
  "polyps",
10248
  "polysorbate",
10249
  "polytetrafluoroethylene",
 
10289
  "postoperative",
10290
  "postpone",
10291
  "postprandial",
10292
+ "postural",
10293
  "potassium",
10294
  "potent",
10295
  "potential",
 
10318
  "predicted",
10319
  "predisposing",
10320
  "predisposition",
10321
+ "prednisolone",
10322
  "prednisone",
10323
  "predominately",
10324
  "preeclampsia",
 
10357
  "pressure",
10358
  "presteroid",
10359
  "presumed",
10360
+ "presumptive",
10361
  "preterm",
10362
  "pretreatment",
10363
  "prevalent",
 
10397
  "procedures",
10398
  "proceed",
10399
  "process",
10400
+ "procreation",
10401
  "proctectomy",
10402
  "produce",
10403
  "producing",
 
10427
  "prohibit",
10428
  "prohibited",
10429
  "prohibiting",
10430
+ "prohibits",
10431
  "project",
10432
  "projected",
10433
  "prolapse",
 
10484
  "pscc",
10485
  "pse",
10486
  "pseudocapsule",
10487
+ "pseudoephedrine",
10488
  "psoriasis",
10489
  "psoriatic",
10490
  "pss",
 
10509
  "pt)/international",
10510
  "pt.",
10511
  "pt1",
10512
+ "pta",
10513
  "ptcl",
10514
  "pten",
10515
  "ptfe",
 
10596
  "radiographically",
10597
  "radiography",
10598
  "radioimmunotherapy",
10599
+ "radioisotope",
10600
  "radiologic",
10601
  "radiological",
10602
  "radiologically",
 
10627
  "rap",
10628
  "rapamycin",
10629
  "rapamycins",
10630
+ "rapidly",
10631
  "rapsyn",
10632
  "rare",
10633
  "rars",
 
10729
  "refer",
10730
  "referable",
10731
  "reference",
10732
+ "referral",
10733
  "referrals",
10734
  "referred",
10735
  "referring",
 
10749
  "regiments",
10750
  "region",
10751
  "regional",
10752
+ "regionally",
10753
  "registered",
10754
  "registration",
10755
  "registry",
 
10824
  "reserved",
10825
  "reside",
10826
  "residence",
10827
+ "residential",
10828
  "residing",
10829
  "residual",
10830
  "resistance",
 
10851
  "restless",
10852
  "restoration",
10853
  "restorations",
10854
+ "restorative",
10855
  "restore",
10856
  "restriction",
10857
  "result",
 
10922
  "right",
10923
  "rights",
10924
  "ril",
10925
+ "riley",
10926
  "riluzole",
10927
  "rim",
10928
  "rin",
10929
  "ring",
10930
  "ringed",
10931
+ "rip",
10932
  "ris",
10933
  "rise",
10934
  "rising",
 
11026
  "sabas",
11027
  "sac",
11028
  "sacral",
11029
+ "sacroiliac",
11030
  "safe",
11031
  "safely",
11032
  "safer",
 
11145
  "seminal",
11146
  "sen",
11147
  "sen.",
11148
+ "senescence",
11149
  "sensation",
11150
  "sensitive",
11151
  "sensitivity",
 
11171
  "serious",
11172
  "seriously",
11173
  "sero",
11174
+ "serologic",
11175
  "serologies",
11176
  "serology",
11177
  "seronegative",
 
11324
  "soft",
11325
  "sog",
11326
  "sol",
11327
+ "solder",
11328
  "sole",
11329
  "solely",
11330
  "solid",
 
11391
  "sponsors",
11392
  "spontaneous",
11393
  "sporadic",
11394
+ "spouse",
11395
  "spouses",
11396
  "spread",
11397
  "sqrroot",
 
11425
  "stages",
11426
  "staging",
11427
  "staining",
11428
+ "stainless",
11429
  "stairs",
11430
  "stand",
11431
  "standard",
 
11435
  "start",
11436
  "started",
11437
  "starting",
11438
+ "starts",
11439
  "state",
11440
  "states",
11441
  "statin",
 
11448
  "steatohepatitis",
11449
  "steatosis",
11450
  "stec",
11451
+ "steel",
11452
  "stem",
11453
  "stenosis",
11454
  "stent",
 
11498
  "stress",
11499
  "stricture",
11500
  "strictures",
11501
+ "strip",
11502
  "stroke",
11503
  "stromal",
11504
  "strong",
 
11516
  "sub",
11517
  "subarachnoid",
11518
  "subclavian",
11519
+ "subcortical",
11520
  "subcutaneous",
11521
  "subdural",
11522
  "subfamily",
 
11568
  "sunitinib",
11569
  "sunscreen",
11570
  "superficial",
11571
+ "superior",
11572
  "supplement",
11573
  "supplemental",
11574
  "supplementary",
 
11665
  "t2d",
11666
  "t3",
11667
  "t3a",
11668
+ "t3\u20104",
11669
  "t4",
11670
  "t4a",
11671
  "t4b",
11672
+ "t4c",
11673
  "t5e",
11674
  "t790m",
11675
  "tDCS",
 
11832
  "this\u2019s",
11833
  "thm",
11834
  "thoracic",
11835
+ "thoracolumbar",
11836
  "thoracoscopy",
11837
  "thoracotomy",
11838
  "thorax",
 
11961
  "tpn",
11962
  "tr",
11963
  "tra",
11964
+ "traceit",
11965
  "tracheal",
11966
  "tracheostomy",
11967
  "tracheotomy",
 
11977
  "transaminases",
11978
  "transcatheter",
11979
  "transcriptase",
11980
+ "transcutaneous",
11981
  "transdermal",
11982
  "transection",
11983
  "transesophageal",
 
12136
  "ult",
12137
  "ultimately",
12138
  "ultrasound",
12139
+ "uly",
12140
  "uma",
12141
  "umb",
12142
  "umbilical",
 
12170
  "undetectable",
12171
  "undetected",
12172
  "undiagnosed",
12173
+ "unduly",
12174
  "une",
12175
  "unexplained",
12176
  "unfit",
 
12281
  "uw",
12282
  "uzi",
12283
  "v",
12284
+ "v(\u2010",
12285
  "v)+",
12286
  "v-1",
12287
  "v-2",
 
12332
  "vardenafil",
12333
  "varenicline",
12334
  "variable",
12335
+ "variants",
12336
  "variceal",
12337
  "varicella",
12338
  "varices",
 
12349
  "ve",
12350
  "ved",
12351
  "vedolizumab",
12352
+ "vedotin",
12353
  "vef",
12354
  "vegf",
12355
  "vegf-",
 
12362
  "vemp",
12363
  "vemurafenib",
12364
  "ven",
12365
+ "vena",
12366
  "venlafaxine",
12367
  "veno",
12368
  "venoarterial",
 
12393
  "vessels",
12394
  "vestibular",
12395
  "vet",
12396
+ "veterans",
12397
  "vey",
12398
  "vgef",
12399
  "vhd",
 
12448
  "voriconizole",
12449
  "vorinostat",
12450
  "vot",
12451
+ "vox",
12452
  "vp",
12453
  "vqa",
12454
  "vs",
12455
  "vs.",
12456
  "vt-464",
12457
  "vte",
12458
+ "vulnerable",
12459
  "vulva",
12460
  "vumc",
12461
  "vur",
 
12519
  "wer",
12520
  "were",
12521
  "weschler",
12522
+ "western",
12523
  "wet",
12524
  "what",
12525
  "what's",
 
12563
  "wis",
12564
  "wis.",
12565
  "wisconsin",
12566
+ "wish",
12567
  "with",
12568
  "withdraw",
12569
  "withdrawal",
 
12657
  "xd.d",
12658
  "xd.dd",
12659
  "xdd",
12660
+ "xdd(-",
12661
  "xddd",
12662
  "xdddd",
12663
  "xdddx",
 
12666
  "xdxd",
12667
  "xdxdxd",
12668
  "xdxx",
12669
+ "xd\u2010d",
12670
  "xed",
12671
  "xel",
12672
  "xenical",
 
12680
  "xis",
12681
  "xl184",
12682
  "xol",
12683
+ "xolair",
12684
  "xor",
12685
  "xrt",
12686
  "xrt)/external",
 
12729
  "xxx'x",
12730
  "xxx(dd",
12731
  "xxx(x",
12732
+ "xxx(\u2010",
12733
  "xxx)+",
12734
  "xxx)-xxxx",
12735
  "xxx)/xxxx",
 
12756
  "xxxd",
12757
  "xxxd(x+",
12758
  "xxxd(xxx+",
12759
+ "xxxd)+",
12760
  "xxxd)/xxxx",
12761
  "xxxd-",
12762
  "xxxd/",
 
12781
  "xxxx)-xxxx",
12782
  "xxxx)/xxxx",
12783
  "xxxx)xxx",
12784
+ "xxxx)\u2020",
12785
  "xxxx-",
12786
  "xxxx-d",
12787
  "xxxx-dd",
 
12791
  "xxxx<dd.dx",
12792
  "xxxx<ddd",
12793
  "xxxx=",
12794
+ "xxxx>=dd",
12795
  "xxxx>d",
12796
  "xxxxX",
12797
  "xxxxXXX",
 
12872
  "zika",
12873
  "zil",
12874
  "zofenopril",
12875
+ "zol",
12876
  "zometa",
12877
  "zone",
12878
  "zones",
 
12999
  "\u2265450",
13000
  "\u226548",
13001
  "\u22654x109",
13002
+ "\u22655",
13003
  "\u22655.0",
13004
  "\u22656",
13005
  "\u22656.5",