MedicationMixtureIngredientInformation
This table is used to extract ingredient medication information for mixture orders.
| Column Name | Type | Description |
|---|---|---|
| CalculatedDose | INTEGER | The med & dose unit category ID for the calculated dose of the medication order. |
| MedicationIngredientDoseUnitCategoryIdentifier | INTEGER | The med & dose unit category ID for an ingredient of a medication mixture. |
| IngredientMedicationIdentifier | NUMERIC | The unique identifier of a medication record used as an ingredient in the mixture. |
| MixtureIngredientFrequencyIdentifier | VARCHAR | The unique identifier of the frequency record associated with the mixture ingredient. |
| RecordLogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| MedicationMixtureIngredientTypeIdentifier | INTEGER | The ingredient type category ID for an ingredient of a medication mixture, indicating what the type of ingredient such as medication or base. |
| IngredientRatioUnitCode | INTEGER | Stores the ingredient ratio unit. |
| IngredientInfusionRateUnit | INTEGER | The infusion rate unit for the ingredient. |
| CalculatedDoseRoundingWarningMessage | VARCHAR | A warning about whether a medication mixture's final dose was rounded by more than a specified percentage. |
| MedicationMixtureFreeTextTypeCode | INTEGER | Determines if we should send the ingredient to Finland Kanta database as free text |
| IngredientContributesWeightIndicator | VARCHAR | Indicates whether the ingredient adds weight to the mixture. 'Y' indicates that the ingredient does contribute weight to the mixture. 'N' or NULL indicates that the ingredient does not contribute weight to the mixture. |
| MaximumInfusionRateAmount | NUMERIC | The maximum infusion rate amount of the ingredient. |
| OrderMedicationDispenseQuantity | NUMERIC | Stores the ordered dispense quantity. |
| ShouldApplyIngredientOverfillFlag | VARCHAR | Holds a Yes/No category value to determine if each ingredient should be overfilled or not. Order equivalent of I ERX 462. |
| IngredientSequenceNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. Each line represents an ingredient of the mixture. |
| MinimumIngredientDoseAmount | NUMERIC | The minimum ordered dose amount of the ingredient. |
| MinimumIngredientInfusionRateAmount | NUMERIC | The minimum infusion rate amount of the ingredient. |
| IngredientContributesVolumeIndicator | VARCHAR | Indicates whether the ingredient adds volume to the mixture. 'Y' indicates that the ingredient does contribute volume to the mixture. 'N' or NULL indicates that the ingredient does not contribute volume to the mixture. |
| DoseCalculationStepsExplanation | VARCHAR | Indicates the calculated steps to get the calculated minimum or maximum calculated dose. |
| IsNonFormularyIngredient | VARCHAR | Indicates whether the ingredient is not on a hospital formulary. 'Y' indicates that the ingredient is not on a hospital formulary. 'N' or NULL indicates that the ingredient is on a hospital formulary. |
| DispenseAmountUserText | VARCHAR | This column stores the dispense amount added by a user. |
| MedicationDoseRoundingOverrideReasonCategory | INTEGER | The category number for the acknowledgement reason given by the user to override a dose rounding warning on this component. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| MinimumCalculatedIngredientDoseAmount | NUMERIC | Indicates the minimum calculated dose amount for the ingredient. |
| MixtureComponentInstructions | VARCHAR | The medication instructions for a single component of a mixture comprised of multiple medications with different tablet strengths. |
| CalculatedDoseAmountPerDay | NUMERIC | Calculated dose amount per day. |