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

Medical Bill — sample layoutannotated
Provider & patient
The billing facility or physician and the patient who received care.
Service dates
When each billed service was performed.
Procedure / CPT codes
Codes identifying each service — the same codes your insurer used on the EOB.
Line-item charges
The provider’s charge for each service.
Insurance adjustments & payments
Contractual discounts and the amount insurance already paid.
Patient balance due
What you owe after adjustments and insurance — this should match your EOB’s patient responsibility.

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
}

Extract from your own medical bill — 3 free, no credit card

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.