This resource contains billing or financial information related to a patient record.
A charge item is a billing charge, procedure, or associated financial information that should be recorded in a healthcare organization’s EHR system. These are a crucial part of maintaining the administrative and financial details associated with patient records.
This is different from a Claim resource in that a ChargeItem is sent directly to a provider, while a Claim is for requesting reimbursement from a payer.
You can only create a new charge item.
$charge-item-create
Create a new charge item in a healthcare organization’s EHR system.
This operation is commonly used for posting charges for services rendered, medical procedures performed, or supplies used during patient care.
cURL request example
Request Body Schema
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle - typerequired, string
Identifies this bundle as a message
Value:message - entryrequired, Array of messageHeader, patient, chargeItem, insurance
Charge items are typically associated with encounters, patients, and various clinical resources.
An array of FHIR resources. At a minimum, a ChargeItem should include the following entries:
- Patient - the patient
- ChargeItem - the charge item
- resourcerequired, object
Additional metadata about the message including the event
- resourceTyperequired, string
Identifies the type of the resource
Value:MessageHeader - sourcerequired, object
Information about the sender of the message and the Bundle content.
- endpointrequired, string
Identifies the routing target to send acknowledgements to.
- namestring
Human-readable name for the source system.
- focusrequired, Array of object
This describes the focal target resource of the message from which the remainder of the content is referenced from
Must be a resource of type
ChargeItem.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#and refers to a contained resource.
- eventUrirequired, string
This describes the message being communicated
An entry in the bundle containing a FHIR resource
- timestampstring
The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.
Bundle sent as part of a ChargeItem-create message