Schema
| Column Name | Data Type | Description | Example |
|---|---|---|---|
| _ingest_time | timestamp | Timestamp of data ingestion | ’2026-04-10’ |
| emis_session_guid | uuid | Unique identifier for the session | ’123e4567-e89b-12d3-a456-426614174000’ |
| emis_patient_guid | uuid | Unique identifier for the patient | ’123e4567-e89b-12d3-a456-426614174001’ |
| session_date | date | Date of the session | ’2026-03-15’ |
| session_type | string | Type of the session | ’Follow-up’ |
| session_notes | string | Notes from the session | ’Patient improving’ |
| execution_date | date | Date of execution | ’2026-04-10’ |