PatientIsolationRecord
This table contains patient isolation data.
| Column Name | Type | Description |
|---|---|---|
| IsolationStatusCode | INTEGER | The isolation status category ID for the isolation. |
| IsolationAddedLocalDateTime | DATETIME | Local instant when isolation was added. |
| IsolationRemovedLocalDatetime | DATETIME | Local instant when isolation was removed. |
| IsolationAddedUniversalTime | DATETIME | The UTC date and time when the isolation was added. |
| InfectionLinksCalculationStatus | VARCHAR | Indicates whether all linked infections have been calculated. 'Y' indicates all linked infections have been calculated. 'N' or NULL indicates that there may be infections that would be considered linked to the isolation, but that the isolation pre-dates the linking calculation. |
| IsolationCreationOrderId | NUMERIC | The unique identifier of the order that added the isolation. |
| IsolationCommentText | VARCHAR | The user-entered comments associated with the isolation |
| RecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| AddedByUserIdentifier | VARCHAR | The unique ID associated with the user record for the user who added this isolation. This column is frequently used to link to the CLARITY_EMP table. |
| IsolationRecordIdentifier | NUMERIC | The unique identifier for the isolation record. |
| IsolationRecordCreationDate | DATETIME | The date when the isolation record was created. |
| InstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| IsolationRemovedByUserIdentifier | VARCHAR | The unique ID associated with the user record for the user who removed this isolation. This column is frequently used to link to the CLARITY_EMP table. |