Skip to main content

Charge Item

Summary

The Charge Item resource in the CARE system captures financial details associated with services rendered or products supplied to a patient. It serves as a self-contained record, detailing the origin of the charge, the amount, applied discounts, taxes, and other relevant financial information.


Key Purpose

  • Document financial charges for services or products provided to patients.
  • Enable automated billing processes by linking clinical activities to financial records.
  • Support detailed breakdowns of charges, including taxes, discounts, and surcharges.

Core Data Structure

Essential Fields

FieldDescriptionTechnical Notes
idInternal system identifierPrimary key, auto-generated
definitionReference to the Charge Item DefinitionLinks to the catalog entry for this service/item
statusCurrent state in the billing lifecycleControls whether the item can be invoiced
codeBilling code for the serviceOften derived from the definition
patientReference to the patientPerson receiving the service
encounterReference to the healthcare encounterLinks to the clinical context
facilityReference to the healthcare facilityLocation where service was provided
quantityNumber of units providedDefault is 1 for most services
unitPriceComponentPrice breakdown per unitIncludes base, surcharges, discounts, taxes
totalPriceComponentPrice breakdown for all unitsUnit price × quantity with all components
total_priceFinal calculated amountSum of all price components
accountReference to the billing accountWhere this charge accumulates

Supported Fields

Monetary Component:

  • type: Type of price component (e.g., base, surcharge, discount, tax, informational).
  • code: Code differentiating kinds of taxes, surcharges, discounts, etc.
  • factor: Factor used for calculating this component.
  • amount: Monetary amount associated with this component, including value and currency.

Functional Workflow

  1. Charge Item Creation: When a service is rendered or a product is supplied, a Charge Item is automatically generated, capturing all relevant financial details.
  2. Association with Encounter and Account: The Charge Item is linked to the specific patient encounter and their billing account, ensuring accurate financial tracking.
  3. Pricing Calculation: Using the associated Charge Item Definition, the system calculates the unit and total prices, factoring in any applicable taxes, discounts, or surcharges.
  4. Manual Overrides: If necessary, authorized personnel can override standard pricing, with the reason documented in the overrideReason field.
  5. Billing and Invoicing: Charge Items feed into the billing system, facilitating invoice generation and payment processing.
  6. Audit and Reporting: Detailed records of Charge Items support financial audits and reporting requirements.