File size: 19,655 Bytes
efd08b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
[
  {
    "file_name": "admissions",
    "description": "Contains details for each hospital admission, including timing, demographics, admission source, and discharge info. Each admission has a unique hadm_id.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier; links to PATIENTS table. Patients may have multiple admissions."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique identifier for each hospital admission (1000000 - 1999999)."
      },
      {
        "column_name": "ADMITTIME",
        "description": "Date and time of hospital admission."
      },
      {
        "column_name": "DISCHTIME",
        "description": "Date and time of hospital discharge."
      },
      {
        "column_name": "ADMISSION_TYPE",
        "description": "Classifies admission urgency (e.g., elective, urgent, emergency)."
      },
      {
        "column_name": "ADMISSION_LOCATION",
        "description": "Location of patient before hospital admission."
      },
      {
        "column_name": "DISCHARGE_LOCATION",
        "description": "Patient's destination after hospital discharge."
      },
      {
        "column_name": "INSURANCE",
        "description": "Patient's insurance for this admission."
      },
      {
        "column_name": "LANGUAGE",
        "description": "Patient's language for this admission."
      },
      {
        "column_name": "MARITAL_STATUS",
        "description": "Patient's marital status for this admission."
      },
      {
        "column_name": "ETHNICITY",
        "description": "Patient's ethnicity for this admission."
      },
      {
        "column_name": "AGE",
        "description": "Patient's age for this admission.."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      }
    ]
  },
  {
    "file_name": "d_icd_diagnoses",
    "description": "Lists ICD-9 diagnosis codes used for patient billing.",
    "columns": [
      {
        "column_name": "ICD9_CODE",
        "description": "ICD diagnosis code."
      },
      {
        "column_name": "SHORT_TITLE",
        "description": "Short description of the ICD code."
      },
      {
        "column_name": "LONG_TITLE",
        "description": "Full description of the ICD code."
      }
    ],
    "link": [
      {
        "link_table": "diagnoses_icd",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "d_ccs_diagnoses",
    "description": "Lists ICD-9 diagnosis codes in CCS Level used for patient billing.",
    "columns": [
      {
        "column_name": "icd_code",
        "description": "ICD diagnosis code."
      },
      {
        "column_name": "icd_version",
        "description": "ICD version: 9 or 10. ICD-9 codes are numeric (sometimes with E or V), ICD-10 codes start with a letter."
      },
      {
        "column_name": "long_title",
        "description": "Full description of the ICD code in CCS Level."
      }
    ],
    "link": [
      {
        "link_table": "diagnoses_icd",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "d_icd_procedures",
    "description": "Defines ICD procedure codes used for billing and identifying performed procedures.",
    "columns": [
      {
        "column_name": "ICD9_CODE",
        "description": "ICD procedure code."
      },
      {
        "column_name": "SHORT_TITLE",
        "description": "Short description of the procedure code."
      },
      {
        "column_name": "LONG_TITLE",
        "description": "Brief definition of the procedure code."
      }
    ],
    "link": [
      {
        "link_table": "procedures_icd",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "d_ccs_procedures",
    "description": "Defines ICD procedure codes in CCS Level used for billing and identifying performed procedures.",
    "columns": [
      {
        "column_name": "icd_code",
        "description": "ICD procedure code."
      },
      {
        "column_name": "icd_version",
        "description": "ICD version: 9 (ICD-9) or 10 (ICD-10); decimals are optional."
      },
      {
        "column_name": "long_title",
        "description": "Brief definition of the procedure code in CCS Level."
      }
    ],
    "link": [
      {
        "link_table": "procedures_icd",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "d_labitems",
    "description": "Defines all lab measurement itemids used in MIMIC. Links lab events to item details, including fluid, category, and label. Most items map to LOINC codes for interoperability.",
    "columns": [
      {
        "column_name": "ITEMID",
        "description": "Unique ID for each lab concept; links to labevents."
      },
      {
        "column_name": "LABEL",
        "description": "Name of the lab concept for the itemid."
      }
    ],
    "link": [
      {
        "link_table": "labevents",
        "link_column": "ITEMID"
      }
    ]
  },
  {
    "file_name": "diagnoses_icd",
    "description": "Lists all ICD-9 diagnoses billed to patients during hospital stays, assigned at discharge based on clinical notes.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospitalization identifier."
      },
      {
        "column_name": "ICD9_CODE",
        "description": "ICD diagnosis code."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Time diagnosis was charted."
      }
    ],
    "link": [
      {
        "link_table": "d_icd_diagnoses",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "labevents",
    "description": "Stores all lab test results for a patient, including hematology, blood gases, chemistry, and rare tests.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospitalization identifier."
      },
      {
        "column_name": "ITEMID",
        "description": "Unique lab test concept identifier."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Time the lab test was charted or specimen collected."
      },
      {
        "column_name": "VALUENUM",
        "description": "Lab test result as a numeric value."
      },
      {
        "column_name": "VALUEUOM",
        "description": "Unit of measurement for the result."
      }
    ],
    "link": [
      {
        "link_table": "d_labitems",
        "link_column": "ITEMID"
      },
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      }
    ]
  },
  {
    "file_name": "microbiologyevents",
    "description": "Records microbiology tests, specimen details, organisms found for each patient sample.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission ID."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Date and time the observation was charted."
      },
      {
        "column_name": "SPEC_TYPE_DESC",
        "description": "Description of the specimen type."
      },
      {
        "column_name": "ORG_NAME",
        "description": "Name of the organism grown, if any."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      }
    ]
  },
  {
    "file_name": "patients",
    "description": "Stores patient information that does not change over time.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier; primary key."
      },
      {
        "column_name": "GENDER",
        "description": "Patient's genotypical sex."
      },
      {
        "column_name": "DOB",
        "description": "De-identified date of birth."
      },
      {
        "column_name": "DOD",
        "description": "De-identified date of death from hospital and state records; deaths over one year post-discharge are censored."
      }
    ],
    "link": []
  },
  {
    "file_name": "prescriptions",
    "description": "Contains prescribed medications, including drug names, codes (GSN, NDC), strength, dose, and administration route.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospitalization identifier."
      },
      {
        "column_name": "STARTDATE",
        "description": "Medication start date."
      },
      {
        "column_name": "STOPDATE",
        "description": "Medication stop date."
      },
      {
        "column_name": "DRUG",
        "description": "Free-text medication name."
      },
      {
        "column_name": "DOSE_VAL_RX",
        "description": "Prescribed dose amount."
      },
      {
        "column_name": "DOSE_UNIT_RX",
        "description": "Dose unit of measurement."
      },
      {
        "column_name": "ROUTE",
        "description": "Medication administration route."
      }
    ],
    "link": []
  },
  {
    "file_name": "procedures_icd",
    "description": "Records all hospital-billed procedures for patients using ICD-9 codes.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospitalization identifier."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Date of the procedure."
      },
      {
        "column_name": "ICD9_CODE",
        "description": "ICD procedure code."
      }
    ],
    "link": [
      {
        "link_table": "d_icd_procedures",
        "link_column": "ICD9_CODE"
      }
    ]
  },
  {
    "file_name": "transfers",
    "description": "Tracks patient locations during hospital stays.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission ID."
      },
      {
        "column_name": "EVENTTYPE",
        "description": "Type of transfer event: 'admit', 'transfer', or 'discharge'."
      },
      {
        "column_name": "CAREUNIT",
        "description": "Type of unit or ward where patient is located."
      },
      {
        "column_name": "INTIME",
        "description": "Date and time patient entered the care unit."
      },
      {
        "column_name": "OUTTIME",
        "description": "Date and time patient left the care unit."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      }
    ]
  },
  {
    "file_name": "d_items",
    "description": "Defines itemid concepts used in ICU event tables.",
    "columns": [
      {
        "column_name": "ITEMID",
        "description": "Unique identifier for each item."
      },
      {
        "column_name": "LABEL",
        "description": "Name of the concept for the itemid."
      },
      {
        "column_name": "LINKSTO",
        "description": "Name of the event table containing this itemid."
      }
    ],
    "link": [
      {
        "link_table": "chartevents",
        "link_column": "ITEMID"
      },
      {
        "link_table": "inputevents_cv",
        "link_column": "ITEMID"
      },
      {
        "link_table": "outputevents",
        "link_column": "ITEMID"
      }
    ]
  },
  {
    "file_name": "chartevents",
    "description": "chartevents stores all patient charted data during ICU stays, including vital signs, ventilator settings, lab values, and other clinical observations.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission identifier."
      },
      {
        "column_name": "ICUSTAY_ID",
        "description": "Unique ICU stay identifier."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Time the observation was made."
      },
      {
        "column_name": "ITEMID",
        "description": "Identifier for the measurement type (e.g., heart rate)."
      },
      {
        "column_name": "VALUENUM",
        "description": "Numeric value for the itemid, if applicable."
      },
      {
        "column_name": "VALUEUOM",
        "description": "Unit of measurement for the value."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      },
      {
        "link_table": "icustays",
        "link_column": "ICUSTAY_ID"
      },
      {
        "link_table": "d_items",
        "link_column": "ITEMID"
      }
    ]
  },
  {
    "file_name": "icustays",
    "description": "Records ICU stays with admission and discharge times.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission ID."
      },
      {
        "column_name": "ICUSTAY_ID",
        "description": "Unique ICU stay ID."
      },
      {
        "column_name": "FIRST_CAREUNIT",
        "description": "First ICU type during the stay, from TRANSFERS."
      },
      {
        "column_name": "LAST_CAREUNIT",
        "description": "Last ICU type during the stay, from TRANSFERS."
      },
      {
        "column_name": "INTIME",
        "description": "ICU admission date and time."
      },
      {
        "column_name": "OUTTIME",
        "description": "ICU discharge date and time."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      }
    ]
  },
  {
    "file_name": "inputevents_cv",
    "description": "Records continuous infusions and intermittent drug administrations, including timing, components, and changes in delivery.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission ID."
      },
      {
        "column_name": "ICUSTAY_ID",
        "description": "Unique ICU stay ID."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Time of the input event."
      },
      {
        "column_name": "ITEMID",
        "description": "ID for the administered drug or substance."
      },
      {
        "column_name": "AMOUNT",
        "description": "Amount given to the patient."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      },
      {
        "link_table": "icustays",
        "link_column": "ICUSTAY_ID"
      },
      {
        "link_table": "d_items",
        "link_column": "ITEMID"
      }
    ]
  },
  {
    "file_name": "outputevents",
    "description": "Records patient outputs such as urine and drainage.",
    "columns": [
      {
        "column_name": "SUBJECT_ID",
        "description": "Unique patient identifier."
      },
      {
        "column_name": "HADM_ID",
        "description": "Unique hospital admission ID."
      },
      {
        "column_name": "ICUSTAY_ID",
        "description": "Unique ICU stay ID."
      },
      {
        "column_name": "CHARTTIME",
        "description": "Time of the output event."
      },
      {
        "column_name": "ITEMID",
        "description": "ID for the type of measurement."
      },
      {
        "column_name": "VALUE",
        "description": "Amount of substance at charttime."
      }
    ],
    "link": [
      {
        "link_table": "patients",
        "link_column": "SUBJECT_ID"
      },
      {
        "link_table": "admissions",
        "link_column": "HADM_ID"
      },
      {
        "link_table": "icustays",
        "link_column": "ICUSTAY_ID"
      },
      {
        "link_table": "d_items",
        "link_column": "ITEMID"
      }
    ]
  },
  {
    "file_name": "diagnoses_ccs_candidates",
    "description": "Lists ICD-9 codes in CCS Level used for patient billing.",
    "columns": [
      {
        "column_name": "icd_code",
        "description": "ICD diagnosis code."
      },
      {
        "column_name": "icd_version",
        "description": "ICD version: 9 or 10. ICD-9 codes are numeric (sometimes with E or V), ICD-10 codes start with a letter."
      },
      {
        "column_name": "candidate",
        "description": "Full description of the ICD code in CCS Level."
      }
    ],
    "link": []
  },
  {
    "file_name": "procedures_ccs_candidates",
    "description": "Defines ICD procedure codes in CCS Level used for billing and identifying performed procedures.",
    "columns": [
      {
        "column_name": "icd_code",
        "description": "ICD procedure code."
      },
      {
        "column_name": "icd_version",
        "description": "ICD version: 9 (ICD-9) or 10 (ICD-10); decimals are optional."
      },
      {
        "column_name": "long_title",
        "description": "Brief definition of the procedure code in CCS Level."
      }
    ],
    "link": []
  },
  {
    "file_name": "labevents_candidates",
    "description": "Defines all lab measurement itemids used in MIMIC. Links lab events to item details, including fluid, category, and label. Most items map to LOINC codes for interoperability.",
    "columns": [
      {
        "column_name": "ITEMID",
        "description": "Unique ID for each lab concept; links to labevents."
      },
      {
        "column_name": "LABEL",
        "description": "Name of the lab concept for the itemid."
      }
    ],
    "link": []
  },
  {
    "file_name": "prescriptions_candidates",
    "description": "Contains unique drug names prescribed to patients, used as candidate values for medication selection.",
    "columns": [
      {
        "column_name": "candidate",
        "description": "As candidate column for choosing the correct value. Drug name."
      }
    ],
    "link": []
  },
  {
    "file_name": "transfers_candidates",
    "description": "Contains unique careunit names from patient transfer events, used as candidate values for careunit selection.",
    "columns": [
      {
        "column_name": "candidate",
        "description": "As candidate column for choosing the correct value."
      }
    ],
    "link": []
  },
  {
    "file_name": "microbiologyevents_candidates",
    "description": "Contains unique microbiology test names, used as candidate values for microbiological event selection.",
    "columns": [
      {
        "column_name": "candidate",
        "description": "As candidate column for choosing the correct value."
      }
    ],
    "link": []
  }
]