paper-with-me

홈 › Papers

Large Language Models for Automating Clinical Data Standardization: HL7 FHIR Use Case

2025-07-03 · Alvaro Riquelme, Pedro Costa, Catalina Martinez arxiv

For years, semantic interoperability standards have sought to streamline the exchange of clinical data, yet their deployment remains time-consuming, resource-intensive, and technically challenging. To address this, we introduce a semi-automated approach that leverages large language models specifically GPT-4o and Llama 3.2 405b to convert structured clinical datasets into HL7 FHIR format while assessing accuracy, reliability, and security. Applying our method to the MIMIC-IV database, we combined embedding techniques, clustering algorithms, and semantic retrieval to craft prompts that guide the models in mapping each tabular field to its corresponding FHIR resource. In an initial benchmark, resource identification achieved a perfect F1-score, with GPT-4o outperforming Llama 3.2 thanks to the inclusion of FHIR resource schemas within the prompt. Under real-world conditions, accuracy dipped slightly to 94 %, but refinements to the prompting strategy restored robust mappings. Error analysis revealed occasional hallucinations of non-existent attributes and mismatches in granularity, which more detailed prompts can mitigate. Overall, our study demonstrates the feasibility of context-aware, LLM-driven transformation of clinical data into HL7 FHIR, laying the groundwork for semi-automated interoperability workflows. Future work will focus on fine-tuning models with specialized medical corpora, extending support to additional standards such as HL7 CDA and OMOP, and developing an interactive interface to enable expert validation and iterative refinement.

📄 PDF Abstract BibTeX arXiv:2507.03067

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Retrieval

Similar Papers 제목 키워드 기반

CleanAgent: Automating Data Standardization with LLM-based Agents

2024-03-13 · Danrui Qi, Zhengjie Miao, Jiannan Wang

Data standardization is a crucial part of the data science life cycle. While tools like Pandas offer robust functionalities, their complexity and the manual effort required for customizing code to diverse column types po…

Code GenerationNatural Language Understanding

RetSTA: An LLM-Based Approach for Standardizing Clinical Fundus Image Reports

2025-03-12 · Jiushen Cai, Weihang Zhang, Hanruo Liu, Ningli Wang 외

Standardization of clinical reports is crucial for improving the quality of healthcare and facilitating data integration. The lack of unified standards, including format, terminology, and style, is a great challenge in c…

Data IntegrationDiagnostic

Efficient Standardization of Clinical Notes using Large Language Models

2024-12-31 · Daniel B. Hier, Michael D. Carrithers, Thanh Son Do, Tayo Obafemi-Ajayi

Clinician notes are a rich source of patient information but often contain inconsistencies due to varied writing styles, colloquialisms, abbreviations, medical jargon, grammatical errors, and non-standard formatting. The…

Language ModelingLanguage ModellingLarge Language Model

Automating the Compilation of Potential Core-Outcomes for Clinical Trials

2021-01-11 · Shwetha Bharadwaj, Melanie Laffin

Due to increased access to clinical trial outcomes and analysis, researchers and scientists are able to iterate or improve upon relevant approaches more effectively. However, the metrics and related results of clinical t…

Semantic SimilaritySemantic Textual SimilaritySentenceSentence Similarity

Speaking the Same Language: Leveraging LLMs in Standardizing Clinical Data for AI

2024-08-16 · Arindam Sett, Somaye Hashemifar, Mrunal Yadav, Yogesh Pandit 외

The implementation of Artificial Intelligence (AI) in the healthcare industry has garnered considerable attention, attributable to its prospective enhancement of clinical outcomes, expansion of access to superior healthc…