Skip to content

This repository contains data and analysis code to reproduce results from the article "Estimating the causal effect of a quality assurance program on quality of care in Germany"

Notifications You must be signed in to change notification settings

stefgehrig/qualityprogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qualityprogram

This repository contains data and analysis code to reproduce results from the article "Estimating the causal effect of a quality assurance program on quality of care in Germany" published in BMC Health Services Research.

R scripts

The R script to reproduce all analyses from the article can be found in the /R folder. Results are exported to /results.

Data dictionary data_indicators.csv

In the /data folder, the file data_indicators.csv contains all data used to produce the results. These are the annual observations of national-level quality indicator results in the observation period from 2013 to 2020 for all indicators in the analysis (final analysis data set).

Column name Explanation Official German name
year Year of observation Erfassungsjahr
indic_id Unique public ID of quality indicator ID
indic_descr Verbal description of quality indicator Indikatorbezeichnung
indic_type Type of quality indicator (P: Process; I: Indication) Indikatorart
clin_area Clinical area of quality indicator Leistungsbereich
o Number of observed events Ergebnis: Zähler
n Population size Ergebnis: Nenner
o_adverse Number of observed events, rescaled as adverse care events (i.e., reverse coded in case indicator originally measures favorable events) -
group Treatment group of quality indicator -
n_hospitals Number of hospitals with a quality indicator result (not included for year 2013, as hospital unit was defined differently) Anzahl der Krankenhäuser mit mindestens einem Fall

In the alternative data set in data/data_hospitalreports.csv, the same column names apply. The additional column 'hospital' contains the hospital ID (Institutionskennzeichen).

R session info

R session info (from R/compute_results.R) can be accessed here.

About

This repository contains data and analysis code to reproduce results from the article "Estimating the causal effect of a quality assurance program on quality of care in Germany"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages