Create a Charge Capture
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
data
Charge Capture data contains all the fields needed to create an encounter, but listed as optional. Candid will use this data when attempting to bundle multiple Charge Captures into a single encounter.
charge_external_id
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.
patient_external_id
The patient ID from the external EMR platform for the patient
status
the status of the charge capture
Allowed values:
originating_system
An optional string field denoting the originating system of the charge.
claim_creation_category
An optional string field denoting the user defined category of the claim creation.
ehr_source_url
External URL reference that links to Charge Capture details within the external system (e.g. the EHR visit page). Send full URL format for the external link (e.g. https://emr_charge_capture_url.com/123).
attachment_external_document_ids
Provide external attachment IDs which have been uploaded to Candid. They will be associated with the Encounter at Encounter creation time.
metadata
Key-value pairs that adhere to metadata schemas. Multiple metadata instances can be associated with a charge capture.
Response
This endpoint returns an object.
id
status
Allowed values:
charge_capture_data
patient_external_id
charge_external_id
updates
This list of updates will always return at most 1 update that is not resolved. The singular update will contain the difference between the updated charge and the created encounter.
date_of_service
ehr_source_url
originating_system
claim_creation_category
metadata
Key-value pairs that adhere to metadata schemas. Multiple metadata instances can be associated with a charge capture.
error
claim_creation_id
Errors
403
Unauthorized Error
404
Entity Not Found Error
409
Charge External ID Conflict Error
422
HTTP Request Validations Error
422
Schema Instance Validation HTTP Failure
422
Unprocessable Entity Error