ED_LAB_STATUS
Description:
The ED_LAB_STATUS table contains information about ED patients' "lab" status. One row in this table corresponds to one ED "lab" status change. If a patient's ED "lab" status is changed five times in a single encounter, this table will contain five rows for that encounter.

Primary Key
Column Name Ordinal Position
INPATIENT_DATA_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 INPATIENT_DATA_ID VARCHAR No
The unique ID associated with the Inpatient Data Store record for this row. This column is frequently used to link to PAT_ENC_HSP.INPATIENT_DATA_ID.
2 LINE INTEGER No
The line number for the status associated with this lab. Multiple pieces if information can be associated with this record.
3 ED_LAB_STATUS_C_NAME VARCHAR No
The category number of the ED lab status for the ED encounter.
May contain organization-specific values: Yes
Category Entries:
Lab Ordered
Lab Drawn
Lab Sent
Lab Received
Lab Reported
Lab Resulted
4 LAB_STATUS_TIME DATETIME (Local) No
The date and time when the ED lab status was set.
5 LAB_STATUS_USER_ID VARCHAR No
The unique ID of the user who is associated with this status change. This column is frequently used to link to the CLARITY_EMP table.
6 LAB_STATUS_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
7 PAT_ENC_CSN_ID NUMERIC No
The unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). This column is frequently used to link to PAT_ENC_HSP.PAT_ENC_CSN_ID.