...
Info |
---|
The following APIs can be called using patient’s token or Clinic Admin token |
GET api_v3/users/
...
:user_id
...
/insurances
Status | ||||
---|---|---|---|---|
|
This returns a list of insurance cards associated with this user
Expand | |||||
---|---|---|---|---|---|
| |||||
|
POST api_v3/users/{user_id}/insurances/import
Status | ||||
---|---|---|---|---|
|
Payload should include array of up to 2 insurance detail, one is
primary
and the other issecondary
If insurance type already exists, it will be overwritten
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
POST api_v3/users/{user_id}/insurances/{primary|secondary}
Status | ||||
---|---|---|---|---|
|
Update primary
or secondary
insurance
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET api_v3/users/{user_id}/insurances/{primary|secondary}
Status | ||||
---|---|---|---|---|
|
Retrieve primary
or secondary
insurance
Expand | |||||
---|---|---|---|---|---|
| |||||
|
DELETE api_v3/users/{user_id}/insurances/{primary|secondary}
Status | ||||
---|---|---|---|---|
|
Expand | ||
---|---|---|
| ||
|
Eligibility check
POST api_v3/users/{user_id}/insurances/primary/eligibility/check
Status | ||||
---|---|---|---|---|
|
Check and return queue status and current eligibility status
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET api_v3/users/{user_id}/insurances/primary/eligibility
Return queue status and current eligibility status
Status | ||||
---|---|---|---|---|
|
Return queue status and current eligibility status
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Claims Center
GET api_v3/reports/claims?from_date=2024-09-02&to_date=2024-09-05
Status | ||||
---|---|---|---|---|
|
Return list of visits with other data that is relevant for claim
Retrieve data list
GET api_v3/insurances/list/insurers
Sample request
Code Block | ||
---|---|---|
| ||
curl --location 'https://api-vclinic.vseepreview.com/vc/stable/api_v3/insurances/list/insurers' \
--header 'X-AccountCode: vclinic' |
Sample response
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET api_v3/insurances/list/billing_modifiers
Sample request
Code Block | ||
---|---|---|
| ||
curl --location 'https://api-vclinic.vseepreview.com/vc/stable/api_v3/insurances/list/billing_modifiers' \
--header 'X-AccountCode: vclinic' |
Sample response
Expand | |||||
---|---|---|---|---|---|
| |||||
|
GET api_v3/insurances/list/dxs
Sample request
Code Block | ||
---|---|---|
| ||
curl --location 'https://api-vclinic.vseepreview.com/vc/stable/api_v3/insurances/list/dxs' \
--header 'X-AccountCode: vclinic' |
Sample response
Expand | |||||
---|---|---|---|---|---|
|
GET api_v3/insurances/list/procedures
Sample request
Code Block | ||
---|---|---|
| ||
curl --location 'https://api-vclinic.vseepreview.com/vc/stable/api_v3/insurances/list/procedures' \
--header 'X-AccountCode: vclinic' |
Sample response
Expand | |||||
---|---|---|---|---|---|
|