APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each DRG configuration setting. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates whether the line is applied to OON claims. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Specifies a User-defined DRG cluster required for adjudication matching.
Allows the User to select an existing DRG schedule to base their pricing upon. These DRG Schedules need to be provided by the User and uploaded by VBA.
Start of the range of acceptable service dates for the rate line. Note: This field is marked as NOT NULL in the database and therefore required by the API.
When selected, if the DRG rate exceeds the Bill Price, set the price to the Bill Price Note: This field is marked as NOT NULL in the database and therefore required by the API.
If the total billed amount is greater than or equal to the ‘Outlier Amount’, the ‘Outlier Type’ calculation is considered.
This indicates the outlier calculation to be performed as part of the DRG calculation.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"providerDRG_Key": 0,
"apply_OON": true,
"cost_To_Charge": 0.1,
"drG_Cluster": "string",
"drG_Rate": 0.1,
"drG_Schedule": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"max_Allowed_At_Billed": true,
"min_Amount": 0.1,
"network_ID": "string",
"outlier_Type": "s",
"provider_ID": "string",
"term_Date": "2019-08-24T14:15:22Z",
"trim_Point": 0.1,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"variable_Cost_Factor": 0.1
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs/{providerDRGKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/providers/{providerID}/drgs/{providerDRGKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example