Closed smondet closed 6 years ago
Hi Sebastian
Indeed this is a bug. Let us explore what happened with drugs and fix it.
Thanks for reporting
bug spotted:
select label, count(1) from
mimic.gcpt_prescriptions_ndcisnullzero_to_concept group by 1 having count(1) > 1;
label | count
------------------------------+-------
Advair Diskus 100/50MCG | 2
Meperidine HCl 100MG/2ML AMP | 2
desvenlafaxine 100 mg | 2
Has anyone run into this?
At the step
psql "$MIMIC" -f "etl/etl.sql"