mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Type of Transfusions

Open Edakksm opened this issue 1 year ago • 0 comments

Prerequisites

  • [ X] Put an X between the brackets on this line if you have done all of the following:
    • Checked the online documentation: https://mimic.mit.edu/
    • Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=

Description

How can I know if a patient got platelet, CRYOPRECIPITATE transfusion?

From https://github.com/MIT-LCP/mimic-code/pull/415, I got the code for platelet transfusion and from https://github.com/MIT-LCP/mimic-code/issues/253, I got the itemID for RBC transfusion.

I tried the following: d_items[d_items['LABEL'].str.contains("CRYOPRECIPITATE")] and similarly for platelets. But I didnt get any results.

Edakksm avatar Jul 28 '22 00:07 Edakksm