ehr-analysis
Installation
SKILL.md
EHR Analysis
Version Compatibility
Reference examples assume:
pyhealth1.1.6+ (stable) or 2.0+ (latest, requires Python ≥ 3.12)torch2.0+pandas2.0+
Verify the runtime first:
- Python:
python -c "import pyhealth; print(pyhealth.__version__)" - CLI:
pip show pyhealth - If APIs differ between 1.x and 2.x, consult the installed docs and adapt the pattern accordingly.