1---2name: chatehr-clinician-assistant3description: EHR Chat Assistant4license: Apache-2.05---67<!--8# COPYRIGHT NOTICE9# This file is part of the "Universal Biomedical Skills" project.10# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>11# All Rights Reserved.12#13# This code is proprietary and confidential.14# Unauthorized copying of this file, via any medium is strictly prohibited.15#16# Provenance: Authenticated by MD BABU MIA1718-->192021# ChatEHR2223AI software for clinicians to interact with patient medical records via natural language queries and automatic chart summarization.2425## When to Use2627* **Rapid Review**: "Summarize the patient's cardiology history."28* **Data Extraction**: "What was the last creatinine level?"29* **Documentation**: Generating draft notes or discharge summaries.3031## Core Capabilities32331. **Chart Summarization**: Condense complex history into readable notes.342. **QA**: Answer specific questions about the patient's data.353. **FHIR Integration**: Works with standard FHIR resources.3637## Workflow38391. **Connect**: Authenticate with the EHR system (sandbox or secure instance).402. **Select Patient**: Load patient context.413. **Query**: Submit natural language questions.4243## Example Usage4445**User**: "Summarize the last 3 oncology visits."4647**Agent Action**:48```bash49python -m chatehr.query --patient_id 12345 --prompt "Summarize last 3 oncology visits"50```515253<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add fridrichmethod/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.
EHR Chat Assistant 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. This skill is licensed under Apache-2.
FridrichMethod (@fridrichmethod) published this skill. Their other Agent Skills are listed on their SkillMD profile.