A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example

Size: px
Start display at page:

Download "A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example"

Transcription

1 A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures: Data Research Example and Custom Reporting Example May 10, 2018 Robert Richard Springborn, Ph.D. Office of Statewide Health Planning and Development Information Services Division, Healthcare Analytics Branch, Clinical Data Unit Sacramento, California

2 Motivation for Topic Office of Statewide Health Planning & Development (OSHPD) provides administrative data containing ICD-9 and ICD-10 diagnosis and procedure codes to users worldwide including: researchers; health care providers; health care insurance providers; and media. A SAS format catalog which adds ICD-9 and ICD-10 diagnosis and procedure code descriptions to administrative data, would greatly benefit all users and encourage new uses of administrative data by reducing the need for lookup manuals and tables. Today we will create the SAS format catalog. A data research example and custom reporting example are also presented. 2

3 A SAS Format Catalog For ICD-9/ICD-10 Create Four MS Excel Files (Display 1; Page 2) A datetime20. format, which converts a date time value (e.g. 30SEP2015:00:00:00 DT ) to a numeric value, reads variables of end_date and start_date from two parent datasets and creates four child datasets (Lines 22, 23, 43, 44). Diagnosis codes and descriptions for ICD-9 (diagnosis_icd9) and ICD-10 (diagnosis_icd10). Procedure codes and descriptions for ICD-9 (procedures_icd9) and ICD-10 (procedures_icd10) A SAS Enterprise Guide task is used to convert these four datasets into MS Excel files. DIAGNOSIS_ICD9_18APR2017.xls PROCEDURE_ICD9_18APR2017.xls DIAGNOSIS_ICD10_18APR2017.xlsx PROCEDURE_ICD10_18APR2017.xlsx 3

4 A SAS Format Catalog For ICD-9/ICD-10 Create ICD-9 Diagnosis and Procedure SAS Formats (Display 2; Pages 3-4) SAS format for ICD-9 diagnosis codes and descriptions ( $dx_icd9f. ) was created. PROC IMPORT reads DIAGNOSIS_ICD9_18APR2017.xls containing 15,964 ICD-9 diagnosis codes and descriptions (Lines 36-39). In lines a SAS DATA Step creates: start a list of diagnosis codes; label a concatenation of diagnosis code and description; and a SAS format named $dx_icd9f. PROC FORMAT stores format $dx_icd9f in library forcat6 (Lines 68-69). SAS format for ICD-9 procedure codes and descriptions ( $px_icd9f ) was also created using the same three step method (Lines ). Create ICD-10 Diagnosis and Procedure SAS Formats (Display 3; Pages 5-7) SAS format for ICD-10 diagnosis codes and descriptions ( $dx_icd10f ) was created (Lines 46-88). SAS Enterprise Guide imports DIAGNOSIS_ICD10_18APR2017.xlsx to create WORK.DIAGNOSIS_ICD10_18APR2017 The above three step method was applied to create format $dx_icd10f. SAS format for ICD-10 procedure codes and descriptions ( $px_icd10f ) was also created using the same two step method (Lines ). 4

5 A Data Research Example A researcher wants to investigate 25 diagnoses, 21 procedures and their descriptions for patients who had coronary artery bypass graft (CABG) surgery in March, June, September, and December of The researcher wants the ability to: Visually examine the results in MS Excel. Use MS Excel tools for graphical, tabular, and statistical analyses. Compile Macros that Identify CABG Surgery (Appendix 1; Pages 8-10) Two macro lists containing ICD-10 procedure codes (&cabgicd10, 296 codes; &cabgexclicd10, 4,645 codes) were created to identify Isolated and Non-isolated CABG surgery cases. A macro list gives the programmer the ability to search up to 5,000 diagnosis or procedure codes using one macro. Isolated CABG surgery means that no other major procedure was performed at the same time as the bypass surgery. Isolated CABG with another major procedure (exclusion) is called Nonisolated CABG which has a higher risk of mortality. Several macros are compiled which will identify CABG surgery cases using ICD-9 and ICD-10 procedure codes. 5

6 A Data Research Example Construct the Cohort Study Population (Appendix 2; Pages 11-16) The SAS format catalog is read (Lines 9-12). Identify Isolated and Non-isolated CABG surgery cases with either ICD-9 procedure codes (patient discharge before Oct 1, 2015) or ICD-10 procedure codes (patient discharge after Sept 30, 2015) (Lines ). Note the difference between macros containing a single ICD-9 procedure code (Lines ) with macros using a macro list (&cabgicd10; &cabgexclicd10) containing up to several thousand ICD-10 codes (Lines ). Select patient data for the cohort population (Lines ). Construct Diagnosis and Procedures Code Descriptions (Appendix 2; Pages 17-21) ICD-9 and ICD-10 diagnosis and procedure codes without the decimal point from OSHPD s administrative data are reconstructed to include the decimal point and description using the SAS format catalog. For example, ICD-9 diagnosis codes have a decimal in position four. Twenty-five diagnosis codes were reconstructed with the decimal point, and SAS format $dx_icd9f was applied to create 25 new text variables containing diagnosis code and description (Lines ). 6

