Skip to content
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

Date-shifting masking number of alcoholic beverages per week in discharge summary #40

Open
vincentmajor opened this issue Dec 8, 2015 · 2 comments

Comments

@vincentmajor
Copy link

I have found cases where the data-shifting algorithm masks the number of alcoholic beverages per week that may be of some clinical significance in the discharge summaries. Low priority issue.
An example (with added spaces to prevent markdown styling):

She has approximately [* * 11-26 * *] alcoholic beverages per week, does not smoke..."

HADM_ID = 120167

@SichengH
Copy link
Contributor

```select * from physionet-data.mimiciii_notes.noteevents
where HADM_ID = 120167
and text like '%11-26%';


The query returns no results. Likely this problem is already solved. 

@tompollard
Copy link
Member

The query returns no results. Likely this problem is already solved.

@SichengH take a look at the discharge summary for hadm_id = 120167 and you'll see that this is still an issue.

@vincentmajor thanks for raising this. We're continuing to work on reducing the number of false positives in the text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants