Medical Bill Sample & Example
An itemized medical bill lists each service by code and charge, then applies insurance to reach your balance. Here is how to read it.
What a Medical Bill looks like
Illustrative layout for education. A real medical bill may vary by issuer.
The data you get when you extract it
Upload the same medical bill to Medical Bill Parser and instead of reading it by hand you get clean structured data like this:
{
"provider_name": "Acme Corp",
"service_date": "2026-01-15",
"code": "99213",
"description": "Professional services",
"charge": "4820.00",
"patient_balance": "4820.00",
"_confidence": 0.98
}Want the Medical Bill extraction guide?
Get a free step-by-step guide to extracting data from Medical Bills — plus tips for doing it at scale.
Free. No credit card. Unsubscribe anytime.
FAQ
What does a Medical Bill look like?
An itemized medical bill lists each service by code and charge, then applies insurance to reach your balance. Here is how to read it. The annotated example above shows each region and what it contains.
Can I use this Medical Bill sample as a template?
Use it to understand the layout and fields. When you need the actual data off a real medical bill, upload it and get structured JSON/CSV back — no manual typing.
Why is my medical bill different from my EOB?
The EOB is the insurer’s explanation; the bill is the provider’s request for your share. They should agree — if not, ask both parties to reconcile.
What is an itemized medical bill?
A bill that lists every service with its own code and charge, rather than a single summary total.
This page shows an illustrative Medical Bill example for educational purposes and is not tax, legal, or financial advice.