Mood Tracker

How is Max feeling today?

View History

Stress Level

No Stress 5 Very Stressed

Pain Level

No Pain 3 Severe Pain

Energy Level

Very Tired 7 Very Energetic

Side Effects Check

Select any Max is experiencing today:

How's Max's mood?

Show device generated data...
                            {
  "patient_id": "12345",
  "timestamp": "2025-09-26T15:00:00Z",
  "vitals": {
    "heart_rate": {
      "resting": 68,
      "average_daily": 72,
      "variability": 55
    },
    "blood_pressure": {
      "systolic": 118,
      "diastolic": 76
    },
    "body_temperature": 36.7,
    "respiratory_rate": 16,
    "oxygen_saturation": 98
  },
  "activity": {
    "steps": 8500,
    "distance_km": 6.2,
    "active_minutes": 50,
    "workouts": [
      {
        "type": "walking",
        "duration_minutes": 30,
        "calories_burned": 150
      },
      {
        "type": "yoga",
        "duration_minutes": 20,
        "calories_burned": 80
      }
    ]
  },
  "sleep": {
    "total_hours": 7.5,
    "light_hours": 3.0,
    "deep_hours": 2.5,
    "rem_hours": 2.0,
    "sleep_quality": "good"
  },
  "nutrition": {
    "weight_kg": 70,
    "bmi": 22.5,
    "calories_consumed": 2100,
    "macronutrients": {
      "protein_g": 90,
      "carbs_g": 250,
      "fat_g": 70
    },
    "water_intake_liters": 2.0
  },
  "symptoms": {
    "fatigue": 2,
    "pain": 1,
    "nausea": 0,
    "mood": "good",
    "stress_level": 3
  },
  "medications": [
    {
      "name": "Ondansetron",
      "dose_mg": 8,
      "taken": true,
      "time": "2025-09-26T08:00:00Z"
    },
    {
      "name": "Vitamin D",
      "dose_mg": 1000,
      "taken": true,
      "time": "2025-09-26T09:00:00Z"
    }
  ],
  "environment": {
    "floors_climbed": 12,
    "sedentary_minutes": 480
  },
  "medical_data": {
    "lab_results": {
      "hemoglobin_g_dl": 14.0,
      "white_blood_cells_k_ul": 6.5,
      "platelets_k_ul": 250,
      "liver_enzymes": {
        "AST": 25,
        "ALT": 22
      }
    }
  }
}