File size: 30,697 Bytes
bcdda20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
505
506
507
508
509
510
511
512
[
  {
    "study_id": "iu_CXR3340_IM-1601",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3340_IM-1601-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe cardiomediastinal silhouette is normal in size and contour. Atherosclerosis of the aortic XXXX. Minimal XXXX densities, left lung base. Hyperexpanded lungs. No focal consolidation, pneumothorax or large pleural effusion. Negative for acute bone abnormality.\n\nIMPRESSION:\nChronic lung changes without acute abnormality.",
    "findings": "The cardiomediastinal silhouette is normal in size and contour. Atherosclerosis of the aortic XXXX. Minimal XXXX densities, left lung base. Hyperexpanded lungs. No focal consolidation, pneumothorax or large pleural effusion. Negative for acute bone abnormality.",
    "impression": "Chronic lung changes without acute abnormality.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3340_IM-1601",
      "comparison": "XXXX, XXXX.",
      "indication": "Indication: XXXX-year-old female. Altered mental status. Comparison: XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1410_IM-0260",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1410_IM-0260-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart size is normal. The mediastinal contour is within normal limits. The lungs are free of any focal infiltrates. There are no nodules or masses. No visible pneumothorax. No visible pleural fluid. The XXXX are grossly normal. There is no visible free intraperitoneal air under the diaphragm.\n\nIMPRESSION:\n1. No acute radiographic cardiopulmonary process.",
    "findings": "The heart size is normal. The mediastinal contour is within normal limits. The lungs are free of any focal infiltrates. There are no nodules or masses. No visible pneumothorax. No visible pleural fluid. The XXXX are grossly normal. There is no visible free intraperitoneal air under the diaphragm.",
    "impression": "1. No acute radiographic cardiopulmonary process.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1410_IM-0260",
      "comparison": "None.",
      "indication": "Indication: XXXX-year-old female with history of XXXX. Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1460_IM-0298",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1460_IM-0298-1001.dcm.png",
    "report_gt": "FINDINGS:\nCardiac and mediastinal contours are within normal limits. The lungs are clear. Bony structures are intact.\n\nIMPRESSION:\nNegative chest x-XXXX.",
    "findings": "Cardiac and mediastinal contours are within normal limits. The lungs are clear. Bony structures are intact.",
    "impression": "Negative chest x-XXXX.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1460_IM-0298",
      "comparison": "None.",
      "indication": "Indication: XXXX. Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR290_IM-1303",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/290_IM-1303-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe lungs are clear. There are multiple surgical XXXX seen near the apical regions and lower cervical region bilaterally. The heart and mediastinum are normal. There is a screw in the right shoulder. The soft tissues are normal.\n\nIMPRESSION:\n1. No active disease. 2. There are numerous small surgical clips seen overlying the upper thorax bilaterally and the lower cervical region of uncertain significance.",
    "findings": "The lungs are clear. There are multiple surgical XXXX seen near the apical regions and lower cervical region bilaterally. The heart and mediastinum are normal. There is a screw in the right shoulder. The soft tissues are normal.",
    "impression": "1. No active disease. 2. There are numerous small surgical clips seen overlying the upper thorax bilaterally and the lower cervical region of uncertain significance.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR290_IM-1303",
      "comparison": "",
      "indication": "Indication: Occasional chest pain and shortness of breath. Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR379_IM-1903",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/379_IM-1903-4004.dcm.png",
    "report_gt": "FINDINGS:\nThere has been interval placement of a dual-lumen dialysis catheter with the distal tip projected over the right atrium. Moderate cardiomegaly is identified. There is mild calcification of the transverse XXXX. XXXX airspace opacities are identified with bilateral pleural effusions.\n\nIMPRESSION:\n1. Interval placement of a dual-lumen dialysis catheter with the distal tip projected over the right atrium. 2. Bibasilar airspace opacities and bilateral pleural effusions.",
    "findings": "There has been interval placement of a dual-lumen dialysis catheter with the distal tip projected over the right atrium. Moderate cardiomegaly is identified. There is mild calcification of the transverse XXXX. XXXX airspace opacities are identified with bilateral pleural effusions.",
    "impression": "1. Interval placement of a dual-lumen dialysis catheter with the distal tip projected over the right atrium. 2. Bibasilar airspace opacities and bilateral pleural effusions.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR379_IM-1903",
      "comparison": "AP and lateral chest XXXX.",
      "indication": "Indication: XXXX year old dialysis catheter placement. Comparison: AP and lateral chest XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1319_IM-0205",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1319_IM-0205-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart size and pulmonary vascularity appear within normal limits. The lungs are free of focal airspace disease. No pleural effusion or pneumothorax is seen.\n\nIMPRESSION:\nNo evidence of active disease.",
    "findings": "The heart size and pulmonary vascularity appear within normal limits. The lungs are free of focal airspace disease. No pleural effusion or pneumothorax is seen.",
    "impression": "No evidence of active disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1319_IM-0205",
      "comparison": "None",
      "indication": "Indication: Transplant, XXXX evaluation Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3522_IM-1720",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3522_IM-1720-1001.dcm.png",
    "report_gt": "FINDINGS:\nLungs are clear. There is no pneumothorax or pleural effusion. The heart and mediastinum are within normal limits. Bony structures are intact.\n\nIMPRESSION:\nNo acute cardiopulmonary process.",
    "findings": "Lungs are clear. There is no pneumothorax or pleural effusion. The heart and mediastinum are within normal limits. Bony structures are intact.",
    "impression": "No acute cardiopulmonary process.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3522_IM-1720",
      "comparison": "XXXX",
      "indication": "Indication: Dyspnea. Comparison: XXXX"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3981_IM-2039",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3981_IM-2039-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe lungs are clear. There is no pleural effusion or pneumothorax. The heart and mediastinum are normal. The skeletal structures are normal.\n\nIMPRESSION:\nNo acute pulmonary disease.",
    "findings": "The lungs are clear. There is no pleural effusion or pneumothorax. The heart and mediastinum are normal. The skeletal structures are normal.",
    "impression": "No acute pulmonary disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3981_IM-2039",
      "comparison": "None",
      "indication": "Indication: XXXX vehicle accident with left shoulder pain. Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3112_IM-1461",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3112_IM-1461-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart is normal in size. The mediastinum is unremarkable. The lungs are clear.\n\nIMPRESSION:\nNo acute disease.",
    "findings": "The heart is normal in size. The mediastinum is unremarkable. The lungs are clear.",
    "impression": "No acute disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3112_IM-1461",
      "comparison": "",
      "indication": "Indication: test ca; r/o XXXX XXXX Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1188_IM-0127",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1188_IM-0127-1001.dcm.png",
    "report_gt": "FINDINGS:\nBoth lungs are clear and expanded. Heart and mediastinum normal.\n\nIMPRESSION:\nNo active disease.",
    "findings": "Both lungs are clear and expanded. Heart and mediastinum normal.",
    "impression": "No active disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1188_IM-0127",
      "comparison": "None.",
      "indication": "Indication: chest pain Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3784_IM-1898",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3784_IM-1898-2001.dcm.png",
    "report_gt": "FINDINGS:\nAP view was obtained due to patient condition. Low volume lungs. No focal lung consolidation. The heart is not enlarged. No pleural effusion.\n\nIMPRESSION:\nNo acute abnormality.",
    "findings": "AP view was obtained due to patient condition. Low volume lungs. No focal lung consolidation. The heart is not enlarged. No pleural effusion.",
    "impression": "No acute abnormality.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3784_IM-1898",
      "comparison": "None",
      "indication": "Indication: -- XXXX Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR771_IM-2316",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/771_IM-2316-2001.dcm.png",
    "report_gt": "FINDINGS:\nHeart size and pulmonary vascularity within normal limits. No focal infiltrate, pneumothorax or pleural effusion identified.\n\nIMPRESSION:\nNo acute cardiopulmonary disease.",
    "findings": "Heart size and pulmonary vascularity within normal limits. No focal infiltrate, pneumothorax or pleural effusion identified.",
    "impression": "No acute cardiopulmonary disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR771_IM-2316",
      "comparison": "XXXX",
      "indication": "Indication: Chest pain Comparison: XXXX"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR2446_IM-0982",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/2446_IM-0982-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart and lungs have XXXX XXXX in the interval. Both lungs are clear and expanded. The aorta is tortuous, but the heart and mediastinum otherwise normal.\n\nIMPRESSION:\nNo active disease.",
    "findings": "The heart and lungs have XXXX XXXX in the interval. Both lungs are clear and expanded. The aorta is tortuous, but the heart and mediastinum otherwise normal.",
    "impression": "No active disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR2446_IM-0982",
      "comparison": "None",
      "indication": "Indication: Chest pain. Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR107_IM-0049",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/107_IM-0049-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe lungs are clear bilaterally. Specifically, no evidence of focal consolidation, pneumothorax, or pleural effusion.. Cardio mediastinal silhouette is unremarkable. Visualized osseous structures of the thorax are without acute abnormality.\n\nIMPRESSION:\nNo acute cardiopulmonary abnormality.",
    "findings": "The lungs are clear bilaterally. Specifically, no evidence of focal consolidation, pneumothorax, or pleural effusion.. Cardio mediastinal silhouette is unremarkable. Visualized osseous structures of the thorax are without acute abnormality.",
    "impression": "No acute cardiopulmonary abnormality.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR107_IM-0049",
      "comparison": "Two-view chest radiograph dated XXXX, XXXX.",
      "indication": "Indication: XXXX-year-old woman with chest pain. Comparison: Two-view chest radiograph dated XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR106_IM-0042",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/106_IM-0042-1001.dcm.png",
    "report_gt": "FINDINGS:\nHeart size and mediastinal contour are normal. Pulmonary vascularity is normal. Lungs are clear. No pleural effusions or pneumothoraces.\n\nIMPRESSION:\nNo acute cardiopulmonary process. If there is concern for soft tissue bone or bony abnormality of the thorax, XXXX.",
    "findings": "Heart size and mediastinal contour are normal. Pulmonary vascularity is normal. Lungs are clear. No pleural effusions or pneumothoraces.",
    "impression": "No acute cardiopulmonary process. If there is concern for soft tissue bone or bony abnormality of the thorax, XXXX.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR106_IM-0042",
      "comparison": "None.",
      "indication": "Indication: XXXX, XXXX on anterior midline chest for one knee are Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR2797_IM-1229",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/2797_IM-1229-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe trachea is midline. The cardiomediastinal silhouette is normal. The lungs are clear, without evidence of acute infiltrate or effusion. There is no pneumothorax. Visualized bony structures reveal no acute abnormalities.\n\nIMPRESSION:\nNo acute cardiopulmonary abnormalities. .",
    "findings": "The trachea is midline. The cardiomediastinal silhouette is normal. The lungs are clear, without evidence of acute infiltrate or effusion. There is no pneumothorax. Visualized bony structures reveal no acute abnormalities.",
    "impression": "No acute cardiopulmonary abnormalities. .",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR2797_IM-1229",
      "comparison": "None available.",
      "indication": "Indication: The patient is a XXXX-year-old XXXX with chest pain and shortness of breath for one XXXX. Comparison: None available."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1094_IM-0065",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1094_IM-0065-1001.dcm.png",
    "report_gt": "FINDINGS:\nNo acute osseous abnormality. The soft tissues are within normal limits. Normal appearing cardiomediastinal silhouette and hilar contours. Left lower lobe XXXX density XXXX representing atelectasis. No focal area of consolidation, pleural effusion, pneumothorax.\n\nIMPRESSION:\nNo focal lung consolidation.",
    "findings": "No acute osseous abnormality. The soft tissues are within normal limits. Normal appearing cardiomediastinal silhouette and hilar contours. Left lower lobe XXXX density XXXX representing atelectasis. No focal area of consolidation, pleural effusion, pneumothorax.",
    "impression": "No focal lung consolidation.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1094_IM-0065",
      "comparison": "None.",
      "indication": "Indication: XXXX-year-old XXXX with dyspnea. History of cystic fibrosis. Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3321_IM-1588",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3321_IM-1588-1001.dcm.png",
    "report_gt": "FINDINGS:\nXXXX XXXX and lateral chest examination was obtained. The heart silhouette is normal in size and contour. Aortic XXXX appear unremarkable. Lungs demonstrate no acute findings. There is no effusion or pneumothorax.\n\nIMPRESSION:\n1. No acute pulmonary disease.",
    "findings": "XXXX XXXX and lateral chest examination was obtained. The heart silhouette is normal in size and contour. Aortic XXXX appear unremarkable. Lungs demonstrate no acute findings. There is no effusion or pneumothorax.",
    "impression": "1. No acute pulmonary disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3321_IM-1588",
      "comparison": "none",
      "indication": "Indication: SYNCOPE Comparison: none"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3964_IM-2028",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3964_IM-2028-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart is normal in size. The mediastinum is unremarkable. The lungs are hyperinflated compatible with emphysema. There is biapical scarring. No acute infiltrate is seen.\n\nIMPRESSION:\nEmphysema without acute disease.",
    "findings": "The heart is normal in size. The mediastinum is unremarkable. The lungs are hyperinflated compatible with emphysema. There is biapical scarring. No acute infiltrate is seen.",
    "impression": "Emphysema without acute disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3964_IM-2028",
      "comparison": "None",
      "indication": "Indication: 60XXXX XXXX with XXXX and XXXX loss Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1277_IM-0185",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1277_IM-0185-1001.dcm.png",
    "report_gt": "FINDINGS:\nPA and lateral views the chest were obtained. The cardiomediastinal silhouette is normal in size and configuration. The lungs are well aerated. No pneumothorax, pleural effusion, or lobar air space consolidation. XXXX right middle lobe collapse appears less distinct than on prior study.\n\nIMPRESSION:\nNo acute cardiopulmonary disease.",
    "findings": "PA and lateral views the chest were obtained. The cardiomediastinal silhouette is normal in size and configuration. The lungs are well aerated. No pneumothorax, pleural effusion, or lobar air space consolidation. XXXX right middle lobe collapse appears less distinct than on prior study.",
    "impression": "No acute cardiopulmonary disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1277_IM-0185",
      "comparison": "XXXX",
      "indication": "Indication: Palpitation Comparison: XXXX"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3063_IM-1428",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3063_IM-1428-1001.dcm.png",
    "report_gt": "FINDINGS:\nLungs are clear bilaterally. Cardiac and mediastinal silhouettes are normal. Pulmonary vasculature is normal. No pneumothorax or pleural effusion. No acute bony abnormality.\n\nIMPRESSION:\nNo acute cardiopulmonary abnormality.",
    "findings": "Lungs are clear bilaterally. Cardiac and mediastinal silhouettes are normal. Pulmonary vasculature is normal. No pneumothorax or pleural effusion. No acute bony abnormality.",
    "impression": "No acute cardiopulmonary abnormality.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3063_IM-1428",
      "comparison": "No comparisons are available",
      "indication": "Indication: Chest pain Comparison: No comparisons are available"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1919_IM-0598",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1919_IM-0598-1001.dcm.png",
    "report_gt": "FINDINGS:\nHyperexpansion of the lungs with hyperlucency and flattening of hemidiaphragms suggestive of chronic emphysematous lung disease. Heart size within normal limits. Bibasilar, right greater than left atelectasis/airspace disease noted. No pneumothorax or large pleural effusion. No acute bony abnormality.\n\nIMPRESSION:\nChronic emphysematous lung disease with mild bibasilar, right greater than left airspace disease/atelectasis.",
    "findings": "Hyperexpansion of the lungs with hyperlucency and flattening of hemidiaphragms suggestive of chronic emphysematous lung disease. Heart size within normal limits. Bibasilar, right greater than left atelectasis/airspace disease noted. No pneumothorax or large pleural effusion. No acute bony abnormality.",
    "impression": "Chronic emphysematous lung disease with mild bibasilar, right greater than left airspace disease/atelectasis.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1919_IM-0598",
      "comparison": "Two-view chest radiograph dated XXXX, XXXX.",
      "indication": "Indication: XXXX-year-old male shortness of breath. Comparison: Two-view chest radiograph dated XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR628_IM-2208",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/628_IM-2208-4001.dcm.png",
    "report_gt": "FINDINGS:\nFrontal and lateral views of the chest with overlying external cardiac monitor leads show an unchanged cardiomediastinal silhouette. Cardiac silhouette at the upper limits of normal in size. Tortuous ectatic aorta. The aortic XXXX is near 5 cm in diameter. There is a retrocardiac left paraspinal bulge concerning for a descending thoracic aortic aneurysm. There is biapical scarring. No XXXX focal airspace consolidation or pleural effusion. XXXX spine spondylitic changes.\n\nIMPRESSION:\n1. Stable aneurysmal enlargement of the XXXX and descending aorta. Chest CTA could be obtained as a XXXX. 2. Borderline heart size. 3. No acute pulmonary disease process.",
    "findings": "Frontal and lateral views of the chest with overlying external cardiac monitor leads show an unchanged cardiomediastinal silhouette. Cardiac silhouette at the upper limits of normal in size. Tortuous ectatic aorta. The aortic XXXX is near 5 cm in diameter. There is a retrocardiac left paraspinal bulge concerning for a descending thoracic aortic aneurysm. There is biapical scarring. No XXXX focal airspace consolidation or pleural effusion. XXXX spine spondylitic changes.",
    "impression": "1. Stable aneurysmal enlargement of the XXXX and descending aorta. Chest CTA could be obtained as a XXXX. 2. Borderline heart size. 3. No acute pulmonary disease process.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR628_IM-2208",
      "comparison": "XXXX, XXXX.",
      "indication": "Indication: Shortness of breath with XXXX for 4 days. History of COPD. Comparison: XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3446_IM-1669",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3446_IM-1669-1001.dcm.png",
    "report_gt": "FINDINGS:\nCardiac and mediastinal contours are within normal limits. The lungs are clear. Bony structures are intact.\n\nIMPRESSION:\nNegative chest x-XXXX.",
    "findings": "Cardiac and mediastinal contours are within normal limits. The lungs are clear. Bony structures are intact.",
    "impression": "Negative chest x-XXXX.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3446_IM-1669",
      "comparison": "None.",
      "indication": "Indication: Nightsweats for 3 months Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3883_IM-1971",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3883_IM-1971-1001.dcm.png",
    "report_gt": "FINDINGS:\nNo pneumothorax, pleural effusion or airspace consolidation. Heart size and pulmonary vasculature appear within normal limits. XXXX XXXX are intact.\n\nIMPRESSION:\nNo acute cardiopulmonary abnormality.",
    "findings": "No pneumothorax, pleural effusion or airspace consolidation. Heart size and pulmonary vasculature appear within normal limits. XXXX XXXX are intact.",
    "impression": "No acute cardiopulmonary abnormality.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3883_IM-1971",
      "comparison": "None.",
      "indication": "Indication: The patient is a XXXX-year-old female with left-sided chest pain. Comparison: None."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR497_IM-2114",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/497_IM-2114-1001.dcm.png",
    "report_gt": "FINDINGS:\nHeart size normal. Lungs are clear. XXXX are normal. No pneumonia, effusions, edema, pneumothorax, adenopathy, nodules or masses.\n\nIMPRESSION:\nNormal chest.",
    "findings": "Heart size normal. Lungs are clear. XXXX are normal. No pneumonia, effusions, edema, pneumothorax, adenopathy, nodules or masses.",
    "impression": "Normal chest.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR497_IM-2114",
      "comparison": "",
      "indication": "Indication: chest pain history of Hodgkin's disease Comparison: None"
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1796_IM-0517",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1796_IM-0517-1002.dcm.png",
    "report_gt": "FINDINGS:\nThe lungs are clear bilaterally. Specifically, no evidence of focal consolidation, pneumothorax, or pleural effusion.. Cardio mediastinal silhouette is unremarkable. Visualized osseous structures of the thorax are without acute abnormality.\n\nIMPRESSION:\nNo acute cardiopulmonary abnormality..",
    "findings": "The lungs are clear bilaterally. Specifically, no evidence of focal consolidation, pneumothorax, or pleural effusion.. Cardio mediastinal silhouette is unremarkable. Visualized osseous structures of the thorax are without acute abnormality.",
    "impression": "No acute cardiopulmonary abnormality..",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1796_IM-0517",
      "comparison": "Two-view chest dated XXXX, XXXX.",
      "indication": "Indication: XXXX-year-old female with history of right cervical lymphadenopathy.. Comparison: Two-view chest dated XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR2061_IM-0698",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/2061_IM-0698-1001.dcm.png",
    "report_gt": "FINDINGS:\nThe heart and mediastinum are unremarkable. The lungs are clear without infiltrate. There is no effusion or pneumothorax.\n\nIMPRESSION:\n1. No acute cardiopulmonary disease.",
    "findings": "The heart and mediastinum are unremarkable. The lungs are clear without infiltrate. There is no effusion or pneumothorax.",
    "impression": "1. No acute cardiopulmonary disease.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR2061_IM-0698",
      "comparison": "CT of the chest with contrast XXXX.",
      "indication": "Indication: XXXX-year-old with chest pain. Comparison: CT of the chest with contrast XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR1133_IM-0090",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/1133_IM-0090-1001.dcm.png",
    "report_gt": "FINDINGS:\nLungs are hyperexpanded. No infiltrates or masses. The eventration of the left hemidiaphragm identified previously is largely unchanged since the previous computed tomogram. Pulmonary XXXX are normal.\n\nIMPRESSION:\nFindings of COPD with no acute changes.",
    "findings": "Lungs are hyperexpanded. No infiltrates or masses. The eventration of the left hemidiaphragm identified previously is largely unchanged since the previous computed tomogram. Pulmonary XXXX are normal.",
    "impression": "Findings of COPD with no acute changes.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR1133_IM-0090",
      "comparison": "XXXX XXXX, XXXX.",
      "indication": "Indication: recurrent XXXX Comparison: XXXX XXXX, XXXX."
    },
    "eval_track": "baseline"
  },
  {
    "study_id": "iu_CXR3220_IM-1522",
    "dataset": "iu_xray",
    "split": "test",
    "image_path": "images/iu_xray/images/images_normalized/3220_IM-1522-1001.dcm.png",
    "report_gt": "FINDINGS:\nLungs are clear. There is no pneumothorax or pleural effusion. The heart and mediastinum are within normal limits. Bony structures are intact.\n\nIMPRESSION:\nNo acute cardiopulmonary process.",
    "findings": "Lungs are clear. There is no pneumothorax or pleural effusion. The heart and mediastinum are within normal limits. Bony structures are intact.",
    "impression": "No acute cardiopulmonary process.",
    "is_followup": false,
    "prior_study": null,
    "metadata": {
      "case_id": "CXR3220_IM-1522",
      "comparison": "XXXX",
      "indication": "Indication: Chest pain. Comparison: XXXX"
    },
    "eval_track": "baseline"
  }
]