Indicator Definition

Size: px
Start display at page:

Download "Indicator Definition"

Transcription

1 Wait Time for Coronary Artery Bypass Graft Surgery Full data definition sign-off completed. Name of Name of (short) Domain Type of Business Context Rationale Notes for Interpretation Organizational Strategy Benchmark Comparisons Cited References: Wait Time for Coronary Artery Bypass Graft (CABG) Surgery by Urgency Level: 90th percentile wait time (in weeks) from date of cardiac catheterization, to date of treatment for Adults. Coronary Artery Bypass Graft (CABG) Surgery 90th Percentile Wait Time: Adults The wait time for coronary artery bypass graft surgery (CABG) is the 90th percentile wait time (in weeks) from the date of cardiac catheterization to the date of surgery. When a cardiac catheterization is not performed, the wait time start date is the date of alternate imaging. If no imaging is performed, the wait time would begin at referral to surgery. Patients whose urgency rating changed during their wait time are included in volumes but not in the wait time calculations. Quality of Health Services. Dimension of Quality: Accessibility. Process This performance measure supports AHS government accountability reporting processes related to health system performance. For example: Health Wellness Ministry Business Plan: Performance measure 5.c.: Wait time for coronary artery bypass graft surgery: 90 th percentile wait time in weeks, as listed under Goal 5, Appropriate access to services across the continuum of care 3. Alberta Health Services Health Plan. AHS Senior Leadership Performance Targets For annual reporting, the calculation uses data from patients served in the fiscal period April 1 to March 31. For AWR monthly reporting: Waitlisted cases completed between rolling 3 month period prior to current reporting month end. For quarterly reporting: Waitlisted cases completed during the reporting quarter: June 30, September 30, December 31, March 31. Providing reasonable access to health service is a major objective a defining attribute of the publicly funded health system. Longer waits affect health status quality of life result in more costly health services. Delays due to patient preference or medical reasons are excluded from the wait time calculation. Patients whose urgency/priority rating changed during their wait time are excluded from the wait time calculations. They are included in volume counts. Applies to only adults 18 years of age older. This measure supports the strategy to reduce the wait time for surgical procedures. Alberta Tier 1 Targets are consistent with those of the Canadian Cardiovascular Society Benchmarks 2 : Urgency I (Urgent) - 1 week Urgency II ( Semi-Urgent) - 2 weeks Urgency III (Scheduled) - 6 weeks 1 Draft Tier 1 Performance s for Alberta Health Services linked to 5-Year Funding , Alberta Health Wellness (2010). 2 Canadian Cardiovascular Society, r%20services%20%20procedures_e.pdf, page 3. 3 Health Wellness 2010 to 2013 Ministry Business Plan, Alberta Health Wellness (2010), page 9. Page 1 of 5

2 Technical Specifications Metric Preferred Display Format 9.9 Inclusion Criteria for 90 th Percentile in Weeks Number of days that patients with a coronary artery bypass graft (CABG) performed had waited, converted to weeks All coronary artery bypass graft (CABG) events In Edmonton data the event is identified by the term CABG in the procedure description In Calgary data the event is identified by the term CAB in the procedure description All open heart surgeries with a coronary artery bypass graft (CABG) included Only adults 18 years of age older All Urgency Levels Exclusion Criteria for Data Source(s) for Refresh Rate of Inclusion Criteria for Exclusion Criteria for Data Source(s) for Refresh Rate of Emergency cases Patients whose urgency/priority rating changed during their wait time In Edmonton, the data is contained in a real time Microsoft Access database: "The Open Heart Surgery Waitlist database". In Calgary the data is available from 3 sources: VELOS, APPROACH, OR data from ORIS, the OR database. Monthly Page 2 of 5

3 Technical Notes Calculation A percentile is defined as a point on a rank-ordered scale, found by sorting a group of observations in order of magnitude from lowest to highest. The first percentile approximates the very lowest/bottom number found, while the 100th percentile is the very highest reported. The nth percentile is the point exceeding n percent of the observations. As follows, the 90th percentile wait time is the observed wait time that is equal to or greater than 90 percent of other observations. Treatment date is the date the surgical intervention took place. For a set of measurements arranged in order of magnitude, the pth, in this case, 90th percentile is the value that has p, or 90 percent of the measurements below it (100-p), or 10 percent above it. AHS The 90 th percentile is calculated using the percentile function in Microsoft Excel. AHW SAS Code Used for BIE Analytics: The 90 th percentile statistic is obtained by use of a SAS module PROC MEANS, to produce simple univariate descriptive statistics for numerical variables. The BY variable in this case is WAITLIST_INTERVENTION_RCAT_ID=16, the numerical variable is weeks_wait, which is the calculated wait time for each observation. The selected SAS output statistic for 90 th percentile is P90. SAS code for calculation of percentile is as follows: rsubmit; data AWRBIE_SELECT_INTV_FY; set ods_prod.detailed_waitlist_event_awr_v_i2; start_date = '01Apr2009:0:0:0'dt; end_date = '31Mar2010:0:0:0'dt; weeks_wait=days_waited/7; data AWRBIE_SELECT_INTV_byurg; set AWRBIE_SELECT_INTV_FY; if date_off ge start_date date_off le end_date INCLUDE_IN_MWT_IND EQ 'Y' SCHEDULED_FOLLOWUP_IND ne 'Y' AND INTERVENTION_POSTPONED_IND NE 'Y' ( MISSING(DECEASED_DT) OR DECEASED_DT gt end_date ) (WAITLIST_INTERVENTION_RCAT_ID eq 16) ; IF substr(urgency_code,1,1) eq '1' THEN REPORT_CATEGORY_ID=71; ELSE IF substr(urgency_code,1,1) eq '2' THEN REPORT_CATEGORY_ID=72; ELSE IF substr(urgency_code,1,1) eq '3' THEN REPORT_CATEGORY_ID=73; Page 3 of 5

