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

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the invoice.
_countstringThe number of records to return in the result set.
_offsetstringThe number of records to skip before starting to return results.
datestringThe date of the invoice.

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring

RESPONSES

status: OK

{}