...
Info |
---|
The following APIs can be called using patient’s token or Clinic Admin token |
GET api_v3/users/:user_id/insurances
Status | ||||
---|---|---|---|---|
|
...
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 | |||||
---|---|---|---|---|---|
|