4 Calculation (continued) data AWRBIE_SELECT_INTV_FY; set AWRBIE_SELECT_INTV AWRBIE_SELECT_INTV_byurg; proc sort data=awrbie_select_intv_fy; by REPORT_CATEGORY_ID weeks_wait; PROC MEANS DATA=AWRBIE_SELECT_INTV_FY; Relationship to Other Indicators Level of Reporting Frequency of Reporting Limitations BY REPORT_CATEGORY_ID; VAR weeks_wait; ID REPORT_CATEGORY_ID; OUTPUT OUT=AR_FY_WT_STATS p90=wt90th; title 'AWR 90th Percentile Wait Times for Coronary Artery Bypass Graft Surgery (CABG), by Urgency Level '; proc print; run; endrsubmit; Provincial Zone Facility Urgency Code Annually, Quarterly, Monthly The quality of the data may limit reporting on the measure. Patient related delays are subtracted from wait time calculations in Edmonton but included in wait time calculations in Calgary. This indicator does not measure the entire wait time from a patient perspective. The wait time between referral from a family practitioner to the time seen by a specialist is not measured. In some situations following cardiac catheterization, the decision is made to treat the patient medically. Subsequently either by an event or symptoms, the decision is changed to treat surgically no follow-up catheterization is performed. In these instances, the wait time from cardiac catheterization to surgical treatment is longer than it would have been if surgical treatment was the initial choice. Monthly data is available within 21 days of quarter end. Data collection processes need to be improved which will include data quality auditing. Page 4 of 5

5 Document Version History Version Version Date Summary of Changes 1.0 May 18, 2010 Final version for initial use. 1.1 May 18, 2010 Initial development, transfer to final template version. 1.2 May 27, 2010 Review completion of final template. 1.3 June 4, 2010 Updated definitions, metrics details of other areas as required 1.4 June 5, 2010 Clean up formatting. 1.5 June 30, 2010 Add approval statement. 1.6 July 20, 2010 Corrected data source definition. 1.7 July 14, 2010 Revisions. 1.8 July 21, 2010 Revisions. 1.9 Update Executive Lead, minor modifications. 2.0 Version ready for signoff. 2.1 August 12, 2010 Review, adjusted formatting, added Document Version History back in. 2.2 September 14, 2010 Full data definition signoff completed. Page 5 of 5

ALBERTA S HEALTH SYSTEM PERFORMANCE MEASURES

ALBERTA S HEALTH SYSTEM PERFORMANCE MEASURES ALBERTA S HEALTH SYSTEM PERFORMANCE MEASURES 1.0 Quality of Health Services: Access to Surgery Priorities for Action Acute Care Access to Surgery Reduce the wait time for surgical procedures. 1.1 Wait

More information

Beyond the Big Six Alberta Health Services Innovative Approach for Improving Access to Scheduled Services

Beyond the Big Six Alberta Health Services Innovative Approach for Improving Access to Scheduled Services Beyond the Big Six Alberta Health Services Innovative Approach for Improving Access to Scheduled Services Grace Bole-Campbell Director Path to Care Leading Access Practice BSc, MBA, CHE Alberta s Issue

More information

Alberta Health Services. 2011/2012 Operating Budget and Business Plan

Alberta Health Services. 2011/2012 Operating Budget and Business Plan Alberta Health Services 2011/2012 Final June 10, 2011 Table of Contents 1 Message from Chief Executive Officer... 1 2 Executive Summary... 2 3 About This Document... 2 4 Alberta Health Services quick facts...

More information

E2E Project Management Process Governance (Electric Capital)

E2E Project Management Process Governance (Electric Capital) Attachment AG-1-8-10 Page 1 of 10 E2E Project Management Process Governance (Electric Capital) Report No. 1332 Final Distribution Final Report Audit Team: Report Grading: Number of Findings: Date of issue

More information

TAMING OF THE INTERVENTIONAL CARDIOLOGY QUEUE; THE NEW BRUNSWICK HEART CENTRE EXPERIENCE. Dora Nicinski President & CEO April 2008

TAMING OF THE INTERVENTIONAL CARDIOLOGY QUEUE; THE NEW BRUNSWICK HEART CENTRE EXPERIENCE. Dora Nicinski President & CEO April 2008 TAMING OF THE INTERVENTIONAL CARDIOLOGY QUEUE; THE NEW BRUNSWICK HEART CENTRE EXPERIENCE Dora Nicinski President & CEO April 2008 NB Heart Centre 1991 to 2004 Growing demand on the program Funding buried

More information

Wait Times for Priority Procedures in Canada, 2014

Wait Times for Priority Procedures in Canada, 2014 March 2014 Wait Times for Priority Procedures in Canada, 2014 Types of Care Canadians have indicated that waiting too long for care is the largest barrier to accessing health services. 1 As a result, policy-makers

More information

Strategic & Operational Clinical Networks. Campus Alberta April 24 th, 2012 Tracy Wasylak & Tom Noseworthy

Strategic & Operational Clinical Networks. Campus Alberta April 24 th, 2012 Tracy Wasylak & Tom Noseworthy Strategic & Operational Clinical Networks Campus Alberta April 24 th, 2012 Tracy Wasylak & Tom Noseworthy 1 Non-sustainable healthcare cost increases in Canada: Alberta is above average 23.4M people 34.2

More information

BC Surgical Patient Registry (SPR) Communications Backgrounder

BC Surgical Patient Registry (SPR) Communications Backgrounder BC Surgical Patient Registry (SPR) Communications Backgrounder BC Surgical Patient Registry i Table of Contents 1.0 Introduction...3 2.0 Purpose...3 3.0 Surgical Patient Registry (SPR)...4 4.0 SPR and

