PharmacyWorkRequestOrderFi
Each work request can have any number of fill requests attached signifying the dispenses that should be grouped together. This table includes the patient, order and order dat for each fill request attached to the work request. The primary key for this table is and . The column can be linked to the table in order to include general work request information in the report.
| Column Name | Type | Description |
|---|---|---|
| AdvancePreparationOrderId | NUMERIC | This is the order ID of a cross-encounter signed and held inpatient e-prescription that has been sent to the pharmacy for advance prep. |
| FillRequestDocumentRecordIdentifier | NUMERIC | Document record for this fill request |
| FillRequestType | INTEGER | Fill request type for the associated order. The category table for this column is ZC_FILL_REQ_TYP. |
| FillRequestDocumentRecordDate | FLOAT | A unique, internal document record contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| FillRequestOrderContact | VARCHAR | A fill request is a contact on the order record documenting a dispense of that order to the patient. This field specifies which fill request (or contact) on the order is associated with this work request. Each fill request on an order will be linked to a separate work request documenting that set of dispenses to the patient. |
| FillRequestPatientIdentifier | VARCHAR | Patient for this fill request. This column can be linked to the PATIENT table in order to include patient related data in the report. |
| RecordPhysicalOwnerIdentifier | VARCHAR | Stores the physical owner of the record |
| RecordLogicalOwnerIdentifier | VARCHAR | Stores the logical owner of the record |
| FillRequestOrderContactDateTime | FLOAT | A unique, internal order contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| FillRequestDocumentDateTime | VARCHAR | Document DAT for this fill request |
| WorkRequestOrderLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| FillRequestOrderId | NUMERIC | Each work request can be attached to a fill request contact on any number of orders. This column links this work request with a given order. It can be linked to any order related table to include order related information in the report. |