Get list of Invoices
GET {{baseUrl}}/api/v2/Invoice?patient=<integer>&_count=<integer>&_offset=<integer>&date=<string>
Overview:
Retrieves detailed information on invoices, enabling healthcare developers to access and display real-time data regarding financial transactions for streamlined tracking and analysis within clinical workflows.
This is only supported in ELATION.
Use Cases:
Retrieve Invoice Details: Obtain information on a specific invoice
Access Billing Information: Retrieve details of billing
Obtain Payment Status Details: Query payment status
Access Details of Service Charges: Review service charges
Retrieve Statement Item Details: Examine statement items
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the invoice. | |
_count | string | The number of records to return in the result set. | |
_offset | string | The number of records to skip before starting to return results. | |
date | string | The date of the invoice. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}