paper-with-me

Papers

MedCase-Structured: A Text-to-FHIR Dataset for Benchmarking Diagnostic Reasoning in Clinically Realistic EHR Settings

2026-05-28 · Valentina Bui Muti, Eugénie Dulout, Ziquan Fu arxiv

Large language models (LLMs) show promise for clinical reasoning and decision support, but evaluation in structured, electronic health record-congruent settings remains limited. Existing benchmarks often rely on static datasets or unstructured inputs that do not reflect the interoperable data formats used in clinical systems. We introduce a reusable pipeline for generating terminology-grounded HL7 FHIR R4 bundles from unstructured text, enabling controllable evaluation of clinical decision support systems over structured inputs. The pipeline combines staged LLM generation with terminology-grounded validation and repair to eliminate hallucinated codes and enforce structural and semantic consistency. Applying this approach to MedCaseReasoning, we construct MedCase-Structured, a synthetic dataset of 1,732 FHIR bundles derived from clinician-authored diagnostic cases, producing complete, valid bundles for 97.1% of attempted cases. Evaluation on MedCase-Structured reveals consistently lower diagnostic accuracy for LLMs on structured FHIR inputs than with plain text, highlighting the importance of deployment-aligned benchmarking.

📄 PDF Abstract BibTeX arXiv:2605.30295

Code (0)

등록된 구현이 없습니다.

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

Infherno: End-to-end Agent-based FHIR Resource Synthesis from Free-form Clinical Notes

2025-07-16 · Johann Frei, Nils Feldhus, Lisa Raithel, Roland Roller 외 arxiv

For clinical data integration and healthcare services, the HL7 FHIR standard has established itself as a desirable format for interoperability between complex health data. Previous attempts at automating the translation …

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

MedCaseReasoning: Evaluating and learning diagnostic reasoning from clinical case reports

2025-05-16 · Kevin Wu, Eric Wu, Rahul Thapa, Kevin Wei 외

Doctors and patients alike increasingly use Large Language Models (LLMs) to diagnose clinical cases. However, unlike domains such as math or coding, where correctness can be objectively defined by the final answer, medic…

DiagnosticMathMedical DiagnosisMedQA+1

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 (LL…

Question AnsweringText Generation