Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate drugs with their therapeutic uses #6

Closed
mattgawarecki opened this issue Jan 17, 2017 · 12 comments
Closed

Associate drugs with their therapeutic uses #6

mattgawarecki opened this issue Jan 17, 2017 · 12 comments

Comments

@mattgawarecki
Copy link
Contributor

Task

We currently have a listing of drug names (both brand and generic) and a separate list of ATC codes. We'd like to find a way to associate these two data sets in such a way that we can look up a given drug's therapeutic uses using its name.

How this will help

If we can establish a link between drug names and their uses, we'll be able to learn a ton about which diseases and conditions Medicare is spending money to treat. Among other things, this also opens the door to comparing cost and popularity of different drugs within the same class over time.

Things you need to know

Based on prior efforts, this task may take some significant effort to complete. Drugs often go by various names (even chemically/generically), so doing a simple text search may not be viable. Expect to have to deal with lots of exceptions and edge cases. We may even need to acquire more comprehensive data, which could require you to solicit other organizations.

@jenniferthompson
Copy link
Contributor

Might should be a separate issue, but: inspired by benzodiazepine conversation on Slack - thinking about adding "a. therapeutic uses and b. classes"? Eg, I might be interested in all cardiology meds or specifically statins.

@jenniferthompson
Copy link
Contributor

Thinking a first step on this could be to separate generics from brand names in drug_list.json. Some are pretty easy (Humira (adalimumab)), some are quite a bit trickier.

@acutrell
Copy link

I don't want to send you down a rabbit hole, but has anyone explored RxNorm? It may provide a link. The National Drug Codes in the Medicare file are linked to the First Databank Medknowledge proprietary database. It is one of the source vocabularies (SAB table)) used by RxNorm. ATC is another SAB. Just a thought. https://www.nlm.nih.gov/research/umls/rxnorm/

@mattgawarecki
Copy link
Contributor Author

@acutrell Thanks for the heads up!

All: Because we've gotten quite a few more leads into drug use data sets, I'm going to create a separate issue for it. I think we've discovered a new need -- consolidating all these sources into a list for later curation and exploration.

@pabramowitsch
Copy link

This Dx to to drug information is commercially available from the company First Databank which is owned by Hearst Business Media. I work for a sister group within Hearst and am very familiar with FDB's information model. It includes not only therapeutic uses, but a huge amount of ancillary info about cost, packaging, dosing by age/sex, generics, and much more.

@jenniferthompson
Copy link
Contributor

@pabramowitsch Oh wow, that would be really helpful. Do you have a link or know how much it would cost/how open they'd be to working with nonprofits?

@pabramowitsch
Copy link

pabramowitsch commented Feb 7, 2017 via email

@jenniferthompson
Copy link
Contributor

@pabramowitsch That definitely makes sense from a business perspective... not sure it would mesh well with the current D4D model of keeping most everything open. Which is a bummer!

@amichp
Copy link

amichp commented May 9, 2017

Just heard this project exists on "partially derivative" podcast, and am looking around.

I suggest you might want to consider using this repository, and the data sources he uses, to deal with this issue:

https://github.com/fabkury/ndc_map

@dbuijs
Copy link

dbuijs commented May 31, 2017

Have a look at drugbank.ca, also Rxnorm (https://mor.nlm.nih.gov/RxNav/), also https://open.fda.gov/drug/label/

@jenniferthompson
Copy link
Contributor

Thanks @dbuijs! We've got an issue open for drugbank.ca (#61) if you're interested.

@darya-akimova
Copy link
Contributor

Closing this issue in order to break it down into smaller issues to reduce the scope of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants