electronic medical records – building encounter forms erika orrick ge healthcare

18
Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

Upload: jose-bartlett

Post on 27-Mar-2015

219 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

Electronic Medical Records – Building Encounter FormsErika OrrickGE Healthcare

Page 2: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

2 /WEUSE II Presentation /

04/10/23

“By computerizing health records, we can avoid dangerous medical mistakes, reduce costs, and improve care.”President Bush, 2004 State of the Union

Page 3: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

What are EMR systems and why is this significant?

Page 4: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

4 /WEUSE II Presentation /

04/10/23

What is an EMR system?

Page 5: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

5 /WEUSE II Presentation /

04/10/23

Encounter forms generate chart data

Page 6: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

6 /WEUSE II Presentation /

04/10/23

What is rapidly increasing adoption of EMR systems?

One recent reform pushing adoption of EMR systems has been Medicare’s (and many private insurers’) “pay-for-performance” initiatives. It is much easier to prepare needed reports using electronic systems. (e.g. HbA1C for diabetes)

This reform is one thing pushing EMR systems into smaller, less tech-savvy clinics than they were previously found.

Page 7: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

7 /WEUSE II Presentation /

04/10/23

EMR systems also can enable data availability

RHIOs (Regional Health Information Organizations) are forming to encourage patient data exchange.

EMR systems allow easy patient contact for drug recalls, etc.

Page 8: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

Why is this an end-user software engineering problem?

Page 9: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

9 /WEUSE II Presentation /

04/10/23

Encounter forms in clinical workflows

Centricity® EMR is shipped with a default set of encounter forms, but many providers/clinics are used to working in a certain way and want to customize the forms to match them. There are a several third party vendors who sell additional forms and customization services for our EMR product.

Forms enable quick entry of information in a manner that will ensure accurate coding for insurance/Medicare filing.

Page 10: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

10 /WEUSE II Presentation /

04/10/23

Default output of an encounter form

History of Present Illness

Chief Complaint: chest pain

Location: Substernal

Quality: Burning

Severity: moderate

Duration: 3 days

Timing: constant

Radiation: none

Exacerbating factors: eating

Relieving factors: antacids

Associated with: weekly staff meetings

Page 11: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

11 /WEUSE II Presentation /

04/10/23

Provider-preferred output of the form

“This patient presents with a 3 day history of substernal chest pain. He describes it as moderately burning in character. Michael also describes the pain as constant without radiation. The patient states that eating exacerbates the pain, and that antacid provides relief from the pain. Pain is often associated with weekly staff meetings.”

Page 12: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

12 /WEUSE II Presentation /

04/10/23

MEL (Medical Expression Language) to generate natural language output

{CFMT(DOCUMENT.TEMP_305780818_1_891658, "", "This patient presents with a ", "")}{

cond

case DOCUMENT.TEMP_305780819_1_891659 == "minutes" return " minute"

case DOCUMENT.TEMP_305780819_1_891659 == "hours" return " hour"

case DOCUMENT.TEMP_305780819_1_891659 == "days" return " day"

case DOCUMENT.TEMP_305780819_1_891659 == "months" return " month"

else ""

endcond}{CFMT(OBSNOW("HPI location"), "", " history of ", "", "")}{cfmt(OBSNOW("Chief Cmplnt"), "", " ", "", ". ")}

This snippet of code produces only the first sentence of the previous paragraph:

“This patient presents with a 3 day history of substernal chest pain.”

Page 13: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

13 /WEUSE II Presentation /

04/10/23

The current Encounter Form Editor

Page 14: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

14 /WEUSE II Presentation /

04/10/23

Single item edit detail in the EFE

Page 15: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

15 /WEUSE II Presentation /

04/10/23

Debugging: MEL Trace--------------------------------------------------------------

-- Starting MELTrace on 07/26/2005 2:19 PM for WSID 600

--------------------------------------------------------------

execute>Attach Symbols Begin

execute>Attach Symbols End

>{/****VARIABLES FOR MEL BUILT-IN SYMBOLS USED IN FORM****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

>{/****VARIABLES FOR MEL BUILT-IN SYMBOLS USED IN FORM****/\par }

execute>end

results>NULL

>{/****START OF FORM TRANSLATION BODY****/\par }

execute>end

results>NULL

….

execute>call VAL("6")

results>6

execute>6 <= 5.50

results>FALSE

execute>if FALSE

results>FALSE

execute>Document.TEMP_CCC_HPI_FORM_OPENED

results>"OPENED"

execute>"OPENED" == ""

results>FALSE

execute>Document.TEMP_CCC_A_P_FORM_OPENED

results>"OPENED"

execute>"OPENED" == ""

results>FALSE

execute>FALSE AND FALSE

results>FALSE

execute>Document.TEMP_CCC_PED_A_P_FORM_OPENED

results>"OPENED"

execute>"OPENED" == ""

results>FALSE

execute>FALSE AND FALSE

results>FALSE

… (and so on)

Page 16: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

Problem Summary

Page 17: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

17 /WEUSE II Presentation /

04/10/23

How do allow end users to construct encounter forms more easily?

How do we make this customization tool more accessible to less technical users?

How do we encourage the use of standards so one clinic can have a consistent interface in spite of using forms constructed by GE Healthcare, by a third-party vendor, and in house?

Page 18: Electronic Medical Records – Building Encounter Forms Erika Orrick GE Healthcare

18 /WEUSE II Presentation /

04/10/23

Erika Orrick

[email protected]

http://www.gehealthcare.com