File size: 9,650 Bytes
8c35409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<?xml version="1.0" encoding="UTF-8"?>
<topics lang="de">
	<topic>
		<id>clef2013.test.1</id>
		<title>Hyperthyroidism</title>
	</topic>

	<topic>
		<id>clef2013.test.2</id>
		<title>Lacerations on the face and scars</title>
	</topic>

	<topic>
		<id>clef2013.test.4</id>
		<title>Nausea and vomiting and hematemesis</title>
	</topic>

	<topic>
		<id>clef2013.test.5</id>
		<title>Sinus tachycardia</title>
	</topic>

	<topic>
		<id>clef2013.test.6</id>
		<title>Chills and gallstones</title>
	</topic>

	<topic>
		<id>clef2013.test.9</id>
		<title>Vegetation and pulmonary valve</title>
	</topic>

	<topic>
		<id>clef2013.test.10</id>
		<title>Dysplasia and multiple sclerosis</title>
	</topic>

	<topic>
		<id>clef2013.test.13</id>
		<title>Hepatosplenomegaly</title>
	</topic>

	<topic>
		<id>clef2013.test.14</id>
		<title>Frothy sputum and care</title>
	</topic>

	<topic>
		<id>clef2013.test.15</id>
		<title>Shortness of breath and swelling</title>
	</topic>

	<topic>
		<id>clef2013.test.16</id>
		<title>Weakness and sepsis</title>
	</topic>

	<topic>
		<id>clef2013.test.18</id>
		<title>Aspiration and pharyngeal dysphagia</title>
	</topic>

	<topic>
		<id>clef2013.test.20</id>
		<title>Ulcerative colitis and hypotension</title>
	</topic>

	<topic>
		<id>clef2013.test.22</id>
		<title>Subdural hematoma and treatment and rest</title>
	</topic>

	<topic>
		<id>clef2013.test.23</id>
		<title>Type I diabetes and Malignant hypertension</title>
	</topic>

	<topic>
		<id>clef2013.test.24</id>
		<title>Coronary heart disease and vascular bypass</title>
	</topic>

	<topic>
		<id>clef2013.test.25</id>
		<title>Flatulence and intestinal obstruction</title>
	</topic>

	<topic>
		<id>clef2013.test.26</id>
		<title>Dyspnoea after aortic valve replacement</title>
	</topic>

	<topic>
		<id>clef2013.test.27</id>
		<title>Rhonchus</title>
	</topic>

	<topic>
		<id>clef2013.test.28</id>
		<title>Contusion and hematoma and blood disease</title>
	</topic>

	<topic>
		<id>clef2013.test.31</id>
		<title>Endocarditis</title>
	</topic>

	<topic>
		<id>clef2013.test.33</id>
		<title>Hip pain and hip surgery</title>
	</topic>

	<topic>
		<id>clef2013.test.34</id>
		<title>Gastritis and bloody stools and ASA</title>
	</topic>

	<topic>
		<id>clef2013.test.35</id>
		<title>Solid Organ</title>
	</topic>

	<topic>
		<id>clef2013.test.36</id>
		<title>Dizziness and Symptom</title>
	</topic>

	<topic>
		<id>clef2013.test.37</id>
		<title>Chronic Renal Failure</title>
	</topic>

	<topic>
		<id>clef2013.test.39</id>
		<title>Coronary artery disease and myocardial infarction</title>
	</topic>

	<topic>
		<id>clef2013.test.40</id>
		<title>Alcohol-Induced Chronic pancreatitis and jaundice</title>
	</topic>

	<topic>
		<id>clef2013.test.42</id>
		<title>COPD</title>
	</topic>

	<topic>
		<id>clef2013.test.43</id>
		<title>Bilateral infiltrates and X</title>
	</topic>

	<topic>
		<id>clef2013.test.44</id>
		<title>Erythema and necrosis, and diabetes mellitus</title>
	</topic>

	<topic>
		<id>clef2013.test.46</id>
		<title>Symptoms of hypo- and hyperglycemia</title>
	</topic>

	<topic>
		<id>clef2013.test.49</id>
		<title>White blood cells and bacteria</title>
	</topic>

	<topic>
		<id>clef2014.test.2</id>
		<title>sepsis</title>
	</topic>

	<topic>
		<id>clef2014.test.3</id>
		<title>L hemopneumothorax</title>
	</topic>

	<topic>
		<id>clef2014.test.4</id>
		<title>Anoxic brain injury</title>
	</topic>

	<topic>
		<id>clef2014.test.5</id>
		<title>Upper gastrointestinal bleeding</title>
	</topic>

	<topic>
		<id>clef2014.test.7</id>
		<title>Abscess, which is caused Duch gallstone loss, right flank</title>
	</topic>

	<topic>
		<id>clef2014.test.8</id>
		<title>Alcohol withdrawal seizures</title>
	</topic>

	<topic>
		<id>clef2014.test.10</id>
		<title>Craniocerebral trauma, condition after fall</title>
	</topic>

	<topic>
		<id>clef2014.test.11</id>
		<title>Aspiration pneumonia, which is caused by a misplacement Dobhoff probe</title>
	</topic>

	<topic>
		<id>clef2014.test.12</id>
		<title>Hepatic encephalopathy</title>
	</topic>

	<topic>
		<id>clef2014.test.14</id>
		<title>Heart attack</title>
	</topic>

	<topic>
		<id>clef2014.test.15</id>
		<title>Non-small cell lung cancer</title>
	</topic>

	<topic>
		<id>clef2014.test.17</id>
		<title>Chronic duodenal ulcer</title>
	</topic>

	<topic>
		<id>clef2014.test.22</id>
		<title>Suicidal thoughts</title>
	</topic>

	<topic>
		<id>clef2014.test.23</id>
		<title>Coronary artery bypass</title>
	</topic>

	<topic>
		<id>clef2014.test.26</id>
		<title>Gastrointestinal bleeding</title>
	</topic>

	<topic>
		<id>clef2014.test.27</id>
		<title>Aortic valve replacement, ARV</title>
	</topic>

	<topic>
		<id>clef2014.test.28</id>
		<title>Recurrent abdominal pain</title>
	</topic>

	<topic>
		<id>clef2014.test.29</id>
		<title>Aortic stenosis, aortic valve replacement and condition after recovery.</title>
	</topic>

	<topic>
		<id>clef2014.test.33</id>
		<title>Respiratory failure and congestive heart failure</title>
	</topic>

	<topic>
		<id>clef2014.test.34</id>
		<title>Bleeding after hip surgery</title>
	</topic>

	<topic>
		<id>clef2014.test.35</id>
		<title>Stomach ulcer</title>
	</topic>

	<topic>
		<id>clef2014.test.36</id>
		<title>Recovery after an open pelvic fracture and a fracture of the right upper pubic ramus.</title>
	</topic>

	<topic>
		<id>clef2014.test.37</id>
		<title>State after LASH, right-sided Salpingooophorektomie and solution of adhesions with a strong vaginal bleeding.</title>
	</topic>

	<topic>
		<id>clef2014.test.38</id>
		<title>Anemia after blood loss</title>
	</topic>

	<topic>
		<id>clef2014.test.39</id>
		<title>Acute myocardial infarction</title>
	</topic>

	<topic>
		<id>clef2014.test.40</id>
		<title>Double-sided pulmonary contusion</title>
	</topic>

	<topic>
		<id>clef2014.test.44</id>
		<title>How to avoid a small bowel obstruction?</title>
	</topic>

	<topic>
		<id>clef2014.test.45</id>
		<title>Bacteremia by group A streptococci</title>
	</topic>

	<topic>
		<id>clef2014.test.46</id>
		<title>Complications of diabetes mellitus type 1</title>
	</topic>

	<topic>
		<id>clef2014.test.47</id>
		<title>Treatment of subarachnoid hemorrhage</title>
	</topic>

	<topic>
		<id>clef2014.test.48</id>
		<title>White blood cells with moderate bacteria in the urine test</title>
	</topic>

	<topic>
		<id>clef2014.test.49</id>
		<title>Chronic Lymphocytic Leukemia and inheritance</title>
	</topic>

	<topic>
		<id>clef2015.test.1</id>
		<title>many red spots on the legs to USA trip</title>
	</topic>

	<topic>
		<id>clef2015.test.2</id>
		<title>Swelling with bloody spots on the nose</title>
	</topic>

	<topic>
		<id>clef2015.test.4</id>
		<title>itchy Knothide</title>
	</topic>

	<topic>
		<id>clef2015.test.5</id>
		<title>Whistling and coughing when sleeping + children</title>
	</topic>

	<topic>
		<id>clef2015.test.6</id>
		<title>Child hisses breathing</title>
	</topic>

	<topic>
		<id>clef2015.test.7</id>
		<title>Rosacea Symptoms</title>
	</topic>

	<topic>
		<id>clef2015.test.8</id>
		<title>Corneal opacity and visual disturbance</title>
	</topic>

	<topic>
		<id>clef2015.test.13</id>
		<title>cloudy pupil affects eyesight</title>
	</topic>

	<topic>
		<id>clef2015.test.14</id>
		<title>Baby breathing difficulties</title>
	</topic>

	<topic>
		<id>clef2015.test.15</id>
		<title>Asthma attack</title>
	</topic>

	<topic>
		<id>clef2015.test.19</id>
		<title>injured thumbnails</title>
	</topic>

	<topic>
		<id>clef2015.test.22</id>
		<title>thick yellow eye discharge</title>
	</topic>

	<topic>
		<id>clef2015.test.25</id>
		<title>red rash Baby Face</title>
	</topic>

	<topic>
		<id>clef2015.test.27</id>
		<title>Returning from overseas with nasty stains on legs</title>
	</topic>

	<topic>
		<id>clef2015.test.28</id>
		<title>Toddler Hautpilz</title>
	</topic>

	<topic>
		<id>clef2015.test.30</id>
		<title>strange sounds while breathing</title>
	</topic>

	<topic>
		<id>clef2015.test.31</id>
		<title>Toddler with squeaky breathing</title>
	</topic>

	<topic>
		<id>clef2015.test.36</id>
		<title>Nystagmus</title>
	</topic>

	<topic>
		<id>clef2015.test.38</id>
		<title>scaly, red itchy feet in children</title>
	</topic>

	<topic>
		<id>clef2015.test.39</id>
		<title>Eczema with bladder and white pus</title>
	</topic>

	<topic>
		<id>clef2015.test.42</id>
		<title>spotty bleeding under the skin</title>
	</topic>

	<topic>
		<id>clef2015.test.44</id>
		<title>Nagel is dark</title>
	</topic>

	<topic>
		<id>clef2015.test.46</id>
		<title>Baby Cough</title>
	</topic>

	<topic>
		<id>clef2015.test.47</id>
		<title>Cavities</title>
	</topic>

	<topic>
		<id>clef2015.test.48</id>
		<title>Can not stop my eyes move to disease</title>
	</topic>

	<topic>
		<id>clef2015.test.49</id>
		<title>Child breathes always with closed mouth</title>
	</topic>

	<topic>
		<id>clef2015.test.51</id>
		<title>Eyes red blood vessels</title>
	</topic>

	<topic>
		<id>clef2015.test.53</id>
		<title>swollen legs</title>
	</topic>

	<topic>
		<id>clef2015.test.54</id>
		<title>red growths in the nose</title>
	</topic>

	<topic>
		<id>clef2015.test.56</id>
		<title>slouch when walking</title>
	</topic>

	<topic>
		<id>clef2015.test.58</id>
		<title>39 degrees and chickenpox</title>
	</topic>

	<topic>
		<id>clef2015.test.59</id>
		<title>heavy breathing and queitschender</title>
	</topic>

	<topic>
		<id>clef2015.test.64</id>
		<title>unintended fast left-right eye movement</title>
	</topic>

	<topic>
		<id>clef2015.test.66</id>
		<title>Treatment of cough in infants</title>
	</topic>

	<topic>
		<id>clef2015.test.67</id>
		<title>black tooth</title>
	</topic>

</topics>