7 A Data Research Example Send Results to MS Excel (Appendix 2; Pages 21-24) PROC REPORT sends results to MS Excel using Tagset ExcelXP with several options to improve the appearance of the report (Lines ). PROC REPORT defines each column using statements of define, display, and style that control column appearance (Lines ). The complete result includes variables; month and year of patient discharge, hospital name, type of CABG surgery, birth date, admission date, CABG surgery date, discharge date, 25 diagnoses with descriptions; 21 procedures with descriptions; and procedure dates. Final Result (Appendix 3; Page 25) In March, June, September, and December of 2015 there were 5,412 patients who had CABG surgery. Appendix 3 displays part of the result. Month and year of patient discharge, and hospital name. Primary and secondary of 25 diagnosis codes and descriptions. Primary and secondary of 21 procedure codes and descriptions with procedure date. Includes both ICD-9 ( ) and ICD-10 ( ) diagnoses and procedures. 7

8 A Data Research Example Final Result This result enables the researcher to: Visually study 25 diagnoses and 21 procedures with descriptions for each patient without using look-up manuals and tables. Use MS Excel tools for graphical, tabular and statistical analyses. Additional benefits: Import the results into SAS Enterprise Guide for further study. Use macros or a macro list to: modify procedures in the current study cohort of CABG surgery; or use diagnosis codes to construct a new study cohort such as diagnosis of liver disease. An unlimited number of study cohorts are possible. The handout contains the SAS program code to create the SAS format catalog and create the spreadsheet in Appendix 3. 8

9 A Custom Reporting Example Each year OSHPD releases the California Report on CABG Surgery which presents findings from analyses of data collected from California-licensed hospitals that perform adult CABG surgery. This report features risk-adjusted operative mortality used to evaluate hospital and surgeon performance. To make fair comparisons of care delivered by different healthcare providers, the risk model adjusts for differences in severity of illness (case mix) of patients across providers. OSHPD reviews data submitted by each hospital for completeness and errors. A custom data discrepancy report (Springborn 2013) compares the CCORP clinical data to OSHPD s hospital administrative data source, the Patient Discharge Data (PDD). Hospitals are asked to review discrepancies between the two data sources via patient medical chart review to verify that coding for eleven data variables are consistent. Each of the eleven variables are defined by one or more ICD-9 /ICD-10 diagnosis or procedure codes. The data discrepancy report uses the SAS format catalog to display the diagnoses and procedures codes and descriptions of the patient record when there is a difference between the CCORP data and PDD data. 9

10 A Custom Reporting Example Appendix 4 Page 26; shows the first page of the data discrepancy report which lists eleven data variables and their definitions. Appendix 5 Page 27; shows data discrepancies for CABG-REPORTING can be either: Missing CABG cases (PDD CABG=YES; CCORP CABG=NO); or NON-CABG cases (PDD CABG=NO; CCORP CABG=YES). The PDD data source is the standard. Appendix 6 Page 28; gives an example of a Missing CABG case. The PDD record shows ICD-10 procedure code 02RG07Z: replacement of mitral valve with autologous tissue substitute, open approach which is a CABG surgery. However, the CCORP record showed no CABG surgery. So the hospital is asked SHOULD THIS CASE BE ADDED TO CCORP? Appendix 7 Page 29; gives an example of NON-CABG case. The PDD record does not show ICD-9 procedure code 36.1x which means no CABG surgery was performed. However, the CCORP record showed there was a CABG surgery. So the hospital is asked SHOULD THIS CASE BE REMOVED FROM CCORP? 10

11 A Custom Reporting Example Final Result This custom reporting example showed how a SAS format catalog was used to develop the report on Coronary Artery Bypass Graft (CABG) surgery. This custom report s main purpose is to help hospitals correctly report and classify all CABGs, thus ensuring the results are based on the highest quality data possible. This custom data discrepancy report was created with ODS Report Writing Interface (RWI) and ODS LAYOUT offered in the Output Delivery System (ODS) in SAS 9.4. ODS RWI and ODS LAYOUT were designed exclusively to address custom reporting requirements that go far beyond traditional tabular output produced by SAS procedures (Springborn 2017; Springborn 2013). Using ODS RWI and ODS LAYOUT with the SAS format catalog enables all users of administrative data to meet and exceed their own custom data reporting needs. 11

12 Literature Cited Springborn, R Set Yourself Free Use ODS Report Writing Technology in SAS Enterprise Guide Instead of Dynamic Data Exchange in PC SAS Part II SAS Code Revealed Proceedings of the SAS Global Forum 2013 Conference. April 2013., Paper San Francisco, CA. Springborn, R A SAS Format Catalog for ICD-9/ICD-10 Diagnoses and Procedures Proceedings of the Western Users of SAS Software Inc., 25 th Annual Education Forum and Conference. September 2017., Paper Long Beach, CA. 12

13 Contact Information Thanks for attending my talk. Name: Robert Richard Springborn, Ph.D. Enterprise: OSHPD, Healthcare Analytics Branch Address: 2020 West El Camino Avenue City, State ZIP: Sacramento, CA Work Phone: Fax: Web: Twitter: 13

Variations in Procedure Use

Variations in Procedure Use Variations in Procedure Use in California Laurence Baker Stanford University with funding from the California HealthCare Foundation Study Goal Identify variations in key procedures across geographic g

More information

PharmaSUG Paper QT38

PharmaSUG Paper QT38 PharmaSUG 2015 - Paper QT38 Statistical Review and Validation of Patient Narratives Indrani Sarkar, inventiv Health Clinical, Indiana, USA Bradford J. Danner, Sarah Cannon Research Institute, Tennessee,

More information

2/28/2010. The 3rd Asian Heart & Vascular Symposium. The 3rd Asian Heart & Vascular Symposium. Quality indicator

