health-md-parser

Parse Health.md files to extract medications, lab results, and conditions.

2|2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Eir-Space/eir-open --skill health-md-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-md-parser
Source: https://github.com/Eir-Space/eir-open/tree/main/open-health-standard/health-md-standard/openclaw-skill
Command: npx skills add https://github.com/Eir-Space/eir-open --skill health-md-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires health-md, pyyaml, beautifulsoup4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of extracting, analyzing, and utilizing structured healthcare data stored in the Health.md format, enabling AI agents to understand and act upon patient information securely and efficiently.

Core Features & Use Cases

  • Health.md Parsing: Converts Health.md files into actionable data structures.
  • Data Extraction: Extracts specific information like medications, lab results, and conditions.
  • AI-Optimized Summaries: Generates concise summaries suitable for LLM consumption.
  • Validation & Anonymization: Ensures data integrity and privacy compliance.
  • Use Case: An AI assistant can use this Skill to quickly summarize a patient's medical history from a Health.md file to provide context for a medical query or to identify potential care gaps.

Quick Start

Use the health-md-parser skill to parse the attached file 'patient-001.health.md' and generate an LLM summary.

Frequently Asked Questions about health-md-parser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse Health.md files to extract patient data for an AI assistant?

To parse Health.md files, this Skill extracts patient information like medications, lab results, and clinical timelines into structured data structures. It generates AI-optimized summaries and validates data for secure LLM consumption.

Can I anonymize medical data when converting Health.md files for LLM consumption?

Yes, you can anonymize medical data during Health.md parsing. The Skill includes built-in anonymization features to ensure privacy compliance while generating LLM-optimized context from patient records.

What is the best way to extract clinical timelines and conditions from Health.md formats?

The best way to extract clinical timelines is by utilizing the health-md library for robust data handling. This Skill parses structured data specifically for medications, lab results, and conditions, validating the output for AI applications.

Does this Health.md parser require specific dependencies like beautifulsoup4 to function?

Yes, the Health.md parser requires specific dependencies to function, including health-md, pyyaml, and beautifulsoup4. These libraries enable robust data handling, validation, and structured extraction from patient records.

How do I generate concise medical summaries from Health.md patient records?

You generate concise medical summaries by processing Health.md files through this Skill. It converts the patient records into actionable data structures optimized for LLM context generation and medical query support.

What are the limitations when using a Health.md parser for complex patient data validation?

Limitations when parsing Health.md files depend on the structure of the input patient records. While the Skill validates data integrity and extracts clinical timelines, heavily unstructured medical data outside the Health.md format may not be fully processed.