v1

Get all Charge Capture Claim Creations

get/api/charge_capture_claim_creation/v1

Query parameters

limitinteger

Maximum number of entities per page, defaults to 100.

sortV1ChargeCaptureClaimCreationSortField — unresolved $ref

Defaults to created_at

sort_direction'asc' | 'desc'

Sort direction. Defaults to descending order if not provided.

page_tokenstring
patient_external_idstring

The patient ID from the external EMR platform for the patient

claim_creation_statusV1ChargeCaptureClaimCreationStatus — unresolved $ref

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

charge_statusV1ChargeCaptureStatus — unresolved $ref

the status of the charge captures

charge_external_idstring

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_minstring date

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_maxstring date

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_idsstring uuid

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_idsstring uuid

A list of Claim Creation IDs to filter by.

billing_provider_npisstring

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_namestring

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_idsstring

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_npisstring

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_namesstring

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_npisstring

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_namesstring

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.

claim_status'biller_received' | 'coded' | 'submitted_to_payer' | 'missing_information' | 'not_billable' | 'waiting_for_provider' | 'era_received' | 'rejected' | 'denied' | 'paid' | 'paid_incorrectly' | 'finalized_paid' | 'finalized_denied' | 'held_by_customer' | 'era_requires_review'

the status of the claim to filter by created from charge capture bundle.

claim_creation_categorystring

A list of claim creation categories 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.

tagsstring

A list of tags to filter by. This will return all charge captures with one of the tags.

primary_payer_namesstring

A list of primary payer names to filter by. This will return all charge captures with one of the names.

patient_namesstring

A list of patient names to filter by. This will return all charge captures with one of the names.

has_charge_capture_updatesboolean

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.

Headers

Authorizationstring required

OAuth authentication

Response

Response with status 200

V1ChargeCaptureClaimCreationPage required— unresolved $ref