• Xeuron logo
Discover
  • Home
  • Popular
  • Hot & Trending
  • Explore
  • My Extractions
Create
  • SubXeurons
    • iPSC-Cardio Cells
    • HALO: A Unified Visio
  • Publications
    • Adoption and Use of LLMs at an Academic Medical Center
    • Toward AI-Driven Digital Organism
    • You Can Run, You Can Hide: The Epidemiology and Statistical Mechanics of Zombies
    • embryonic stem cell-derived cardiac organoids via synthetic guidance
    • In vitro generation of human pluripotent stem cell derived lung organoids
    • Generating Self-Assembling Human Heart Organoids Derived from Pluripotent Stem Cells
    • SMAD4: A Critical Regulator of Cardiac Neural Crest Cell Fate and Vascular Smooth Muscle Differentiation. bioRxiv
    • Insights into AI Agent Security from a Large-Scale Red-Teaming Competition
    • TxPert: using multiple knowledge graphs for prediction of transcriptomic perturbation effects
    • Self-organizing human heart assembloids with autologous and developmentally relevant cardiac neural crest-derived tissues
    • Path Planning of Cleaning Robot with Reinforcement Learning
    • Reinforcement Learning Approaches in Social Robotics
    • Robotic Packaging Optimization with Reinforcement Learning
    • A Concise Introduction to Reinforcement Learning in Robotics
    • Robot-R1: Reinforcement Learning for Enhanced Embodied Reasoning in Robotics
    • Robotic Surgery With Lean Reinforcement Learning
    • Residual Reinforcement Learning for Robot Control
    • Autonomous robotic nanofabrication with reinforcement learning
    • Heterogeneous Multi-Robot Reinforcement Learning
    • Robot Air Hockey: A Manipulation Testbed for Robot Learning with Reinforcement Learning
    • Reinforcement learning for freeform robot design
    • Geometric Reinforcement Learning For Robotic Manipulation
    • On-Robot Bayesian Reinforcement Learning for POMDPs
    • Efficient Content-Based Sparse Attention with Routing Transformers
    • A foundation model of transcription across human cell types
    • Transformer AI
    • HALO, a unified VLA model that enables embodied multimodal chain-of-thought (EM-CoT) reasoning through a sequential process of textual task reasoning, visual subgoal prediction for fine-grained guidan
    • HALO: A Unified Vision-Language-Action Model for Embodied Multimodal Chain-of-Thought Reasoning
  • Events
    • No events yet
HomeSearchEventsProfileCreate

Adoption and Use of LLMs at an Academic Medical Center

arXiv:10.48550/arXiv.2602.00074
u/george16152·DOI·Source·PDF|

AI Summary

While large language models (LLMs) can support clinical documentation needs, standalone tools struggle with "workflow friction" from manual data entry. We developed ChatEHR, a system that enables the use of LLMs with the entire patient timeline spanning several years. ChatEHR enables automations - which are static combinations of prompts and data that perform a fixed task - and interactive use in the electronic health record (EHR) via a user interface (UI). The resulting ability to sift through patient medical records for diverse use-cases such as pre-visit chart review, screening for transfer eligibility, monitoring for surgical site infections, and chart abstraction, redefines LLM use as an institutional capability. This system, accessible after user-training, enables continuous monitoring and evaluation of LLM use. In 1.5 years, we built 7 automations and 1075 users have trained to become routine users of the UI, engaging in 23,000 sessions in the first 3 months of launch. For automations, being model-agnostic and accessing multiple types of data was essential for matching specific clinical or administrative tasks with the most appropriate LLM. Benchmark-based evaluations proved insufficient for monitoring and evaluation of the UI, requiring new methods to monitor performance. Generation of summaries was the most frequent task in the UI, with an estimated 0.73 hallucinations and 1.60 inaccuracies per generation. The resulting mix of cost savings, time savings, and revenue growth required a value assessment framework to prioritize work as well as quantify the impact of using LLMs. Initial estimates are $6M savings in the first year of use, without quantifying the benefit of the better care offered. Such a "build-from-within" strategy provides an opportunity for health systems to maintain agency via a vendor-agnostic, internally governed LLM platform.

AI Metadata Extraction

Extract authors, key findings, references, and an executive summary using AI.

Version:· 1 version extracted
Extraction v1google/gemini-3.1-flash-lite5/20/2026

Executive Summary