More information

MSH Quality Improvement Plans (QIP): Progress Report for 2013/14 QIP

MSH Quality Improvement Plans (QIP): Progress Report for 2013/14 QIP Excellent Care for All Act, (ECFAA) MSH Quality Improvement Plans (QIP): Report for QIP The following template has been provided to assist with completion of reporting on the progress of your organization

More information

Has Canada s approach to identifying priority areas and setting wait-time targets helped or hindered Canadians access to care?

Has Canada s approach to identifying priority areas and setting wait-time targets helped or hindered Canadians access to care? Has Canada s approach to identifying priority areas and setting wait-time targets helped or hindered Canadians access to care? 2012 Taming of the Queue Conference March 29 th, 2012 Dr. Vasanthi Srinivasan

More information

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: CLAIMS, REGISTRY

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: CLAIMS, REGISTRY Measure #317: Preventive Care and Screening: Screening for High Blood Pressure and Follow-Up Documented National Quality Strategy Domain: Community / Population Health 2016 PQRS OPTIONS F INDIVIDUAL MEASURES:

More information

EMR Effectiveness: The Positive Benefit Electronic Medical Record Adoption has on Mortality Rates

EMR Effectiveness: The Positive Benefit Electronic Medical Record Adoption has on Mortality Rates EMR Effectiveness: The Positive Benefit Electronic Medical Record Adoption has on Mortality Rates With clinical data and analytics support provided by Healthgrades 2 Executive Summary Given the billions

More information

CARDIAC CARE. Giving you every advantage

CARDIAC CARE. Giving you every advantage CARDIAC CARE Giving you every advantage Getting to the heart of the matter The Cardiovascular Program at Northwest Hospital & Medical Center is dedicated to the management of cardiovascular disease. The

More information

Cardiac Rehab. Home. www.homecareforyou.com. Do you suffer from a cardiac condition that is limiting your independence in household mobility?

Cardiac Rehab. Home. www.homecareforyou.com. Do you suffer from a cardiac condition that is limiting your independence in household mobility? TM Nightingale Home Cardiac Rehab Do you suffer from a cardiac condition that is limiting your independence in household mobility? Such as, 1. A recent heart attack 2. A heart condition coronary artery

More information

PRECOMBAT Trial. Seung-Whan Lee, MD, PhD On behalf of the PRECOMBAT Investigators

PRECOMBAT Trial. Seung-Whan Lee, MD, PhD On behalf of the PRECOMBAT Investigators Premier of Randomized Comparison of Bypass Surgery versus Angioplasty Using Sirolimus-Eluting Stent in Patients with Left Main Coronary Artery Disease PRECOMBAT Trial Seung-Whan Lee, MD, PhD On behalf

More information

Ministry of Health and Long-Term Care. Follow-up to VFM Section 3.04, 2013 Annual Report RECOMMENDATION STATUS OVERVIEW

Ministry of Health and Long-Term Care. Follow-up to VFM Section 3.04, 2013 Annual Report RECOMMENDATION STATUS OVERVIEW Chapter 4 Section 4.04 Ministry of Health and Long-Term Care Land Ambulance Services Follow-up to VFM Section 3.04, 2013 Annual Report RECOMMENDATION STATUS OVERVIEW # of Status of Actions Recommended

More information

Recall and Reminder Policy and Procedure Manual Best Practice

Recall and Reminder Policy and Procedure Manual Best Practice 2010 Recall and Reminder Policy and Procedure Manual Best Practice Contains the practice policy plus all relevant procedures Tracey Roebuck [GP Association of Geelong] 1/9/2010 1 TABLE OF CONTENTS RECALL

More information

STS Congenital Quality Module - Center Data

STS Congenital Quality Module - Center Data STS Congenital Quality Module - Center Data Version 1.0 This document current as of: 05/21/2012 2:00:11 PM STS Congenital Quality Module - Center Data Version: 1.0 Bedside multidisciplinary rounds BedRounds

More information

CARDIAC RISKS OF NON CARDIAC SURGERY

CARDIAC RISKS OF NON CARDIAC SURGERY CARDIAC RISKS OF NON CARDIAC SURGERY N E W S T U D I E S & N E W G U I D E L I N E S W. B. C A L H O U N, M D, F A C C 2014 ACC/AHA Guideline on perioperative cardiovascular evaluation and management

More information

Alberta Health. Primary Health Care Evaluation Framework. Primary Health Care Branch. November 2013

Alberta Health. Primary Health Care Evaluation Framework. Primary Health Care Branch. November 2013 Primary Health Care Evaluation Framewo Alberta Health Primary Health Care Evaluation Framework Primary Health Care Branch November 2013 Primary Health Care Evaluation Framework, Primary Health Care Branch,

More information

2015 HEDIS/CAHPS Effectiveness of Care Report for 2014 Service Measures Oregon, Idaho and Montana Commercial Business

2015 HEDIS/CAHPS Effectiveness of Care Report for 2014 Service Measures Oregon, Idaho and Montana Commercial Business 2015 HEDIS/CAHPS Effectiveness of Care Report for 2014 Service Measures Oregon, Idaho and Montana Commercial Business About HEDIS The Healthcare Effectiveness Data and Information Set (HEDIS 1 ) is a widely

More information

Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care

Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care 2016 PQRS OPTIONS F INDIVIDUAL MEASURES: CLAIMS, REGISTRY DESCRIPTION: Percentage of patients

More information

California Health and Safety Code, Section 1256.01

California Health and Safety Code, Section 1256.01 California Health and Safety Code, Section 1256.01 1256.01. (a) The Elective Percutaneous Coronary Intervention (PCI) Pilot Program is hereby established in the department. The purpose of the pilot program

