Presenters. Krista Bennett, Clinical Supervisor, Ortho NorthEast (ONE)

Size: px
Start display at page:

Download "Presenters. Krista Bennett, Clinical Supervisor, Ortho NorthEast (ONE)"

Transcription

1 Presented by

2 Presenters Krista Bennett, Clinical Supervisor, Ortho NorthEast (ONE) Mike Baeske, Software Applications Specialist, Team Leader, Ortho NorthEast (ONE) Tom Pawlik, Supervisor, Surgical Services / EMR Workflow & Design Specialist, Ortho NorthEast (ONE)

3 Ortho NorthEast Orthopaedic Practice founded in locations throughout Northeast Indiana 35 Physicians including Anesthesiologists 35 Advanced Practitioners Part ownership of: Orthopaedic hospital Surgery center MRI PT

4 Objectives Discover how we point providers and clinical staff to produce the correct ICD-10 code. Learn how to bypass the painful orders module through advanced custom forms functionality. Gather tips and tricks on how we comply with measures for MU, CPOE, PQRS, ICD-10 and insurance requirements.

5 ICD-10 Coding Methodologies Traditional coding

6 Custom lists Smart lists Problems search GE Digital Solutions

7 More Digital Solutions Phone apps Computer software Internet search

8 ONE Perspective Custom Dynamic Forms

9

10 Added complexity of ICD-10 Most Ortho diagnosis are now side specific Bilateral condition = Double work Additional codes may be required

11 Additional Coding-Diabetes

12 Additional Coding-Neurology

13 Layout Tips Sections with visibility conditions used to dynamically display questions

14 Layout Tips Section groupings used to optimize space Visibility regions used to show individual questions

15 Layout Tips Dynamic labels utilized as warning mechanism

16 Coding Tips MEL_ADD_PROBLEM() function used to add ICD- 10 codes MEL_ADD_ASSESSMENT() denotes an assessment on a diagnosis PROB_AFTER("Delimited") used to retrieve detailed current diagnoses information MEL_REMOVE_PROBLEM() removes diagnoses utilizing the PRID

17 Coding Tips: Control Structures If and Case statements are used to generate the appropriate ICD-10 code If statements evaluate one condition and reacts based on a true or false value Nested if statements can be utilized for more sophisticated coding

18 Coding Tips: If Statements Example:

19 Coding Tips: Case Statements Case statements evaluate multiple conditions, once one is met it will evaluate coding and then stop Else clause can be utilized to catch other scenarios not specified

20 Coding Tips: Case Statements Example:

21 CPOE

22 Traditional Order Entry

23 Current Functionality GE Orders Module Pre configuration Set up individual orders Build custom lists if desired

24 GE Orders Module Pre configuration Setup Order Set up individual orders Build custom lists if desired

25 Setup Custom List

26 Current Functionality GE Orders Module Order entry during an office visit Enter order Attach diagnosis to order Add modifier (if needed) Document order instructions (if applicable)

27 Order Entry

28 CPOE Optimization Custom forms streamline the ordering and documentation process Orders module only used to remove orders

29 CPOE Optimization Buttons perform multiple actions in form Bill for the order with specified provider attached Bill for medications/materials Attach diagnosis/modifiers to each order Create translation in office visit Send an auto flag Print patient handouts/instructions Save structured data

30 CPOE Optimization Custom forms streamline the ordering and documentation process

31 Order Categories Service orders used for internal billing Casting DME s Injections PQRS E&M Office Codes EMG/Nerve Conduction Study Xray s UDS Test orders used for documentation/requisitions Work slips PT orders Lab orders Diagnostic orders Surgery orders Interventional procedure orders

32 Coding Tips MEL_ADD_ORDER() function used to generate orders Must have orders configured in administration Need to know folder structure Description order needs to be identical to bill

33 Coding Tip: Automatic Flags MEL_SEND_FLAG() used to send automatic flag (Not present in older versions of EMR / CPS) Requires recipient s login name Example: MEL_SEND_FLAG("Flag",<Receiving Username>, 'Normal', str(._todaysdate),<title>,<message Body>,'Update','')

34 Benefits Ability to re-create orders Reduces clicks Saves time, increases efficiency Ability to enforces rules Guides user to do the right thing Reduces training time Guarantees proper notification

35 Creating user-friendly layouts No scrolling Top to bottom Left to right Radio buttons vs dropdowns Navigation buttons Visibility fields Dynamic lists

36 Guiding the user Required fields Dynamic questions Regulations and Rule Enforcement Insurance Government Safety checks CDSR Osteoporosis LBP BMI Fall Risk Smoking

37 Guiding the user Training material Automatic Preferences Injections X-ray Therapy Surgery needs Filtering Family Dx Uncoded Dx

38

39 Layout Tip Enable conditions can lock a button or field until the proper action is taken

40 Coding Tip: Watcher Statements Automated events can be triggered by watcher statements, which are control structures with an! in front of it. Objects in the condition statement will trigger an evaluation every time the object is touched Example: {! if (DOCUMENT.DATE_ON_ORDER == "") then DOCUMENT.DATE_ON_ORDER = sub(str(document.clinicaldate),1,10) else "" endif}

41 Tips to meet MU measures Categorize your orders Configure CQM Data Mappings MU/CPOE user setup

42 Categorizing Orders

43 Data Mappings Each Clinical Quality Measure is requiring different data to be met Example: CMS123 Diabetes Foot Exam requires visual inspection with either a sensory exam or pulse exam

44 Data Mappings

45 Data Mappings

46 MU / CPOE User Configuration

47 Thank You