In this paper, the authors describe the development and implementation of ChatEHR, an internally managed, vendor-agnostic system designed to integrate large language models (LLMs) directly into clinical workflows at Stanford Medicine. By connecting real-time clinical data to LLMs, the platform allows for both automated, routine tasks (such as pre-charting or eligibility screening) and open-ended conversational support for clinicians through an embedded UI. This end-to-end approach addresses workflow friction and compliance challenges inherent in using external commercial AI tools. The deployment was managed through a rigorous, institution-wide Responsible AI Lifecycle (RAIL) framework, which ensured appropriate risk tiering, ethical assessment, and continuous monitoring of system integrity, performance, and impact. Over 1.5 years, the team successfully launched seven automations and a clinical UI that has processed millions of tokens for over 1,000 routine users. The platform's ability to facilitate complex information retrieval across entire patient timelines has demonstrated tangible clinical and operational benefits. Evaluation of the platform revealed critical insights into the real-world performance of LLMs in medicine. While summarization was the most frequently requested task, it also carried a measured rate of error, prompting the authors to adapt fact-verification methodologies. Economic analysis indicated substantial potential for time and cost savings, with early estimates suggesting $6M in initial savings. The authors conclude that embedding interdisciplinary teams—including data scientists and clinicians—into the healthcare IT organization is essential for building sustainable, scalable AI infrastructure that balances operational efficiency with the safe, responsible, and ethical delivery of care.

Authors (58)

Nigam H. ShahFirst Author

Stanford Medicine, Technology and Digital Solutions

nigam@stanford.edu

Nerissa Ambers

Stanford Medicine

Abby Pandya

Stanford Medicine

Abstract

While large language models (LLMs) can support clinical documentation needs, standalone tools struggle with "workflow friction" from manual data entry. We developed ChatEHR, a system that enables the use of LLMs with the entire patient timeline spanning several years. ChatEHR enables automations - which are static combinations of prompts and data that perform a fixed task - and interactive use in the electronic health record (EHR) via a user interface (UI). The resulting ability to sift through patient medical records for diverse use-cases such as pre-visit chart review, screening for transfer eligibility, monitoring for surgical site infections, and chart abstraction, redefines LLM use as an institutional capability. This system, accessible after user-training, enables continuous monitoring and evaluation of LLM use. In 1.5 years, we built 7 automations and 1075 users have trained to become routine users of the UI, engaging in 23,000 sessions in the first 3 months of launch. For automations, being model-agnostic and accessing multiple types of data was essential for matching specific clinical or administrative tasks with the most appropriate LLM. Benchmark-based evaluations proved insufficient for monitoring and evaluation of the UI, requiring new methods to monitor performance. Generation of summaries was the most frequent task in the UI, with an estimated 0.73 hallucinations and 1.60 inaccuracies per generation. The resulting mix of cost savings, time savings, and revenue growth required a value assessment framework to prioritize work as well as quantify the impact of using LLMs. Initial estimates are $6M savings in the first year of use, without quantifying the benefit of the better care offered. Such a "build-from-within" strategy provides an opportunity for health systems to maintain agency via a vendor-agnostic, internally governed LLM platform.

Fields of Study

Clinical AI Workflow IntegrationHealthcare InformaticsLarge Language Models in MedicineHealth Systems EngineeringMedical InformaticsDigital HealthClinical Decision SupportBiomedical Engineering

Key Findings (22)

1.ChatEHR successfully integrates LLMs with longitudinal patient records spanning several years.

2.The system supports both static automations for fixed tasks and an interactive chat interface for open-ended queries.

3.Over 1.5 years, 7 automations were developed and deployed.

Discussion & Future Directions

The authors explain that ChatEHR was built as a strategic response to the risks and inefficiencies of relying on commercial, vendor-dependent AI tools. They emphasize a "build-from-within" philosophy that prioritizes institutional agency, responsible AI governance (supported by the RAIL framework), and deep clinical-technical integration. Future directions include developing automated, continuously updated truth sets for fact verification, enhancing UI guardrails to flag uncertainty, and adding automatic citations to trace generated facts back to source medical records.

References (28)

  1. [1]Angus, D. C. et al. AI, health, and health care today and tomorrow: The JAMA Summit report on artificial intelligence. JAMA: the journal of the American Medical Association vol. 334 1650–1664 (2025).
    Create publication
  2. [2]Astor, M. People Are Uploading Their Medical Records to A.I. Chatbots. The New York Times (2025).
    Create publication
  3. [3]Bedi, S. et al. MedHELM: Holistic evaluation of large language models for medical tasks. arXiv [cs.CL] (2025).
    Create publication

Sections

Executive SummaryAuthorsAbstractFields of StudyKey FindingsDiscussionReferences