Health Conditions
Copd

Chronic Obstructive Pulmonary Disease

Overview

The COPD management module provides comprehensive analysis of COPD-related health metrics.

copd.py
# COPD analysis example
from proofly.models import COPDMetrics
 
copd_metrics = COPDMetrics(
    oxygen_saturation=95,
    peak_flow=350,
    respiratory_rate=18
)
result = analyzer.analyze_metrics("copd", copd_metrics)
print(f"Health Score: {result.health_score}")

Metrics

  • Blood Glucose (mg/dL)
  • HbA1c (%)
  • Blood Pressure (mmHg)