Data#

pyhealth.data defines the atomic data structures of this package.

Getting Started#

New to PyHealth’s data structures? Start here:

This tutorial introduces the core data structures in PyHealth:

  • Event: Represents individual clinical events (diagnoses, procedures, medications, lab results, etc.)

  • Patient: Contains all events and visits for a single patient, forming the foundation of healthcare data organization

Understanding these structures is essential for working with PyHealth, as they provide the standardized format for representing electronic health records.

API Reference#