2/28/2010. The 3rd Asian Heart & Vascular Symposium. The 3rd Asian Heart & Vascular Symposium. Quality indicator The 3rd Asian Heart & Vascular Symposium The 3rd Asian Heart & Vascular Symposium A Quality Study of CABG Surgery in Asian Americans in California What have we learnt? Diana Lau, RN, PhD, CNS Administrative

More information

Lead the Way with Advanced Care Management. Workbook

Lead the Way with Advanced Care Management. Workbook Lead the Way with Advanced Care Management Workbook TPCA Training 10.2018 Section 1: Using i2itracks for Chronic Disease Management Chronic Disease Tracking in 2018 Disease Management Definition A system

More information

Rev (10/2014) VMA: A New Standard in Spine Diagnostic Imaging

Rev (10/2014) VMA: A New Standard in Spine Diagnostic Imaging Rev. 1038-1.1 (10/2014) VMA: A New Standard in Spine Diagnostic Imaging Spine Surgeons Lack Reliable Function Tests Critical to Other Surgeons Functional Tests Used to Select Surgery Patients Non-Specific

More information

Complicated Data? SAS User Formats Will Simplify Your Code

Complicated Data? SAS User Formats Will Simplify Your Code Complicated Data? SAS User Formats Will Simplify Your Code ABSTRACT The International Classification of Diseases (ICD) is used for medical coding in the U.S. It includes medical diagnosis coding and inpatient

More information

PBSI-EHR Off the Charts!

PBSI-EHR Off the Charts! PBSI-EHR Off the Charts! Enhancement Release 3.2.1 TABLE OF CONTENTS Description of enhancement change Page Encounter 2 Patient Chart 3 Meds/Allergies/Problems 4 Faxing 4 ICD 10 Posting Overview 5 Master

More information

THE NATIONAL QUALITY FORUM

THE NATIONAL QUALITY FORUM THE NATIONAL QUALITY FORUM National Voluntary Consensus Standards for Patient Outcomes Table of Measures Submitted-Phase 1 As of March 5, 2010 Note: This information is for personal and noncommercial use

More information

Mapping Palliative Care Need and Supply in California: Methodology

Mapping Palliative Care Need and Supply in California: Methodology Mapping Palliative Care Need and Supply in California: Methodology February 2015 Kathleen Kerr, Kerr Healthcare Analytics Mike Rabow, MD, University of California San Francisco J. Brian Cassel, PhD, Virginia

More information

Generate Informative Clinical Laboratory Results Listing

Generate Informative Clinical Laboratory Results Listing PharmaSUG2011 - Paper PO02 Generate Informative Clinical Laboratory Results Listing Sai Ma, Everest Clinical Research Services Inc., Markham, Ontario Canada ABSTRACT Clinical laboratory results review

More information

2016 Physician Quality Reporting System Data Collection Form: Coronary Artery Bypass Graft (CABG) (for patients aged 18 years and older)

