LaboratoryOrderInformation
This table contains information about lab orders. One row in the table represents an order. Orders are only included in this table if they have an order type listed in the install mnemonic and do not have a future standing status.
| Column Name | Type | Description |
|---|---|---|
| LabOrderSpecimenDrawTypeCategoryIdentifier | INTEGER | The specimen draw type category ID for the order. |
| TestPanelReleaseDateTime | DATETIME | If this order is a performable order on a test panel, this item stores the local date and time when the associated orderable was released. This column will only be populated for performable orders on test panels. It will not be populated for the orderable order on test panels. |
| MinutesBetweenScheduledAndCollectionTime | INTEGER | The number of minutes between the scheduled and collected instants for a lab. Negative values indicate early collection. |
| TestPanelUniversalReleaseDateTime | DATETIME | If this order is a performable order on a test panel, this item contains the UTC date and time when the associated orderable was released. This column will only be populated for performable orders on test panels. It will not be populated for the orderable order on test panels. |
| ProcedureLoincIdentification | NUMERIC | LOINC ID associated with the procedure. |
| IsAbnormalResult | VARCHAR | Indicates whether or not this order contains abnormal results. This column will contain a Y if there are abnormal results and an N or null if it does not. For orders with lab component results, if any one component of this order has an abnormal result value then this will hold a Y. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across patients and encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| OrderCreationDateTime | DATETIME | The instant when the order was created. |
| PrioritizedResultUniversalTimeCoordinate | DATETIME | Stores the prioritized instant for the result in UTC |
| ProcedureOrderSpecimenSourceCategoryNumber | INTEGER | The source category number for the procedure order. |
| LastOrderContactDateReal | FLOAT | The latest contact date for the order in decimal format. The integer portion of the number indicates the date of 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. |
| OrderExcludeFromDecisionSupportReason | INTEGER | The Exclude From Decision Support reason for the order. It will be either 1 - Unsuccessful Attempt represents an order that was not successfully completed. or 2 - Documented on Wrong Patient represents the order's result information was documented on the incorrect patient. |
| HasResultedContactIndicator | VARCHAR | Indicates whether the order has a resulted contact. 'Y' indicates that the order has at least one contact of type 2-Resulted. 'N' indicates that the order does not have any contacts of type 2-Resulted. |
| SpecimenCollectionDepartmentIdentifier | NUMERIC | The unique identifier of the department where the specimen was collected. |
| LastRedrawReason | INTEGER | The last redraw reason category ID for the order. |
| LastRowUpdateDateTime | DATETIME | The date and time when this row was created or last updated in Clarity. |
| LabOrderPlacementContext | INTEGER | This indicates whether an order is an inpatient or outpatient order. Note that Outpatient orders can be placed from an Inpatient encounter as discharge orders. This column might be blank for Outpatient orders placed prior to the creation of the IP module. This column is used to link to the ZC_ORDERING_MODE table. |
| ProcedureOrderCancellationReasonCategory | VARCHAR | The reason for cancellation category number for the procedure order. |
| HasCorrectionIndicator | VARCHAR | Indicates whether the order has a correction. 'Y' indicates that the order has at least one contact with procedure result status equal to 4-Edited or 5-Edited Result - FINAL. 'N' indicates that the order does not have any contacts with procedure result status equal to 4-Edited or 5-Edited Result - FINAL. |
| SignedOrderPatientLocationDepartmentIdentifier | NUMERIC | The unique identifier of the department where the patient is located at the time this order was signed, |
| SendingOrganizationIdentification | NUMERIC | The sending organization that provided the information to create the reconciled outside order |
| LabOrderResultStatus | INTEGER | The category number for the status of results for an order, as of the date and time the record was extracted. |
| NonParticipatingLabReferralIdentifier | NUMERIC | The unique ID of patient and coverage information for non-participatory lab referrals attached to this order. If this is filled in, then PAT_ID and related columns in the ORDER_PROC table will not be filled in for this order. This column is frequently used to link to the RQG_DB_MAIN table. |
| OrderCreationInstantUtcDateTime | DATETIME | The instant when the order was created in UTC. |
| LabOrderIdentifier | NUMERIC | The unique ID of the order record associated with this procedure order. |
| LabOrderTypeCategory | INTEGER | The order type category number for the procedure order. |
| OrderSignerLoginDepartmentIdentifier | NUMERIC | The unique identifier for the login department used by the user signing the order. |