MedicationUnitConversionFacto
This table can be used to convert a medication quantity between two units. Joining to this table on and and multiplying the quantity by will calculate the quantity in the unit in the column.
| Column Name | Type | Description |
|---|---|---|
| MedicationIdentifier | NUMERIC | The unique ID of the medication record. |
| MedicationUnitOfMeasureSource | INTEGER | The unit that can be converted from using the CONVERSION column. |
| ConversionFactorValue | NUMERIC | This column stores the conversion factor between the unit in the FROM_UNIT_C column and the unit in the TO_UNIT_C column. By multiplying a quantity with a unit in FROM_UNIT_C by this column, you will calculate the quantity for the unit in TO_UNIT_C. |
| MedicationConversionToUnitCode | INTEGER | The unit that can be converted to using the CONVERSION column. |