APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Unique identifier for each Detail record on this Fee Schedule. Note: The database will apply a default value of 0 for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of 0 to meet the API requirements and ensure that the functionality occurs as expected.
This option allows the ‘Fee Schedule’ to price above the billed amount. Note: The database will apply a default value of False for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of False to meet the API requirements and ensure that the functionality occurs as expected.
This field is currently informational only. Note: The database will apply a default value of False for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of False to meet the API requirements and ensure that the functionality occurs as expected.
Price based upon a percentage of the billed amount that will be applied to the matching claim detail record through the ‘Fee Schedule’.
Requires a matching diagnosis code on the claim for adjudication matching. Start of a range of diagnosis codes when combined with 'Diag Thru'.
Indicates the ICD version associated with the selected Diagnosis Codes.
This will require a matching ‘Drug Code’ within a claim line during adjudication.
Date when the schedule should begin applying to claims. This date will be compared to the date of service on the claim.
Applies the provided Ex Code to any claim that has been repriced by this ‘Fee Schedule Fee’.
Starting point for the range of acceptable number of units within a claim for matching during adjudication.
Modifiers applicable to codes can be entered. Each of the modifiers can be applied to a single code or multiple codes in the line. Modifier payment reductions can be set up in ‘Fee Schedule Configuration’ and can be applied each time the modifier is included on a claim.
Modifiers applicable to codes can be entered. Each of the modifiers can be applied to a single code or multiple codes in the line. Modifier payment reductions can be set up in ‘Fee Schedule Configuration’ and can be applied each time the modifier is included on a claim.
Modifiers applicable to codes can be entered. Each of the modifiers can be applied to a single code or multiple codes in the line. Modifier payment reductions can be set up in ‘Fee Schedule Configuration’ and can be applied each time the modifier is included on a claim.
Modifiers applicable to codes can be entered. Each of the modifiers can be applied to a single code or multiple codes in the line. Modifier payment reductions can be set up in ‘Fee Schedule Configuration’ and can be applied each time the modifier is included on a claim.
Price based upon a percentage of the billed amount that is used for Out of Network claims that could not be matched with a usual and customary rate.
Requires a matching place of service on the claim for adjudication matching. Start of a range of PoS when combined with 'PoS Thru'.
Price that will be applied to the matching claim detail record through the ‘Fee Schedule’. This will be multiplied by the number of units within the claim.
This allows the price to be applied to all procedures within a selected procedure cluster.
This section can contain CPT, HCPC, or revenue codes. Every line requires the first procedure code field to be completed, even when using a procedure cluster. Note: If entering a range of codes, the fee entered on that line will apply to all codes in the range.
This section can contain CPT, HCPC, or revenue codes. This field is compared to the 'Procedure Code 2' field on the claim's detail line.
This section can contain CPT, HCPC, or Revenue codes. Every line requires the first procedure code field to be completed, even when using a procedure cluster. Note: If entering a range of codes, the fee entered on that line will apply to all codes in the range.
Requires a matching Provider type on the claim for adjudication matching.
Requires a matching specialty code on the claim for adjudication matching.
Ending point for the range of acceptable number of units within a claim for matching during adjudication.
Allows the User to select an existing rate group to base their pricing upon. For instance, if you are building a ‘Fee Schedule’ that uses a percentage of Medicare rates. These rate groups need to be provided by the User and uploaded by VBA.
The desired percentage applied from the selected rate group to the matching claim.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/fee-schedule-details
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/fee-schedule-details \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"feeSchedDetail_Key": 0,
"allowed_Over_Billed": true,
"always_Use_Rate": true,
"billed_Pct": 0.1,
"diag_Code": "string",
"diag_Code_Thru": "string",
"diagnostic_Code_Type": "string",
"drug_Code": "string",
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"fee_Sched": "string",
"from_Age": 0,
"from_Units": 0,
"modifier": "string",
"modifier2": "string",
"modifier3": "string",
"modifier4": "string",
"no_UC_Percent": 0.1,
"place_Of_Service": "strin",
"place_Of_Service_Thru": "strin",
"price": 0.1,
"procedure_Cluster": "string",
"procedure_Code": "string",
"procedure_Code2": "string",
"procedure_Code_Thru": "string",
"provider_Type": "string",
"rvS_Units": 0.1,
"specialty_Code": "string",
"thru_Age": 0,
"thru_Units": 0,
"type_Of_Service": "strin",
"uC_Claim_Type": "string",
"uC_Percent": 0.1,
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/fee-schedule-details
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/fee-schedule-details?page=1&pageSize=100&sortBy=string' \
-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/fee-schedule-details/{feeSchedDetailKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/fee-schedule-details/{feeSchedDetailKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example