| Version 1.0 | Website | Specification | Examples | MCP Server |
Named after Eir, the Norse goddess of healing and medicine
Healthcare data is complex, sensitive, and crucial. EIR Format defines an open YAML-based standard for structuring healthcare information optimized for Large Language Models while preserving privacy, accuracy, and clinical context.
# Health Record - Anonymous Patient 001
## Demographics
- Age: 34
- Sex: Female
- Occupation: Software Engineer
## Current Medications
### Metformin 500mg
- **Indication:** Type 2 Diabetes Mellitus
- **Dosage:** 500mg twice daily with meals
- **Started:** 2024-01-15
- **Prescriber:** Dr. Smith (Endocrinology)
- **Notes:** Well tolerated, no gastrointestinal issues
## Lab Results
### Hemoglobin A1C
- **Date:** 2024-02-10
- **Value:** 6.8%
- **Reference:** <7.0% (target for diabetes)
- **Trend:** β from 8.2% (2023-12-01)
- **Clinical Significance:** Improving glycemic control
## Clinical Timeline
### 2024-01-15: Initial Diabetes Diagnosis
- **HbA1c:** 8.2%
- **Fasting Glucose:** 180 mg/dL
- **Action:** Started Metformin 500mg BID
- **Goals:** HbA1c <7%, weight loss 5-10%
The complete specification is available in SPEC.md. Key sections include:
pip install health-md
from health_md import HealthRecord
# Parse a health.md file
record = HealthRecord.from_file('patient-001.health.md')
# Extract key information
medications = record.get_current_medications()
recent_labs = record.get_labs(days=30)
timeline = record.get_clinical_timeline()
# Generate LLM-optimized summary
summary = record.to_llm_context()
We welcome contributions from:
See CONTRIBUTING.md for guidelines.
Organizations using Health.md:
MIT License - See LICENSE
Created by:
Special Thanks:
Healthcare data deserves better standards. Letβs build them together. π₯π