Allowed Amount and Reimbursement Breakdown Chart
Description
A billed charge is not a price; it is an opening position. Each bar here is a full billed charge divided four ways, and the hatched segment is the part nobody pays -- the provider gave it up in exchange for being in the network. Coinsurance is computed on the allowed amount, not the billed charge, which is why the member's share is so much smaller than the sticker figure suggests. The two MRI bars are the payoff: identical procedure, identical $1,800 billed, identical $900 allowed, and a member cost that is 5.0x higher out of network. Compare the two MRIs decomposes that gap into the part caused by the higher coinsurance rate and the much larger part caused by the missing write-off.
Lesson Plan
Audience: undergraduate students and healthcare data practitioners. Allow 12-18 minutes. Prerequisites: the idea of a negotiated rate between a payer and a provider.
Learning objective: Given a billed charge and a contracted allowed amount, the learner can calculate the contractual adjustment, the member's coinsurance share, and the payer's reimbursement for a set of sample claims.
- Explore: Use Zoom to routine claims to read the office visit, EKG, and blood draw at usable scale. Turn on the billed-charge marker and note how much of each bar sits to the left of it.
- Explain: Select Compare the two MRIs. Explain to a partner which of the two contributions to the member's higher out-of-network cost is larger, and why the write-off is the one that disappears rather than the coinsurance.
- Transfer: A provider is in-network for one plan and out-of-network for another. Say where network status must be stored in a graph model so that both facts can be true at once, and what would go wrong if it were stored as a property of the provider.
Assessment: use the Transfer prompt as an exit ticket. A complete response places network status on the provider-plan relationship, explains why a node property cannot represent it, and connects that choice back to which bar a claim would produce.
Embed This MicroSim
Copy this iframe to your website:
1 | |
Quality Checks
Validated September 8, 2026. Completeness rubric: 100/100, scored with the project's calculate-quality-score.py against the standardization checklist. Checked automatically in a browser at 400, 800, and 1200 px: the page loads with no JavaScript errors, no interactive control is clipped outside the viewport, and the document does not scroll horizontally. Controls, selections, and the reset path were exercised by hand during development at desktop width. The page reports its own height to the parent document, so the declared iframe height above serves only as a fallback.
Specification
The full specification below is extracted from Chapter 15: Reimbursement, Health Plan Types, and Payer Contracts.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |
Related Resources
References
- Source chapter — supplied the learning objective and the worked example.
- Chart.js documentation — scales, stacked bars, tooltips, and custom plugins (accessed September 8, 2026).
- Wikipedia: Balance billing — the fourth segment, and why it appears only out of network.
- Wikipedia: Coinsurance — the member share computed on the allowed amount.