Is there any way to obtain ingredients for deprecated concepts?
The concept ancestors table contains mapping from standard rxnorm codes to ingredients, however I have a dataset that contains many deprecated rxnorm codes (which cannot be mapped to standard).
I noticed that many of these deprecated drugs are still valid in the real world, e.g.:
- CONCEPT_ID CONCEPT_NAME
- 1100166.0 acetaminophen 320 MG / codeine 8 MG Oral Capsule
- 1120613.0 Dextromethorphan 60 MG
- 722114.0 Paroxetine 30 MG
etc. etc.
However, I am unable to get their ingredients.
Is there any way I could do this? Something I am trying is to look for other relationships like ‘Rxnorm has ing’, ‘consist of’, or ‘Maps to’ (I can see some of them still have a valid mapping to standard), but this seems like an inconsistent solution as not all of them have these relationships present. Some of them have all 3, some of them have none.
Thank you beforehand for any help.