Get all Charge Capture Claim Creations

Beta

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Query parameters

limitintegerOptional

Maximum number of entities per page, defaults to 100.

sortenumOptional

Defaults to created_at

Allowed values:
sort_directionenumOptional

Sort direction. Defaults to descending order if not provided.

Allowed values:
page_tokenstringOptional
patient_external_idstringOptional

The patient ID from the external EMR platform for the patient

claim_creation_statusenumOptional

the status of the charge capture Claim Creation, refers to whether it was able to create a claim.

charge_statusenumOptional

the status of the charge captures

Allowed values:
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_service_mindateOptional

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

date_of_service_maxdateOptional

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

claim_idsUUIDOptional

A list of claim IDs to filter by. This will return all charge capture claim_creations that have a resulting claim with one of the IDs in this list.

claim_creation_idsUUIDOptional

A list of Claim Creation IDs to filter by.

billing_provider_npisstringOptional

A list of billing provider NPIs to filter by. This will return all charge capture claim_creations which include one or more charges with one of the NPIs in this list.

service_facility_namestringOptional

A string to filter by. This will return all charge capture claim_creations which include one or more charges with this service facility name.

primary_payer_idsstringOptional

A list of primary payer IDs to filter by. This will return all charge capture claim_creations which include one or more charges with one of the primary payer IDs in this list.

rendering_provider_npisstringOptional

A list of rendering provider NPIs to filter by. This will return all charge capture claim_creations which include one or more charges with one of the NPIs in this list.

rendering_provider_namesstringOptional

A list of rendering provider names to filter by. This will return all charge capture claim_creations which include one or more charges with one of the names in this list.

supervising_provider_npisstringOptional

A list of supervising provider NPIs to filter by. This will return all charge capture claim_creations which include one or more charges with one of the NPIs in this list.

supervising_provider_namesstringOptional

A list of supervising provider names to filter by. This will return all charge capture claim_creations which include one or more charges with one of the names in this list.

has_charge_capture_updatesbooleanOptional

If true, only return claim_creations that have charge captures that have been updated since the Claim Creation has had a status of BILLED. See the updates property on ChargeCapture for more details.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional