1---2name: chatehr-clinician-assistant3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: chatehr-clinician-assistant20description: EHR Chat Assistant21keywords:22 - EHR23 - clinical24 - summarization25 - patient-records26 - FHIR27measurable_outcome: Answer 5 clinical queries and generate a discharge summary from a patient record with <10s latency.28license: Apache-2.029metadata:30 author: Stanford Medicine31 version: "1.0.0"32compatibility:33 - system: Python 3.10+34allowed-tools:35 - run_shell_command36 - read_file37---3839# ChatEHR4041AI software for clinicians to interact with patient medical records via natural language queries and automatic chart summarization.4243## When to Use4445* **Rapid Review**: "Summarize the patient's cardiology history."46* **Data Extraction**: "What was the last creatinine level?"47* **Documentation**: Generating draft notes or discharge summaries.4849## Core Capabilities50511. **Chart Summarization**: Condense complex history into readable notes.522. **QA**: Answer specific questions about the patient's data.533. **FHIR Integration**: Works with standard FHIR resources.5455## Workflow56571. **Connect**: Authenticate with the EHR system (sandbox or secure instance).582. **Select Patient**: Load patient context.593. **Query**: Submit natural language questions.6061## Example Usage6263**User**: "Summarize the last 3 oncology visits."6465**Agent Action**:66```bash67python -m chatehr.query --patient_id 12345 --prompt "Summarize last 3 oncology visits"68```697071<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/chatehr-clinician-assistant in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.