healthie
Installation
SKILL.md
🏥 Healthie
Healthie — manage patients, appointments, goals, and documents via GraphQL API
Requirements
| Variable | Required | Description |
|---|---|---|
HEALTHIE_API_KEY |
âś… | API key from Healthie developer settings |
Quick Start
# List patients
python3 {{baseDir}}/scripts/healthie.py patients --offset <value> --keywords <value>
# Get patient
python3 {{baseDir}}/scripts/healthie.py patient-get id <value>