{
  "schema": "demo.blood-work.v1",
  "fiction": true,
  "patient": "Elena M. Vargas",
  "labVendor": "Front Range Reference Lab (fiction)",
  "panels": [
    {
      "id": "cbc",
      "name": "CBC with differential",
      "points": [
        {
          "drawn": "2025-10-02",
          "wbc": 6.1,
          "rbc": 4.42,
          "hgb": 13.4,
          "hct": 39.8,
          "plt": 241,
          "units": {
            "wbc": "K/uL",
            "rbc": "M/uL",
            "hgb": "g/dL",
            "hct": "%",
            "plt": "K/uL"
          }
        },
        {
          "drawn": "2025-11-20",
          "wbc": 5.7,
          "rbc": 4.38,
          "hgb": 13.1,
          "hct": 39.1,
          "plt": 228,
          "units": {
            "wbc": "K/uL",
            "rbc": "M/uL",
            "hgb": "g/dL",
            "hct": "%",
            "plt": "K/uL"
          }
        },
        {
          "drawn": "2026-01-08",
          "wbc": 5.9,
          "rbc": 4.45,
          "hgb": 13.6,
          "hct": 40.2,
          "plt": 235,
          "units": {
            "wbc": "K/uL",
            "rbc": "M/uL",
            "hgb": "g/dL",
            "hct": "%",
            "plt": "K/uL"
          }
        }
      ],
      "trendNote": "Three-point WBC trend 6.1 \u2192 5.7 \u2192 5.9 (fiction). Stable hemoglobin band."
    },
    {
      "id": "cmp",
      "name": "Comprehensive metabolic panel",
      "drawn": "2026-01-08",
      "values": {
        "glucose": 94,
        "bun": 14,
        "creatinine": 0.78,
        "egfr": 92,
        "sodium": 140,
        "potassium": 4.2,
        "alt": 22,
        "ast": 19,
        "alkPhos": 68,
        "bilirubinTotal": 0.6
      },
      "units": "standard US conventional (fiction panel)"
    },
    {
      "id": "lipids",
      "name": "Lipid panel",
      "drawn": "2026-01-08",
      "values": {
        "totalChol": 178,
        "ldl": 98,
        "hdl": 58,
        "trig": 110,
        "nonHdl": 120
      }
    },
    {
      "id": "hormones-vitamins",
      "name": "Select hormones / vitamins (fiction)",
      "drawn": "2025-11-20",
      "values": {
        "25oh_vitD": 38,
        "tsh": 1.9,
        "freeT4": 1.1,
        "ferritin": 62
      },
      "units": {
        "25oh_vitD": "ng/mL",
        "tsh": "mIU/L",
        "freeT4": "ng/dL",
        "ferritin": "ng/mL"
      }
    }
  ],
  "currency": {
    "asOf": "2026-01-08",
    "sourcePdfs": [
      "docs/ (labs summarized; PDFs are demo summaries)"
    ]
  }
}
