SlideShare a Scribd company logo
Finding the “Meaning” in Meani




           MUSE International Session # 1176
            Wednesday 5/30/2012 at 2:30PM
                              Glen R. D’Abate
Introduction
   Development of Data Repository (DR) for
    “clinical analysis” at MEDITECH (1994)
   Genesis of Acmeware (1998)
   DR Auditor & 5.4 SR3 makes DR a viable
    solution (2002)
   Diabetes, coronary arterial disease, and other
    quality reporting with Affinity Health (2006)
   ARRA Meaningful Use – DR’s potential is finally
    being realized (2010)
Session Overview
   Review of MEDITECH EHR and module certified recommended
    data sources and workflow to achieve CMS Meaningful Use
    (MU) Quality Measures (QM) attestation
   Look at the MEDITECH supplied Data Repository (DR) based
    SQL scripts and how these can be modified and enhanced to
    meet attestation requirements
   Examine the technologies employed and the required skill-set
    of staff to produce these solutions
   Review MU quality measure data validation reports
   Demonstration of a sampling of custom MU analysis reports
       Emergency Department Turnaround By ED Provider
       Emergency Department Turnaround By Hour-of-Day
       VTE Prophylaxis Performance Rate Trend By Unit
       Core Measure Dashboard Report
MEDITECH Recommends DR for
ARRA Meaningful Use Solution
Why Data Repository
   Data retention in DR
   MEDITECH supplied Structured Query
    Language (SQL) scripts
   Performance
       Ability to add indexes as needed
       SQL’s native dataset processing
       Separation of transaction processing (i.e.,
        MEDITECH applications) from report processing
   Direct access to other vendor certified
    quality data in via open standards
    connections (OLE, ODBC)
   Wide array of report presentation options
