paper-with-me

홈 › Papers

FHIRPath-QA: Executable Question Answering over FHIR Electronic Health Records

2026-02-26 · Michael Frew, Nishit Bheda, Bryan Tripp arxiv

Though patients are increasingly granted digital access to their electronic health records (EHRs), existing interfaces may not support precise, trustworthy answers to patient-specific questions. Large language models (LLM) show promise in clinical question answering (QA), but retrieval-based approaches are computationally inefficient, prone to hallucination, and difficult to deploy over real-life EHRs. This work introduces FHIRPath-QA, the first open dataset and benchmark for patient-specific QA that includes open-standard FHIRPath queries over real-world clinical data. A text-to-FHIRPath QA paradigm is proposed that shifts reasoning from free-text generation to FHIRPath query synthesis. For o4-mini, this reduced average token usage by 391x relative to retrieval-first prompting (629,829 vs 1,609 tokens per question) and lowered failure rates from 0.36 to 0.09 on clinician-phrased questions. Built on MIMIC-IV on FHIR Demo, the dataset pairs over 14k natural language questions in patient and clinician phrasing with validated FHIRPath queries and answers. Empirically, the evaluated LLMs achieve at most 42% accuracy, highlighting the challenge of the task, but benefit strongly from supervised fine-tuning, with query synthesis accuracy improving from 27% to 79% for 4o-mini. These results highlight that text-to-FHIRPath synthesis has the potential to serve as a practical foundation for safe, efficient, and interoperable consumer health applications, and the FHIRPath-QA dataset and benchmark serve as a starting point for future research on the topic. The full dataset and generation code can be accessed at: https://github.com/mooshifrew/fhirpath-qa.

📄 PDF Abstract BibTeX arXiv:2602.23479

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringText Generation

Similar Papers 제목 키워드 기반

FHIR-AgentBench: Benchmarking LLM Agents for Realistic Interoperable EHR Question Answering

2025-09-12 · Gyubok Lee, Elea Bach, Eric Yang, Tom Pollard 외 arxiv

The recent shift toward the Health Level Seven Fast Healthcare Interoperability Resources (HL7 FHIR) standard opens a new frontier for clinical AI, demanding LLM agents to navigate complex, resource-based data models ins…

Question AnsweringCode Generation

Reinforcement Learning for Tool-Calling Agents in Fast Healthcare Interoperability Resources (FHIR)

2026-05-13 · Marius S. Knorr, Robert Müller, Jan P. Bremer, Nils Schweingruber arxiv

Fast Healthcare Interoperability Resources (FHIR) is the dominant standard for interoperable exchange of healthcare data. In FHIR, electronic health records form a directed graph of resources. Answering clinically meanin…

Reinforcement LearningQuestion Answering

Question Answering on Patient Medical Records with Private Fine-Tuned LLMs

2025-01-23 · Sara Kothari, Ayush Gupta

Healthcare systems continuously generate vast amounts of electronic health records (EHRs), commonly stored in the Fast Healthcare Interoperability Resources (FHIR) standard. Despite the wealth of information in these rec…

Question Answering

API-Assisted Code Generation for Question Answering on Varied Table Structures

2023-10-23 · Yihan Cao, Shuyi Chen, Ryan Liu, Zhiruo Wang 외

A persistent challenge to table question answering (TableQA) by generating executable programs has been adapting to varied table structures, typically requiring domain-specific logical forms. In response, this paper intr…

Code GenerationQuestion Answering

LLM on FHIR -- Demystifying Health Records

2024-01-25 · Paul Schmiedmayer, Adrit Rao, Philipp Zagar, Vishnu Ravi 외

Objective: To enhance health literacy and accessibility of health information for a diverse patient population by developing a patient-centered artificial intelligence (AI) solution using large language models (LLMs) and…