Dashboard
Platform overview & registered users
Recent Patients
—Registered Accounts
—Health Systems
Generate onboarding links and review onboarded customers
Generate Health System Link
Creates a unique URL for a new health system. Send it manually to the Director of TEAM Initiative.
All health systems
Prompt Lab
Test and iterate on AI prompts across all resources
Loading Prompt Lab...
Pre-Op Prompt Editor
Edit and save pre-op video and battlecard prompts
Pre-Op Video Prompt
Pre-Op Battlecard Prompt
Intake Form Library
Manage specialty-tagged intake templates
Intake Framework Editor
Edit PEAR framework prompts by specialty
Pre Op Intake Interview Prompts
Sample conversations for each intake section (Sections 3–10)
Triage Logic
Read-only view of the deterministic risk-tiering algorithms
Pre-Op Initial Tier
—Computed at patient upload from chart data. Two-stage decision: any hard escalator short-circuits to TIER_3; otherwise procedure base risk + Σ weighted soft factors → tier.
Score → Tier mapping
Hard escalators (any one ⇒ TIER_3)
Procedure base risk
Soft-factor weights
Lab thresholds
Pre-Op Re-Tier Logic
—
Recomputes Episode.tier from initialTier + the five pre-op signal
sources (intake completion + disclosures, PAM activation, T-96/T-48/T-24 surveys,
video views, battle-card views). Idempotent — every call rebuilds from scratch.
Re-tier hard escalators short-circuit to TIER_3; otherwise a signed
soft delta is mapped to a tier change with a sticky-hard guard.
Delta → Tier mapping
Re-tier hard escalators (any one ⇒ TIER_3)
Soft contributor weights
Combination rules
PAM proxy activation cutoffs
Cadence & engagement policies
Intra-Op Reassessment Logic
—Upward-only reassessment fired on the surgeon's intra-op form lock (or the conservative-default cron if no lock arrives within 24 h of OR end). Hard upgrades short-circuit to TIER_3; soft upgrades add one tier step each, with two or more aggregating to TIER_3. The final tier is the higher of (current tier, proposed tier) — most-conservative wins.
Hard upgrades (any one ⇒ TIER_3)
Soft contributor thresholds
Per-family OR-time benchmarks (P90 minutes)
Combination rules
Conservative-default policy
PDF extraction tuning
Post-Op Re-Tier Logic
—
Upward-only re-tiering for the post-discharge episode. Floor is
post_intraop_tier snapshotted at OR-end lock. Hard escalators short-circuit
to TIER_3; positive contributors form an unsigned soft delta capped at +12,
mapped to tier steps. Wound-photo signals are intentionally excluded (v1).