Fixed Coordinate Tensor Data Model for EHR Representation
where \(z\) are the physiological coordinates, \(t\) is time since birth and \(R^d\) represents d-Dimension real space
Fully deidentified OMOP Dataset from UF Health IDR for COVID patients
The dataset consists of COVID-19 positive patients in UF Health EHR, and their records transformed into OMOP Common Data Model
Date Range : 2020 - current
The following OMOP CDM tables will be primarily used-
Input
Index Event First diagnosis of COVID-19
Output Adverse event within 6 month post index
Temporal Split - Data before the index date are treated as features
Date after the index date are treated as labels
Prevents leakage
Challenging since data was 2020 onwards
Cohort Balance - Balanced case-control in training
Sub-Sample: 500 patients - Due to resource intensiveness, the project was done on a proof-of-concept scale
Time Binning - Discrete event sequences for stability
| Finding Category | Key Results |
|---|---|
| XGBoost | 0.96 |
| Random Forest | 0.95 |
| GRU | 0.50 |
Why GRU underperformed
Sparse clinical sequences
Short observation windows (COVID cohort)
Weak temporal signal in dataset
Dominance of static patient features
Why tree models performed well
comorbidities
baseline conditions
aggregated clinical history
In this dataset, patient outcome is primarily determined by static clinical state, not temporal evolution
Advantages
Result
Even though it under performed here, it provides the following capabilites
Patient Similarity : find clinically similar trajectories
Disease Progession Modeling for chronic diseases
Digital Twin Simulation to observation invention effects
Early Warning System: For e.g. deterioration in ICU
Data improvements:
larger longitudinal cohorts
pre-COVID + post-COVID history
richer event sequences
For the report : try to use a different, more expansive OMOP dataset to compare sequence and feature based models
Model improvements:
attention mechanisms
transformer-based EHR models
event-type embeddings (drug/condition separation)
time-gap encoding
Feature-based models (XGBoost) outperform sequence models in this dataset
GRU underperformance is due to data structure, not model failure
Temporal modeling is valuable only when:
long longitudinal history exists
rich event sequences are available
This presentation was made using Quarto. Quarto enables you to weave together content and executable code into a finished document. Click here learn more about Quarto.
April 17th, 2026