11.0 Rules Flashcards

1
Q

For a CLOSE ENCOUNTER CHECK, where do you list your rules?

A

In an extension record (CER)

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

For a CLOSE ENCOUNTER CHECK, where do you list your extensions?

A

In a profile.

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

How are RULE records organized?

A

Rule (CER) –>
Extension (LPP) –>
Profile (LPR)

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

How is EVALUATION LOGIC STRUCTURED?

A

Criterion = Propery + Operator + Value

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

What happens WHEN AN ENESTHESIA PROVIDER CLOSES AN ANESTHESIA ENCOUNTER?

A

The system checks for missing documentation.

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

Anesthesia kind of record is checked for documentat6ion before allowing a provider to close (sign) an anesthesia record?

A

An extension record ﴾LPP﴿.

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

What are EXTENSIONS?

A

A way for administrators to change the behavior of Epic software. (Little package of code to give you flexibility.)

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

What are RULES?

A

Use logical expressions to identify if records meet or do not meet specific criteria. (If statements that evaluate to TRUE or FALSE.)

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

What do you use to create new and edit existing CER records?

A

The Rule Editor

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

What returns values from a record or multiple records in the system?

A

Properties

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

What Represents relationships between two sets of values?

A

Operators, e.g. ﴾equals﴿, <> ﴾does not equal﴿, Contain All, and Not Contain

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

Was are compared to your property?

A

Values. A value might be a static value that you enter or a piece of dynamic data ﴾such as “today’s date”﴿.

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

What is a Criterion?

A

Each criterion compares the property with the value﴾s﴿ as determined by
the operator. It will evaluate to either true or false.

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

What is the RULE ERROR MESSAGE FIELD do?

A

Used to set text for a message that displays to end users if the rule evaluates to true. The error message is enclosed by “” that do not appear to end users.

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

What happens when a RULE IS TRUE?

A

Something happens.

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

What do we call a property that is not looking to the original master file for comparison?

A

We refer to this as an indirect property.

17
Q

What kind of logic is being used if the rule will evaluate to True only when both criteria are met?

A

AND Logic

18
Q

You will encounter an error.

A

You will encounter an error.

19
Q

What kind of logic is being used if instead you wanted this rule to be true when either of the criteria were met?

A

OR logic

20
Q

What are the TWO TYPES OF CLOSE ENCOUNTER CHECKS?

A

Required and Recommended.

21
Q

What do REQUIRED CHECKS do?

A

Prevent the anesthesia encounter from being closed until the documentation is completed.

22
Q

What do you modified in extension record to make them execute properly?

A

You modify PARAMETERS.

23
Q

What are PARAMETERS?

A

Pieces of information within an extension’s code that allow for configuration of the extension.

24
Q

You will use a parameter to add your new rule to the extension and WHAT ELSE?

A

Create a hyperlink for your error message.

25
Q

Where must most extension records have to be validated?

A

In Text.

26
Q

What does an ACTIVTY DESCRIPTER do?

A

Creates a hyperlink that points to the Anesthesia Toolkit ﴾the activity that houses the responsible staff activity﴿.

27
Q

How many criteria can you use within one rule?

A

As many as you need. A rule can contain one or more criteria.

28
Q

You want a rule that evaluates to true if an anesthesia resident has not been documented as the responsible provider for a case. Does the rule in the screenshot below meet this need?

A

No ‐ The current rule is saying that the Anesthesia Responsible Staff activity has a value of Anesthesia resident as responsible staff for the case. To make this rule meet the scenario above you would need to change the operator to not contain all.

29
Q

After you build the CER rule looking for specific documentation, what do you need to do to make sure that it affects your end users when using the Requirements navigator section?

A

Modify your close encounter extension to include your new rule, make sure your extension is linked to a profile, and make sure the profile is affecting your end users.