Add mapping file to map hosp.prescriptions.ndc to various drug classes#1753
Add mapping file to map hosp.prescriptions.ndc to various drug classes#1753mlbernauer wants to merge 4 commits intoMIT-LCP:mainfrom
hosp.prescriptions.ndc to various drug classes#1753Conversation
|
In total there appear to be 5732 distinct non-null NDCs in the
|
|
As an example, one can use the ATC classification to query all NDCs for Antiinfectives for Systemic Use which has a top-level ATC classification code of which should return 2109 results (785 distinct NDCs) across both the ATC and ATCPROD vocabularies. One limitation of this mapping file is that it only contains mappings between drugs and their immediate parent class. In other words, if a drug maps to class |
This PR adds a mapping file (
drug_mappings.csv) which allows drugs inprescriptionstable to be organized into different classes (e.g. therapeutic, pharmacologic, mechanism of action, pharmacokinetic, among others).