๐ก Summary
A personal health information system for managing medical data and reports using Claude Code CLI tools.
๐ฏ Target Audience
๐ค AI Roast: โPowerful, but the setup might scare off the impatient.โ
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.
Claude-Ally-Health - Personal Health Information System
A file-based personal health data management system using Claude Code CLI tools for data management.
GitHub: https://github.com/huifer/Claude-Ally-Health
โ ๏ธ Disclaimer: This project is NOT affiliated with, endorsed by, or associated with Anthropic or Claude.ai. This is an independent open-source project developed by WellAlly Tech.
๐ Note: This project uses GLM's
mcp__4_5v_mcp__analyze_imagefor image recognition.
Project Developer
This project is developed and maintained by WellAlly Tech.
System Features
- ๐ Pure file-based storage, no database required
- ๐ผ๏ธ Intelligent medical report image recognition
- ๐ Automatic biochemical test data and reference range extraction
- ๐ Structured medical imaging data extraction
- ๐ช Surgical history and implant management
- ๐ Structured discharge summary storage
- ๐จโโ๏ธ Multi-Disciplinary Team (MDT) consultation system
- ๐ฌ 13 medical specialist intelligent analysis
- โข๏ธ Medical radiation dose tracking and management
- ๐ Intelligent drug interaction detection (New)
- ๐จ Five-level severity warning system (A/B/C/D/X)
- ๐ค User basic profile management
- ๐พ Local storage, completely private data
- ๐ Claude Code command operations, no programming required
Directory Structure
my-his/
โโโ .claude/
โ โโโ commands/
โ โ โโโ save-report.md # Save medical report command
โ โ โโโ query.md # Query records command
โ โ โโโ profile.md # User profile settings command
โ โ โโโ radiation.md # Radiation exposure management command
โ โ โโโ surgery.md # Surgery history record command
โ โ โโโ discharge.md # Discharge summary management command
โ โ โโโ medication.md # Medication record management command
โ โ โโโ interaction.md # Drug interaction detection command
โ โ โโโ consult.md # Multi-disciplinary consultation command
โ โ โโโ specialist.md # Single specialist consultation command
โ โโโ specialists/
โ โโโ cardiology.md # Cardiology specialist Skill
โ โโโ endocrinology.md # Endocrinology specialist Skill
โ โโโ gastroenterology.md # Gastroenterology specialist Skill
โ โโโ nephrology.md # Nephrology specialist Skill
โ โโโ hematology.md # Hematology specialist Skill
โ โโโ respiratory.md # Respiratory medicine specialist Skill
โ โโโ neurology.md # Neurology specialist Skill
โ โโโ oncology.md # Oncology specialist Skill
โ โโโ general.md # General practice specialist Skill
โ โโโ consultation-coordinator.md # Consultation coordinator
โโโ data/
โ โโโ profile.json # User basic profile
โ โโโ radiation-records.json # Radiation exposure records
โ โโโ allergies.json # Allergy history records
โ โโโ interactions/ # Drug interaction database
โ โ โโโ interaction-db.json # Interaction rules main database
โ โ โโโ interaction-logs/ # Check history records
โ โโโ medications/ # Medication record data
โ โโโ ็ๅๆฃๆฅ/ # Biochemical test data
โ โ โโโ YYYY-MM/
โ โ โโโ YYYY-MM-DD_test_name.json
โ โโโ ๅฝฑๅๆฃๆฅ/ # Medical imaging data
โ โ โโโ YYYY-MM/
โ โ โโโ YYYY-MM-DD_test_name_body_part.json
โ โ โโโ images/ # Original image backup
โ โโโ ๆๆฏ่ฎฐๅฝ/ # Surgery history data
โ โ โโโ YYYY-MM/
โ โ โโโ YYYY-MM-DD_surgery_name.json
โ โโโ ๅบ้ขๅฐ็ป/ # Discharge summary data
โ โ โโโ YYYY-MM/
โ โ โโโ YYYY-MM-DD_main_diagnosis.json
โ โโโ index.json # Global index file
โโโ README.md
Quick Navigation
- ๐ Complete User Guide (Chinese) | docs/user-guide.en.md (English) - Detailed command usage instructions and examples
- ๐ Data Structure Specification (Chinese) | docs/data-structures.en.md (English) - JSON data format and field descriptions
- ๐ง Technical Implementation Details (Chinese) - System architecture and technical details
- โ ๏ธ Safety Guidelines and Usage Limitations (Chinese) - Safety principles and disclaimer
Quick Start
- Ensure Claude Code is installed
- Open Claude Code in the current directory
- First-time setup:
/profile set 175 70 1990-01-01 - Save first report:
/save-report /path/to/image.jpg - Record radiation:
/radiation add CT chest - Record surgery:
/surgery Gallbladder removal surgery in August last year due to gallstones - Save discharge summary:
/discharge @ๅป็ๆฅๅ/ๅบ้ขๅฐ็ป.jpg - Query all records:
/query all - Start MDT consultation:
/consult
Data Privacy
- All data stored on local filesystem
- No uploads to any cloud services
- No external database dependencies
- Completely private management
Core Commands Overview
| Command | Function | Description |
|---------|----------|-------------|
| /profile | User basic parameters | Set height, weight, birth date |
| /save-report | Save medical report | Support biochemical and imaging tests |
| /radiation | Radiation management | Record and track radiation exposure |
| /surgery | Surgery history | Record surgery information and implants |
| /discharge | Discharge summary | Save and structure discharge summaries |
| /medication | Medication management | Manage medication plans and records |
| /interaction | Interaction detection | Detect drug interactions |
| /allergy | Allergy history management | Record and manage allergy history |
| /query | Query records | Multi-condition medical data queries |
| /consult | Multi-disciplinary consultation | Comprehensive analysis across 13 specialties |
| /specialist | Single specialist consultation | Consult specific specialty experts |
๐ก For detailed usage, refer to Complete User Guide
Technical Features
- Storage Method: JSON files + filesystem directory structure
- Command System: Claude Code Slash Commands
- Expert System: Multi-specialty Skill definitions + Subagent architecture
- Consultation Coordination: Parallel processing + opinion integration algorithms
- Image Recognition: AI visual analysis
- Data Extraction: Intelligent text recognition and structuring
- Radiation Calculation: Body surface area adjustment + exponential decay model
๐ง For more technical details, refer to Technical Implementation Details (Chinese)
โ ๏ธ Important Safety Statement
This system strictly follows medical safety principles:
- Does not provide specific medication dosages
- Does not directly prescribe prescription drugs
- Does not predict life prognosis
- Does not replace doctor diagnosis
All analysis reports from this system are for reference only and should not be used as a basis for medical diagnosis. All medical decisions require consultation with professional doctors. In case of emergency, seek immediate medical attention.
โ ๏ธ For complete safety principles and usage limitations, refer to Safety Guidelines Document (Chinese)
๐ Drug Interaction Database
The system includes intelligent drug interaction detection, supporting drug-drug, drug-disease, drug-dose, and drug-food interaction detection using a five-level severity classification system (A/B/C/D/X).
Core Features:
- ๐ Automatically detect interactions in current medication combinations
- ๐จ Severity-graded warnings (A/B/C/D/X)
- ๐ Provide detailed management recommendations and monitoring indicators
- ๐พ Support custom rules and history records
Quick Start:
# Check interactions for current medications /interaction check # List all interaction rules /interaction list # View absolute contraindication rules /interaction list X
๐ Detailed Documentation: Drug Interaction Database Complete Guide (Chinese)
๐ฉบ Professional Contributions: Medical professionals are welcome to help improve the database โ Contribution Guidelines (Chinese)
License
This project is open-sourced under the MIT License.
Important Disclaimer: This system is for personal health management only and should not be used as a basis for medical diagnosis.
Pros
- No database required, easy local storage
- Intelligent image recognition for medical reports
- Comprehensive drug interaction detection
- User-friendly command-based interface
Cons
- Limited to local data management
- Requires Claude Code for operation
- No cloud backup options
- Not a substitute for professional medical advice
Related Skills
pytorch
SโIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.โ
agno
SโIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.โ
nuxt-skills
SโIt's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.โ
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author huifer.
