Plan performance — Medical loss ratio
Anchor Health CooperativeA synthetic demo surface — "Anchor Health Cooperative" is a fictional, obviously-fake
HMO. No real payer, no PHI. Every number here reconciles to the vault: premium = Σ
fct_premium_month, plan-paid = Σ fct_claim (status = paid). The app carries no
business logic — the loss ratio is computed in the fct_loss_ratio gold mart.
Medical loss ratio · 2017–present
The single most legible "is this plan healthy?" number: plan-paid claims ÷ premium revenue. A typical group plan runs 0.80–0.90 — most of every premium dollar pays for care, the rest covers administration and margin.
Blended MLR (2017+)
Premium billed (money in)
Claims paid (money out)
By plan segment
Each claim is attributed to the segment of the member's coverage in the claim's service month (not a dominant segment) — a claim belongs to the plan that was active when it happened. Every segment lands in the healthy band, bracketing the blended number.
MLR trend by year
The blended loss ratio year over year — a line that stays inside the 0.80–0.90 band as premium and claims track together across the aligned window.
fct_premium_month.billed_premium_amt; plan-paid = Σ
fct_claim.total_paid_amt where claim_status = 'paid'.
Orphan (never-covered member) plan-paid = $0.Risk-adjusted loss ratio · the sophisticated sequel
Every segment's raw MLR sits inside the healthy 0.80–0.90 band — but that already reflects
risk, because premium is risk-graded: MEDICARE members are billed ~$29/month and
COMMERCIAL ~$16, precisely because MEDICARE members are sicker. The new signal is the
relative risk — how sick each segment's members are versus the whole scored population,
from the HCC-style member risk score (cs_member_risk_score). Read the two numbers
together: a segment running N× sicker than average while holding an MLR of ~0.85 is
managing that risk efficiently; a healthier segment at the same MLR less so.
Population avg risk score
DUAL relative risk (× population)
MEDICARE relative risk (× population)
Each segment's risk score is averaged over its claim population — the members whose paid claims land in that segment by service month, the same attribution the raw MLR uses to split paid dollars. The chart pairs the two headline numbers side by side.
cs_member_risk_score, keyed
on hk_patient) and bridges to the payer member through
cs_patient_member_same_as — the clinical-and-claims join on the resolved
person that is the platform's core thesis.
