Sliding Fee Plans Reference
Allows the practice to add poverty-based and non-poverty-based sliding fee plans.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Reference
Get list of all sliding fee-plans
GET
/v1/{practiceid}/slidingfeeplans
Retrieves a list of poverty-based and non-poverty-based sliding fee plans
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
calculationtypeid
string
An ID representation the type of sliding fee plan; name and shortname also provided.
calculationtypename
string
The (long) name of the type of sliding fee plan
calculationtypeshortname
string
The (short) name of the type of sliding fee plan.
flatfeeresponsibility
string
The flat fee amount required under this plan.
name
string
The name of this sliding fee plan.
note
string
A note about this plan. This may not be patient-facing!
ordering
string
The ordering in which this sliding fee plan is displayed.
percentageresponsibility
string
The percentage amount of the charge that the patient pays under this plan.
povertylevellowerbound
string
The percent of poverty lower bound that this plan applies to.
povertylevelupperbound
string
The percent of poverty upper bound that this plan applies to.
programname
string
The name of the program that this plan belongs to.
programnote
string
Notes about the program that this plan belongs to. May not be patient-facing!
slidingfeeplanid
string
The sliding fee plan ID.
Example Code