Date Mining: Applications for Compliance and Internal Auditing. John A. Beattie, CPA, CFE Partner Larry Kanter, CPA, CFF, CFE Partner.

Size: px
Start display at page:

Download "Date Mining: Applications for Compliance and Internal Auditing. John A. Beattie, CPA, CFE Partner Larry Kanter, CPA, CFF, CFE Partner."

Transcription

1 Date Mining: Applications for Compliance and Internal Auditing John A. Beattie, CPA, CFE Partner Larry Kanter, CPA, CFF, CFE Partner Syllabus I. Data Mining Defined, Its Benefits, Relationship to the Audit Process and Uses II. III. The Data Mining Process More on Readying Data, Validation and Examples IV. Conclusion 1

2 Part I Data Mining Defined, Its Benefits, Relationship to the Audit Cycle and Uses What is Data Mining? The practice of searching through large amounts of computerized data to find useful patterns or trends Merriam-Webster Online Dictionary The search for hidden information: the locating of previously unknown patterns and relationships within data using a database application Encarta World English Dictionary[North American Edition] 2

3 What is Data Mining? Generally, data mining (sometimes called data or knowledge discovery) is the process of analyzing data from different perspectives and summarizing it into useful information - information that can be used to increase revenue, cuts costs, or both. Data mining software is one of a number of analytical tools for analyzing data. It allows users to analyze data from many different dimensions or angles, categorize it, and summarize the relationships identified. Technically, data mining is the process of finding correlations or patterns among dozens of fields in large relational databases. Jason Frand, PhD, UCLA, Anderson School of Management What is Data Mining? Our working definition and the basis for this presentation. Data Mining should be thought of as a generic term: It can be as simple as extracting one column of data from an Excel Spreadsheet. It can be as complicated as sorting through millions or billions of seemingly unrelated records to develop a pattern, gain an understanding of data attributes or form conclusions based on actual information. 3

4 Data Mining Is Here Data Mining is the future. It is one of the hottest topics in graduate applied statistics and business management programs. Its use as a tool to illuminate operations has arrived. But, interestingly, it is neither new nor a fad. Auditors, Decision Support Specialists and Fraud Examiners have been using matrix analysis and other data mining techniques for years. It is not in itself the keys to the kingdom, but it can be a treasure map when used by skillful navigators. John Beattie, CPA, CFE Presentation to the Healthcare Financial Management Association, Delaware Valley Healthcare Council, June 2005 Data Mining Benefits Automate Testing Test All Transactions Leverage Different Data Sources Enhances Audit Effectiveness Can Integrate Analytics Into New Processes 4

5 Data Mining And The Audit Process Plan (Exploratory, Prior Audit Reports, Focus on Area 1 (Red) of Risk Assessments) Prepare (Identify files, tables and analytics, build scripts, queries, structured queries) Test Execute (Validating results is critical) Review - (Validate again, Save scripts for improved efficiency) Report Use graphs and other illustrative techniques to complement narrative Comparative Reporting of CPT Code Groupings Surgical Pathology Profile % 80.00% 60.00% 40.00% 20.00% 0.00% National State Provider 5

6 Analytics Ad Hoc Created for a specific purpose Repetitive Periodically executed, managed from a secure site. (Task Scheduler in Windows allows scripts to run at a certain point in time.) Continuous Always on Create a separate working folder for each audit or investigation. Application Examples for Internal Audit and Compliance Use the Chart of Accounts to Map Areas and Trial Balance To Identify Unusual Fluctuations, Patterns and Trends Supply Chain and Procurement Payroll and Fringe Benefits (Sick Leave by employee and department with Frequency and Day of Week, Pay Rates Test % Increase and Job Code ) User IS Access Rights Accounts Payable (Master Vendor Files, Rebates, Price Differential on Same Item [Kickback Symptom can be Higher Prices] ) Accounts Receivable Patient Financial Services and Health Information Management Fixed Assets Cash Handling (Ex. Dietary) 6

7 Application Examples for Internal Audit and Compliance Cash Duplicate Payments PFS and HIM Duplicate Medical Record Numbers, Ineligible Dependants Date of Birth Check (Continual Flag), Sanctions Checks (Excluded Providers to Master Employee File), Drug Utilization by Department and Clinic Quality Measurements of Blood Pressure and Pain Assessments, Time series ER Patient Flow, Physician Credentials to Surgeries and Procedures Decision Support - Scheduling and Wait Times in Clinics (Managed Care v. FFS), Bed Turnaround Times, Discharge Times (Submission Time) Payroll Use of Electronic Swipe Cards Swipe Location and Time to Job s Physical Location Date and Time Analysis Example Functions returns 1 if a given date falls between Monday and Friday and 0 if the date falls between Saturday and returns the day of the Converts date to a Julian returns 0 if time if in the AM, 1 if in the PM and -1 for an invalid Calculates the number of days between two returns a number indicating whether a date s value falls within a specified range (1) and (0) if - returns a number indicating whether a time s value falls within a specified range (1) and (0) if not 7

8 Part II The Data Mining Process Data Mining Process Data Mining can be narrowed down to five steps: Locating and Understanding the Data Data Acquisition Verification and Migration Database Design & Development Data Analysis 8

9 Locating and Understanding Data Become involved in the process early; Meet with knowledgeable people to gain an understanding of the data issues; Develop a plan in very specific terms of what to ask for and the form in which it is produced. Ask : Is this the best file? Scripts are used to convert data; Be certain that you request a data dictionary for each set of data (File Layout Understand Structure of the Data); Assist with the preparation of document requests as they relate to data. Data Acquisition The data must be obtained in a form that is easily useable; May require conversion so as not to be in a proprietary software; May require the producing party to restore from back-up; Be intimately involved in the process to insure that the data is received efficiently, accurately and in the proper form; Privacy and protection issues must be addressed adequately; 9

10 Verification and Migration Once it is received, gain a thorough understanding of the data: Does the production contain exactly what we asked for? Is it in the format the we requested? What is in each field? The data is loaded into a database program such as SQL Server; The fields are then analyzed and matched to the data dictionary (in some cases this step is performed prior to loading the data into the database). Database Design and Development Once each field present in each dataset is known, the mapping process begins: Mapping is the first step in linking data from different sources together into one database. Verify record counts against the original data; Insure the integrity of the data. 10

11 Data Analysis Develop queries and reports that transform the data into meaningful information. This is the heart of the process; Verify the queries, verify the queries, verify the queries; Perform a devils advocate analysis of the results; Perform a gut check; Verify the queries again. Part III More on Readying Data, Validation and Examples 11

12 Readying Data The queries are only as good as the source data Often more time is spent building tables and making certain you have the right data than on analysis. Social Security Number can have many different formats: /99/9999 Use a function such as Map(string, format) Map(SSN, ) to determine how many different formats. Need to make SSN look the same. Insert - twice. Insert(string,insert text, location) Insert(Insert(Include(SSN, ), -,4) do same for count 6. (Unconditional expression) = Count left to right Readying Data Programs are flexible enough to accept a variety of data formats, including: XML, Excel, Access Oracle, comma delimited, report image file. Is the record structure consistent? How many lines in a record? Trapping or Anchoring Character a location in the source file that allows the data mining program to find each record. Open Database Connectivity Allows you to connect to a live data source Ask: Do you have Open Database Connectivity to your data? Can you get access? (It is read only access.) 12

13 Splitting Names (ACL) Readying Data John_Doe to Doe or John A Doe Segment is 2 in first example and 3 in second. Username is column header. Example cont d.: Readying Data Split(String, separator, segment) Split(username,,, 1) 13

14 Data Validation Once the data is imported, it should be validated to ensure queries are performed using a complete data set. Types of Validation: Fields contained expected data. Date fields are populated with dates Dates are within the defined period Check for empty fields Fields expected to contain positive numbers are positive Fields expected to contain certain data lengths are populated with that data Length (Include(ssn, )) <>9 (this is an example of a Conditional Expression) Determine if leading zero dropped. Functions can be used to build the data so you can use it. Duplicate entries Gap analysis Data Validation Verify function Check for empty fields Verify date range Command: VERIFY FIELDS Svc_Date ERRORLIMIT 10 IF Svc_Date < ` ` TO SCREEN - This command identifies records where the Service Date is less than April 15, Results are output to the screen at 10/screen. 14

15 Gap analysis Data Validation Command: GAPS ON Svc_Date TO SCREEN This command identifies gaps within the data listed in the Service Date field and outputs the results to the screen. The two most common data problems are blanks and type mismatches. Data Profiling Many data techniques search for specific types of known exceptions in the data. Advanced analysis techniques, such as data profiling, search for unsuspected symptoms. Fields can be analyzed to identify the minimum, maximum, average, highest, and lowest 10 values. Most often recorded amounts (charges) Range of charges Most often used procedures, HCPCS codes, or ICD-9-CM codes. 15

16 Data Mining Example 1 Sort DRG volume in descending order and identify high risk DRGs. Command: CLASSIFY ON DRG TO "DRG 2008.FIL" This command produces a file that sorts, counts, and provides a percent contribution to the total for the different DRGs within the data set. The count column can then be sorted in descending order to identify the high volume DRGs. Payments could have been used instead of volume to identify those DRGs with the highest reimbursement contribution. Data Mining Example 1 The table can then be compared to a list of high risk DRGs. JOIN PKEY DRG IF DRG = 238 ISOLOCALE root This command uses the JOIN command to match the identified DRGs in the current table to a predetermined list of high risk DRGs. In this example, DRG 238 was used for the match. Once identified, the DRG 2008.FIL table allows one to choose all the records with a specific DRG. 16

17 Data Mining Example 1 Charges for each case can be compared to the average and exceptions identified for review. Criteria for exceptions may be claims with charges that are >2 SD above the average. Further mining can be used to identify whether exceptions are related to certain NPIs or associated ICD-9-CM coding patterns. Data Mining Example 2 Vulnerable procedures Certain procedures are expected to be performed on an outpatient basis. Data can be queried to identify a population of one-day stays with procedures expected to be performed on an outpatient basis. Depending on availability of data inpatient one-day stays can be identified based on the admit and discharge dates. Disch_Date - Adm_Date <= 1 This command identifies records where the difference between the discharge and admission dates is 1 or less. 17

18 Data Mining Example 2 The one-day stay population can now be filtered for high risk DRGs or procedure codes. The results of these filters can be subjected to further classification by NPI to identify high volume offenders. A Ratio Analysis of reimbursement to charges can be applied to assess efficiency. Data Mining Example 3 Pharmaceutical agents are developed to address specific diseases or conditions. Manufacturers publish recommended dosages and conditions for these agents in their package inserts. Pharmaceuticals can be cross walked to HCPCS codes, dosages converted to associated units, and diseases/conditions to ICD-9-CM codes. 18

19 Data Mining Example 3 A table is created containing HCPCS codes, maximum units, and associated ICD-9-CM codes. (Benchmark Table) Code is scripted to look for HCPCS codes in the client data. Once identified, each record is compared to the Benchmark Table and exceptions output to a separate table. Cross-Tabulation Distinct values from one field, such as a family of DRGs provide heading for the columns fo the table. (x-axis) Values from a second field, such as NPIs can provide heading for the rows. (y-axis) The result can profile physician DRG assignments. 19

20 GROUP ACL Script EXPORT ASCII to xtab.wsp X_NAMES + comp EXPORT ASCII to xtab.wsp NUM_FIELD + If Xtab_Field = + INCLUDE(%X_axis%), 251, 252,253 ),, _ ),1,3) + EXPORT ASCII to xtab_wsp 0.00 END OPEN Xtab_Temp ACTIVATE Xtab SUMMARIZE ON %y_axis% ACC ALL TO %outfile% PRESORT OPEN Conclusion Confidence Through Clarity John A. Beattie, CPA, CFE Partner, Healthcare Consulting Group Direct: Mobile: John.Beattie@ParenteBeard.com Larry Kanter, CPA, CFF, CFE Partner, Forensics and Litigation Group Direct: Mobile: Larry.Kanter@ParenteBeard.com 20

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY.

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY. AMERICAN BOARD OF UROLOGY 2018 LIFE LONG LEARNING (LLL) LEVEL 2 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions

More information

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE:

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE: AMERICAN BOARD OF UROLOGY 2017 MAINTENANCE OF CERTIFICATION (MOC) Level 4 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all

More information

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully review the data contained

More information

Import Audit Requests to AudaPro Using a Flat File

Import Audit Requests to AudaPro Using a Flat File Import Audit Requests to AudaPro Using a Flat File Document History Publication Date: September 17, 2013 Document Edition: 1.3 Contact Information HealthPort 120 Bluegrass Valley Parkway Alpharetta, GA

More information

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY LIFE LONG LEARNING LEVEL 2 2018 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script March 2012 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to get

More information

Definitive Healthcare Training Guide

Definitive Healthcare Training Guide 1 Definitive Healthcare Training Guide Thank you for subscribing to Definitive Healthcare s online database of intelligence on hospitals and healthcare providers. Definitive Healthcare updates information

More information

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools.

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools. VERSION EIGHT PRODUCT PROFILE Be a better auditor. You have the knowledge. We have the tools. Improve your audit results and extend your capabilities with IDEA's powerful functionality. With IDEA, you

More information

Clean Claim Edits UB04

Clean Claim Edits UB04 Provider s name, address and telephone number Clean Claim Edits UB04 1 Yes Reject Reject if blank or if address is not a physical address (PO BOX, Lock BOX, etc is not valid). 9 Digit billing provider

More information

Frequently Asked Questions AN OHIO HOSPITAL ASSOCIATION APPLICATION

Frequently Asked Questions AN OHIO HOSPITAL ASSOCIATION APPLICATION Frequently Asked Questions AN OHIO HOSPITAL ASSOCIATION APPLICATION Useful Links: GlobalScape (Data Submission Site): https://xfr.ohiohospitals.org DataTrack (Data Correction/Review Site): https://datatrack.ohanet.org

More information

Q/ris 3000 Client Help

Q/ris 3000 Client Help Copyright and Trademark Notice The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Copyright Notice Trademarks

More information

SCRIPTING HEALTHCARE RELATED AUDITS MICHAEL KEIFFER MICHAEL P. KEIFFER CPA, P.C.

SCRIPTING HEALTHCARE RELATED AUDITS MICHAEL KEIFFER MICHAEL P. KEIFFER CPA, P.C. 1 SCRIPTING TECHNIQUES FOR HEALTHCARE RELATED AUDITS MICHAEL KEIFFER MICHAEL P. KEIFFER CPA, P.C. AHIA 32 nd Annual Conference August 25-28, 2013 Chicago, Illinois www.ahia.org Speaker Contact Information

More information

ADMINISTRATOR OVERVIEW TRAINING MANUAL

ADMINISTRATOR OVERVIEW TRAINING MANUAL 1 ADMINISTRATOR OVERVIEW TRAINING MANUAL 2 Table of Contents MANAGE COMPANY INFORMATION:... 4 1. Company Information... 4 2. Subscription Plan... 7 3. OASIS Scrubber Information... 7 4. Average Discipline

More information

ProviderLink. Healthcare Providers eclaim Application. User Guide - Release 1.0 MAY in partnership with

ProviderLink.  Healthcare Providers eclaim Application. User Guide - Release 1.0 MAY in partnership with Healthcare Providers eclaim Application User Guide - Release 1.0 MAY 2012 in partnership with www.eclaimlink.ae 1 Table of Contents Getting Started 3 Registration 4 Logging In & Setup 5 ProviderLink System

More information

Release Notes v9.0.20

Release Notes v9.0.20 Release Notes v9.0.20 Some exciting features in this release! EMR Features Redesigned Co-Sign and In-Progress Encounter modules Enhanced Group Appointments Ability to Copy Patient Details from Existing

More information

MDr PracticeManager Multiple Charge Entry

MDr PracticeManager Multiple Charge Entry MDr PracticeManager Multiple Charge Entry Access the Multiple Charge Entry screen. Access Multiple Charge Entry from the Data Entry Menu by keying MCE in the Cmd field on the Control bar and pressing Enter.

More information

mycoresource.com Member User Guide

mycoresource.com Member User Guide mycoresource.com Member User Guide January 2017 i Table of Contents Portal Overview... 1 Create Account - Member... 2 Sign In... 8 Forgot Password or Username... 10 Home Page... 13 View My Expenses...

More information

User Manual/Guide for Direct Using encompass 3.0. Prepared By: Arête Healthcare Services, LLC

User Manual/Guide for Direct Using encompass 3.0. Prepared By: Arête Healthcare Services, LLC User Manual/Guide for Direct Using encompass 3.0 Prepared By: Arête Healthcare Services, LLC Document Version: V1.0 10/02/2015 Contents Direct Overview... 3 What is Direct?... 3 Who uses Direct?... 3 Why

More information

Section 1: Definition of Fraud / Fraud Analysis Coderre Chapters 1 6, 8, & 9

Section 1: Definition of Fraud / Fraud Analysis Coderre Chapters 1 6, 8, & 9 Page 1 of 13 Section 1: Definition of Fraud / Fraud Analysis Coderre Chapters 1 6, 8, & 9 1. True or false, is ALL theft fraud? a. True b. False 2. True or false, are ALL deceptive statements examples

More information

Provider Secure Portal User Manual

Provider Secure Portal User Manual Provider Secure Portal User Manual Copyright 2011 Centene Corporation. All rights reserved. Operational Training 2 August 2011 Table of Contents Provider Secure Portal... 5 Registration... 6 Provider -

More information

Building Sustainable Customized Reports In your Practice

Building Sustainable Customized Reports In your Practice Turning Numbers Nate Moore MBA, CPA, FACMPE Into Knowledge Building Sustainable Customized Reports In your Practice Business Intelligence Data is merely the raw material of knowledge. New York Times Learning

More information

Integrated MS-DRG Grouper & Calculator Printable How To Guide

Integrated MS-DRG Grouper & Calculator Printable How To Guide Integrated MS-DRG Grouper & Calculator Printable How To Guide MediRegs provides an integrated MS-DRG Grouper & Calculator that demonstrates MS-DRG grouping and payment under the Inpatient Prospective Payment

More information

Minnesota Health Care Claims Reporting System Data Element Recommendations Prepared by the Maine Health Information Center Data Submission Process

Minnesota Health Care Claims Reporting System Data Element Recommendations Prepared by the Maine Health Information Center Data Submission Process Three data types will be submitted to MHIC s NCDMS data aggregation system: Eligibility one record for each covered member during the eligibility month Medical claims one record for each paid claim service

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services This document was developed by the Smart Card Alliance Health and Human Services Council in response to the GAO

More information

IRF-PAI PROVIDER REPORTS

IRF-PAI PROVIDER REPORTS 3 IRF-PAI REPORTS GENERAL INFORMATION...3 IRF THRESHOLD REPORT...5 IRF-PAI ASSESSMENT PRINT...9 IRF-PAI ASSESSMENTS WITH ERROR NUMBER XXXX...11 IRF-PAI DISCHARGES...13 IRF-PAI ERROR DETAIL BY FACILITY...15

More information

Automated Information System AIS telephone user guide

Automated Information System AIS telephone user guide Automated Information System AIS telephone user guide May 2007 Department of Human Services Division of Medical Assistance Programs 500 Summer St NE, E 44 Salem, OR 97301-1077 1-800-527-5772 Contents I.

More information

DATA ANALYTICS: FINDING, DISSECTING AND CONNECTING THE DOTS MICHAEL P. KEIFFER CPA CIA CISA ACDA MICHAEL P. KEIFFER CPA, P.C.

DATA ANALYTICS: FINDING, DISSECTING AND CONNECTING THE DOTS MICHAEL P. KEIFFER CPA CIA CISA ACDA MICHAEL P. KEIFFER CPA, P.C. 1 DATA ANALYTICS: FINDING, DISSECTING AND CONNECTING THE DOTS MICHAEL P. KEIFFER CPA CIA CISA ACDA MICHAEL P. KEIFFER CPA, P.C. WHAT IS DATA ANALYSIS? Generally, data analysis (sometimes called data mining

More information

Change Healthcare Provider Portal

Change Healthcare Provider Portal MED3000, a wholly owned subsidiary of Change Healthcare Change Healthcare Provider Portal Overview The provider portal provides secure, web-enabled, role-based access. You will be able to perform the following

More information

SMU Financials Created on April 29, 2011

SMU Financials Created on April 29, 2011 Created on April 29, 2011 Notice 2011, Southern Methodist University. All Rights Reserved. Published 2011. The information contained in this document is proprietary to Southern Methodist University. This

More information

NHPNet Online Authorization User Guide

NHPNet Online Authorization User Guide NHPNet Online Authorization User Guide Submitting Authorizations through Health Trio Inpatient October 30, 2012, v 1.3 nhp.org Introduction NHPNet is a web-based tool used to submit referrals for specialist

More information

SURVIVING THE CYBERPOCALYPSE. Craig Felty Vice President, Patient Care Services Hancock Regional Hospital

SURVIVING THE CYBERPOCALYPSE. Craig Felty Vice President, Patient Care Services Hancock Regional Hospital SURVIVING THE CYBERPOCALYPSE Craig Felty Vice President, Patient Care Services Hancock Regional Hospital Independent health system, $150M annual revenue, 1,200 employees, 150 active medical staff members,

More information

Online Authorizations Application - CareAffiliate Training Manual Inpatient Authorizations

Online Authorizations Application - CareAffiliate Training Manual Inpatient Authorizations November 2017 1 Table of Contents Training... 3 Logout - do not X out... 3 Admissions and Transfer Team Hours... 3 Important Phone Numbers... 3 When not to use CareAffiliate... 4 Time Saving Tips!... 4

More information

Trading Partner Account (TPA) User Guide. for. State of Idaho MMIS

Trading Partner Account (TPA) User Guide. for. State of Idaho MMIS Trading Partner Account (TPA) User Guide for State of Idaho MMIS Date of Publication: 3/8/2018 Document Number: RF019 Version: 4.0 This document and information contains proprietary information and copyrighted

More information

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS Version: 2.0 Date: 3 rd November 2016 Document History Document Location The source of the document will be found on the Programme

More information

Cost-Benefit Analysis of Retrospective vs. Prospective Data Standardization

Cost-Benefit Analysis of Retrospective vs. Prospective Data Standardization Cost-Benefit Analysis of Retrospective vs. Prospective Data Standardization Vicki Seyfert-Margolis, PhD Senior Advisor, Science Innovation and Policy Food and Drug Administration IOM Sharing Clinical Research

More information

Online Batch Services

Online Batch Services Online Batch Services LexisNexis has enhanced its batch services to allow more user-friendly functionality for uploading batches and mapping layouts. Users log into the main product to access the online

More information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information What is New in MyChart? On August 26th, we will be upgrading and changing the look and feel to our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when

More information

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE 1/25/2016 Section I: Special Functions [Topic 8B: Payroll Deduction Data Export and Import File Processing, V1.2] Revision History Date Version Description Author

More information

CMS Web Interface User Guide. Last updated: 1/5/18

CMS Web Interface User Guide. Last updated: 1/5/18 CMS Web Interface User Guide Last updated: 1/5/18 Table of Contents Introduction... 6 CMS Web Interface Enhancements for 2017... 6 Excel Template Simplification.... 6 Automatic Saving of Data.... 6 One

More information

WinFlexOne - Importer MHM Resources LLC

WinFlexOne - Importer MHM Resources LLC WinFlexOne - Importer 2008 MHM Resources LLC WinFlexOne Importer - Employee 2 This module provides: Overview Log In Source File Importer Profile Download Activate Import Source File WinFlexOne Importer

More information

Medical Office Workflow

Medical Office Workflow Medical Office Workflow WE RE READY TO HELP! For customer support, please call us at 1-800-222-9570 or visit our online technical support center at evolvesupport.elsevier.com to access self-service options

More information

TexMedConnect Long Term Care User Guide

TexMedConnect Long Term Care User Guide TexMedConnect Long Term Care User Guide v2015_0127 Contents Terms and Abbreviations.................................... 1 Introduction.......................................... 3 Requirements.........................................

More information

8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID

8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID Billing & Reimbursement Revenue Cycle Management 8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID Billing and Reimbursement for Physician Offices, Ambulatory Surgery Centers and Hospitals Billings & Reimbursements

More information

Behavioral Health e referral User Guide. Confidence comes with every card.

Behavioral Health e referral User Guide. Confidence comes with every card. Behavioral Health e referral User Guide Confidence comes with every card. September 2017 Dear Blue Cross Blue Shield of Michigan and Blue Care Network health care provider: Welcome to e-referral (also

More information

ICD-10 Compliance Project November 2013 update

ICD-10 Compliance Project November 2013 update ICD-10 Compliance Project November 2013 update Presented by Hewlett-Packard Development Corporation, LP 1 November 2013 Topics ICD-10 news ICD-10 CMS news ICD-10 forms update ICD-10 APR-DRG update ICD-10

More information

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved.

Relativity. User s Guide. Contents are the exclusive property of Municipal Software, Inc. Copyright All Rights Reserved. Relativity User s Guide Contents are the exclusive property of Municipal Software, Inc. Copyright 2006. All Rights Reserved. Municipal Software, Inc. 1850 W. Winchester, Ste 209 Libertyville, IL 60048

More information

CMS Web Interface User Guide. Last updated: 1/22/18

CMS Web Interface User Guide. Last updated: 1/22/18 CMS Web Interface User Guide Last updated: 1/22/18 1 Table of Contents Introduction... 6 CMS Web Interface Enhancements for 2017... 6 Excel Template Simplification... 6 Automatic Saving of Data... 6 One

More information

"Charting the Course... Certified Information Systems Auditor (CISA) Course Summary

Charting the Course... Certified Information Systems Auditor (CISA) Course Summary Course Summary Description In this course, you will perform evaluations of organizational policies, procedures, and processes to ensure that an organization's information systems align with overall business

More information

Now, Data Mining Is Within Your Reach

Now, Data Mining Is Within Your Reach Clementine Desktop Specifications Now, Data Mining Is Within Your Reach Data mining delivers significant, measurable value. By uncovering previously unknown patterns and connections in data, data mining

More information

EQR PROTOCOL 4 Validation of Encounter Data Submitted by the MCO

EQR PROTOCOL 4 Validation of Encounter Data Submitted by the MCO EQR PROTOCOL 4 Validation of Encounter Data Submitted by the MCO Table 1: Acceptable Rates Instructions: Attachment A: Acceptable Error Rate: For each encounter type and each error type, document the State

More information

Module 2: Health Information Exchange Services

Module 2: Health Information Exchange Services Module 2: Health Information Exchange Services Introduction In this module, Health Information Exchange (HIE) will be introduced. This system is designed to provide patient information for THR facilities

More information

Online Batch Services

Online Batch Services Online Batch Services LexisNexis has enhanced its batch services to allow more user-friendly functionality for uploading batches and mapping layouts. Users sign in to the main product to access the online

More information

TexMedConnect Long Term Care User Guide

TexMedConnect Long Term Care User Guide TexMedConnect Long Term Care User Guide v2017_0825 Contents Terms and Abbreviations.................................... 1 Introduction.......................................... 3 Requirements.........................................

More information

QChart 5 User s Guide. QChart5.0. User s Guide

QChart 5 User s Guide. QChart5.0. User s Guide QChart5.0 User s Guide Qpuncture, Inc. 5824 E. Camino Pinzon Anaheim, CA 92807 USA Email info@qpuncture.com WEB http://www.qpuncture.com Phone 1-714-685-0900 or 1-800-650-8222 Fax 1-714-685-0909 2001-2007

More information

Personal Information. New Profile Icon

Personal Information. New Profile Icon What is New in MyChart? On December 8th, we will be upgrading our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when you sign into your MyChart account.

More information

Employer Reporting. User Guide

Employer Reporting. User Guide Employer Reporting This user guide provides an overview of features supported by the Employer Reporting application and instructions for viewing, customizing, and exporting reports. System Requirements

More information

Format of Session 1. Forensic Accounting then and now 2. Overview of Data Analytics 3. Fraud Analytics Basics 4. Advanced Fraud Analytics 5. Data Visualization 6. Wrap-up Question are welcome and encouraged!

More information

The Customer Relationship:

The Customer Relationship: View the Replay on YouTube The Customer Relationship: Behind the Scenes with Managed Privacy Services September 10 th 2015 Executive Series Webinar Today s Speakers Ann Marie Harvey Privacy Manager Baptist

More information

Web Enabled Graphics with a SAS Data Warehouse Diane E. Brown, TEC Associates, Indianapolis, IN

Web Enabled Graphics with a SAS Data Warehouse Diane E. Brown, TEC Associates, Indianapolis, IN Paper 134 Web Enabled Graphics with a SAS Data Warehouse Diane E. Brown, TEC Associates, Indianapolis, IN ABSTRACT A Provider Profiling system for Health System in Anderson, Indiana was developed using

More information

North Carolina Medicaid ProviderConnect User Guide Community Support

North Carolina Medicaid ProviderConnect User Guide Community Support North Carolina Medicaid ProviderConnect User Guide Community Support About This Guide This ProviderConnect User s Guide is specific to North Carolina Medicaid (NC Medicaid). There are several links and

More information

Provider Portal. User Manual. Vision Care

Provider Portal. User Manual. Vision Care Provider Portal User Manual Vision Care Table of Contents 1. Introduction... 3 2. Registering for the Provider Portal... 4 i. Changing Your Password...6 ii. Accepting Terms and Conditions...7 iii. Setting

More information

Blue Care Network s New e-referral Tool Frequently Asked Questions

Blue Care Network s New e-referral Tool Frequently Asked Questions Blue Care Network s New e-referral Tool Frequently Asked Questions September 2014 Overview Blue Care Network is introducing a new e-referral system for managing referral and authorization requests. This

More information

GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT

GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT GETTING STARTED GUIDE FOR HEALTHCARE COMPLIANCE AND REIMBURSEMENT PRODUCT LOGGING IN TO YOUR PRODUCT You will be provided a username and password via e-mail. Tip: Check the Automatically log me in box

More information

West Virginia Trading Partner Account Claim Submission User Guide. Date of Publication: 04/03/2017 Document Version: 1.8

West Virginia Trading Partner Account Claim Submission User Guide. Date of Publication: 04/03/2017 Document Version: 1.8 West Virginia Trading Partner Account Claim Submission User Guide Date of Publication: 04/03/2017 Document Version: 1.8 Privacy and Security Rules Trading Partner Account Claims Submission User Guide The

More information

CHAPTER 3: DAILY PROCEDURES

CHAPTER 3: DAILY PROCEDURES Chapter 3: Daily Procedures CHAPTER 3: DAILY PROCEDURES Training Objectives Actively participating during this chapter helps you to: Understand the different types of transactions and the procedures for

More information

MyChart User Guide. RiverBend Medical group

MyChart User Guide. RiverBend Medical group MyChart User Guide RiverBend Medical group TABLE OF CONTENTS Accessing MyChart... 2 Password and Username Reset... 3 Activating Your MyChart Account... 6 MyChart Basics... 7 Current Health Issues... 8

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

Meaning & Concepts of Databases

Meaning & Concepts of Databases 27 th August 2015 Unit 1 Objective Meaning & Concepts of Databases Learning outcome Students will appreciate conceptual development of Databases Section 1: What is a Database & Applications Section 2:

More information

FACILITY CONTACT. Orientation

FACILITY CONTACT. Orientation FACILITY CONTACT Orientation Nancy Tamariz Administrator Cindy Kucheman Data Collection Operations Administrator Frank Folmar- Government Analyst II Welcome Ebony Herring Cyndi Mooney Karla Pittman Marcus

More information

Considerations of Analysis of Healthcare Claims Data

Considerations of Analysis of Healthcare Claims Data Considerations of Analysis of Healthcare Claims Data ABSTRACT Healthcare related data is estimated to grow exponentially over the next few years, especially with the growing adaptation of electronic medical

More information

The transition to standard claims

The transition to standard claims June 2004 Schedule your transition to the standard HIPAA claims transactions today. Contents HIPAA Contingency Update page 1 Medicare Update page 1 Electronic Billing Hints page 2 Clearinghouse Services

More information

myavatar Billing Widgets & Console Training Guide

myavatar Billing Widgets & Console Training Guide 2014 myavatar Billing Widgets & Console Training Guide Netsmart Technologies, Inc. NOTICE: This document will be updated as additional functionality is released and any given version may not contain all

More information

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 Note Before using this information and the product that it

More information

CAQH ProView. Dentist Practice Manager Module User Guide

CAQH ProView. Dentist Practice Manager Module User Guide CAQH ProView Dentist Practice Manager Module User Guide Table of Contents Chapter 1: Introduction... 1 CAQH ProView Overview... 1 System Security... 2 Chapter 2: Registration... 3 Existing Practice Managers...

More information

MCCM Best Practices. Maximizing Crystal Reporting with Business Objects Distribution

MCCM Best Practices. Maximizing Crystal Reporting with Business Objects Distribution Sarasota Memorial Health Care System MCCM Best Practices Maximizing Crystal Reporting with Business Objects Distribution Presented by: Greg Borden, RN, BS/EB, Senior Clinical Systems Analyst Terry Mills

More information

2014 Morrisey Technology and Educational Conference 1

2014 Morrisey Technology and Educational Conference 1 Sarasota Memorial Health Care System MCCM Best Practices Maximizing Crystal Reporting with Business Objects Distribution Presented by: Greg Borden, RN, BS/EB, Senior Clinical Systems Analyst Terry Mills

More information

Desktop Charge Capture

Desktop Charge Capture Version 4.2 Quick Start Guide for Healthcare Providers Desktop Charge Capture Physician Information System Contents Logging Into Desktop Charge Capture... 1 Introduction to Desktop Charge Capture... 3

More information

Acurian on. The Role of Technology in Patient Recruitment

Acurian on. The Role of Technology in Patient Recruitment Acurian on The Role of Technology in Patient Recruitment Wearables smartphones social networks the list of new technological tools available to patients and healthcare providers goes on and on. Many clinical

More information

1500 Claim Submission Guide

1500 Claim Submission Guide 1500 Claim Submission Guide February 2016 Independence Blue Cross offers products through its subsidiaries Independence Hospital Indemnity Plan, Keystone Health Plan East and QCC Insurance Company, and

More information

Your mymeritain Personalized Member Website

Your mymeritain Personalized Member Website Your mymeritain Personalized Member Website 2008 Meritain Health, Inc. Last Updated 5.23.2008 Your mymeritain Member Website The mymeritain Member Website offers Members a user-friendly web experience,

More information

User Manual. phr.mtbc.com

User Manual. phr.mtbc.com User Manual Table of Contents Introduction Appointments Appointment History Claims History CCDA Report Demographics Health History Lab Reports Online Payment Secure Messages Health Recommendation Patient

More information

Provider User Guides

Provider User Guides Provider User Guides Table of Contents What's New... 1 Overview of Changes:... 1 User Interface Changes... 2 Data Model Changes... 2 First Time Logging In... 5 SmartCare Basics... 9 Open a Client... 13

More information

pathx pathx Laboratory Information System

pathx pathx Laboratory Information System A LETTER FROM THE PRESIDENT. At PathX, we fully understand that your lab is focused on more than just patient reports and information processing. For most pathology labs, primary concerns include responsible

More information

AlwaysAssist User Guide Vision Care Provider Portal Page 0

AlwaysAssist User Guide Vision Care Provider Portal Page 0 AlwaysAssist User Guide Vision Care Provider Portal Page 0 AlwaysAssist User Guide Vision Care Provider Portal Table of Contents Entering the Site... 2 Provider Login... 2 Password Change... 3 Password

More information

EBSCO Publishing Health Library Editorial Policy

EBSCO Publishing Health Library Editorial Policy EBSCO Publishing Health Library Editorial Policy Introduction EBSCO Publishing is a leader in publishing health and medical information on the Internet. While we make every effort to ensure that our content

More information

Enterprise Comp Search Claims &Claim Details

Enterprise Comp Search Claims &Claim Details Enterprise Comp Search Claims &Claim Details Care mc May 2012 Table of Contents About Search Claims & Claim Details... 3 Instant Search... 3 Claim Note View... 4 Document View... 4 Favorites... 5 View

More information

Secure Provider Website. Instructional Guide

Secure Provider Website. Instructional Guide Secure Provider Website Instructional Guide Operational Training 1 March 2017 Introduction The Secure Provider Web is a secure website developed to allow Providers across Centene health plans to perform

More information

NEMSIS Update and Strategic Vision

NEMSIS Update and Strategic Vision NEMSIS Update and Strategic Vision Karen E Jacobson, BA, NREMT-P October 11, 2010 NASEMSO Annual Meeting Data Managers Council NEMSIS TAC Staff States are being contacted to update the information on the

More information

Medicare Medicaid Encounter Data System

Medicare Medicaid Encounter Data System Medicare Medicaid Encounter Data System Standard Companion Guide for NCPDP Transaction Information Instructions related to National Council for Prescription Drug Programs (NCPDP) Transaction based on Post

More information

Medical Office Workflow

Medical Office Workflow Medical Office Workflow WE RE READY TO HELP! For customer support, please call us at 1-800-222-9570 or visit our online technical support center at evolvesupport.elsevier.com to access self-service options

More information

Ordering New & Refill Prescriptions Online With Costco Mail Order

Ordering New & Refill Prescriptions Online With Costco Mail Order Ordering New & Refill Prescriptions Online With Costco Mail Order Last updated: 09/2018 Register an Account Visit: pharmacy.costco.com Click Sign In/Register and then Create Account to get started on your

More information

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University

Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University Maximizing Statistical Interactions Part II: Database Issues Provided by: The Biostatistics Collaboration Center (BCC) at Northwestern University While your data tables or spreadsheets may look good to

More information

v.5 Accounts Payable: Best Practices

v.5 Accounts Payable: Best Practices v.5 Accounts Payable: Best Practices (Course #V210) Presented by: Dave Heston Shelby Consultant 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

Provider Self-Service Tools

Provider Self-Service Tools Provider Self-Service Tools An independent licensee of the Blue Cross and Blue Shield Association. U7430a, 2/11 2012, Blue Cross and Blue Shield of North Carolina is an independent licensee of the Blue

More information

Configuring Service Monitor

Configuring Service Monitor CHAPTER 3 The following topics are included: Configuring Trap Receivers, page 3-2 Understanding and Setting Data Source Credentials, page 3-2 Managing the Phone Count, page 3-15 Configuring Settings for

More information

HPHConnect for Employers User s Guide

HPHConnect for Employers User s Guide HPHConnect for Employers User s Guide Copyright 2017 Harvard Pilgrim Health Care, Inc. All rights reserved. Harvard Pilgrim Health Care and the Harvard Pilgrim Health Care logo are trademarks of Harvard

More information

Welcome to UConn KFS Training. Introduction to KFS

Welcome to UConn KFS Training. Introduction to KFS Welcome to UConn KFS Training Introduction to KFS 2015 My KFS Landing Page - Demo KFS Main Menu Menu Tabs Workflow buttons Current User Messages Menu group Sub Menu group What is an edoc? A KFS edoc is

More information

Healthcare Security Success Story

Healthcare Security Success Story Regional Forum on Cybersecurity in the Era of Emerging Technologies & the Second Meeting of the Successful Administrative Practices -2017 Cairo, Egypt 28-29 November 2017 Healthcare Security Success Story

More information

Note: The default password for all Professional programs is hhgold (lowercase).

Note: The default password for all Professional programs is hhgold (lowercase). Getting Started To start Professional, double-click the following icon. The first form Professional displays is the Password screen. Enter your password here. See the Change Password section below on how

More information