View charges

This endpoint returns a list of Charges. You can filter by patient, provider, procedure, guarantor, or updated_since. You must provide at least one filter.

Query Params
string
required

Used to scope the request to the specified institution

int32
required

Used to scope the request to the specified location

int32

Filter by patient

int32

Filter by provider

int32

Filter by procedure

int32

Filter by guarantor

date-time

Charges updated after the specified time (UTC)

include[]
array of strings

Resources to be included in the response

include[]
boolean
Defaults to false

Include deleted charges

string
Defaults to null

Optional comma-separated string of fields to sort on. Include a leading dash for descending order.

Available fields:

  • updated_at
  • -updated_at
string

First item of the current page. Starts empty

string

Last item of the current page. Starts empty

int32
Defaults to 5

Number of results to return per page. Maximum allowed amount is 1000.

Headers
string
required
Defaults to v20240412

The NexHealth API version

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json