VIII: Creating Custom Rules Using the Rule Editor Flashcards

1
Q

What do rules do?

A

Rules define what scenarios we want the system to find. It doesn’t define when we want the system to look or the functions to perform when those scenarios are found.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a criterion?

A

Property, Operator and Value (Item = Value).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is recommended when creating a rule for procedures? Procedure property or CPT?

A

CPT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What buttons do you click in order to find the item number and INI of a field in PB Charge Entry?

A

Ctrl + Click

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In Text, how sould you find the “address” of the field you are looking for (INI and Item #)

A

Home + F8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Service date vs Day Properties

A

Service Date T-7, Days use greater than

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does “context” define

A

Context defines where rules can be used and determines the properties that will be available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a “property”

A

An item in the system to search for

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an “operator”

A

relationship between properties and values (=, <>, >, <)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a “value”

A

A response to a property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In the rule editor, how can you search with INI and Item Number?

A

Click on the arrows next to the search button for more search options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If the rule you are building needs to catch procedures with any modifier what operator can you use?

A

Use the “does not equal” operator and leave the value blank.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How would you look up items in Text that you might want to use in rules?

A

Navigate to the field and type HOME+F8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If the Raw data field shows and ID number, what does this mean?

A

Then the system is actually storing a pointer to a different masterfile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If the Raw data field shows the exact same thing that displays in the field, what does this mean?

A

Then the system is storing the free text typed as a string of text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

To catch part of a string of free text in a rule, what can you use?

A

The operator “String-Contain”

17
Q

What issue/s can arise when using the “string-contain” operator?

A

It will identify the value even if it’s part of a longer value. For example if you are looking for modifier 26, it will also find 260, 126 or anything with 26 in it.

18
Q

To avoid “string-contain” issues, what property can you use to find the exact match?

A

Select the more specific “item” under that property.

19
Q

If you would like to see a definition of each operator, how would you access this?

A

F1

20
Q

What is the system functionality of a PB Visit Context?

A

Visit Filing Order Review/Retroadjudication

21
Q

What is the system functionality of a Universal Charge Line

A

Charge Router Charge Entry Validation Messages

22
Q

True or False: A rule can contain more than one criterion

A

True

23
Q

What are the three types of evaluation logic to determine the relationship between criterion?

A

And (must meet all criteria), or (must meet any one criterion) and custom (define and and or relationships between multiple criteria)

24
Q

True or False: You are unable to accept a rule without entering a message.

A

True.

25
Q

How do you create a dynamic error message such as CHARGE SESSION»Account»Acct Type?

A

Click insert and use the property tree. Any additional comments to describe the error a charge qualifies for should appear inside the quotation marks

26
Q

What is the configuration of the “Day” Property when creating a rule?

A

This property references a specific date in the past and count forward. e.g. You can enter the number of days in the value field

27
Q

What is the configuration of the “Date” property when creating a rule?

A

This is when you use T-1 or T. Day 1 in the system is 1/1/1841.

28
Q

For the Date Property, which Operator(s) are used? and what is the Value?

A

< or <= Value is T-x

29
Q

For the Day Property, which Operator(s) are used? and what is the value?

A

> or >= Value is number of days.