Get all Charge Capture Bundles

Beta
GET
/api/charge_capture_bundle/v1

Query parameters

limitintegerOptional

Maximum number of entities per page, defaults to 100.

page_tokenstringOptional
patient_external_idstringOptional

The patient ID from the external EMR platform for the patient

bundle_statusenumOptional

the status of the charge capture bundle, refers to whether it was able to create an encounter.

Allowed values: in-progressin-errorsuccessfulaborted
charge_statusenumOptional

the status of the charge captures

charge_external_idstringOptional

A client-specified unique ID to associate with this encounter; for example, your internal encounter ID or a Dr. Chrono encounter ID. This field should not contain PHI.

date_of_servicedateOptional

Date formatted as YYYY-MM-DD; eg: 2019-08-24. This date must be the local date in the timezone where the service occurred.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional

Errors

Built with