Create Superbill

Beta

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
patient_external_idstringRequired
Empty string not allowed
date_range_mindateRequired

Minimum (inclusive) date selected for the superbill

date_range_maxdateRequired

Maximum (inclusive) date selected for the superbill

pay_to_addressobjectOptional
Address that will be displayed on the superbill as the 'Pay to' Address. If not provided this value will be set from available encounter data.
output_formatenumOptional
Output format for the superbill. Defaults to DOCX if not specified.
Allowed values:
include_merged_patient_databooleanOptional

If true will include claims from any alternative patients the given patient_external_id has.

Response

This endpoint returns an object.
superbillslist of objects
Each object represents a single Superbill for a single billing provider.

Errors