Coder Social home page Coder Social logo

Platelets, RBC about mimic-code HOT 3 CLOSED

mit-lcp avatar mit-lcp commented on June 4, 2024
Platelets, RBC

from mimic-code.

Comments (3)

alistairewj avatar alistairewj commented on June 4, 2024

Almost certainly the appropriate choice is to use the IOEVENTS table. This will tell you when the blood was given (to the hour) and the amount. You can search the D_ITEMS table for the ITEMID associated with transfusions, such as "FFP", "RBC", etc. If you come up with a list of these ITEMID values we would welcome it as a contribution to the documentation.

from mimic-code.

vincentmajor avatar vincentmajor commented on June 4, 2024

The most common by total volume (in my analyses) ITEMID codes for platelets or RBC are:
String description: ITEMID
Packed Red Blood Cells: 225168
Packed RBC's: 30001 or just 1 in the IOEVENTS table (see my currently open issue #9 )
Platelets: 225170
OR Packed RBC Intake: 226368
Platelets: 30006 or just 6
OR Platelet Intake: 226369
OR Packed RBC's: 30104 or just 104

This is far from a complete list but appear to be the most common from my subgroup.

from mimic-code.

SvenVanPoucke avatar SvenVanPoucke commented on June 4, 2024

Thanks for the answer!
Sven

Op wo 21 okt. 2015 17:52 schreef vjm261 [email protected]:

The most common by total volume (in my analyses) ITEMID codes for
platelets or RBC are:
String description: ITEMID
Packed Red Blood Cells: 225168
Packed RBC's: 30001 or just 1 in the IOEVENTS table (see my currently open
issue #9 #9 )
Platelets: 225170
OR Packed RBC Intake: 226368
Platelets: 30006 or just 6
OR Platelet Intake: 226369
OR Packed RBC's: 30104 or just 104

This is far from a complete list but appear to be the most common from my
subgroup.


Reply to this email directly or view it on GitHub
#11 (comment).

from mimic-code.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.