Skip to main content
Elation Billing charge line items. Each row is one billable service line within a claim, carrying its financial lifecycle (charges, adjustments, payments, balance). Multiple charge lines roll up to a single claim, and the claim points back to an EHR-side bill. The table schema can be found in our HDB dbdocs reference. For reporting on but not limited to:
  • Per-CPT volume and revenue for a date range
  • Outstanding balance per patient, payer, or claim
  • Patient-responsibility vs. payer-responsibility splits via balance_responsibility
  • Charges that have not yet been billed (first_billed is null)
  • NDC-level drug-charge reporting
  • Reconciling claim totals against the sum of their charge lines
The financial columns on charge (total_charges, adjustments, payments, balance) are the running totals stored on the line in Elation Billing - they reflect the latest state, not a transaction log. For the per-ERA adjustment history use era_matched_adjustment.

Charges for a date range

Returns every charge line with service date in a window, with the CPT and modifiers, units, charge totals, and current balance.

Outstanding balances by responsibility

Aggregates remaining balance by who owes it. Useful for separating patient-AR from payer-AR snapshots.

Charges that have not yet been billed

Returns lines that exist in Elation Billing but have not been billed out to any payer. Useful as a “ready to submit” worklist for billers.

CPT volume and revenue

Rolls up CPT-level activity over a 90-day window: line counts, unique patients, billed totals, collected totals, and the running balance still on those lines.

Reconcile a claim with its charge lines

Joins one claim to the sum of its charge lines so you can confirm the claim total matches what’s actually billed line-by-line.

Drug-charge detail by NDC

Filters to charge lines that carry an NDC (the National Drug Code) and surfaces the structured NDC fields alongside the financial state.
If you have any questions about this topic please reach out to Elation Support Portal with the subject line HDB - <your_question>