Name | Description | Type | Additional information |
---|---|---|---|
Quantity | How much of the drug is to be administered. This must be greater than zero. | decimal number |
Required |
UnitCode | The unit of measure for the Quantity parameter. The UnitCode must match the units used in the commercially supplied product. | string |
Required |
Frequency | Represents how many times in a given interval the Quantity is administered or is being prescribed. Dosage frequency (when the unit strength is per-dose). If the ContinuousInfusion parameter is "False", this must be set to a value greater than zero. | integer |
None. |
Interval | The number of days between doses. Associated with the Frequency parameter value. If the ContinuousInfusion parameter is "False", this must be set to a value greater than zero. | integer |
None. |
DosingCategory | Identifies the category of drug order to be screened. If no dosing category is provided in the request, then "Routine" will be assumed. | DosingCategoryEnum |
None. |
ContinuousInfusion | Indicates that the request is for a drug given by continuous infusion. If this is "True" the ContinuousInfusionTimeUnit parameter must also be set. If this is "True" the Frequency and Interval parameters are unnecessary. Default is set to "False". | boolean |
None. |
ContinuousInfusionTimeUnit | Continuous infusion time unit for drugs administered by continuous infusion. The ContinuousInfusion paramater must be set to "True" if this is input. | ContinuousInfusionTimeUnitEnum |
None. |
DoseCheckScreeningDose
Represents a drug dose for screening.