The DRUG_ERA table is intended to store periods of continuous exposure to active ingredients. It is not intended to tease out differences in dose or formulation.
The sentence claims that formulation is out of scope, but would drug route be also out of scope. Oral route vs. rectal route vs. intra-eye injection? (e.g., bevacizumab systemically vs. into an eye only)
If drug_concept_id has all the meaning (in DRUG_EXPOSURE), why do we have the column route_concept_id in the exposure table. One could say it is redundant. (and maybe that is why it is optional there and not required).
But we have some non-dispensation drug data and for those me may have drug_route data.
If our CDM justification logic allows route_concept_id in the DRUG_EXPOSURE table, I see absolutely no reason why the same justification is not applied to the same idea in the DRUG_ERA.
If all my rows in drug_exposure have route data (optionally), I see no reason to drop that information in the era table. I think neomycin oraly and systemically is a different “cup of coffee” than neomycin in my eye locally.
In other words I am proposing extending the scope of the era table.
I am arguing that dose and formulation (topical gel, topical oil, topical spray are out of scope for era but I propose to to bring drug route (“apply on skin” (and not inject into muscle)) into the DRUG_ERA scope. (extend the scope for one of those three medical terms (dose vs. formulation vs. route).
Especially because it is a derived table and we have the knowledge to derive it well or copy if from the exposure table. It will increase the utility of the era table for analysts.