Type of Transfusions
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 3.4k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the MIMIC online documentation and the referenced pull request #415 and issue #253 first. Then inspect the d_items lookup and transfusion-related item identifiers; done means documenting how to identify platelet and cryoprecipitate transfusions, including why the attempted label search returned no results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- databases
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100