More information

Utilization Review Cardiac Rehabilitation Services: Underutilized

Utilization Review Cardiac Rehabilitation Services: Underutilized Utilization Review Cardiac Rehabilitation Services: Underutilized William J. Gill, MD Krannert Institute of Cardiology Indiana University School of Medicine Indianapolis, Indiana What is Cardiac Rehab?

More information

KIH Cardiac Rehabilitation Program

KIH Cardiac Rehabilitation Program KIH Cardiac Rehabilitation Program For any further information Contact: +92-51-2870361-3, 2271154 Feedback@kih.com.pk What is Cardiac Rehabilitation Cardiac rehabilitation describes all measures used to

More information

AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE

AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE AVAILABILITY AND ACCESSIBILITY OF CARDIAC REHABILITATION SERVICES IN LOW- AND MIDDLE-INCOME COUNTRIES QUESTIONNAIRE To be completed by Staff Cardiologists at an adult cardiac institute/department. INSTRUCTIONS:

More information

Remote Delivery of Cardiac Rehabilitation

Remote Delivery of Cardiac Rehabilitation Remote Delivery of Cardiac Rehabilitation Bonnie Wakefield, RN, PhD Kariann Drwal, MS Melody Scherubel, RN Thomas Klobucar, PhD Skyler Johnson, MS Peter Kaboli, MD, MS VA Rural Health Resource Center Central

More information

Specialty Excellence Award and America s 100 Best Hospitals for Specialty Care 2013-2014 Methodology Contents

Specialty Excellence Award and America s 100 Best Hospitals for Specialty Care 2013-2014 Methodology Contents Specialty Excellence Award and America s 100 Best Hospitals for Specialty Care 2013-2014 Methodology Contents Introduction... 2 Specialty Excellence Award Determination... 3 America s 100 Best Hospitals

More information

Cardiac rehabilitation

Cardiac rehabilitation Cardiac rehabilitation Supporting your recovery Second edition A note about cardiac rehabilitation The National Heart Foundation of Australia and the World Health Organization recommend all patients who

More information

HEALTH SPECIALIST VISITS (HSV) PROGRAMME. All Cook Islanders living healthier lives and achieving their aspirations

HEALTH SPECIALIST VISITS (HSV) PROGRAMME. All Cook Islanders living healthier lives and achieving their aspirations HEALTH SPECIALIST VISITS (HSV) PROGRAMME OUTPUTS SHORT TERM MEDIUM TERM LONG TERM GOAL OUTCOME OUTCOMES OUTCOME All Cook Islanders living healthier lives and achieving their aspirations Successful health

More information

Cardiac Clinical Advisory Group Cardiology Services

Cardiac Clinical Advisory Group Cardiology Services Cardiac Clinical Advisory Group Response to Green Paper The Cardiac Clinical Advisory Group (CAG) is pleased to have this opportunity to provide this response to the Government s Green Paper for. There

More information

. 4 " ~ f.".2 DEPARTMENT OF HEALTH & HUMAN SERVICES OFFICE OF INSPECTOR GENERAL. December 19,2003. Our Reference: Report Number A-O2-03-01016

. 4  ~ f..2 DEPARTMENT OF HEALTH & HUMAN SERVICES OFFICE OF INSPECTOR GENERAL. December 19,2003. Our Reference: Report Number A-O2-03-01016 . 4 " ~..+.-"..i"..,. f.".2 '" '" ~ DEPARTMENT OF HEALTH & HUMAN SERVICES OFFICE OF INSPECTOR GENERAL Office of Audit Services Region II Jacob K. Javits Federal Building New York, New York 10278 (212)

More information

Measuring and comparing WAITING LISTS. A study in four European countries

Measuring and comparing WAITING LISTS. A study in four European countries Standing Committee of the Hospitals of the European Union Comité Permanent des Hôpitaux de l'union Européenne Ständiger Ausschuss der Krankenhäuser der Europäischen Union Bd. A. Reyers 207-209, b 7 BE-1030

More information

Cardiac Rehabilitation: Strategies Approaching 2020

Cardiac Rehabilitation: Strategies Approaching 2020 ACC Banff 2015 Cardiac Rehabilitation: Strategies Approaching 2020 James A. Stone BPHE, BA, MSc, MD, PhD, FRCPC, FAACVPR, FACC Clinical Professor of Medicine, University of Calgary Libin Cardiovascular

More information

TIME TO CLOSE THE GAP. Report Card on Wait Times in Canada June 2014

TIME TO CLOSE THE GAP. Report Card on Wait Times in Canada June 2014 TIME TO CLOSE THE GAP Report Card on Wait Times in Canada June 2014 Contents Executive summary...1 Introduction The consequences of long waits in Canada...1 The contribution of the Wait Time Alliance...3

More information

Post-MI Cardiac Rehabilitation. Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust

Post-MI Cardiac Rehabilitation. Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust Post-MI Cardiac Rehabilitation Mark Mason Consultant Cardiologist Harefield Hospital Royal Brompton and Harefield NHS Foundation Trust 'the sum of activities required to influence favourably the underlying

More information

Setting Priorities for the B.C. Health System

Setting Priorities for the B.C. Health System Setting Priorities for the B.C. Health System - 14 th Annual Healthcare Summit - Elaine McKnight Associate Deputy Minister Ministry of Health June 26, 2014 DRAFT 1 The Path to a Refreshed Strategy Innovation

More information

CY2015 MA HSD Provider and Facility Specialties and Network Adequacy Criteria Guidance Table of Contents

CY2015 MA HSD Provider and Facility Specialties and Network Adequacy Criteria Guidance Table of Contents CY2015 MA HSD Provider and Facility Specialties and Network Adequacy Criteria Guidance Table of Contents Summary of Significant Changes to the CY2015 MA Provider and MA Facility Criteria... 1 HSD Provider

More information

Bulli District Hospital

Bulli District Hospital : Elective surgery performed October to December 5 Patients who received elective surgery by urgency category:. patients Staged surgery Patients who received elective surgery by urgency category by quarter,

More information

The CCG Assurance Framework: 2014/15 Operational Guidance. Delivery Dashboard Technical Appendix DRAFT

The CCG Assurance Framework: 2014/15 Operational Guidance. Delivery Dashboard Technical Appendix DRAFT The CCG Assurance Framework: 2014/15 Operational Guidance Delivery Dashboard Technical Appendix DRAFT 1 NHS England INFORMATION READER BOX Directorate Medical Operations Patients and Information Nursing

More information

Impact of an Emergency Physician at Triage. A Pilot Project. W. Sabados, P. McElheran, M. Cloutier, A. Grunfeld

Impact of an Emergency Physician at Triage. A Pilot Project. W. Sabados, P. McElheran, M. Cloutier, A. Grunfeld Impact of an Emergency Physician at Triage A Pilot Project W. Sabados, P. McElheran, M. Cloutier, A. Grunfeld BACKGROUND Emergency department crowding recognized to be a major, international concern that

More information

McKenzie Towne Continuing Care Centre (MTCC) Update January 22, 2014

McKenzie Towne Continuing Care Centre (MTCC) Update January 22, 2014 Background: This review is a result of a concern brought forward as a result of PPIC report. The structure of the review will reflect past AHS reviews in continuing care owned and contracted environments.

More information

Palm Beach Gardens Community Hospital, Inc.

