Get list of InsurancePlans
GET {{baseUrl}}/api/v2/InsurancePlan?insurance-plan-name=<string>&member-id=<string>&insurance-zip=<string>&insurance-address=<string>&insurance-state=<string>&insurance-city=<string>&_count=<integer>&_offset=<integer>&insurance-phone=<string>&state-of-coverage=<string>&product-type-id=<integer>&case-policy-type-id=<integer>
Overview:
Retrieves detailed information on insurance plans, enabling healthcare developers to access and display real-time data regarding coverage details for streamlined verification and analysis within clinical workflows.
This is only supported in ATHENA.
Use Cases:
Retrieve Insurance Plans: Obtain details of available insurance plans
Access Coverage Information: Retrieve details of coverage
Query Plan Networks: Obtain information on plan networks
Review Benefits Details: Access details of plan benefits
Examine Premium Rates: Retrieve premium rate information
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
insurance-plan-name | string | (Required) The name of the insurance plan | |
member-id | string | (Required) The member id associated with the insurance plan | |
insurance-zip | string | The ZIP code associated with the insurance. | |
insurance-address | string | The address of the insurance provider. | |
insurance-state | string | The state in which the insurance provider is located. | |
insurance-city | string | The city in which the insurance provider is located. | |
_count | string | The number of records to return in the result set. | |
_offset | string | The number of records to skip before starting to return results. | |
insurance-phone | string | The phone number associated with the insurance provider. | |
state-of-coverage | string | The state in which the insurance plan offers coverage. | |
product-type-id | string | The identifier for the type of insurance product. | |
case-policy-type-id | string | The identifier for the case policy type. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}