Top Insurance Packages Reference
The Top Insurance Packages Reference feature allows the user to view the list of top insurance packages (over .5% utilized, up to 100 packages total) used by the practice.
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 top insurance packages
GET
/v1/{practiceid}/misc/topinsurancepackages
Retrieves the list of top athenaNet insurance packages used by the practice
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
departmentid
integer
Only look at patients who are associated with this department's provider group in determining which insurance packages to list. Note that insurance packages do not "belong" to a department and thus department ID is not returned in the output. The same insurance packages will (and often do) appear across multiple departments.
limit
integer
Number of entries to return (default 1500, max 5000)
offset
integer
Starting point of entries; 0-indexed
Output Parameters
Expand all
address
string
The first address line associated with this insurance package, often on the insurance card itself as a place to send claims.
address2
string
The second address line associated with this insurance package.
city
string
The city associated with this insurance package.
insurancepackageid
string
The athenaNet-wide insurance package (also know in the industry as an "insurance product") id.
insuranceproducttypename
string
The type of product (e.g. PPO, HMO, etc.)
name
string
The name of the insurance package.
percentage
string
The percentage of insurance packages in this practice (or department, if a departmentid is specified in the input) that use this insurance package.
phone
string
The phone number associated with this insurance package.
ranking
string
The ranking of how often this package is used by this practice (or department, if a departmentid is specified in the input).
state
string
The state associated with this insurance package.
zip
string
The zip code associated with this insurance package.
Example Code