You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to populate drug_exposure.quantity when the dose form of the drug is liquid
CDM or THEMIS convention?
Themis
Table or Field level?
Field
Is this a general convention?
No
Summary of issues
Quantity is represented several different ways depending on the dose form of a drug.
For liquids it may be unclear how to store quantity.
Summary of answer
To find the dose form of a drug the RELATIONSHIP table can be used where the relationship_id is ‘Has dose form’.
If the drug is a liquid, quantity stands for the total amount dispensed or ordered of ingredient in the units given by the drug_strength table (typically stored as some measure of volume e.g. milliliters etc)
If the unit from the source data does not align with the unit in the DRUG_STRENGTH table the quantity should be converted to the correct unit given in DRUG_STRENGTH.
How to populate drug_exposure.quantity when the dose form of the drug is liquid
CDM or THEMIS convention?
Themis
Table or Field level?
Field
Is this a general convention?
No
Summary of issues
Summary of answer
Related links