dancoster / DrugLab

Repository for the drug<>lab pair
1 stars 0 forks source link

Merge - Create mapping of drugs between hirid and mimic #38

Open dancoster opened 1 year ago

dancoster commented 1 year ago

Take the significant medications from MIMIC and run it on HIRID.

PavanReddy28 commented 1 year ago

HIRID_MED_MAPPING = { "Insulin" : [1000963, 1000379, 1000381, 1000724, 15], "Vancomycin": [189, 331], "KCL": [1000398, 1001063, 1000080], "Intravenous blood transfusion of packed cells": [1000100, 1000743], "Glucose": [1000022, 1000690, 1000689, 1000544, 1000835, 1000746, 1000060, 1000567], "Magnesium Sulfate": [1000421], "Magnesiocard 5 mmol sachet": [1000420], }

dancoster commented 1 year ago

@PavanReddy28 did you manage to work on this mapping? what is the commit?

PavanReddy28 commented 1 year ago

Added changes as part of the following commits.

  1. Commit-1 (Major) : https://github.com/dancoster/DrugLab/commit/250724558e0ed621b04b348bba991f540c1d2161
  2. Commit-2 (Minor - Related to unit conversions) : https://github.com/dancoster/DrugLab/commit/f64e27dedd802b27e9f6e64aabb0b2ab43e956d0#diff-3eade7403a090ae0dccbfc16d0fe917dbc9c68b84e8914219c86c24d3f0aaad5L320