Clinical Laboratory
The Kareplexity angle: closing the loop on abnormal lab results across facilities. A critical lab value at 6pm Friday from the SNF should flag the on-call physician AND the SNF DON, not sit in a queue until Monday. CAP/CLIA mandates timely critical-value notification; most labs miss it.
v0.1.13 status
Schema sketch + classifier is in place. Synthetic data generator (orders + results) + live UI are deferred to v0.5. The illustrative results below run through the deterministic critical-value classifier to show what the production view detects.
Recent critical-value pings (illustrative)
| Patient | Facility | Panel | Component | Value | Status |
|---|---|---|---|---|---|
| Eleanor Strickland | KaraDayDemo Houston SNF | Basic metabolic panel | potassium | 6.4 mEq/L | critical |
| Henry Ozawa | KaraDayDemo Senior Living | Complete blood count | wbc | 0.8 K/μL | critical |
| Margaret Holloway | KaraDayDemo Home Health | BNP / NT-proBNP | bnp | 1240 pg/mL | critical |
| Earl Thibodeau | KaraDayDemo Hospice | Basic metabolic panel | sodium | 142 mEq/L | normal |
| Patricia Nguyen | KaraDayDemo Houston SNF | INR / PT | inr | 4.8 | normal |
Test catalog · Medicare CLFS 2024 fees
Reimbursement unit: per-test fee (Medicare CLFS + commercial). Critical-value classifier in lib/verticals/lab/classifyLabResult() applies industry-standard critical thresholds for electrolytes, CBC, coagulation, and cardiac markers. Production plugs in the lab's local reference ranges + facility-specific notification rules.