MedicationOrderPharmacyVerificationTrac
This table traces medication orders in the pharmacy verify queue.
| Column Name | Type | Description |
|---|---|---|
| MedicationOrderAuditTrailGroupLineNumber | INTEGER | The line number of the associated audit trail entry in this order record. Together with ORDER_MED_ID, this forms the foreign key to the AUDIT_ORD_RXNOADD table. |
| OrderMedicationInternalKey | NUMERIC | The unique ID of the medication order (prescription) record. NOTE: This is an internal unique identifier for ORD master file records in this table and cannot be used to link to CLARITY_MEDICATION. |
| VerifyQueueActionUserIdentifier | VARCHAR | This item stores the user who took action on this item from the verify queue. |
| 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. |
| PharmacyQueueReason | INTEGER | Indicates the reason for the order in the pharmacy verify queue. |
| PharmacyVerificationInstant | DATETIME | The instant that the order is verified in pharmacy. |
| PharmacyQueueEntryInstant | DATETIME | The instant that the order enters pharmacy verify queue. |
| RxVerificationIsCanceledIndicator | VARCHAR | This item indicates if this verify action was canceled. |
| DeploymentLogicalOwnerIdentifier | 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. |
| DeferredProviderType | VARCHAR | This item contains the provider type to which an order was deferred. |
| DeferredSpecialty | VARCHAR | This item contains the provider specialty to which an order was deferred. |
| VerifyingUserLoginDepartmentIdentifier | NUMERIC | This item stores the login department of the verifying user, stored in ORD 48018. |