SlideShare a Scribd company logo
1 of 36
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
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.
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?
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
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?
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

What's hot

Medical laboratory software
Medical laboratory softwareMedical laboratory software
Medical laboratory softwareTotalSoft
 
Clinical Data Management
Clinical Data ManagementClinical Data Management
Clinical Data Managementbiinoida
 
Clinical Data Management Plan_Katalyst HLS
Clinical Data Management Plan_Katalyst HLSClinical Data Management Plan_Katalyst HLS
Clinical Data Management Plan_Katalyst HLSKatalyst HLS
 
ARGUS Query Process Overview_Katalyst HLS
ARGUS Query Process Overview_Katalyst HLSARGUS Query Process Overview_Katalyst HLS
ARGUS Query Process Overview_Katalyst HLSKatalyst HLS
 
CDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationCDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationAnkur Sharma
 
Argus Aggregrate Reporting_Katalyst HLS
Argus Aggregrate Reporting_Katalyst HLSArgus Aggregrate Reporting_Katalyst HLS
Argus Aggregrate Reporting_Katalyst HLSKatalyst HLS
 
Reports & Analysis_Katalyst HLS
Reports & Analysis_Katalyst HLSReports & Analysis_Katalyst HLS
Reports & Analysis_Katalyst HLSKatalyst HLS
 
Data Capture And Validation_Katalyst HLS
Data Capture And Validation_Katalyst HLSData Capture And Validation_Katalyst HLS
Data Capture And Validation_Katalyst HLSKatalyst HLS
 
Handling Third Party Vendor Data_Katalyst HLS
Handling Third Party Vendor Data_Katalyst HLSHandling Third Party Vendor Data_Katalyst HLS
Handling Third Party Vendor Data_Katalyst HLSKatalyst HLS
 
Clinical Data Management
Clinical Data ManagementClinical Data Management
Clinical Data ManagementDABBETA DIVYA
 
Oracle Study Setup_Katalyst HLS
Oracle Study Setup_Katalyst HLSOracle Study Setup_Katalyst HLS
Oracle Study Setup_Katalyst HLSKatalyst HLS
 

What's hot (13)

Medical laboratory software
Medical laboratory softwareMedical laboratory software
Medical laboratory software
 
Clinical Data Management
Clinical Data ManagementClinical Data Management
Clinical Data Management
 
Clinical Data Management Plan_Katalyst HLS
Clinical Data Management Plan_Katalyst HLSClinical Data Management Plan_Katalyst HLS
Clinical Data Management Plan_Katalyst HLS
 
ARGUS Query Process Overview_Katalyst HLS
ARGUS Query Process Overview_Katalyst HLSARGUS Query Process Overview_Katalyst HLS
ARGUS Query Process Overview_Katalyst HLS
 
CDISC SDTM Domain Presentation
CDISC SDTM Domain PresentationCDISC SDTM Domain Presentation
CDISC SDTM Domain Presentation
 
Argus Aggregrate Reporting_Katalyst HLS
Argus Aggregrate Reporting_Katalyst HLSArgus Aggregrate Reporting_Katalyst HLS
Argus Aggregrate Reporting_Katalyst HLS
 
Cataract Audit as part of Workflow
Cataract Audit as part of WorkflowCataract Audit as part of Workflow
Cataract Audit as part of Workflow
 
Pathology Lab Software
Pathology Lab SoftwarePathology Lab Software
Pathology Lab Software
 
Reports & Analysis_Katalyst HLS
Reports & Analysis_Katalyst HLSReports & Analysis_Katalyst HLS
Reports & Analysis_Katalyst HLS
 
Data Capture And Validation_Katalyst HLS
Data Capture And Validation_Katalyst HLSData Capture And Validation_Katalyst HLS
Data Capture And Validation_Katalyst HLS
 
Handling Third Party Vendor Data_Katalyst HLS
Handling Third Party Vendor Data_Katalyst HLSHandling Third Party Vendor Data_Katalyst HLS
Handling Third Party Vendor Data_Katalyst HLS
 
Clinical Data Management
Clinical Data ManagementClinical Data Management
Clinical Data Management
 
Oracle Study Setup_Katalyst HLS
Oracle Study Setup_Katalyst HLSOracle Study Setup_Katalyst HLS
Oracle Study Setup_Katalyst HLS
 

Viewers also liked

Agile and Scrum for Executives
Agile and Scrum for ExecutivesAgile and Scrum for Executives
Agile and Scrum for ExecutivesJoanna khoury
 
Sabra's nice brammar gook
Sabra's nice brammar gookSabra's nice brammar gook
Sabra's nice brammar gookSadiaa24
 
Solar system by John
Solar system by JohnSolar system by John
Solar system by JohnLECrascall
 
Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz Noel Cabrera
 
3S Mobile - Innovation on tap
3S Mobile - Innovation on tap 3S Mobile - Innovation on tap
3S Mobile - Innovation on tap Eric Seuret
 
A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...
A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...
A dislexia no pré escolar prevenir-nos 1º e 2º ciclos-intervir_nos 3º ciclo e...Alcinda Almeida
 
中國醫藥大學線上新生手冊
中國醫藥大學線上新生手冊中國醫藥大學線上新生手冊
中國醫藥大學線上新生手冊晴峯 鄭晴峯
 
Prezentacja muchowki
Prezentacja muchowkiPrezentacja muchowki
Prezentacja muchowkiDddBogumil
 
Anderson powerpoint
Anderson powerpointAnderson powerpoint
Anderson powerpointcynkat94
 
περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.
περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.
περιβαλλοντικές οργανώσεις ΓεωργιάκουΣ.katerina_a
 
Informe empleados
Informe empleadosInforme empleados
Informe empleadoskode99
 
MSC Temporary Passwords reset tool
MSC Temporary Passwords reset toolMSC Temporary Passwords reset tool
MSC Temporary Passwords reset toolNag Arvind Gudiseva
 
Borrador calendario académico curso 2016 2017
Borrador calendario académico curso 2016 2017Borrador calendario académico curso 2016 2017
Borrador calendario académico curso 2016 2017Adrián Dios Vicente
 
Welcome to Rails Girls Buenos Aires
Welcome to Rails Girls Buenos AiresWelcome to Rails Girls Buenos Aires
Welcome to Rails Girls Buenos AiresAnni Rautio
 

Viewers also liked (20)

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

Similar to Finding the meaning in meaningful use

Ibm test data_management_v0.4
Ibm test data_management_v0.4Ibm test data_management_v0.4
Ibm test data_management_v0.4Rosario Cunha
 
Understanding clinical data management
Understanding clinical data managementUnderstanding clinical data management
Understanding clinical data managementfinenessinstitute
 
[Hongsermeier] clinical decision support services amdis final
[Hongsermeier] clinical decision support services amdis final[Hongsermeier] clinical decision support services amdis final
[Hongsermeier] clinical decision support services amdis finalTrimed Media Group
 
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROsWebinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROsStatistics & Data Corporation
 
Hl7 common terminology services
Hl7 common terminology servicesHl7 common terminology services
Hl7 common terminology servicesSyed Ali Raza
 
Clinical Trial Management System Implementation Guide
Clinical Trial Management System Implementation GuideClinical Trial Management System Implementation Guide
Clinical Trial Management System Implementation GuidePerficient, Inc.
 
White Paper: Continuous Change-Driven Build Verification
White Paper: Continuous Change-Driven Build VerificationWhite Paper: Continuous Change-Driven Build Verification
White Paper: Continuous Change-Driven Build VerificationPerforce
 
Mcs Implementation Process 1
Mcs Implementation Process 1Mcs Implementation Process 1
Mcs Implementation Process 1edwardabrown3
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemSaurabh Tripathi
 
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTDenis Gagné
 
Online Session - Medical Executive Data
Online Session - Medical Executive DataOnline Session - Medical Executive Data
Online Session - Medical Executive DataMedXellence
 
4 Test Data Management Techniques That Empower Software Testing
4 Test Data Management Techniques That Empower Software Testing4 Test Data Management Techniques That Empower Software Testing
4 Test Data Management Techniques That Empower Software TestingCigniti Technologies Ltd
 
Electronic Batch Records
Electronic Batch RecordsElectronic Batch Records
Electronic Batch RecordsJason Corder
 
Effective Management of Electronic Batch Records
Effective Management of Electronic Batch RecordsEffective Management of Electronic Batch Records
Effective Management of Electronic Batch RecordsCorey Vodvarka
 
Validation of cms used for compliance with regulatory requirements in pharma ...
Validation of cms used for compliance with regulatory requirements in pharma ...Validation of cms used for compliance with regulatory requirements in pharma ...
Validation of cms used for compliance with regulatory requirements in pharma ...DeveshDRA
 
What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?Enov8
 
Data dimension reduction
Data dimension reductionData dimension reduction
Data dimension reductionPawan Kurmi
 
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_Success
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_SuccessThe_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_Success
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_SuccessRobert_Otto
 

Similar to Finding the meaning in meaningful use (20)

Ibm test data_management_v0.4
Ibm test data_management_v0.4Ibm test data_management_v0.4
Ibm test data_management_v0.4
 
Understanding clinical data management
Understanding clinical data managementUnderstanding clinical data management
Understanding clinical data management
 
[Hongsermeier] clinical decision support services amdis final
[Hongsermeier] clinical decision support services amdis final[Hongsermeier] clinical decision support services amdis final
[Hongsermeier] clinical decision support services amdis final
 
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROsWebinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
Webinar: How to Ace Your SaaS-based EDC System Validation for Sponsors and CROs
 
Hl7 common terminology services
Hl7 common terminology servicesHl7 common terminology services
Hl7 common terminology services
 
Clinical Trial Management System Implementation Guide
Clinical Trial Management System Implementation GuideClinical Trial Management System Implementation Guide
Clinical Trial Management System Implementation Guide
 
White Paper: Continuous Change-Driven Build Verification
White Paper: Continuous Change-Driven Build VerificationWhite Paper: Continuous Change-Driven Build Verification
White Paper: Continuous Change-Driven Build Verification
 
Mcs Implementation Process 1
Mcs Implementation Process 1Mcs Implementation Process 1
Mcs Implementation Process 1
 
Cmms
CmmsCmms
Cmms
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Chap5 RE management
Chap5 RE managementChap5 RE management
Chap5 RE management
 
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMARTIntegrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
Integrating Clinical Workflows and Decisions with FHIR, CDS Hooks and SMART
 
Online Session - Medical Executive Data
Online Session - Medical Executive DataOnline Session - Medical Executive Data
Online Session - Medical Executive Data
 
4 Test Data Management Techniques That Empower Software Testing
4 Test Data Management Techniques That Empower Software Testing4 Test Data Management Techniques That Empower Software Testing
4 Test Data Management Techniques That Empower Software Testing
 
Electronic Batch Records
Electronic Batch RecordsElectronic Batch Records
Electronic Batch Records
 
Effective Management of Electronic Batch Records
Effective Management of Electronic Batch RecordsEffective Management of Electronic Batch Records
Effective Management of Electronic Batch Records
 
Validation of cms used for compliance with regulatory requirements in pharma ...
Validation of cms used for compliance with regulatory requirements in pharma ...Validation of cms used for compliance with regulatory requirements in pharma ...
Validation of cms used for compliance with regulatory requirements in pharma ...
 
What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?What is Test Data Management? Why Should You Focus on It?
What is Test Data Management? Why Should You Focus on It?
 
