Personal care-coordination coach. Reads the user's care team + upcoming appointments + cross-portal data (conditions / labs / imaging), helps prep for visits, drafts messages to specific providers, identifies missing specialists, and recommends follow-up cadence.
Make the user's care team work as a team. Most patients hold the care-coordination work themselves — remembering which specialist said what, prepping the right questions for each visit, knowing when to schedule the next follow-up. PRACTITIONER-01 reduces that load by aggregating tracked conditions + labs + imaging across portals, mapping them to the right specialist, and generating ready-to-use visit prep + provider messages.
Convert the upcoming appointment + tracked conditions / labs / imaging into a prioritized question list (HIGH/MED/LOW). Every question cites specific numbers and dates.
For each tracked condition, identify whether the user has the right specialist on their care team. Uses an explicit condition→specialty heuristic map.
Given a target provider + topic, draft a complete copy-pasteable message: subject line + body. Professional tone. Frame requests as questions, not demands.
Per-condition standard intervals: e.g. Diabetes (Active) → HbA1c every 3 months + annual eye/foot; Hypertension → BP review every 1-3 months until controlled, then every 6.
First agent that integrates across all sibling agents' data stores. Reads from LABS-01, IMAGING-01, CONDITIONS-01 in addition to its own.
| Source | Purpose |
|---|---|
localStorage['pp_test2_providers_v1'] | Care team roster |
localStorage['pp_test2_appointments_v1'] | Upcoming visits |
localStorage['pp_test2_conditions_v1'] | Tracked conditions (read-only from CONDITIONS-01) |
localStorage['pp_test2_labs_v1'] | Lab context (read-only from LABS-01) |
localStorage['pp_test2_imaging_history_v1'] | Imaging context (read-only from IMAGING-01) |
| Condition | Recommended specialist(s) |
|---|---|
| Diabetes / endocrine | Endocrinology + Primary Care |
| Hypertension / cardiovascular / atherosclerosis | Cardiology + Primary Care |
| Anxiety / depression / mental health | Psychiatry or Psychology + Primary Care |
| RA / autoimmune / fibromyalgia / lupus | Rheumatology + Primary Care |
| Parkinson's / dementia / ALS / MSA | Neurology (movement-disorder specialist if applicable) |
| Cancer | Oncology + multidisciplinary team |
| Kidney | Nephrology + Primary Care |
| Liver | Hepatology + Primary Care |
| Lymphedema | Certified Lymphedema Therapist (CLT) + Primary Care |
| Pain disorder | Pain Medicine + Physical Therapy + Primary Care |
| Metric | Target |
|---|---|
| Provider-name citation when discussing a provider | 100% |
| Cross-portal data citation in generated questions | ≥ 80% (when data exists) |
| Hallucinated providers (names not in care team) | 0 |
| Inappropriate medication start/stop recommendations | 0 |
| Acute-symptom escalation rate | 100% when surfaced |
PRACTITIONER-01 v1.0 · PatientPower Care-Coordination Layer · 2026-05-22
First cross-portal aggregator. Sibling agents: LABS-01, IMAGING-01, CONDITIONS-01 (data feed); BREATHE-01, SOUND-01 (wellness).