Palm Beach Gardens Community Hospital, Inc. Quality Report Palm Beach Gardens Community Hospital, Inc. DBA: Palm Beach Gardens Medical Center HCO ID: 6884 3360 Burns Road (561 694-7200 w w w.pbgmc.com Summary of Quality Information Accreditation

More information

Electronic Reporting of Drinking Water Quality Monitoring Information. User Manual for Drinking Water Operators. Web Form Data Submission

Electronic Reporting of Drinking Water Quality Monitoring Information. User Manual for Drinking Water Operators. Web Form Data Submission Electronic Reporting of Drinking Water Quality Monitoring Information User Manual for Drinking Water Operators Web Form Data Submission Prepared by: Alberta Environment Environmental Assurance Monitoring,

More information

Exploring healthcare variation in Australia

Exploring healthcare variation in Australia Exploring healthcare variation in Australia Luke Slawomirski Program Manager, Implementation Support Visiting Fellow, University of Technology Sydney Sep 18, 2014 Outline 1. Australia and its healthcare

More information

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY Measure #218 (NQF 0423): Functional Deficit: Change in Risk-Adjusted Functional Status for Patients with Hip Impairments National Quality Strategy Domain: Communication and Care Coordination 2016 PQRS

More information

Chapter 9. a The Future of Pediatric Cardiac Surgery and The Western Canadian Children s Heart Network INTRODUCTION

Chapter 9. a The Future of Pediatric Cardiac Surgery and The Western Canadian Children s Heart Network INTRODUCTION REPORT OF THE REVIEW AND IMPLEMENTATION COMMITTEE FOR THE REPORT OF THE MANITOBA PEDIATRIC CARDIAC SURGERY INQUEST Chapter 9 a The Future of Pediatric Cardiac Surgery and The Western Canadian Children

More information

Strategy Committee Meeting. August 27, 2015

Strategy Committee Meeting. August 27, 2015 Strategy Committee Meeting August 27, 2015 FEDERAL, STATE AND OTHER REPORTING REQUIREMENTS 54% 2% 2 Federal Reporting Requirements Report Description Frequency Agency Complete separately for each active

More information

Hospital Sector 2014-2015

Hospital Sector 2014-2015 Hospital Sector Facility #: 718 Hospital Name: Hospital Legal Name: Schedule A: Funding Allocation Target Intended Purpose or Use of Funding Estimated 1 Funding Allocation 1 FUNDING SUMMARY Other LHIN

More information

Group Critical Illness Insurance

Group Critical Illness Insurance Group Critical Illness Insurance 145 Wellington Street West Toronto, Ontario, M5J 1H8 www.chartisinsurance.com Overview Chartis Insurance is happy to bring you this versatile Group Critical Illness plan

More information

Declaratory Ruling 2005-1 Replaces Declaratory Ruling 97-2

Declaratory Ruling 2005-1 Replaces Declaratory Ruling 97-2 Declaratory Ruling 2005-1 Replaces Declaratory Ruling 97-2 RE: The permitted role of unlicensed surgical assistants ( assistants ) in taking of the saphenous vein during coronary artery bypass graft (

More information

Hospital Quarterly. Performance Profiles. Elective Surgery. Major hospitals (B) peer group

Hospital Quarterly. Performance Profiles. Elective Surgery. Major hospitals (B) peer group Hospital Quarterly Performance Profiles Elective Surgery Major hospitals (B) peer group October to December 5 Auburn Hospital: Elective surgery performed October to December 5 Patients who received elective

More information

Combined Assessment Program Summary Report. Evaluation of Pressure Ulcer Prevention and Management at Veterans Health Administration Facilities

Combined Assessment Program Summary Report. Evaluation of Pressure Ulcer Prevention and Management at Veterans Health Administration Facilities Department of Veterans Affairs Office of Inspector General Report No. 14-05132-90 Office of Healthcare Inspections Combined Assessment Program Summary Report Evaluation of Pressure Ulcer Prevention and

More information

FY2015 Final Hospital Inpatient Rule Summary

FY2015 Final Hospital Inpatient Rule Summary FY2015 Final Hospital Inpatient Rule Summary Interventional Cardiology (IC) Peripheral Interventions (PI) Rhythm Management (RM) On August 4, 2014, the Centers for Medicare & Medicaid Services (CMS) released

More information

Patient Reported Outcome Measures

Patient Reported Outcome Measures Patient Reported Outcome Measures September 2011 Charlotte.Wood@york.ac.uk Health Intelligence Specialists, YHQO Tel: 01904 435218 Role of Quality Observatories High Quality Care for all Requirement for

More information

UnitedHealthcare, UnitedHealthcare of the River Valley and Neighborhood Health Partnership Cardiology Notification and Prior Authorization Program:

UnitedHealthcare, UnitedHealthcare of the River Valley and Neighborhood Health Partnership Cardiology Notification and Prior Authorization Program: UnitedHealthcare, UnitedHealthcare of the River Valley and Neighborhood Health Partnership Cardiology Notification and Prior Authorization Program: Electrophysiology Implant Code Classification Table The

More information

Microsoft Dynamics GP. Collections Management

Microsoft Dynamics GP. Collections Management Microsoft Dynamics GP Collections Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

3/2/2010 Post CABG R h e bili a i tat on Ahmed Elkerdany Professor o f oof C ardiac Cardiac Surgery Ain Shams University 1

3/2/2010 Post CABG R h e bili a i tat on Ahmed Elkerdany Professor o f oof C ardiac Cardiac Surgery Ain Shams University 1 Post CABG Rehabilitation i Ahmed Elkerdany Professor of Cardiac Surgery Ain Shams University 1 Definition Cardiac rehabilitation services are comprehensive, long-term programs involving : medical evaluation.

More information

Outpatient/Ambulatory Rehab. Dedicated Trans-disciplinary Team (defined within Annotated References)

Outpatient/Ambulatory Rehab. Dedicated Trans-disciplinary Team (defined within Annotated References) CARDIAC The delivery of Cardiac Rehab is unlike most other rehab populations. The vast majority of patients receive their rehab in outpatient or community settings and only a small subset requires an inpatient

More information

Mission: Lifeline EMS Recognition Guide

Mission: Lifeline EMS Recognition Guide Mission: Lifeline EMS Recognition Guide This Mission: Lifeline EMS Recognition Guide was developed to provide information about Mission: Lifeline EMS Recognition processes and criteria. If you have any

More information

Slovak Republic. Annual Observance Report of the Special Data Dissemination Standard for 2010 I. INTRODUCTION II.

Slovak Republic. Annual Observance Report of the Special Data Dissemination Standard for 2010 I. INTRODUCTION II. Slovak Republic Annual Observance Report of the Special Data Dissemination Standard for 2010 I. INTRODUCTION 1. The IMF s work on data dissemination standards began in October 1995, when the Interim Committee

More information

Vicky Leigh Cooke, ANP-C, FNP

Vicky Leigh Cooke, ANP-C, FNP Vicky Leigh Cooke, ANP-C, FNP CURRICULUM VITAE Undergraduate Education: Graduate Education: University of North Carolina Greensboro, North Carolina Bachelor of Science in Nursing, 1982 University of Alabama

More information

Linking Peer Review and Internal Benchmarking to Improve Quality in your Organization

Linking Peer Review and Internal Benchmarking to Improve Quality in your Organization Linking Peer Review and Internal Benchmarking to Improve Quality in your Organization Laurie Deihs, RN, MS, MPH Association for Ambulatory Health Care IMPROVING HEALTH CARE QUALITY THROUGH ACCREDITATION

More information

A Detailed Data Set From the Year 2011

A Detailed Data Set From the Year 2011 2012 HEDIS 2012 A Detailed Data Set From the Year 2011 Commercial Product We are pleased to present the AvMed HEDIS 2012 Report, a detailed data set designed to give employers and consumers an objective

More information

S.129. An act relating to containing health care costs by decreasing variability in health care spending and utilization

S.129. An act relating to containing health care costs by decreasing variability in health care spending and utilization 2009 Page 1 S.129 An act relating to containing health care costs by decreasing variability in health care spending and utilization It is hereby enacted by the General Assembly of the State of Vermont:

More information

Data Management, Audit and Outcomes of the NHS

Data Management, Audit and Outcomes of the NHS Data Management, Audit and Outcomes Providing Accurate Outcomes and Activity Data The Trust has in place robust mechanisms for capturing and reporting on all oesophago-gastric cancer surgery activity and

More information

Pre-Operative Cardiac Evaluation Kalpana Jain, MD

Pre-Operative Cardiac Evaluation Kalpana Jain, MD Pre-Operative Cardiac Evaluation Kalpana Jain, MD Cardiac evaluation is an integral part of pre-op evaluation. Perioperative cardiac events are common causes of mortality. Major cardiac complications associated

More information

STS Health Policy Compendium Appendix D. Health Policy Compendium Graduate Medical Education

STS Health Policy Compendium Appendix D. Health Policy Compendium Graduate Medical Education STS Health Policy Compendium Appendix D Health Policy Compendium Graduate Medical Education STS Health Policy Compendium 1 About STS Founded in 1964, The Society of Thoracic Surgeons is an international

More information

8.8 Emergency departments: at the front line

8.8 Emergency departments: at the front line 8.8 Emergency departments: at the front line Emergency departments are a critical component of the health system because they provide care for patients who have life-threatening or other conditions that

More information

Perioperative Cardiac Evaluation

Perioperative Cardiac Evaluation Perioperative Cardiac Evaluation Caroline McKillop Advisor: Dr. Tam Psenka 10-3-2007 Importance of Cardiac Guidelines -Used multiple times every day -Patient Safety -Part of Surgical Care Improvement Project

More information

DRAFT. To Whom It May Concern:

DRAFT. To Whom It May Concern: DRAFT Centers for Medicare & Medicaid Services, Department of Health and Human Services, Attention: CMS-1345-P, P.O. Box 8013, Baltimore, MD 21244-8013 To Whom It May Concern: As a nonprofit, nonpartisan

More information

WCB BILLING RULES and FEES (Rates Effective April 1, 2015) Any work related injury must be reported to WCB as per section 34 of the WCB Act

WCB BILLING RULES and FEES (Rates Effective April 1, 2015) Any work related injury must be reported to WCB as per section 34 of the WCB Act 1. LEGISLATIVE AUTHORITY WCB BILLING RULES and FEES (Rates Effective April 1, 2015) Any work related injury must be reported to WCB as per section 34 of the WCB Act Section 34 Report by Physician A physician

More information

Improving access and reducing costs of care for overactive bladder through a multidisciplinary delivery model

Improving access and reducing costs of care for overactive bladder through a multidisciplinary delivery model Improving access and reducing costs of care for overactive bladder through a multidisciplinary delivery model Trafford Crump, Ph.D. Department of Surgery, University of Calgary Presentation to: Canadian

More information

Post discharge tariffs in the English NHS

Post discharge tariffs in the English NHS Post discharge tariffs in the English NHS Martin Campbell Department of Health 4th June 2013 Contents Rationale and objectives Non payment for avoidable readmissions Development of post discharge tariffs

More information

Tips To Improve 5-Star Performance Ratings

Tips To Improve 5-Star Performance Ratings Tips To Improve 5-Star Performance Ratings Two different patient surveys impact CMS Star ratings: 1. The Consumer Assessment of Healthcare Providers and Systems (CAHPS) survey, typically mailed to plan

More information

Enhancing Growth Monitoring Practices through Provincial Childhood Growth Measurement Guidelines. What s Up Doc? Research Showcase February 2015

Enhancing Growth Monitoring Practices through Provincial Childhood Growth Measurement Guidelines. What s Up Doc? Research Showcase February 2015 Enhancing Growth Monitoring Practices through Provincial Childhood Growth Measurement Guidelines What s Up Doc? Research Showcase February 2015 Farah Bandali, Laura Crawford, Deborah McNeil, Cyne Johnston

More information

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: CLAIMS, REGISTRY

2016 PQRS OPTIONS FOR INDIVIDUAL MEASURES: CLAIMS, REGISTRY Measure #128 (NQF 0421): Preventive Care and Screening: Body Mass Index (BMI) Screening and Follow-Up Plan National Quality Strategy Domain: Community/Population Health 2016 PQRS OPTIONS F INDIVIDUAL MEASURES:

More information

Report Builder CRM Reporting Model

Report Builder CRM Reporting Model Report Builder CRM Reporting Model The CRM reporting model allows you to retrieve all company, contact and associated project data via Microsoft Report Builder. The following is a guide to all of the entities

More information

Mississauga Halton Local Health Integration Network (MH LHIN) Health Service Providers Forum - May 5, 2009

Mississauga Halton Local Health Integration Network (MH LHIN) Health Service Providers Forum - May 5, 2009 Mississauga Halton Local Health Integration Network (MH LHIN) Health Service Providers Forum - May 5, 2009 The LHIN invited health service providers and other providers/partners from the LHIN to discuss

More information

Evolving Primary Care Networks in Alberta. A Companion Document to the PCN Evolution Vision and Framework (December 2013) of the Primary Care Alliance

Evolving Primary Care Networks in Alberta. A Companion Document to the PCN Evolution Vision and Framework (December 2013) of the Primary Care Alliance Evolving Primary Care Networks in Alberta A Companion Document to the PCN Evolution Vision and Framework (December 2013) of the Primary Care Alliance December 2013 2 Evolving Primary Care Networks in Alberta

More information

The Forzani MacPhail Colon Cancer Screening Centre Frequently Asked Questions. What is the Forzani MacPhail Colon Cancer Screening Centre?

The Forzani MacPhail Colon Cancer Screening Centre Frequently Asked Questions. What is the Forzani MacPhail Colon Cancer Screening Centre? The Forzani MacPhail Colon Cancer Screening Centre Frequently Asked Questions What is the Forzani MacPhail Colon Cancer Screening Centre? The Forzani and MacPhail Colon Cancer Screening Centre (CCSC) is

More information

Heart transplantation

Heart transplantation Heart transplantation A patient s guide 1 Heart transplantation Heart transplantation has the potential to significantly improve the length and quality of life for patients with severe heart failure.

More information

Program Evaluation: RCH Heart Function Clinic February 2, 2011 - May 1, 2012. Charline Hooper, Margaret Meloche, Rita Sobolyeva

Program Evaluation: RCH Heart Function Clinic February 2, 2011 - May 1, 2012. Charline Hooper, Margaret Meloche, Rita Sobolyeva Program Evaluation: RCH Heart Function Clinic February 2, 2011 - May 1, 2012 Charline Hooper, Margaret Meloche, Rita Sobolyeva 1 Evaluation Planning Team Charline Hooper, Nurse Practitioner, RCH Cardiac

More information

HealthCare Partners of Nevada. Heart Failure

HealthCare Partners of Nevada. Heart Failure HealthCare Partners of Nevada Heart Failure Disease Management Program 2010 HF DISEASE MANAGEMENT PROGRAM The HealthCare Partners of Nevada (HCPNV) offers a Disease Management program for members with

More information

1300 MH CALL 1300 MH CALL. Model of Care Community Summary. Models of care set the standard for care

1300 MH CALL 1300 MH CALL. Model of Care Community Summary. Models of care set the standard for care 1300 MH CALL Model of Care Community Summary Models of care set the standard for care Metro South Addiction and Mental Health Services Resource and Access Service Academic Clinical Unit 1300 MH CALL 2

More information

Hospital Value-based Purchasing Specifications 2016 Updated August 2015

Hospital Value-based Purchasing Specifications 2016 Updated August 2015 Description Methodology Measurement Period Allowable Exclusions Total Performance Score Individual measures CMS incentive program for PPS hospitals. The purpose is to achieve value by tying payment to

More information

2 Special Education Services

2 Special Education Services 2 Special Education Services Special Education Annual Plan 3 15 4 Special Education Services MODEL FOR SPECIAL EDUCATION Special Education Annual Plan 5 IDENTIFICATION, PLACEMENT AND REVIEW COMMITTEE (IPRC)

More information

Accountable Care Organization

Accountable Care Organization Accountable Care Organization April 13, 2011 The Indianapolis Association of Health Underwriters Drivers of Payment Reform Increased attention to regional variation in costs and quality Payment for care

More information

Identifying Organizational Effects on Medical Productivity

Identifying Organizational Effects on Medical Productivity Identifying Organizational Effects on Medical Productivity Robert S. Huckman AcademyHealth June 29, 2009 Preliminaries Medical productivity = quality-adjusted output per unit of input Not just how much

More information

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold)

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold) SAP Business Intelligence ( BI ) Financial and Budget Reporting 7.0 Edition (Best Seller At Least 43 copies Sold) November 2011 Table of Contents Log In... 3 Initial Variable Screen... 5 Multiple / Single

More information

Thinkstockphotos.com. Canadians still waiting too long for health care. Report Card on Wait Times in Canada

Thinkstockphotos.com. Canadians still waiting too long for health care. Report Card on Wait Times in Canada TIME FOR TRANSFORMATION Thinkstockphotos.com Canadians still waiting too long for health care Report Card on Wait Times in Canada June 2013 Canadians still waiting too long for health care Overview Despite

More information

GROCERIES. Helps cover costs associated with heart attack, stroke, or heart disease

GROCERIES. Helps cover costs associated with heart attack, stroke, or heart disease What if you suffered from a heart attack or a stroke... could you pay for your out-of-pocket treatment expenses, plus cover daily living expenses? GROCERIES CAR HOME PRESCRIPTIONS Heart/Stroke Insurance

More information

UPDATE ON PSYCHOLOGICAL SERVICES AT TCDSB

UPDATE ON PSYCHOLOGICAL SERVICES AT TCDSB Select Public/Private If Private select Ed. Act. Section. REPORT TO SPECIAL EDUCATION ADVISORY COMMITTEE UPDATE ON PSYCHOLOGICAL SERVICES AT TCDSB Peace is the work of justice indirectly, in so far as

More information

Housekeeping & Maintenance Work Orders

Housekeeping & Maintenance Work Orders Property Management System Functional Specification Housekeeping & Maintenance Work Orders Subject: Author(s): Status: Last Updated: Maintenance Work Orders - Crete Jeff Stivers Complete 5/1/2001 12:00

