-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 18 (trend analysis), how to retrieve year? #14
Comments
If you're extracting this from MIMIC II or III, the dates have been shifted, and the years should be nonsensical as the shifting is necessary to protect PHI. It is possible to apply for access to get the actual years, and I would e-mail mimic-support@physionet.org to ask how. I am not certain, but the authors likely applied for this additional access themselves, and this was how they were able to write their chapter. Since this isn't a question related to the code, I will close the issue, but if I have misunderstood, feel free to let me know. |
@jinjinzhou as Jesse mentions, the dates are shifted by several hundred years for de-identification purposes. Are you looking at the raw text or using an application like Excel? Excel mashes up the shifted dates, which might explain why you are seeing a nonsensical value. |
Thanks, Jesse and Tom. We are using MIMIC-III. I am ccing <email address removed> to see if any algorithm we may have to translate year.
Thanks,
Jin
|
@jinjinzhou There is no need to email us. We prefer to discuss these issues on the public repository (as noted at: https://mimic.physionet.org/help/). You can typically treat the dates in MIMIC as standard dates. It should not be necessary to translate them. What software are you using the view the data? |
Thanks, Tom. I followed instruction as noted in MIMIC-III to a postgres SQL database and vied them by R.
Jin
|
The date that you've listed above (CHARTTIME, is 5/12/34 12:00) does not occur in MIMIC-III as far as I am aware. If this date appears in your database, please provide us with a query to find this value (e.g. |
How are you viewing it in R? Are you using |
Yes
|
It is difficult to diagnosis this if we can't replicate it on our end. Are you are able to find what @tompollard has asked for? ( |
Here it looks like.
Jin
[cid:image001.png@01D488AD.8181E380]
From: Jesse Raffa <notifications@github.com>
Reply-To: MIT-LCP/critical-data-book <reply@reply.github.com>
Date: Friday, November 30, 2018 at 1:01 PM
To: MIT-LCP/critical-data-book <critical-data-book@noreply.github.com>
Cc: "Zhou, Jin - (jzhou)" <jzhou@email.arizona.edu>, Mention <mention@noreply.github.com>
Subject: Re: [MIT-LCP/critical-data-book] Chapter 18 (trend analysis), how to retrieve year? (#14)
It is difficult to diagnosis this if we can't replicate it on our end. Are you are able to find what @tompollard<https://github.com/tompollard> has asked for? (row_id)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#14 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANJYT4yzi6DjGF5DMeC1Yxv-1DAUkGSZks5u0Y6pgaJpZM4Y8LTl>.
|
Jin, can you post the image on github.com, it's not showing up here. |
The data set description about chartevents.csv is available from the website https://mimic.physionet.org/mimictables/chartevents/ |
To echo above comment, we don't need to have exact year - just a number in the same order as the calendar year order. Thanks, |
The year (or sequence by year) is not available in MIMIC-III unfortunately. We understand that this is a limitation and are considering alternative options for handling de-identification for the next release of MIMIC. |
In the chartevents.csv table we downloaded,
one CHARTTIME, is 5/12/34 12:00
Can someone help with what does 34 mean? How to translate to 34 to a correct calendar year.
Thanks
Jin
The text was updated successfully, but these errors were encountered: