LGAIFeb 28, 2025

Generating Clinically Realistic EHR Data via a Hierarchy- and Semantics-Guided Transformer

arXiv:2502.20719v25 citationsh-index: 25ECAI
AI Analysis

This work addresses the need for high-fidelity synthetic EHR data to accelerate healthcare research and enhance patient privacy, representing an incremental improvement over existing methods by incorporating hierarchical and semantic context.

The paper tackled the problem of generating realistic synthetic electronic health records (EHRs) by proposing HiSGT, a framework that incorporates hierarchical and semantic information, resulting in significantly improved statistical alignment and robust downstream applications like chronic disease classification on MIMIC-III and MIMIC-IV datasets.

Generating realistic synthetic electronic health records (EHRs) holds tremendous promise for accelerating healthcare research, facilitating AI model development and enhancing patient privacy. However, existing generative methods typically treat EHRs as flat sequences of discrete medical codes. This approach overlooks two critical aspects: the inherent hierarchical organization of clinical coding systems and the rich semantic context provided by code descriptions. Consequently, synthetic patient sequences often lack high clinical fidelity and have limited utility in downstream clinical tasks. In this paper, we propose the Hierarchy- and Semantics-Guided Transformer (HiSGT), a novel framework that leverages both hierarchical and semantic information for the generative process. HiSGT constructs a hierarchical graph to encode parent-child and sibling relationships among clinical codes and employs a graph neural network to derive hierarchy-aware embeddings. These are then fused with semantic embeddings extracted from a pre-trained clinical language model (e.g., ClinicalBERT), enabling the Transformer-based generator to more accurately model the nuanced clinical patterns inherent in real EHRs. Extensive experiments on the MIMIC-III and MIMIC-IV datasets demonstrate that HiSGT significantly improves the statistical alignment of synthetic data with real patient records, as well as supports robust downstream applications such as chronic disease classification. By addressing the limitations of conventional raw code-based generative models, HiSGT represents a significant step toward clinically high-fidelity synthetic data generation and a general paradigm suitable for interpretable medical code representation, offering valuable applications in data augmentation and privacy-preserving healthcare analytics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes