# Health — biomarker panel

> Satyajit Ghana — Head of Engineering @ Inkers Technology
> canonical: https://ai.thesatyajit.com/health
> panel date: 2026-05-15
```json
{
  "panelDate": "2026-05-15",
  "stack": [
    {
      "type": "device",
      "name": "Apple Watch",
      "url": "https://www.apple.com/watch/"
    },
    {
      "type": "device",
      "name": "Withings Body+"
    },
    {
      "type": "supplement",
      "name": "Vitamin D3"
    },
    {
      "type": "supplement",
      "name": "Omega-3"
    },
    {
      "type": "supplement",
      "name": "Creatine"
    },
    {
      "type": "supplement",
      "name": "Magnesium Glycinate"
    }
  ],
  "biomarkers": [
    {
      "key": "ldl-c",
      "label": "LDL-C",
      "value": 128,
      "unit": "mg/dL",
      "category": "cardiovascular",
      "weight": 2,
      "optimalRange": {
        "max": 100
      },
      "note": "Elevated — primary driver of atherosclerotic risk.",
      "status": "elevated"
    },
    {
      "key": "hdl-c",
      "label": "HDL-C",
      "value": 52,
      "unit": "mg/dL",
      "category": "cardiovascular",
      "optimalRange": {
        "min": 40
      },
      "status": "optimal"
    },
    {
      "key": "apob",
      "label": "ApoB",
      "value": 105,
      "unit": "mg/dL",
      "category": "cardiovascular",
      "weight": 1.5,
      "optimalRange": {
        "max": 90
      },
      "note": "Elevated — atherogenic particle count above target.",
      "status": "elevated"
    },
    {
      "key": "triglycerides",
      "label": "Triglycerides",
      "value": 88,
      "unit": "mg/dL",
      "category": "cardiovascular",
      "optimalRange": {
        "max": 150
      },
      "status": "optimal"
    },
    {
      "key": "hba1c",
      "label": "HbA1c",
      "value": 5.4,
      "unit": "%",
      "category": "metabolic",
      "weight": 1.5,
      "optimalRange": {
        "max": 5.7
      },
      "status": "optimal"
    },
    {
      "key": "fasting-glucose",
      "label": "Fasting Glucose",
      "value": 96,
      "unit": "mg/dL",
      "category": "metabolic",
      "optimalRange": {
        "min": 70,
        "max": 99
      },
      "status": "optimal"
    },
    {
      "key": "fasting-insulin",
      "label": "Fasting Insulin",
      "value": 8.1,
      "unit": "µIU/mL",
      "category": "metabolic",
      "optimalRange": {
        "max": 8
      },
      "note": "Borderline — marginally above optimal fasting insulin.",
      "status": "borderline"
    },
    {
      "key": "alt",
      "label": "ALT",
      "value": 22,
      "unit": "U/L",
      "category": "liver_kidney",
      "optimalRange": {
        "max": 40
      },
      "status": "optimal"
    },
    {
      "key": "ast",
      "label": "AST",
      "value": 24,
      "unit": "U/L",
      "category": "liver_kidney",
      "optimalRange": {
        "max": 40
      },
      "status": "optimal"
    },
    {
      "key": "creatinine",
      "label": "Creatinine",
      "value": 0.95,
      "unit": "mg/dL",
      "category": "liver_kidney",
      "optimalRange": {
        "min": 0.7,
        "max": 1.3
      },
      "status": "optimal"
    },
    {
      "key": "egfr",
      "label": "eGFR",
      "value": 99,
      "unit": "mL/min",
      "category": "liver_kidney",
      "optimalRange": {
        "min": 90
      },
      "status": "optimal"
    },
    {
      "key": "tsh",
      "label": "TSH",
      "value": 2.1,
      "unit": "mIU/L",
      "category": "hormonal",
      "optimalRange": {
        "min": 0.5,
        "max": 4
      },
      "status": "optimal"
    },
    {
      "key": "testosterone",
      "label": "Testosterone",
      "value": 610,
      "unit": "ng/dL",
      "category": "hormonal",
      "optimalRange": {
        "min": 300,
        "max": 1000
      },
      "status": "optimal"
    },
    {
      "key": "vitamin-d",
      "label": "Vitamin D",
      "value": 24,
      "unit": "ng/mL",
      "category": "nutritional",
      "weight": 1.5,
      "optimalRange": {
        "min": 30,
        "max": 100
      },
      "note": "Low — below the optimal 25-OH vitamin D range.",
      "status": "low"
    },
    {
      "key": "vitamin-b12",
      "label": "Vitamin B12",
      "value": 540,
      "unit": "pg/mL",
      "category": "nutritional",
      "optimalRange": {
        "min": 400,
        "max": 1000
      },
      "status": "optimal"
    },
    {
      "key": "ferritin",
      "label": "Ferritin",
      "value": 38,
      "unit": "ng/mL",
      "category": "nutritional",
      "optimalRange": {
        "min": 50,
        "max": 300
      },
      "note": "Low — iron stores below the optimal floor.",
      "status": "low"
    },
    {
      "key": "hemoglobin",
      "label": "Hemoglobin",
      "value": 15.1,
      "unit": "g/dL",
      "category": "blood_panel",
      "optimalRange": {
        "min": 13.5,
        "max": 17.5
      },
      "status": "optimal"
    },
    {
      "key": "wbc",
      "label": "WBC",
      "value": 6.2,
      "unit": "10³/µL",
      "category": "blood_panel",
      "optimalRange": {
        "min": 4,
        "max": 11
      },
      "status": "optimal"
    },
    {
      "key": "platelets",
      "label": "Platelets",
      "value": 245,
      "unit": "10³/µL",
      "category": "blood_panel",
      "optimalRange": {
        "min": 150,
        "max": 400
      },
      "status": "optimal"
    },
    {
      "key": "resting-hr",
      "label": "Resting HR",
      "value": 58,
      "unit": "bpm",
      "category": "vitals",
      "optimalRange": {
        "min": 40,
        "max": 60
      },
      "status": "optimal"
    },
    {
      "key": "bp-systolic",
      "label": "BP Systolic",
      "value": 132,
      "unit": "mmHg",
      "category": "vitals",
      "weight": 1.5,
      "optimalRange": {
        "max": 120
      },
      "note": "Elevated — systolic pressure above the optimal ceiling.",
      "status": "borderline"
    },
    {
      "key": "vo2max",
      "label": "VO₂max",
      "value": 47,
      "unit": "mL/kg/min",
      "category": "vitals",
      "optimalRange": {
        "min": 42
      },
      "status": "optimal"
    }
  ]
}
```