Matches in SemOpenAlex for { <https://semopenalex.org/work/W186177235> ?p ?o ?g. }
Showing items 1 to 85 of
85
with 100 items per page.
- W186177235 abstract "The achievable benchmark of care (ABC) approach identifies the performance of the top 10% of healthcare providers as the benchmark. Comparing individual performance with peer performance should be a powerful motivator to change behavior and improve quality of healthcare. This paper presents a SAS Macro to calculate ABC, also presents the utilization of Annotate data set to label ABCs on individual clinician’s performance bar chart. INTRODUCTION Benchmarking is generally considered to be an important tool for quality improvement. Achievable Benchmarks of Care (ABCs), calculated from existing performance data, represent attainable levels of excellence for a performance measure. ABCs allow individual healthcare provider to compare the outcomes for their patients relative to overall performance of the “peer-group”. As the Quality Improvement Organization (QIO) for the state of Alabama, AQAF works in partnership with physicians, hospitals, nursing homes and home health agencies to improve the quality of health care in Alabama. Historically, a provider’s performance has been compared to the “average” performance of “peer-group” for assessment. To help healthcare providers set attainable goal and make them more involved and proactive in quality improvement, we include both peer-group averages and ABCs in individual performance charts, which is a powerful motivator for providers to change behavior and provide appropriate care to patients. We are working with different healthcare providers on almost 50 clinical measures, and for each measure we have similar data layout: provider #, measure, period, numerator, denominator, and rate. Using a separate module would make the programming and the debugging a lot easier. By utilizing SAS Macro, we created the ABC Macro to calculate ABCs. Once ABCs are calculated, we use Annotate data set to label ABCs on providers’ performance charts to enhance graphics output. ABC MACRO This Macro has 8 parameters: benchmark(lib=,dataset=,ProvVar=,NumVar=,DenVar=,measure=,period=, range=) This paper will use diabetes mellitus (DM) patients receiving annual eye examinations as an example for illustration. Performance is measured by the proportion of DM patients having claims data reflecting an eye exam. Assume you have a LIB named SESUG, in which there is a SAS data set called Diab_Eye_2006Q3 with the following layout. Provider MEASURE_PERIOD Eye_NUM Eye_DEN Eye_PCT #1 2006Q3 25 46 54.35% #2 2006Q3 33 47 70.21% ... ... ... ... ... State 2006Q3 41293 81867 50.44% The key steps for ABC calculation are: determine eligible patient’s breakpoint, calculate the Bayesian Adjusted Performance Fraction (APF), and identify 10% Bayesian adjusted performance and any tied performance. The ABC Macro utilizes Macro variables, retain variable, and PROC SQL procedure to calculate ABC and save it into a SAS data set. Below are the steps for ABC Macro. See appendix for complete program. ABC Macro Calculation Steps First, create a copy of data set, renaming fields for calculation. Step 1: Determine eligible patient’s breakpoint. Assign the value to a Macro variable. Step 2: Create provider data set, excluding the record with overall data, like state average. Step 3: Calculate the Bayesian Adjusted Performance Fraction (APF) for each provider. Step 4: Rank all provider data in descending order of their APF." @default.
- W186177235 created "2016-06-24" @default.
- W186177235 creator A5009986655 @default.
- W186177235 date "2007-01-01" @default.
- W186177235 modified "2023-09-27" @default.
- W186177235 title "ABC Macro and Performance Chart with Benchmarks Annotation" @default.
- W186177235 hasPublicationYear "2007" @default.
- W186177235 type Work @default.
- W186177235 sameAs 186177235 @default.
- W186177235 citedByCount "0" @default.
- W186177235 crossrefType "journal-article" @default.
- W186177235 hasAuthorship W186177235A5009986655 @default.
- W186177235 hasConcept C111472728 @default.
- W186177235 hasConcept C127413603 @default.
- W186177235 hasConcept C13280743 @default.
- W186177235 hasConcept C138885662 @default.
- W186177235 hasConcept C141571065 @default.
- W186177235 hasConcept C144133560 @default.
- W186177235 hasConcept C160735492 @default.
- W186177235 hasConcept C162324750 @default.
- W186177235 hasConcept C162853370 @default.
- W186177235 hasConcept C177264268 @default.
- W186177235 hasConcept C17744445 @default.
- W186177235 hasConcept C185798385 @default.
- W186177235 hasConcept C198783460 @default.
- W186177235 hasConcept C199360897 @default.
- W186177235 hasConcept C199539241 @default.
- W186177235 hasConcept C205649164 @default.
- W186177235 hasConcept C21547014 @default.
- W186177235 hasConcept C2777352838 @default.
- W186177235 hasConcept C2779530757 @default.
- W186177235 hasConcept C41008148 @default.
- W186177235 hasConcept C50522688 @default.
- W186177235 hasConcept C71405471 @default.
- W186177235 hasConcept C86251818 @default.
- W186177235 hasConceptScore W186177235C111472728 @default.
- W186177235 hasConceptScore W186177235C127413603 @default.
- W186177235 hasConceptScore W186177235C13280743 @default.
- W186177235 hasConceptScore W186177235C138885662 @default.
- W186177235 hasConceptScore W186177235C141571065 @default.
- W186177235 hasConceptScore W186177235C144133560 @default.
- W186177235 hasConceptScore W186177235C160735492 @default.
- W186177235 hasConceptScore W186177235C162324750 @default.
- W186177235 hasConceptScore W186177235C162853370 @default.
- W186177235 hasConceptScore W186177235C177264268 @default.
- W186177235 hasConceptScore W186177235C17744445 @default.
- W186177235 hasConceptScore W186177235C185798385 @default.
- W186177235 hasConceptScore W186177235C198783460 @default.
- W186177235 hasConceptScore W186177235C199360897 @default.
- W186177235 hasConceptScore W186177235C199539241 @default.
- W186177235 hasConceptScore W186177235C205649164 @default.
- W186177235 hasConceptScore W186177235C21547014 @default.
- W186177235 hasConceptScore W186177235C2777352838 @default.
- W186177235 hasConceptScore W186177235C2779530757 @default.
- W186177235 hasConceptScore W186177235C41008148 @default.
- W186177235 hasConceptScore W186177235C50522688 @default.
- W186177235 hasConceptScore W186177235C71405471 @default.
- W186177235 hasConceptScore W186177235C86251818 @default.
- W186177235 hasLocation W1861772351 @default.
- W186177235 hasOpenAccess W186177235 @default.
- W186177235 hasPrimaryLocation W1861772351 @default.
- W186177235 hasRelatedWork W1993181454 @default.
- W186177235 hasRelatedWork W2052827977 @default.
- W186177235 hasRelatedWork W2058314423 @default.
- W186177235 hasRelatedWork W2201378429 @default.
- W186177235 hasRelatedWork W2409930001 @default.
- W186177235 hasRelatedWork W2528010146 @default.
- W186177235 hasRelatedWork W2889483098 @default.
- W186177235 hasRelatedWork W2980763632 @default.
- W186177235 hasRelatedWork W3006459046 @default.
- W186177235 hasRelatedWork W1621762168 @default.
- W186177235 hasRelatedWork W2822701668 @default.
- W186177235 hasRelatedWork W2832344599 @default.
- W186177235 hasRelatedWork W2859452029 @default.
- W186177235 hasRelatedWork W2962174501 @default.
- W186177235 hasRelatedWork W3090550998 @default.
- W186177235 hasRelatedWork W3122459055 @default.
- W186177235 hasRelatedWork W3130766297 @default.
- W186177235 hasRelatedWork W3179973322 @default.
- W186177235 hasRelatedWork W3181555471 @default.
- W186177235 hasRelatedWork W981785771 @default.
- W186177235 isParatext "false" @default.
- W186177235 isRetracted "false" @default.
- W186177235 magId "186177235" @default.
- W186177235 workType "article" @default.