More information

Cardiac Rehabilitation The Best Medicine for Your CAD Patients. James A. Stone

Cardiac Rehabilitation The Best Medicine for Your CAD Patients. James A. Stone James A. Stone BPHE, BA, MSc, MD, PhD, FRCPC, FAACVPR, FACC Clinical Professor of Medicine, University of Calgary Total Cardiology, Calgary Acknowledgements and Disclosures Acknowledgements Jacques Genest

More information

Medical Consulting: Cardiac Surgery Medical Records Review, DHSS 06-X-38092 February 7, 2006. Addendum #3 - Electronic Questions and Answers

Medical Consulting: Cardiac Surgery Medical Records Review, DHSS 06-X-38092 February 7, 2006. Addendum #3 - Electronic Questions and Answers Medical Consulting: Cardiac Surgery Medical Records Review, DHSS 06-X-38092 February 7, 2006 Addendum #3 - Electronic s and Answers # 14 What is the current fee schedule? Answer: The current fee schedule

More information

USING PROCEDURES TO CREATE SAS DATA SETS... ILLUSTRATED WITH AGE ADJUSTING OF DEATH RATES 1

USING PROCEDURES TO CREATE SAS DATA SETS... ILLUSTRATED WITH AGE ADJUSTING OF DEATH RATES 1 USING PROCEDURES TO CREATE SAS DATA SETS... ILLUSTRATED WITH AGE ADJUSTING OF DEATH RATES 1 There may be times when you run a SAS procedure when you would like to direct the procedure output to a SAS data

More information

3.b.i Evidence-Based Strategies for Disease Management in High Risk/Affected Populations (Adults Only)

3.b.i Evidence-Based Strategies for Disease Management in High Risk/Affected Populations (Adults Only) 3.b.i Evidence-Based Strategies for Disease Management in High Risk/Affected Populations (Adults Only) Objective: To support implementation of evidence-based best practices for disease management in medical

More information

OSA Metrics and 2014 Incentive Compensation Board of Trustees Contract Oversight Committee Meeting

OSA Metrics and 2014 Incentive Compensation Board of Trustees Contract Oversight Committee Meeting OSA Metrics and 2014 Incentive Compensation Board of Trustees Contract Oversight Committee Meeting December 17, 2014 OSA Performance Metrics Goal: 1 st quartile industry performance Categories: Cost Management

More information

How To Write A Special Data Distribution Standard Report

How To Write A Special Data Distribution Standard Report Jordan Annual Observance Report of the Special Data Dissemination Standard for 2010 I. INTRODUCTION 1. The IMF s work on data dissemination standards began in October 1995, when the Interim Committee (now

More information