Question about linking MIMIC-CXR subject id and study id to age at time of study #1094
-
Prerequisites
DescriptionMy goal is to get the age of a patient at the time of a MIMIC-CXR study. Is there a way of doing this using MIMIC-IV or another approach? The admissions.csv.gz (accessible within https://physionet.org/content/mimiciv/0.4/ in MIMIC-IV Core) has information about age, gender, and race. However, the age is specific to the admission event. I need to link the study (such as s58821758) to the admission event to get the age of the patient at the time of the study. This seems to have been done in the paper CheXclusion (https://arxiv.org/abs/2003.00827) - the author of CheXclusion stated that they had received the data from the MIMIC-CXR team under a limited use agreement - I was wondering if it is possible using MIMIC-IV (or other recently released data from the MIMIC-CXR team). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The authors of the CheXclusion paper may have received early access to the MIMIC-CXR dataset. However, now that MIMIC-CXR is publicly released you should have access to the same information. Please see this issue #953 for information about using the metadata CSV from the mimic-cxr-jpg project to link to MIMIC-IV core. The derived table |
Beta Was this translation helpful? Give feedback.
The authors of the CheXclusion paper may have received early access to the MIMIC-CXR dataset. However, now that MIMIC-CXR is publicly released you should have access to the same information. Please see this issue #953 for information about using the metadata CSV from the mimic-cxr-jpg project to link to MIMIC-IV core. The derived table
dicom_metadata_string
, under mimic-cxr on BigQuery provides similar information. These should provide the necessary information to determine a subjects age at the time a given DICOM was captured.