We have one more problem, but I think it also could work. Take a typical HCPCS code. Those are the codes that the hospitals use to give patients drugs (more than trivial drugs) and get reimbursed. They are usually called J codes, but there are a lot of such codes that don’t start with a J:
J0285 Injection, amphotericin b, 50 mg.
Of course, the actual drug looks like this: 19133991 “amphotericin B liposomal 5 MG/ML Injectable Solution”. That means, the physician injected 10 mL. However, we don’t know this, because there is also 40175779 “amphotericin B liposomal 4 MG/ML Injectable Solution”, of which he then injected 12.5 mL.Which means, this J code is mapped to a Clinical Drug Form 40158018 “amphotericin B liposomal Injectable Solution”, and we don’t know the amount.
The way to solve that is to provide a drug_strength record for those non-Standard drugs. In those cases, where all the information in DRUG_STRENGTH is null or missing, we would go to the DRUG_STRENGTH record and get the 50 mg for the entire drug exposure there.
Sounds right, or too much hassle?