tebra_get_charges
Retrieve charges from Tebra using filters for date, patient, provider, procedure/diagnosis codes, and status. Returns payment status, amounts, and balances.
Instructions
Get charges from Tebra with flexible filters: date range, patient, provider, procedure/diagnosis codes, billing status, encounter status, and more. Returns charge details with payment status, amounts, and balances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromDate | No | Service start date filter (ISO 8601) | |
| toDate | No | Service end date filter (ISO 8601) | |
| patientId | No | Tebra patient ID to filter by | |
| fromPostingDate | No | Posting date range start (YYYY-MM-DD) | |
| toPostingDate | No | Posting date range end (YYYY-MM-DD) | |
| batchNumber | No | Filter by batch number | |
| renderingProviderName | No | Rendering provider full name | |
| procedureCode | No | Filter by CPT procedure code | |
| diagnosisCode | No | Filter by ICD diagnosis code | |
| status | No | Charge status filter | |
| billedTo | No | Billed-to entity filter | |
| includeUnapprovedCharges | No | Include unapproved charges (default false) | |
| encounterStatus | No | Encounter status filter | |
| casePayerScenario | No | Case payer scenario filter | |
| fromLastModifiedDate | No | Modified date range start (YYYY-MM-DD) | |
| toLastModifiedDate | No | Modified date range end (YYYY-MM-DD) | |
| fromCreatedDate | No | Created date range start (YYYY-MM-DD) | |
| toCreatedDate | No | Created date range end (YYYY-MM-DD) |