PatientOperatingRoomAdmissionLink
This table stores the link between encounter ID and the associated log or case ID.
| Column Name | Type | Description |
|---|---|---|
| PatientRecordIdentifier | VARCHAR | The unique ID of the patient (EPT) record. |
| ProcedurePassIdentifier | NUMERIC | The unique ID of the Procedure Pass that is associated with this surgical encounter. |
| AdmissionContactSerialNumber | NUMERIC | The unique contact serial number of the admission linked to the procedural case/log . This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI). |
| OrderInpatientDataIdentifier | VARCHAR | The inpatient data ID used by the case and log. |
| LogIdentifier | VARCHAR | The unique ID of the log (ORL) that is associated with this encounter. |
| ProcedureLogIdentifier | VARCHAR | The unique ID of the procedural case/log. NOTE: Use the CASE_ID or LOG_ID columns to link to the case or log record, respectively. This column should not be used to write reports. |
| MedicationReviewHistorySummaryBlockIdentifier | NUMERIC | The summary block record associated with the medication review workflow. This summary block record will store all of the review history. |
| CommunityOwnerIdentifier | VARCHAR | The community ID of the owner of this encounter. |
| EncounterDateRealNumber | FLOAT | This is a numeric representation of the date of this encounter in your system. The integer portion of the number specifies the date of the encounter. The digits after the decimal point indicate multiple visits on one day. |