2016 Physician Quality Reporting System Data Collection Form: Coronary Artery Bypass Graft (CABG) (for patients aged 18 years and older) 2016 Physician Quality Reporting System Data Collection Form: Coronary Artery Bypass Graft (CABG) (for patients aged 18 years and older) IMPORTANT: Any measure with a 0% performance rate (100% for inverse

More information

Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology Prepare a list of terms with definitions

Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology Prepare a list of terms with definitions AR Computer Applications I Correlated to Benchmark Microsoft Office 2010 (492490) Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology 1.1.1 Prepare a list

More information

Slide 1. Slide 2. USDA Food Distribution Program. CNPweb Food Distribution Program. Address: https://cnp.ode.state.or.us/login.asp. Login.

Slide 1. Slide 2. USDA Food Distribution Program. CNPweb Food Distribution Program. Address: https://cnp.ode.state.or.us/login.asp. Login. Slide 1 USDA Food Distribution Program Welcome to a brief overview of the Oregon Department of Education USDA Food Distribution Program. Federal USDA Foods support American agricultural producers by providing

More information

2017 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Outcome

2017 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Outcome Measure #445 (NQF 0119): Risk-Adjusted Operative Mortality for Coronary Artery Bypass Graft (CABG) National Quality Strategy Domain: Effective Clinical Care 2017 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY

More information

The Clinical Information Data Entry Screen is the main screen in the DQCMS application.

The Clinical Information Data Entry Screen is the main screen in the DQCMS application. DATA ENTRY Clinical Information The Clinical Information Data Entry Screen is the main screen in the DQCMS application. To enter data, a patient must first be selected from the Patient pull-down list.

More information

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business Applied Medical Statistics Using SAS Geoff Der Brian S. Everitt CRC Press Taylor Si Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business A

More information

Writing Committee. ACP Performance Measurement Committee Members*

Writing Committee. ACP Performance Measurement Committee Members* Performance Measurement Coronary Artery Bypass Graft Surgery: Review of the Performance Measures by the Performance Measurement Committee of the American College of Physicians Writing Committee Amir Qaseem,

More information

Computer Science 101 Project 2: Predator Prey Model

Computer Science 101 Project 2: Predator Prey Model Computer Science 101 Project 2: Predator Prey Model Real-life situations usually are complicated and difficult to model exactly because of the large number of variables present in real systems. Computer

More information

Cardiac surgery in Victorian public hospitals, Public report

Cardiac surgery in Victorian public hospitals, Public report Cardiac surgery in Victorian public hospitals, 2009 10 Public report Cardiac surgery in Victorian public hospitals, 2009 10 Public report Authors: DT Dinh, L Tran, V Chand, A Newcomb, G Shardey, B Billah

More information

THE AFIX PRODUCT TRAINING MANUAL

THE AFIX PRODUCT TRAINING MANUAL THE AFIX PRODUCT TRAINING MANUAL Last Updated: 11/30/2018 Table of Contents The AFIX Product End User Training AFIX Cohort. 4 Provider Selection... 4 Assessment Selection..... 7 Reports.......10 Flexible

More information

TRANSITION OF CARE APPLICATION

TRANSITION OF CARE APPLICATION Dear Member: Thank you for enrolling in MedStar Medicare Choice. You may currently be receiving services from healthcare providers that are not part of the MedStar Medicare Choice Provider Network. An

More information

FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS. Textbook Title: Benchmark Series: Microsoft Office Publisher: EMC Publishing, LLC

FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS. Textbook Title: Benchmark Series: Microsoft Office Publisher: EMC Publishing, LLC FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS Subject Area: Business and Computer Science State-Funded Course: Computer Applications II Textbook Title: Benchmark Series: Microsoft Office

More information

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview

Innovative Risk and Quality Solutions for Value-Based Care. Company Overview Innovative Risk and Quality Solutions for Value-Based Care Company Overview Meet Talix Talix provides risk and quality solutions to help providers, payers and accountable care organizations address the

More information

Quality ID #168 (NQF 0115): Coronary Artery Bypass Graft (CABG): Surgical Re-Exploration National Quality Strategy Domain: Effective Clinical Care

Quality ID #168 (NQF 0115): Coronary Artery Bypass Graft (CABG): Surgical Re-Exploration National Quality Strategy Domain: Effective Clinical Care Quality ID #168 (NQF 0115): Coronary Artery Bypass Graft (CABG): Surgical Re-Exploration National Quality Strategy Domain: Effective Clinical Care 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE

More information

ISV RANDOMIZED CLINICAL TRIAL PUBLIC USE DATASET

ISV RANDOMIZED CLINICAL TRIAL PUBLIC USE DATASET ABOUT THE STUDY The NHLBI Infant Single Ventricle (ISV) randomized double-blind placebo-controlled trial was conducted by the Pediatric Heart Network (PHN) at 10 centers in the United States and Canada,

More information

CARDIOLOGY IMAGING PROGRAM

CARDIOLOGY IMAGING PROGRAM CARDIOLOGY IMAGING PROGRAM TABLE OF CONTENTS. OVERVIEW............................................................................................. 618..... MEMBERS........... EXEMPT.......... FROM.......

More information

I. Identifying the question Define Research Hypothesis and Questions

I. Identifying the question Define Research Hypothesis and Questions Term Paper I. Identifying the question What is the question? (What are my hypotheses?) Is it possible to answer the question with statistics? Is the data obtainable? (birth weight, socio economic, drugs,

More information

Welch Allyn ABPM 6100S. Comprehensive blood pressure monitoring that brings patient comfort home.

Welch Allyn ABPM 6100S. Comprehensive blood pressure monitoring that brings patient comfort home. Welch Allyn ABPM 6100S Comprehensive blood pressure monitoring that brings patient comfort home. Features and Benefits of the Welch Allyn ABPM 6100S Pictorial application instructions, artery markers and

More information

Institutional Research BRIEF Number 13

Institutional Research BRIEF Number 13 UC and CSU Transfer Counts CPEC vs. NSC Prior to the defunding of the California Postsecondary Education Commission (CPEC), many California community colleges including El Camino College (ECC) relied on

More information

Combine Multiple Servings by Volume

Combine Multiple Servings by Volume Lesson Overview Lesson Participants: School Nutrition Assistants/Technicians Type of Lesson: Short face-to-face training session Time Needed to Conduct the Lesson: 25 minutes Lesson Description: This lesson

More information

2016 Re-Audit of Patient Blood Management in adults undergoing elective, scheduled surgery

2016 Re-Audit of Patient Blood Management in adults undergoing elective, scheduled surgery 2016 Re-Audit of Patient Blood Management in adults undergoing elective, scheduled surgery 2017 Re-Audit of Red Cell & Platelet Transfusion in Adult Haematology patients South West RTC 2016 Re-Audit of

More information

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use OneTouch Reveal Web Application User Manual for Healthcare Professionals Instructions for Use Contents 2 Contents Chapter 1: Introduction...4 Product Overview...4 Intended Use...4 System Requirements...

More information

SAMPLE. Clinical and Laboratory Standards Institute Advancing Quality in Health Care Testing

SAMPLE. Clinical and Laboratory Standards Institute Advancing Quality in Health Care Testing Vol. 32 No. 12 Replaces EP27-P Vol. 29 No. 16 How to Construct and Interpret an Error Grid for Quantitative Diagnostic Assays; Approved Guideline This guideline describes what an error grid is, why it

More information

Asthma and Chronic Obstructive Pulmonary Disease

Asthma and Chronic Obstructive Pulmonary Disease Asthma and Chronic Obstructive Pulmonary Disease Variables Adults have asthma Students who have asthma Asthma hospitalizations COPD hospitalizations What is it? Asthma and chronic obstructive pulmonary

More information

Welcome to Navigating ICD-10

Welcome to Navigating ICD-10 A nonprofit independent licensee of the Blue Cross Blue Shield Association Welcome to Navigating ICD-10 This presentation provides general background information and resources to help your office or facility

More information

Dentrix Learning Edition

Dentrix Learning Edition Dentrix Learning Edition Study Guide www.dentrix.com 1-800-DENTRIX v Table of Contents...ix How to Use This Study Guide...ix How to Get Help...x Installation...1 Important Installation Information...2

More information

A Matter of the Heart A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION

A Matter of the Heart A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION A Matter of the Heart A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION Overview What is Heart Disease? Understanding your risk factors Ways to reduce your risk and prevent heart disease and

More information

Linkage of Indiana State Cancer Registry and Indiana Network for Patient Care

Linkage of Indiana State Cancer Registry and Indiana Network for Patient Care Linkage of Indiana State Cancer Registry and Indiana Network for Patient Care A collaboration between Regenstrief Institute, Indiana University, and the Indiana State Cancer Registry Objectives Understand

More information

HEALTH DEPARTMENT Health Systems Development Division. An Inventory of Its Records

HEALTH DEPARTMENT Health Systems Development Division. An Inventory of Its Records MINNESOTA HISTORICAL SOCIETY Minnesota State Archives HEALTH DEPARTMENT Health Systems Development Division An Inventory of Its Records OVERVIEW OF THE RECORDS Agency: Series Title: Dates: Abstract: Quantity:

More information

Validating and Reporting the 2017 UDS Clinical Measures (Version 1)

Validating and Reporting the 2017 UDS Clinical Measures (Version 1) Validating and Reporting the 2017 UDS Clinical Measures Author: Ben Fouts, Informatics Redwood Community Health Coalition 1310 Redwood Way Petaluma, California 94954 support@rchc.net Document Last Updated:

More information

Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro

Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro SESUG 2016 Paper CC-160 Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro Lifang Zhang, Department of Biostatistics and Epidemiology, Augusta University ABSTRACT SAS software

More information

A SPECIAL WEB SEMINAR EVENT

A SPECIAL WEB SEMINAR EVENT A SPECIAL WEB SEMINAR EVENT NCADD s New Website - Enhancing Communications with its Network of Affiliates Featured Speakers Roger Bensinger Chairman NCADD Communications Committee Presenter Robert Lindsey

More information

Immunization Requirements for School Entry - Ohio

Immunization Requirements for School Entry - Ohio Immunization Requirements for School Entry - Ohio Kindergarten through 12 th Grade Andrew Heffron Cuyahoga County Board of Health This information will help your school better understand Immunization entry

More information

Table of Contents Foreword 9 Stay Informed 9 Introduction to Visual Steps 10 What You Will Need 10 Basic Knowledge 11 How to Use This Book

Table of Contents Foreword 9 Stay Informed 9 Introduction to Visual Steps 10 What You Will Need 10 Basic Knowledge 11 How to Use This Book Table of Contents Foreword... 9 Stay Informed... 9 Introduction to Visual Steps... 10 What You Will Need... 10 Basic Knowledge... 11 How to Use This Book... 11 The Screenshots... 12 The Website and Supplementary

More information

Analysis of Waiting-Time Data in Health Services Research

Analysis of Waiting-Time Data in Health Services Research Analysis of Waiting-Time Data in Health Services Research Boris Sobolev Lisa Kuramoto Analysis of Waiting-Time Data in Health Services Research Boris Sobolev Lisa Kuramoto University of British Columbia

More information

university client training program

university client training program COURSE OFFERINGS university client training program Dear Valued Client, Since our inception in 1997, TSI Healthcare has followed a guiding principle that support and training do not end after implementation.

More information

Complex just became comfortable.

Complex just became comfortable. Complex just became comfortable. DENTRIX ENTERPRISE Work Well With Others To serve your community, your clinic must work well with others other providers, other clinics, other organizations. To be effective,

More information

Technical Assistance Guide No Recommended PDMP Reports to Support Licensing/Regulatory Boards and Law Enforcement Investigations

Technical Assistance Guide No Recommended PDMP Reports to Support Licensing/Regulatory Boards and Law Enforcement Investigations Technical Assistance Guide No. 02-14 Recommended PDMP Reports to Support Licensing/Regulatory Boards and Law Enforcement Investigations This project was supported by Grant No. 2011-PM-BX-K001 awarded by

More information

National Quality Forum Environmental Scan: Regionalized Emergency Medical Care Services

National Quality Forum Environmental Scan: Regionalized Emergency Medical Care Services National Quality Forum Environmental Scan: Regionalized Emergency Medical Care Services EMS Performance Improvement Center Department of Emergency Medicine University of North Carolina at Chapel Hill Jefferson

More information

North America Cardiac Rhythm Management (CRM) Procedures Outlook to 2021

North America Cardiac Rhythm Management (CRM) Procedures Outlook to 2021 North America Cardiac Rhythm Management (CRM) Procedures Outlook to 2021 North America Cardiac Rhythm Management (CRM) Procedures Outlook to 2021 BioPortfolio has been marketing business and market research

More information

Aortic surgery education Germany

Aortic surgery education Germany 3rd Aortic Live Symposium Aortic surgery education Germany D.-S. Dohle, MD Department of Thoracic and Cardiovascular Surgery, West German Heart Center, University of Duisburg-Essen, Germany Disclosure

More information

Key Findings. Mortality Rates

Key Findings. Mortality Rates Mortality Rates Statewide in-hospital mortality rates showed a statistically significant decrease from to in nine of the 15 conditions reported. The largest decrease was in, where the mortality rate decreased

More information

Cairns Hospital: Suspected Acute Coronary Syndrome Pathways. DO NOT USE if a non cardiac cause for the chest pain can be diagnosed

Cairns Hospital: Suspected Acute Coronary Syndrome Pathways. DO NOT USE if a non cardiac cause for the chest pain can be diagnosed Cairns Hospital: Suspected Acute Coronary Syndrome Pathways DO NOT USE if a non cardiac cause for the chest pain can be diagnosed Clinical pathways never replace clinical judgement. Care outlined on this

More information

AUDIT OUTLINE INFORMATION SUMMARY

AUDIT OUTLINE INFORMATION SUMMARY AUDIT OUTLINE INFORMATION SUMMARY 1. External QA Each DAFNE centre will undergo an external audit visit every 3 years. The external audit visit will take place during a week that the centre being audited

More information

Proton Therapy Market Outlook - Global Analysis

Proton Therapy Market Outlook - Global Analysis Proton Therapy Market Outlook - Global Analysis Proton Therapy Market Outlook - Global Analysis BioPortfolio has been marketing business and market research reports from selected publishers for over fifteen

More information

Dorset Special Educational Needs and Disabilities (SEND) Communications Strategy. Final version agreed at SEND Delivery Board on 8 January

Dorset Special Educational Needs and Disabilities (SEND) Communications Strategy. Final version agreed at SEND Delivery Board on 8 January Dorset Special Educational Needs and Disabilities (SEND) Communications Strategy Final version agreed at SEND Delivery Board on 8 January 1. Background Dorset County Council and NHS Dorset Clinical Commissioning

More information

H. Lundbeck AS (LUN) - Financial and Strategic SWOT Analysis Review

H. Lundbeck AS (LUN) - Financial and Strategic SWOT Analysis Review H. Lundbeck AS (LUN) - Financial and Strategic SWOT Analysis Review H. Lundbeck AS (LUN) - Financial and Strategic SWOT Analysis Review BioPortfolio has been marketing business and market research reports

More information

Niche News August 2017 August 2017

Niche News August 2017 August 2017 Niche News August 2017 August 2017 In This Issue Greetings! Introducing the new EasyOne Air Spirometer LiteAire Spacer - Get Better Pricing with Bulk Buy FeNO "Value Proposition" White Paper EasyOne Pro

More information

Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005

Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005 Technical Notes for PHC4 s Report on CABG and Valve Surgery Calendar Year 2005 The Pennsylvania Health Care Cost Containment Council April 2007 Preface This document serves as a technical supplement to

More information

Poland Proton Therapy Market (Actual & Potential), Patients Treated, List of Proton Therapy Centers and Forecast to 2022

Poland Proton Therapy Market (Actual & Potential), Patients Treated, List of Proton Therapy Centers and Forecast to 2022 Poland Proton Therapy Market (Actual & Potential), Patients Treated, List of Proton Therapy Centers and Forecast to 2022 Poland Proton Therapy Market (Actual & Potential), Patients Treated, List of Proton

More information

Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program

Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program Specifications Manual Update: Hospital Outpatient Quality Reporting (OQR) Program Melissa Thompson, RN, BSN Specifications Manual Lead Hospital OQR Program Support Contractor January 23, 2019 Featuring:

More information

A Matter of the Heart: A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION

A Matter of the Heart: A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION A Matter of the Heart: A CLOSER LOOK AT HEART DISEASE, REDUCING RISK, AND PREVENTION Overview What is Heart Disease Understanding your risk factors Ways to reduce your risk and prevent heart disease and

More information

EPUB // CPT CODES FOR PLASTIC RECONSTRUCTIVE SURGERY OPERATING INSTRUCTIONS DOCUMENT

EPUB // CPT CODES FOR PLASTIC RECONSTRUCTIVE SURGERY OPERATING INSTRUCTIONS DOCUMENT 17 December, 2017 EPUB // CPT CODES FOR PLASTIC RECONSTRUCTIVE SURGERY OPERATING INSTRUCTIONS DOCUMENT Document Filetype: PDF 268.99 KB 0 EPUB // CPT CODES FOR PLASTIC RECONSTRUCTIVE SURGERY OPERATING

More information

PURCHASING MEMORANDUM

PURCHASING MEMORANDUM NUMBER: CL-602 DATE: March 3, 2005 Pricing Clarification MMCAP has received several calls concerning the prices invoiced for vaccine received during the current flu season. All orders filled by Aventis

More information

FluSafe: Tool for Tracking Healthcare Worker Immunizations in IIS

FluSafe: Tool for Tracking Healthcare Worker Immunizations in IIS FluSafe: Tool for Tracking Healthcare Worker Immunizations in IIS Aaron Bieringer Data Quality Analyst, MIIC Program September 20, 2012 Outline FluSafe Overview Current Process Proposed Enhancements Next

More information

Mahoning County Public Health. Epidemiology Response Annex

Mahoning County Public Health. Epidemiology Response Annex Mahoning County Public Health Epidemiology Response Annex Created: May 2006 Updated: February 2015 Mahoning County Public Health Epidemiology Response Annex Table of Contents Epidemiology Response Document

More information

Papillomavirus Rapid Interface for Modelling and Economics Tool. User Manual

Papillomavirus Rapid Interface for Modelling and Economics Tool. User Manual Papillomavirus Rapid Interface for Modelling and Economics Tool User Manual List of abbreviations DALYs disability adjusted life years GDP HPV IARC gross domestic product human papillomavirus International

More information

Blue Distinction Centers for Cardiac Care 2018 Provider Survey

Blue Distinction Centers for Cardiac Care 2018 Provider Survey Blue Distinction Centers for Cardiac Care 2018 Provider Survey Printed version of this document is for reference purposes only. Paper copies of the Provider Survey and Team Table will not be accepted.

More information

HOW TO USE THE HELPER SHEETS! Objectives

HOW TO USE THE HELPER SHEETS! Objectives HOW TO USE THE HELPER SHEETS! Objectives Be able to define What are Helper Sheets? Explain what each column means in Helper Sheets booklet Identify at least three reasons to use Helper Sheets to complete

More information

Communicating with Patients/Clients Who Know More Than They Can Say

Communicating with Patients/Clients Who Know More Than They Can Say Communicating with Patients/Clients Who Know More Than They Can Say An Introduction to Supported Conversation for Adults with Aphasia (SCA ) Developed by: The Aphasia Institute Provided through: the Community

More information

A SUMMARY REPORT ON NEW JERSEY HOSPITAL READMISSIONS 30 DAYS AFTER CABG SURGERY

A SUMMARY REPORT ON NEW JERSEY HOSPITAL READMISSIONS 30 DAYS AFTER CABG SURGERY A SUMMARY REPORT ON NEW JERSEY HOSPITAL READMISSIONS 3 DAYS AFTER CABG SURGERY 1999-21 Health Care Quality Assessment Division of Health Care Quality & Oversight December, 24 Introduction This report presents

More information

A Pause in the Availability of Risk Adjusted National Benchmarks for AHRQ Indicators and an Alternative Measurement Approach

A Pause in the Availability of Risk Adjusted National Benchmarks for AHRQ Indicators and an Alternative Measurement Approach A Pause in the Availability of Risk Adjusted National Benchmarks for AHRQ Indicators and an Alternative Measurement Approach Joseph Greenway, MPH Director of the Center for Health Information Analysis

More information

BLOODPRESSURE & PULSE App for iphone, ipad and ipod USER GUIDE. App Version 2.2

BLOODPRESSURE & PULSE App for iphone, ipad and ipod USER GUIDE. App Version 2.2 App for iphone, ipad and ipod USER GUIDE App Version 2.2 Table of contents Description 3-4 Views 5 Enter your measurements 6 Summary of your values 7 Stages of Hypertension 8 Statistics 9-10 Diary Logs

More information

GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell. Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz

GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell. Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz Website: http://getswoleapp.weebly.com/ Google Play: https://play.google.com/store/apps/details?id=cs65s14.dartmouth.get_swole

More information

2014 CPT CODE COMPLETE OPERATING INSTRUCTIONS DOCUMENT

2014 CPT CODE COMPLETE OPERATING INSTRUCTIONS DOCUMENT 01 November, 2018 2014 CPT CODE COMPLETE OPERATING INSTRUCTIONS DOCUMENT Document Filetype: PDF 462.27 KB 0 2014 CPT CODE COMPLETE OPERATING INSTRUCTIONS DOCUMENT This release is part of CMS' 3-phase plan

More information

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Tests, Procedures, and Diagnosis Codes Chapter 9 Content: Overview Ordering A Test SpringLabsTM & Reference Lab Results Managing and Charting Tests Creating A New Test Documenting and Activating

More information

California Colon Cancer Control Program (CCCCP)

California Colon Cancer Control Program (CCCCP) California Colon Cancer Control Program (CCCCP) Diane Keys, CCCCP Program Director Chronic Disease Control Branch MISSION OF THE CALIFORNIA DEPARTMENT OF PUBLIC HEALTH Dedicated to optimizing the health

More information

The Hill s Healthy Weight Protocol User Guide. Effective

The Hill s Healthy Weight Protocol User Guide. Effective The Hill s Healthy Weight Protocol User Guide Effective 9.5.2012 1 Welcome! Thank you for participating in the Hill s Healthy Weight Protocol in-clinic pilot. We hope and expect that you find this new

More information

MEDICAL CODING & BILLING MADE EASY - ICD 10 CODES, CPT INTERNATIONAL STATISTICAL CLASSIFICATION OF DISEASES AND

MEDICAL CODING & BILLING MADE EASY - ICD 10 CODES, CPT INTERNATIONAL STATISTICAL CLASSIFICATION OF DISEASES AND ICD 9 CM EASY PDF MEDICAL CODING & BILLING MADE EASY - ICD 10 CODES, CPT INTERNATIONAL STATISTICAL CLASSIFICATION OF DISEASES AND 1 / 6 2 / 6 3 / 6 icd 9 cm easy pdf Coding and billing tools for ICD-10-CM/PCS,

More information

Consultation on publication of new cancer waiting times statistics Summary Feedback Report

Consultation on publication of new cancer waiting times statistics Summary Feedback Report Consultation on publication of new cancer waiting times statistics Summary Feedback Report Information Services Division (ISD) NHS National Services Scotland March 2010 An electronic version of this document

More information

Smartphone Apps for Diabetes Management

Smartphone Apps for Diabetes Management Smartphone Apps for Diabetes Management By David Kerr, MD; Charis Hoppe; and Ceara AxelrodMarch 2017 There s an app for pretty much everything these days reading magazines (Diabetes Forecast has its own!),

More information

The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd

The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd mycopd universal guidance The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd https://mymhealth.com/mymhealth/mycopd The clinician

More information

Crisis/Suicide Response Guest Relations LGBT Cultural Competency and Sensitivity Community Resource Navigation Center Software Training

Crisis/Suicide Response Guest Relations LGBT Cultural Competency and Sensitivity Community Resource Navigation Center Software Training Phoenix Pride LGBT Center Volunteer Program Thank you for your interest in volunteering at the Phoenix Pride LGBT Center. Volunteers are the backbone of Phoenix Pride, and we would not be able to do our

More information

Successful Hypnotherapy By Neil French

Successful Hypnotherapy By Neil French Successful Hypnotherapy By Neil French If searched for the ebook by Neil French Successful Hypnotherapy in pdf form, then you have come on to right site. We present the complete variant of this ebook in

More information

Using the 7 th edition American Joint Commission on Cancer (AJCC) Cancer Staging Manual to Determine Esophageal Cancer Staging in SEER-Medicare Data

Using the 7 th edition American Joint Commission on Cancer (AJCC) Cancer Staging Manual to Determine Esophageal Cancer Staging in SEER-Medicare Data Paper PH10 Using the 7 th edition American Joint Commission on Cancer (AJCC) Cancer Staging Manual to Determine Esophageal Cancer Staging in SEER-Medicare Data Johnita L. Byrd, Emory University School

More information

Service. Solutions. Success.

Service. Solutions. Success. Service. Solutions. Success. CAWA-4022 2009 Dental Health Services 01/09 About Dental Health Services Founded by Godfrey Pernell, D.D.S. in 1974, Dental Health Services was one of the first companies to

More information

Quality Payment Program: Cardiology Specialty Measure Set

Quality Payment Program: Cardiology Specialty Measure Set Measure Title * Reportable via PINNACLE α Reportable via Diabetes Collaborative CQMC v1.0 Measure High Priority Measure Cross Cutting Measure Heart Failure (HF): Angiotensin- Converting Enzyme (ACE) Inhibitor

More information

Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data

Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data ABSTRACT Faustino Daria, Jr. Senior Statistical Programmer Kendle International, Inc. Cincinnati, OH A statistical programmer

More information

San Francisco County 2010

San Francisco County 2010 Indicators of Alcohol and Other Drug Risk and Consequences for California Counties County 21 Indicators of Alcohol and Other Drug Risk and Consequences for California Counties County 21 TABLE OF CONTENTS

More information

MEMBER GRIEVANCE/COMPLAINT FORM. Address City State Zip Code

MEMBER GRIEVANCE/COMPLAINT FORM. Address City State Zip Code MEMBER GRIEVANCE/COMPLAINT FORM Date: Please print all information. Complainant information: ( ) ( ) Name Work Telephone Number Home Telephone Number Address City State Zip Code Name of person(s) related

More information

WCB PRIMARY LEVEL PHYSIOTHERAPY CLINIC SURVEY

WCB PRIMARY LEVEL PHYSIOTHERAPY CLINIC SURVEY WCB PRIMARY LEVEL PHYSIOTHERAPY CLINIC SURVEY Clinic: Address: Date of Survey: Director: Phone Number: Surveyors: A. SCHEDULING (5 clients x 6 appts = 30 points total) Name of Client Dates of Attendance

More information

WEdoc: Therapy Documentation System Basics

WEdoc: Therapy Documentation System Basics WEdoc: Therapy Documentation System Basics Complete Insurance Verification Request Form (Form may be found on TWG Website) Select Employees Select Payroll Website Enter username and password Select TWG

More information

MYFITNESSPAL: SETTING UP AN ACCOUNT

MYFITNESSPAL: SETTING UP AN ACCOUNT MYFITNESSPAL: SETTING UP AN ACCOUNT MYFITNESSPAL: SETTING UP AN ACCOUNT METHOD 1: FROM THE WEBSITE Setting up a MyFitnessPal account is a simple process. You can do it either from the website on your Mac

More information

NATIONAL SURVEY OF YOUNG ADULTS ON HIV/AIDS

NATIONAL SURVEY OF YOUNG ADULTS ON HIV/AIDS NATIONAL SURVEY OF YOUNG ADULTS ON HIV/AIDS Kaiser Family Foundation November 30, 2017 Introduction More than three and a half decades have passed since the first case of AIDS. An entire generation has

More information

About Your Ostomy Care Supply Order

About Your Ostomy Care Supply Order Patient Education About Your Ostomy Care Supply Order This handout explains how to obtain your supplies for ostomy care. Before you leave the hospital, be sure that your doctor writes your prescription

More information

Wildlife Habitat Rating Data Submission Standards

Wildlife Habitat Rating Data Submission Standards Wildlife Habitat Rating Data Submission Standards Prepared by Ministry of Sustainable Resources Management Resource Information Branch for the Terrestrial Ecosystems Task Force Resources Information Standards

More information

Step by Step. A Guide to Organizing a Postpartum Parent Support Network in Your Community. Jane I. Honikman, M.S.

Step by Step. A Guide to Organizing a Postpartum Parent Support Network in Your Community. Jane I. Honikman, M.S. Step by Step A Guide to Organizing a Postpartum Parent Support Network in Your Community Jane I. Honikman, M.S. Step by Step A Guide to Organizing a Postpartum Parent Support Network in Your Community

More information