Tell us your coverage and current care team. We use it to bill correctly, fax records on day one, and route Guardian Orb suggestions through your existing relationships first. No coverage? Skip — Guardian Orb works without it.
Insurance
We support 1,400+ payers via Change Healthcare and Availity.
>
);
};
// ============================================================================
// STEP 6 — Health intake
// ============================================================================
window.SU.Step6Intake = function Step6Intake({ data, set }) {
const D = window.SU_DATA;
function setList(key, value) { set({ [key]: value }); }
return (
<>
Step 6 of 12 · Medical intake
A snapshot of your health.
This is the same intake you'd fill on a clipboard at a new doctor's office — except we'll never make you do it again. Your answers feed the Master Equation and your Guardian Orb timeline. Be as honest as you can; you can always edit later.
Vitals at a glance
Best estimates are fine — Guardian Orb will refine these over time.
The Master Equation collapses health to a single dimensionless score, CH ∈ [0, 100], weighted across eight axes. Answer honestly — your CH0 is just a starting point, and every interaction with the platform refines it.
{ch}
Live CH score · answered {answered}/{ME_AXES.length}
{ch >= 70 ? "Strong baseline. Guardian Orb will focus on prevention and optimization." :
ch >= 50 ? "Healthy middle. Most members start here. Plenty of room to climb." :
"Several axes need attention. Guardian Orb will prioritize the highest-weight ones first."}
{ME_AXES.map(a => {
const v = scores[a.id];
return (
{a.label} · weight {a.weight.toFixed(2)}
{a.question}
{[1, 2, 3, 4, 5].map(n => (
))}
);
})}
How CH is computed: CH = 50 + Σ wᵢ · (xᵢ − 3) · 25, where xᵢ ∈ [1,5] is your axis score. The full Master Equation also incorporates lab values, claims, wearable telemetry, and Guardian Orb interactions — but this 8-question baseline is enough to seed your timeline.
>
);
};
// ============================================================================
// STEP 8 — Provider network selection
// ============================================================================
window.SU.Step8Network = function Step8Network({ data, set }) {
const services = data.services || {};
function toggle(id) { set({ services: { ...services, [id]: !services[id] } }); }
const SERVICES = [];
return (
<>
Step 8 of 12 · Network & services
Pick your network.
Conceptual Health is many things at once. Toggle on what you want active from day one — you can always change later. Inactive services are still visible in Guardian Orb but quiet.