Data dimension reduction
Data dimension reductionData dimension reduction
Data dimension reduction
 
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_Success
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_SuccessThe_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_Success
The_Essential_EDC_Partnership_Strategy_for_Ensuring_Study_Success
 

Recently uploaded

VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋mahima pandey
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...Sheetaleventcompany
 
Intramuscular & Intravenous Injection.pptx
Intramuscular & Intravenous Injection.pptxIntramuscular & Intravenous Injection.pptx
Intramuscular & Intravenous Injection.pptxsaranpratha12
 
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...Sheetaleventcompany
 
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...Sheetaleventcompany
 
Control of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicControl of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicMedicoseAcademics
 
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...Sheetaleventcompany
 
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...Dipal Arora
 
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service AvailableDipal Arora
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxSwetaba Besh
 
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Oleg Kshivets
 
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...Sheetaleventcompany
 
Shazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdfShazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdfTrustlife
 
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...Sheetaleventcompany
 
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...Angel
 
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...GENUINE ESCORT AGENCY
 
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...dishamehta3332
 
Circulatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsCirculatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsMedicoseAcademics
 
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Sheetaleventcompany
 
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...gragneelam30
 

Recently uploaded (20)

VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls KPHB 7877925207 ₹5000 To 25K With AC Room 💚😋
 
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
💚Call Girls In Amritsar 💯Anvi 📲🔝8725944379🔝Amritsar Call Girl No💰Advance Cash...
 
Intramuscular & Intravenous Injection.pptx
Intramuscular & Intravenous Injection.pptxIntramuscular & Intravenous Injection.pptx
Intramuscular & Intravenous Injection.pptx
 
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...
Premium Call Girls Dehradun {8854095900} ❤️VVIP ANJU Call Girls in Dehradun U...
 
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...
Call Girl In Indore 📞9235973566📞 Just📲 Call Inaaya Indore Call Girls Service ...
 
Control of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronicControl of Local Blood Flow: acute and chronic
Control of Local Blood Flow: acute and chronic
 
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
💚Chandigarh Call Girls 💯Riya 📲🔝8868886958🔝Call Girls In Chandigarh No💰Advance...
 
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
Bhawanipatna Call Girls 📞9332606886 Call Girls in Bhawanipatna Escorts servic...
 
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Shahdol Just Call 8250077686 Top Class Call Girl Service Available
 
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptxANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
ANATOMY AND PHYSIOLOGY OF REPRODUCTIVE SYSTEM.pptx
 
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
Gastric Cancer: Сlinical Implementation of Artificial Intelligence, Synergeti...
 
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
Nagpur Call Girl Service 📞9xx000xx09📞Just Call Divya📲 Call Girl In Nagpur No💰...
 
Shazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdfShazia Iqbal 2024 - Bioorganic Chemistry.pdf
Shazia Iqbal 2024 - Bioorganic Chemistry.pdf
 
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...
💚Chandigarh Call Girls Service 💯Piya 📲🔝8868886958🔝Call Girls In Chandigarh No...
 
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
Bandra East [ best call girls in Mumbai Get 50% Off On VIP Escorts Service 90...
 
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...
Ahmedabad Call Girls Book Now 9630942363 Top Class Ahmedabad Escort Service A...
 
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
Race Course Road } Book Call Girls in Bangalore | Whatsapp No 6378878445 VIP ...
 
Circulatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanismsCirculatory Shock, types and stages, compensatory mechanisms
Circulatory Shock, types and stages, compensatory mechanisms
 
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
Gorgeous Call Girls Dehradun {8854095900} ❤️VVIP ROCKY Call Girls in Dehradun...
 
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...
Call Girls Bangalore - 450+ Call Girl Cash Payment 💯Call Us 🔝 6378878445 🔝 💃 ...
 

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
  • 24.
  • 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.
  • 27.
  • 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?
  • 29.
  • 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
  • 31.
  • 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?
  • 33.
  • 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