Get Charge Capture Claim Creation

Beta

Path parameters

charge_capture_claim_creation_idUUIDRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Response

This endpoint returns an object.
idUUID
statusenum

Status of the Claim Creation, Successful means that the Claim Creation created a corresponding Claim

characteristicsmap from strings to optional any

A dictionary of characteristics that are used to group charge captures together based on the bundling configuration. Example: {“service_facility.npi”: “99999999”, “date_of_service”: “2023-01-01”}

errorslist of objects

All errors that were found when the Claim was attempted to be created. Errors can correspond to the Claim Creation as a whole or specific underlying Charge Captures.

created_encounter_idUUIDOptional
encounter_creation_inputobjectOptional

If a ChargeCaptureBundle attempts creation, this is the input that was created from the underlying charges and used to attempt encounter creation.