What are MEDITECH Best Practices?
     MEDITECH Best Practices documents are available for
      review and assessment from their web site at: (
      http://www.meditech.com/bestpractices/...)
     An organization must determine what MEDITECH
      applications and workflow are in place that meets the
      Best Practices and where and how they deviate from
      these practices
     This includes identifying where and how MU quality data
      is being captured when other than the specified Best
      Practice’s location (e.g., different CDS Queries, another
      MT module, a certified third party product)
     The closer your workflow and practices parallel the
      MEDITECH Best Practices, the less customization is
      required to the MEDITECH DR MU QM scripts
MEDITECH ARRA Web Site




                 MEDITECH ARRA Implementation Plan
                 Best Practices Documentation
                 MU Checklist
                 List of NPR/DR DPMs/Table Impacted
                 SQL Script Templates
                 Much more…
MEDITECH DR SQL Scripts

                          Basic instruction on how to implement and customize scripts

                          Tables may need to add to this list based on your workflow

                          RxNorm code data is often not complete – verify with your
                          formulary vendor data




SQL Scripts to use as
a basis for compiling
and reporting MU
quality performance
measures

                                                                       Stroke Scripts
CMS Guidelines on Modifying
MEDITECH Workflow & Scripts
CMS FAQ 10473
       For the Medicare and Medicaid Electronic Health Record (EHR) Incentive
       Programs, is an eligible professional or eligible hospital limited to
       demonstrating meaningful use in the exact way that EHR technology was
       tested and certified? For example, if a Complete EHR has been tested and
       certified using a specific workflow, is an eligible professional or eligible
       hospital required to use that specific workflow when it demonstrates
       meaningful use? Similarly, if the EHR technology was tested and certified with
       certain clinical decision support rules, are those the only clinical decision
       support rules an eligible health care provider is permitted to use when
       demonstrating meaningful use?
        
       In most cases, an eligible professional or eligible hospital is not limited to
       demonstrating meaningful use to the exact way in which the Complete EHR or
       EHR Module was tested and certified. As long as an eligible professional or
       eligible hospital uses the certified Complete EHR or certified EHR Module’s
       capabilities and, where applicable, the associated standard(s) and
       implementation specifications that correlate with the respective meaningful
       use objective and measure, they can successfully demonstrate meaningful use
       even if their exact method differs from the way in which the Complete EHR or
       EHR Module was tested and certified.
                                    certified
Examples of Workflow Modifications
   Use of a CDS Query Mnemonic that is based on a hospital’s
    existing workflow (e.g., identifying patients on a Clinical
    Trial)
   Identification of data in a method that differs from MT Best
    Practices (e.g., check for VTE Diagnostic Testing by looking at
    Ordered Procedures rather than a CDS Query)
   Identification of Emergency Department (ED) Decision to
    Admit Date/Time directly from another certified other-vendor
    ED system (rather than MEDITECH EDM)
   Modification of scripts to save detailed data about the
    measure within a datamart for later analysis (note this data
    cannot be used for producing numerator, denominator, or
    exclusions values for CMS attestation!)
From MEDITECH Best Practices
              “VTE1Q.1” is Best Practice Query Mnemonic
              for Capturing Patients on a Clinical Trial
Script Code Change to Address
  Clinical Trials Workflow


        Original Script Code




                               Script mtzcus_VTE_1


                                                 Non Multiple Clinical
                                                 Queries Table Selected




Modified Script Code




                                                               Query Mnemonic Replaced
2nd Example of Workflow Modifications
    Use of a CDS Query Mnemonic that is based on a hospital’s
     existing workflow (e.g., patients on a Clinical Trial)
    Identification of data in a method that differs from MT Best
     Practices (e.g., check for VTE Diagnostic Testing by looking at
     Ordered Procedures rather than a CDS Query)
    Identification of Emergency Department (ED) Decision to
     Admit Date/Time directly from another certified other-vendor
     ED system (rather than MEDITECH EDM)
    Modification of scripts to save detailed data about the
     measure within a datamart for later analysis (note this data
     cannot be used for producing numerator, denominator, or
     exclusions values for CMS attestation!)
VTE Diagnostic Test Order Query




                     Best Practice recommends setting
                     up CDS with VTE test query
VTE Testing Identification
         A client who had configured their Order Entry system such that
            certain imaging procedures were only ordered for the specific
            purpose of ruling out VTE. Therefore, rather than add a new
            CDS Query and Response, the script exclusion logic was
            modified to look for the presence of these procedures.




          Original Script Code




         VTE Diagnostic Test NOT Ordered   No JOIN to OE Queries   Use Ordered Procedure
                                                                   to ID VTE Testing


Modified Script Code
3rd Examples of Workflow Modifications
     Use of a CDS Query Mnemonic that is based on a hospital’s
      existing workflow (e.g., patients on a Clinical Trial)
     Identification of data in a method that differs from MT Best
      Practices (e.g., check for VTE Diagnostic Testing by looking at
      Ordered Procedures rather than a CDS Query)
     Identification of Emergency Department (ED) Decision to
      Admit Date/Time directly from another certified vendor ED
      system (rather than MEDITECH EDM)
     Modification of scripts to save detailed data about the
      measure within a datamart for later analysis (note this data
      cannot be used for producing numerator, denominator, or
      exclusions values for CMS attestation!)
SQL Linked Server Provided the Solution
                                          DR Server




                                         Create a Linked Server from your
                                         certified MEDITECH DR System
                                         directly to your certified ED
                                         vendor system




                  Original Script Code


Modified Script Code
Examples of Workflow Modifications
   Use of a CDS Query Mnemonic that is based on a hospital’s
    existing workflow (e.g., patients on a Clinical Trial)
   Identification of data in a method that differs from MT Best
    Practices (e.g., check for VTE Diagnostic Testing by looking at
    Ordered Procedures rather than a CDS Query)
   Identification of Emergency Department (ED) Decision to
    Admit Date/Time directly from another certified other-vendor
    ED system (rather than MEDITECH EDM)
   Modification of scripts to save detailed data about the
    measure within a datamart for later analysis (note this data
    cannot be used for producing numerator, denominator, or
    exclusions values for CMS attestation!)
Modify Script Output to Capture Details
                                     Original Script Code




                              Add INSERT Statement




                      Modified Script Code
Technologies Required

   MEDITECH Data Repository (MAGIC, CS, M-AT)
   SQL Server 2005, 2008, 2008 R2 RDMS (on which
    DR resides)
   Microsoft Management Studio (MMS) (for
    generation, review, and modification of MEDITECH
    transact-SQL stored procedure scripts)
   SQL Server Reporting Services (SSRS) 2008 R2
    (report authoring and presentation)
   Internet Information Server (IIS) web server with
    SSRS Report Manager installed or SharePoint
    Services with SSRS in SharePoint Integrated Mode
   Browser to view reports on portal within the intranet
Developer(s) Aptitude Requirements
    Solid understanding of the ARRA Meaningful Use
     Core Measures, Menu Set Measures, and Clinical
     Quality Measures
    Basic knowledge of the MEDITECH application
     modules involved in capturing MU measures
    High proficiency in understanding and identifying
     where MEDITECH application data is stored within
     the MEDITECH DR tables
    High proficiency in Microsoft Transact-SQL
    Proficiency in SQL Server Reporting Services report
     authoring.
DR Script Data in SSRS for Attestation
                            Data derived directly from enhanced DR scripts can be presented in SSRS
                            in a table for easy transcription to CMS web site for attestation




Each number can provide a hyperlink to detailed patient data in a
non-certified datamart that you create for the purpose of valuation
Validating Patient Exclusions



          VTE-2 (ICU Patient) Exclusions
Finding the meaning in meaningful use
About the Demonstrated Reports
   This represents a small sample of the
    possibilities of data analysis and
    presentation using ARRA MU data
   These sample reports have been
    implemented at Acmeware client sites
   Most data presented is live data, though not
    from site(s) where the report was originally
    developed
   Identifiable information has been removed
    or replaced
Analysis Question

We would like to look at our average
 CQM ED performance measures
 (i.e., arrive to depart time &
 decision to depart time) by
 Emergency Provider for the current
 attestation period. We want to omit
 providers if they have less than 5
 ED patients.
Finding the meaning in meaningful use
Analysis Question

We are interested in knowing if there
 are certain times of the day where
 our ED measure performance
 numbers are better or worse?
Finding the meaning in meaningful use
Analysis Question

We would like to view and analyze
 how each unit (including ICU units)
 in our hospital facility is complying
 with regard to VTE prophylaxis
 performance measures and we
 would like to trend this over the
 current full-year attestation period
Finding the meaning in meaningful use
Analysis Question

We would like to view an
 instantaneous snapshot of the
 performance of our Core Measures
 in a format that will please our
 organization’s executives?
Finding the meaning in meaningful use
Summary
   MEDITECH has developed comprehensive ARRA MU
    Best Practices that do not always match your current
    workflow practices
   You can and will need to modify the DR-based CQM,
    CM, and MSM SQL scripts to function properly with
    your environment and workflow
   Data used for attestation must come directly from the
    modified scripts however, there is no reason you
    cannot capture the details behind these measures at
    the same time
   With a detailed MU datamart and a little knowledge of
    SQL Server Reporting Services, you can create very
    cool custom, purpose specific, MU analysis reports
   You can do this!
Discussion, Questions & Answers
Come see our other MUSE sessions!

Fri   6/1 3:30PM
      1140 - Simplify Downtime with Data Repository

More Related Content

PDF
AcuDose-Rx helps improve Compliance and system Utilization in aa hospital pha...
PDF
OC Backend_Katalyst HLS
PDF
OC Procedure Progarmming Module_Katalyst HLS
PPTX
Clinical data management process setup
PDF
Oracle Clinical Overview_Katalyst HLS
PDF
Health care products provider
PPTX
Oracle Clinical Overview_Katalyst HLS
PDF
Data Extract Views_Katalyst HLS
AcuDose-Rx helps improve Compliance and system Utilization in aa hospital pha...
OC Backend_Katalyst HLS
OC Procedure Progarmming Module_Katalyst HLS
Clinical data management process setup
Oracle Clinical Overview_Katalyst HLS
Health care products provider
Oracle Clinical Overview_Katalyst HLS
Data Extract Views_Katalyst HLS

What's hot (13)

PDF
Medical laboratory software
PPT
Clinical Data Management
PPTX
Clinical Data Management Plan_Katalyst HLS
PPT
ARGUS Query Process Overview_Katalyst HLS
PPT
CDISC SDTM Domain Presentation
PPT
Argus Aggregrate Reporting_Katalyst HLS
PPTX
Cataract Audit as part of Workflow
PPTX
Pathology Lab Software
PDF
Reports & Analysis_Katalyst HLS
PDF
Data Capture And Validation_Katalyst HLS
PDF
Handling Third Party Vendor Data_Katalyst HLS
PPTX
Clinical Data Management
PDF
Oracle Study Setup_Katalyst HLS
Medical laboratory software
Clinical Data Management
Clinical Data Management Plan_Katalyst HLS
ARGUS Query Process Overview_Katalyst HLS
CDISC SDTM Domain Presentation
Argus Aggregrate Reporting_Katalyst HLS
Cataract Audit as part of Workflow
Pathology Lab Software
Reports & Analysis_Katalyst HLS
Data Capture And Validation_Katalyst HLS
Handling Third Party Vendor Data_Katalyst HLS
Clinical Data Management
Oracle Study Setup_Katalyst HLS
Ad

Viewers also liked (20)

PPTX
Agile and Scrum for Executives
PPTX
PPTX
Sabra's nice brammar gook
PDF
Black and white
PPTX
Solar system by John
PPT
Mobile Apps by AppMyBiz.biz
PPTX
Question 6
PPTX
3S Mobile - Innovation on tap
PDF
A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...
PDF
中國醫藥大學線上新生手冊
PPS
Prezentacja muchowki
PPTX
Anderson powerpoint
PPTX
περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.
PDF
Informe empleados
DOC
MSC Temporary Passwords reset tool
PDF
Borrador calendario académico curso 2016 2017
PPTX
Travel with me - prezentare
PDF
Welcome to Rails Girls Buenos Aires
PPS
Agile and Scrum for Executives
Sabra's nice brammar gook
Black and white
Solar system by John
Mobile Apps by AppMyBiz.biz
Question 6
3S Mobile - Innovation on tap
A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...
中國醫藥大學線上新生手冊
Prezentacja muchowki
Anderson powerpoint
περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.
Informe empleados
MSC Temporary Passwords reset tool
Borrador calendario académico curso 2016 2017
Travel with me - prezentare
Welcome to Rails Girls Buenos Aires
Ad

Similar to Finding the meaning in meaningful use (20)

PDF
Ibm test data_management_v0.4
PPTX
Understanding clinical data management
PDF
[Hongsermeier] clinical decision support services amdis final
PPTX
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
PPTX
PHASES OF CLINICAL DATA. MANAGEMENT.pptx
PPTX
Hl7 common terminology services
PDF
Clinical Trial Management System Implementation Guide
PDF
White Paper: Continuous Change-Driven Build Verification
PDF
Mcs Implementation Process 1
PPTX
Hospital Management System
PPTX
Chap5 RE management
PPTX
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
PPTX
Electronic Data Capture (EDC) Systems.pptx
PPT
Online Session - Medical Executive Data
PDF
4 Test Data Management Techniques That Empower Software Testing
PDF
Electronic Batch Records
PDF
Effective Management of Electronic Batch Records
PPT
Validation of cms used for compliance with regulatory requirements in pharma ...
PDF
What is Test Data Management? Why Should You Focus on It?
Ibm test data_management_v0.4
Understanding clinical data management
[Hongsermeier] clinical decision support services amdis final
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
PHASES OF CLINICAL DATA. MANAGEMENT.pptx
Hl7 common terminology services
Clinical Trial Management System Implementation Guide
White Paper: Continuous Change-Driven Build Verification
Mcs Implementation Process 1
Hospital Management System
Chap5 RE management
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Electronic Data Capture (EDC) Systems.pptx
Online Session - Medical Executive Data
4 Test Data Management Techniques That Empower Software Testing
Electronic Batch Records
Effective Management of Electronic Batch Records
Validation of cms used for compliance with regulatory requirements in pharma ...
What is Test Data Management? Why Should You Focus on It?

Recently uploaded (20)

PPT
OPIOID ANALGESICS AND THEIR IMPLICATIONS
PDF
focused on the development and application of glycoHILIC, pepHILIC, and comm...
PPTX
regulatory aspects for Bulk manufacturing
PDF
Therapeutic Potential of Citrus Flavonoids in Metabolic Inflammation and Ins...
PDF
Oral Aspect of Metabolic Disease_20250717_192438_0000.pdf
PPTX
Spontaneous Subarachinoid Haemorrhage. Ppt
PPTX
NASO ALVEOLAR MOULDNIG IN CLEFT LIP AND PALATE PATIENT
PPTX
preoerative assessment in anesthesia and critical care medicine
PPTX
Human Reproduction: Anatomy, Physiology & Clinical Insights.pptx
PDF
Human Health And Disease hggyutgghg .pdf
PDF
Copy of OB - Exam #2 Study Guide. pdf
PPTX
Stimulation Protocols for IUI | Dr. Laxmi Shrikhande
PPTX
Cardiovascular - antihypertensive medical backgrounds
PPT
ASRH Presentation for students and teachers 2770633.ppt
PDF
Medical Evidence in the Criminal Justice Delivery System in.pdf
PPTX
surgery guide for USMLE step 2-part 1.pptx
PDF
Transcultural that can help you someday.
PPTX
antibiotics rational use of antibiotics.pptx
PPTX
vertigo topics for undergraduate ,mbbs/md/fcps
PPT
MENTAL HEALTH - NOTES.ppt for nursing students
OPIOID ANALGESICS AND THEIR IMPLICATIONS
focused on the development and application of glycoHILIC, pepHILIC, and comm...
regulatory aspects for Bulk manufacturing
Therapeutic Potential of Citrus Flavonoids in Metabolic Inflammation and Ins...
Oral Aspect of Metabolic Disease_20250717_192438_0000.pdf
Spontaneous Subarachinoid Haemorrhage. Ppt
NASO ALVEOLAR MOULDNIG IN CLEFT LIP AND PALATE PATIENT
preoerative assessment in anesthesia and critical care medicine
Human Reproduction: Anatomy, Physiology & Clinical Insights.pptx
Human Health And Disease hggyutgghg .pdf
Copy of OB - Exam #2 Study Guide. pdf
Stimulation Protocols for IUI | Dr. Laxmi Shrikhande
Cardiovascular - antihypertensive medical backgrounds
ASRH Presentation for students and teachers 2770633.ppt
Medical Evidence in the Criminal Justice Delivery System in.pdf
surgery guide for USMLE step 2-part 1.pptx
Transcultural that can help you someday.
antibiotics rational use of antibiotics.pptx
vertigo topics for undergraduate ,mbbs/md/fcps
MENTAL HEALTH - NOTES.ppt for nursing students

Finding the meaning in meaningful use

  • 1. Finding the “Meaning” in Meani MUSE International Session # 1176 Wednesday 5/30/2012 at 2:30PM Glen R. D’Abate
  • 2. Introduction  Development of Data Repository (DR) for “clinical analysis” at MEDITECH (1994)  Genesis of Acmeware (1998)  DR Auditor & 5.4 SR3 makes DR a viable solution (2002)  Diabetes, coronary arterial disease, and other quality reporting with Affinity Health (2006)  ARRA Meaningful Use – DR’s potential is finally being realized (2010)
  • 3. Session Overview  Review of MEDITECH EHR and module certified recommended data sources and workflow to achieve CMS Meaningful Use (MU) Quality Measures (QM) attestation  Look at the MEDITECH supplied Data Repository (DR) based SQL scripts and how these can be modified and enhanced to meet attestation requirements  Examine the technologies employed and the required skill-set of staff to produce these solutions  Review MU quality measure data validation reports  Demonstration of a sampling of custom MU analysis reports  Emergency Department Turnaround By ED Provider  Emergency Department Turnaround By Hour-of-Day  VTE Prophylaxis Performance Rate Trend By Unit  Core Measure Dashboard Report
  • 4. MEDITECH Recommends DR for ARRA Meaningful Use Solution
  • 5. Why Data Repository  Data retention in DR  MEDITECH supplied Structured Query Language (SQL) scripts  Performance  Ability to add indexes as needed  SQL’s native dataset processing  Separation of transaction processing (i.e., MEDITECH applications) from report processing  Direct access to other vendor certified quality data in via open standards connections (OLE, ODBC)  Wide array of report presentation options
  • 6. What are MEDITECH Best Practices?  MEDITECH Best Practices documents are available for review and assessment from their web site at: ( http://www.meditech.com/bestpractices/...)  An organization must determine what MEDITECH applications and workflow are in place that meets the Best Practices and where and how they deviate from these practices  This includes identifying where and how MU quality data is being captured when other than the specified Best Practice’s location (e.g., different CDS Queries, another MT module, a certified third party product)  The closer your workflow and practices parallel the MEDITECH Best Practices, the less customization is required to the MEDITECH DR MU QM scripts
  • 7. MEDITECH ARRA Web Site  MEDITECH ARRA Implementation Plan  Best Practices Documentation  MU Checklist  List of NPR/DR DPMs/Table Impacted  SQL Script Templates  Much more…
  • 8. MEDITECH DR SQL Scripts Basic instruction on how to implement and customize scripts Tables may need to add to this list based on your workflow RxNorm code data is often not complete – verify with your formulary vendor data SQL Scripts to use as a basis for compiling and reporting MU quality performance measures Stroke Scripts
  • 9. CMS Guidelines on Modifying MEDITECH Workflow & Scripts CMS FAQ 10473 For the Medicare and Medicaid Electronic Health Record (EHR) Incentive Programs, is an eligible professional or eligible hospital limited to demonstrating meaningful use in the exact way that EHR technology was tested and certified? For example, if a Complete EHR has been tested and certified using a specific workflow, is an eligible professional or eligible hospital required to use that specific workflow when it demonstrates meaningful use? Similarly, if the EHR technology was tested and certified with certain clinical decision support rules, are those the only clinical decision support rules an eligible health care provider is permitted to use when demonstrating meaningful use?   In most cases, an eligible professional or eligible hospital is not limited to demonstrating meaningful use to the exact way in which the Complete EHR or EHR Module was tested and certified. As long as an eligible professional or eligible hospital uses the certified Complete EHR or certified EHR Module’s capabilities and, where applicable, the associated standard(s) and implementation specifications that correlate with the respective meaningful use objective and measure, they can successfully demonstrate meaningful use even if their exact method differs from the way in which the Complete EHR or EHR Module was tested and certified. certified
  • 10. Examples of Workflow Modifications  Use of a CDS Query Mnemonic that is based on a hospital’s existing workflow (e.g., identifying patients on a Clinical Trial)  Identification of data in a method that differs from MT Best Practices (e.g., check for VTE Diagnostic Testing by looking at Ordered Procedures rather than a CDS Query)  Identification of Emergency Department (ED) Decision to Admit Date/Time directly from another certified other-vendor ED system (rather than MEDITECH EDM)  Modification of scripts to save detailed data about the measure within a datamart for later analysis (note this data cannot be used for producing numerator, denominator, or exclusions values for CMS attestation!)
  • 11. From MEDITECH Best Practices “VTE1Q.1” is Best Practice Query Mnemonic for Capturing Patients on a Clinical Trial
  • 12. Script Code Change to Address Clinical Trials Workflow Original Script Code Script mtzcus_VTE_1 Non Multiple Clinical Queries Table Selected Modified Script Code Query Mnemonic Replaced
  • 13. 2nd Example of Workflow Modifications  Use of a CDS Query Mnemonic that is based on a hospital’s existing workflow (e.g., patients on a Clinical Trial)  Identification of data in a method that differs from MT Best Practices (e.g., check for VTE Diagnostic Testing by looking at Ordered Procedures rather than a CDS Query)  Identification of Emergency Department (ED) Decision to Admit Date/Time directly from another certified other-vendor ED system (rather than MEDITECH EDM)  Modification of scripts to save detailed data about the measure within a datamart for later analysis (note this data cannot be used for producing numerator, denominator, or exclusions values for CMS attestation!)
  • 14. VTE Diagnostic Test Order Query Best Practice recommends setting up CDS with VTE test query
  • 15. VTE Testing Identification A client who had configured their Order Entry system such that certain imaging procedures were only ordered for the specific purpose of ruling out VTE. Therefore, rather than add a new CDS Query and Response, the script exclusion logic was modified to look for the presence of these procedures. Original Script Code VTE Diagnostic Test NOT Ordered No JOIN to OE Queries Use Ordered Procedure to ID VTE Testing Modified Script Code
  • 16. 3rd Examples of Workflow Modifications  Use of a CDS Query Mnemonic that is based on a hospital’s existing workflow (e.g., patients on a Clinical Trial)  Identification of data in a method that differs from MT Best Practices (e.g., check for VTE Diagnostic Testing by looking at Ordered Procedures rather than a CDS Query)  Identification of Emergency Department (ED) Decision to Admit Date/Time directly from another certified vendor ED system (rather than MEDITECH EDM)  Modification of scripts to save detailed data about the measure within a datamart for later analysis (note this data cannot be used for producing numerator, denominator, or exclusions values for CMS attestation!)
  • 17. SQL Linked Server Provided the Solution DR Server Create a Linked Server from your certified MEDITECH DR System directly to your certified ED vendor system Original Script Code Modified Script Code
  • 18. Examples of Workflow Modifications  Use of a CDS Query Mnemonic that is based on a hospital’s existing workflow (e.g., patients on a Clinical Trial)  Identification of data in a method that differs from MT Best Practices (e.g., check for VTE Diagnostic Testing by looking at Ordered Procedures rather than a CDS Query)  Identification of Emergency Department (ED) Decision to Admit Date/Time directly from another certified other-vendor ED system (rather than MEDITECH EDM)  Modification of scripts to save detailed data about the measure within a datamart for later analysis (note this data cannot be used for producing numerator, denominator, or exclusions values for CMS attestation!)
  • 19. Modify Script Output to Capture Details Original Script Code Add INSERT Statement Modified Script Code
  • 20. Technologies Required  MEDITECH Data Repository (MAGIC, CS, M-AT)  SQL Server 2005, 2008, 2008 R2 RDMS (on which DR resides)  Microsoft Management Studio (MMS) (for generation, review, and modification of MEDITECH transact-SQL stored procedure scripts)  SQL Server Reporting Services (SSRS) 2008 R2 (report authoring and presentation)  Internet Information Server (IIS) web server with SSRS Report Manager installed or SharePoint Services with SSRS in SharePoint Integrated Mode  Browser to view reports on portal within the intranet
  • 21. Developer(s) Aptitude Requirements  Solid understanding of the ARRA Meaningful Use Core Measures, Menu Set Measures, and Clinical Quality Measures  Basic knowledge of the MEDITECH application modules involved in capturing MU measures  High proficiency in understanding and identifying where MEDITECH application data is stored within the MEDITECH DR tables  High proficiency in Microsoft Transact-SQL  Proficiency in SQL Server Reporting Services report authoring.
  • 22. DR Script Data in SSRS for Attestation Data derived directly from enhanced DR scripts can be presented in SSRS in a table for easy transcription to CMS web site for attestation Each number can provide a hyperlink to detailed patient data in a non-certified datamart that you create for the purpose of valuation
  • 23. Validating Patient Exclusions VTE-2 (ICU Patient) Exclusions
  • 25. About the Demonstrated Reports  This represents a small sample of the possibilities of data analysis and presentation using ARRA MU data  These sample reports have been implemented at Acmeware client sites  Most data presented is live data, though not from site(s) where the report was originally developed  Identifiable information has been removed or replaced
  • 26. Analysis Question We would like to look at our average CQM ED performance measures (i.e., arrive to depart time & decision to depart time) by Emergency Provider for the current attestation period. We want to omit providers if they have less than 5 ED patients.
  • 28. Analysis Question We are interested in knowing if there are certain times of the day where our ED measure performance numbers are better or worse?
  • 30. Analysis Question We would like to view and analyze how each unit (including ICU units) in our hospital facility is complying with regard to VTE prophylaxis performance measures and we would like to trend this over the current full-year attestation period
  • 32. Analysis Question We would like to view an instantaneous snapshot of the performance of our Core Measures in a format that will please our organization’s executives?
  • 34. Summary  MEDITECH has developed comprehensive ARRA MU Best Practices that do not always match your current workflow practices  You can and will need to modify the DR-based CQM, CM, and MSM SQL scripts to function properly with your environment and workflow  Data used for attestation must come directly from the modified scripts however, there is no reason you cannot capture the details behind these measures at the same time  With a detailed MU datamart and a little knowledge of SQL Server Reporting Services, you can create very cool custom, purpose specific, MU analysis reports  You can do this!
  • 36. Come see our other MUSE sessions! Fri 6/1 3:30PM  1140 - Simplify Downtime with Data Repository