Fee Schedule Procedure Group Adjustments

Create FeeSchedProcedureGroupAdjust

Creates a new FeeSchedProcedureGroupAdjust

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
feeSchedProcedureGroupAdjust_Key
required
integer <int32>

Unique identifier assigned to the procedure group adjustment. 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.

adjust_Pct
number or null <double>

Percentage that the service line will be adjusted after it has been priced by the ‘Fee Schedule’.

adjust_Repeat
integer or null <int32>

Number of times the associated rule will be applied before moving onto the next sequence.

adjust_Rule
string or null <= 16 characters

[doesn't exist]

adjust_Seq
required
integer <int32>

Sequential identifier that determines the order of adjudication for each rule. (Seq. 01 will be applied first and so forth.) 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.

effective_Date
required
string <date-time>

Date when the adjustment will begin/began applying to claims. This date will be compared to the date of service on the claim.

entry_Date
string <date-time>

User that first added the record to the system.

entry_User
string or null <= 20 characters

Date when the record was first added to the system.

fee_Sched
required
string [ 1 .. 8 ] characters

Unique name given to the Fee Scheudle.

procedure_Code1
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Code2
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Group
required
integer <int32>

Identifies the procedure group to which the associated rule will be applied. 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.

update_Date
string <date-time>

User that last updated the record in the system.

update_User
string or null <= 20 characters

Date when the record was last updated in the system.

Responses
200

Success

401

Unauthorized

post/fee-schedule-procedure-group-adjustments
Request samples
{
  • "feeSchedProcedureGroupAdjust_Key": 0,
  • "adjust_Pct": 0.1,
  • "adjust_Repeat": 0,
  • "adjust_Rule": "string",
  • "adjust_Seq": 0,
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "fee_Sched": "string",
  • "procedure_Code1": true,
  • "procedure_Code2": true,
  • "procedure_Group": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List FeeSchedProcedureGroupAdjust

Lists all FeeSchedProcedureGroupAdjust

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/fee-schedule-procedure-group-adjustments
Request samples
Response samples
No sample

Get FeeSchedProcedureGroupAdjust

Gets FeeSchedProcedureGroupAdjust

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
feeSchedProcedureGroupAdjustKey
required
integer <int32>

FeeSchedProcedureGroupAdjust Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}
Request samples
Response samples
No sample

Update FeeSchedProcedureGroupAdjust

Updates a specific FeeSchedProcedureGroupAdjust.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
feeSchedProcedureGroupAdjustKey
required
integer <int32>

FeeSchedProcedureGroupAdjust Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
feeSchedProcedureGroupAdjust_Key
required
integer <int32>

Unique identifier assigned to the procedure group adjustment. 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.

adjust_Pct
number or null <double>

Percentage that the service line will be adjusted after it has been priced by the ‘Fee Schedule’.

adjust_Repeat
integer or null <int32>

Number of times the associated rule will be applied before moving onto the next sequence.

adjust_Rule
string or null <= 16 characters

[doesn't exist]

adjust_Seq
required
integer <int32>

Sequential identifier that determines the order of adjudication for each rule. (Seq. 01 will be applied first and so forth.) 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.

effective_Date
required
string <date-time>

Date when the adjustment will begin/began applying to claims. This date will be compared to the date of service on the claim.

entry_Date
string <date-time>

User that first added the record to the system.

entry_User
string or null <= 20 characters

Date when the record was first added to the system.

fee_Sched
required
string [ 1 .. 8 ] characters

Unique name given to the Fee Scheudle.

procedure_Code1
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Code2
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Group
required
integer <int32>

Identifies the procedure group to which the associated rule will be applied. 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.

update_Date
string <date-time>

User that last updated the record in the system.

update_User
string or null <= 20 characters

Date when the record was last updated in the system.

Responses
200

Success

401

Unauthorized

put/fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}
Request samples
{
  • "feeSchedProcedureGroupAdjust_Key": 0,
  • "adjust_Pct": 0.1,
  • "adjust_Repeat": 0,
  • "adjust_Rule": "string",
  • "adjust_Seq": 0,
  • "effective_Date": "2019-08-24T14:15:22Z",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "fee_Sched": "string",
  • "procedure_Code1": true,
  • "procedure_Code2": true,
  • "procedure_Group": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete FeeSchedProcedureGroupAdjust

Deletes an FeeSchedProcedureGroupAdjust

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
feeSchedProcedureGroupAdjustKey
required
integer <int32>

FeeSchedProcedureGroupAdjust Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/fee-schedule-procedure-group-adjustments/{feeSchedProcedureGroupAdjustKey}
Request samples

Create or Update Batch FeeSchedProcedureGroupAdjust

Create or Update multiple FeeSchedProcedureGroupAdjust at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
feeSchedProcedureGroupAdjust_Key
required
integer <int32>

Unique identifier assigned to the procedure group adjustment. 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.

adjust_Pct
number or null <double>

Percentage that the service line will be adjusted after it has been priced by the ‘Fee Schedule’.

adjust_Repeat
integer or null <int32>

Number of times the associated rule will be applied before moving onto the next sequence.

adjust_Rule
string or null <= 16 characters

[doesn't exist]

adjust_Seq
required
integer <int32>

Sequential identifier that determines the order of adjudication for each rule. (Seq. 01 will be applied first and so forth.) 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.

effective_Date
required
string <date-time>

Date when the adjustment will begin/began applying to claims. This date will be compared to the date of service on the claim.

entry_Date
string <date-time>

User that first added the record to the system.

entry_User
string or null <= 20 characters

Date when the record was first added to the system.

fee_Sched
required
string [ 1 .. 8 ] characters

Unique name given to the Fee Scheudle.

procedure_Code1
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Code2
required
boolean

Identifies which procedure code field within the claim that adjudication should attempt to match. 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.

procedure_Group
required
integer <int32>

Identifies the procedure group to which the associated rule will be applied. 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.

update_Date
string <date-time>

User that last updated the record in the system.

update_User
string or null <= 20 characters

Date when the record was last updated in the system.

Responses
207

Success

401

Unauthorized

put/fee-schedule-procedure-group-adjustments-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}