SlideShare a Scribd company logo
1 of 48
Publicly Available Secondary Data
Sources: An Overview and an
Example from the Medical
Expenditure Panel Survey (MEPS)
Marion R. Sills, MD, MPH
Department of Pediatrics
University of Colorado Health Sciences Center
Goals
• How do I find secondary data sets?
• Once I find one, how do I know it’s right for
me and my research question?
• Example of a MEPS analysis
Goals
• How do I find secondary data sets?
• Once I find one, how do I know it’s right for
me and my research question?
• Example of a MEPS analysis
Goals
• How do I find secondary data sets?
• Once I find one, how do I know it’s right for
me and my research question?
– What types of questions was it designed to
answer?
– What data elements are available?
– How can I figure out if those data elements
are useful to me?
• Example of a HCUP and a MEPS analysis
Health Data Online
• Agency for Healthcare Research and Quality (
• CDC WONDER
• HRSA
• National Center for Health Statistics (NCHS)
• Partners in Information Access for the Public H
Two Examples
• HCUP (KID) used for background
statement in a manuscript
• MEPS used for a full analysis for a
manuscript
HCUP--KID
• The only all-payer inpatient care database
for children in the United States
• Contains data from 2-3 million pediatric
hospital discharges
• Online data available via HCUPnet
HCUP--KID
• Question: What is the utilization of
inpatient resources for asthma among
children?
• Use: A background statement for a grant,
demonstrating why the proposed study is
important
HCUP
MEPS Analysis Example
• Question: What is the association between
parental mental health (MH) status and
• pediatric healthcare utilization patterns
• access to care measures
• Use: A manuscript describing this
association
Background: MEPS
• Conducted by
• Agency for Healthcare Research and Quality (AHR
• National Center for Health Statistics (NCHS)
• MEPS sample drawn from NCHS’s National Health
Interview Study (NHIS)
• Started data collection in 1996
Main MEPS Page
Main MEPS Page
Background: MEPS
• MEPS
• gives info about US health care use and costs
• improves accuracy of economic projections
• Who has used MEPS data:
• policymakers
• health care administrators
• businesses
• researchers
Background: MEPS
• Questions it was designed to address
Growth of
managed
care
Changes in
private health
insurance
Changes in the healthcare delivery system
Kinds,
amount, and
cost of health
care
Background: MEPS
• Questions it was designed to address
Growth of
managed
care
Changes in
private health
insurance
Changes in the healthcare delivery system
Kinds,
amount, and
cost of health
care
Who benefits,
who bears the costs
Background: MEPS
• MEPS collects data on
• the specific health services US residents use
• how frequently they use them
• the cost of these services
• how they are paid for
• the cost, scope, and breadth of health
insurance held by US population
Background: MEPS
• MEPS unique for
• the degree of detail in its data
• its ability to link data:
health services
spending and
health
insurance
demographic,
employment, economic,
health status, and other
characteristics
Questions MEPS Can/Cannot
Answer
• CAN
• How do health care
use, insurance, and
spending vary for
different groups?
• How do access to care
and satisfaction with
care vary for different
groups?
• CANNOT
• What are estimates of
disease, prevalence of
health conditions, or
mortality/morbidity?
• What is the frequency
of treatments or costs
associated with
specific treatments?
Structure of MEPS: HC
• From nationally representative sample of
households
• Unit of analysis can be:
• Family/household
• Individual
• Healthcare encounter
Structure of MEPS: HC
Structure of MEPS: HC
• Household level
– includes respondents
whether or not they
seek health care
– respondent report of
health related
experiences
Structure of MEPS HC: N
 Year MEPS HC Population Size
1996 21,571
1997 32,636
1998 22,953
1999 22,365
2000 22,839
2001 33,556
2002 39,165
2003 34,215
2004 34,403
2005 33,961
Weighting
• Sample based on complex, stratified,
multi-stage, probability design
• Estimates need to be weighted to reflect
sample design and survey non-response
– If unweighted, results are biased
• Use appropriate methods to calculate
standard error to allow for complex design
– If not, standard error is underestimated
Weighting
1997 1998 1999 2000 2001
Average 8,312 11,917 11,730 11,679 8,849
Minimum 299 321 307 454 336
Maximum 68,518 84,587 80,062 78,157 67,537
Variable 
Name
WTDPER97 WTDPER98 PERWT99F PERWT00F PERWT01F
Weighting
• Basic software procedures assume simple random 
sampling (SRS)
– MEPS not SRS
– Point estimates correct (if weighted)
– Standard errors usually too small
• Software to account for complex design 
– SUDAAN (stand-alone or callable within SAS)
– STATA (svy commands)
– SAS (8.2 or later) (survey procedures)
– SPSS (complex survey features in 13.0 or later)
Example: Using the 2002 MEPS full year consolidated file (PUF HC-070) as the analytic file, the following statements will produce accurate estimates of the
average total expenditures in 2002 for children younger than 18 years of age ($1,085.82) and the corresponding standard error ($70.28).
SAS
proc surveymeans;
stratum varstr;
cluster varpsu;
weight perwt02f;
var totexp02;
domain agegroup;
Note: The domain statement in this example will generate estimates for all categories of the variable agegroup (a hypothetical constructed analytic variable
where the youngest group is children under 18). There is no option within the surveymeans procedure to select only a specific population subgroup (e.g.,
agegroup=1).
SUDAAN
proc descript filetype=sas design=wr;
nest varstr varpsu;
weight perwt02f;
var totexp02;
subpopn agegroup=1;
Note: The subpopn statement in this example generates estimates for children under 18 (where agegroup is a constructed analytic variable that is equal to 1 for
children under 18).
Stata (syntax below applies to releases 8.0 and higher)
svyset [pweight=perwt02f], strata(varstr) psu(varpsu)
svymean totexp02, subpop(children)
Note: The subpop statement in this example generates estimates for children under 18 only (where children is a constructed variable set equal to 1 for persons
under 18 and set equal to 0 for all other persons).
SPSS
csplan analysis
/plan file=’filename’
/planvars analysisweight=perwt02f
/design strata=varstr cluster=varpsu
/estimator type=wr.
csdescriptives
/plan file=’filename’
MEPSnet/HC
Searching Data Files
MEPS Analysis Example
• Parental Mental Health and Child
Healthcare Utilization
• Objective: to show the association
between parental mental health (MH)
status and
• pediatric healthcare utilization patterns
• access to care measures
Methods
• Data source: MEPS HC, 1996-99
• Inclusion criteria
• 0-18 years old
• <1 parent in MEPS
Methods: Conceptual Model
# of parents
with MH dx
healthcare-utilization
variables
access-to-care
variables
child’s
demographics
child’s
chronic
illness
year parent’s
education
Methods: Conceptual Model
# of parents
with MH dx
healthcare-utilization
variables
access-to-care
variables
child’s
demographics
child’s
chronic
illness
year parent’s
education
Parent’s Full Year File
Parent’s Medical Conditions File
Child’s Full Year File
Child’s Visit Files
MEPS File Source:
Methods
• Outcome measures:
• Utilization variables
• Access-to-care variables
•changed providers •any difficulty
obtaining usual care
•ED/Inpatient
visits
•WCC visits
• Total healthcare
expenditures
Methods
• Primary independent variable: number of
parents at home with a MH diagnosis (ICD-9
code 291-314)
Methods
• Other independent variables:
• Child’s
• Year
• Parent’s education
•age •urbanicity •income
•gender •census region •insurance
•race/ethnicity •family size •chronic illness
Methods: Analysis
• Bivariate analyses
• Logistic regression: to determine
associations between primary
independent variable and
• healthcare-utilization variables
• access-to-care variables
Results
• 31,062 children in 1996-99 weighted
estimate of 76 million children/year
• 18% (13 million) with ≥ 1 parent with a MH
diagnosis
• 89% (12 million) with 1 parent with MH diagnosis
• 11% (1.5 million) with 2 parents with MH
diagnosis
Results: Bivariate
Significant Association Between Parents’
MH and Both ER Visits and Hospitalizations
11.7
2.8
40.1
14.6
3.4
40.2
15.0
5.0
38.6
0
5
10
15
20
25
30
35
40
45
ER Visit Hosp WCC
%WithVisit
0 Parents with MH Diagnosis
1 Parent with MH Diagnosis
2 Parents with MH Diagnosis
Results: Bivariate
Association Between Child’s Mean Total
Expenditures and Parent’s MH
$744
$935
$1,817
$0
$400
$800
$1,200
$1,600
$2,000
0 Parents with
MH Diagnosis
1 Parent with
MH Diagnosis
2 Parents with
MH Diagnosis
TotalChildHealthcareExpenditures
Regression Results
Increased Acute Care Visits and Expenditures
# Parents with MH Diagnosis (referent = 0)
1 Parent 2 Parents
Had WCC
visit
1.06 (0.95, 1.19) 0.99 (0.77, 1.27)
Had ER/Hosp
visit
1.22 (1.08, 1.36) 1.32 (1.05, 1.67)
Had health
expenditures
1.34 (1.17, 1.54) 1.67 (1.13, 2.45)
Conclusions
• Parent’s MH diagnoses associated with
child’s
• costlier patterns of health care utilization
• higher overall healthcare costs

More Related Content

What's hot

Using real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questionsUsing real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questionsKarin Verspoor
 
Day 1 (Lecture 3): Predictive Analytics in Healthcare
Day 1 (Lecture 3): Predictive Analytics in HealthcareDay 1 (Lecture 3): Predictive Analytics in Healthcare
Day 1 (Lecture 3): Predictive Analytics in HealthcareAseda Owusua Addai-Deseh
 
How Real-time Analysis turns Big Medical Data into Precision Medicine
How Real-time Analysis turns Big Medical Data into Precision MedicineHow Real-time Analysis turns Big Medical Data into Precision Medicine
How Real-time Analysis turns Big Medical Data into Precision MedicineMatthieu Schapranow
 
Evaluation of the clinical value of biomarkers for risk prediction
Evaluation of the clinical value of biomarkers for risk predictionEvaluation of the clinical value of biomarkers for risk prediction
Evaluation of the clinical value of biomarkers for risk predictionEwout Steyerberg
 
Peter Embi's 2011 AMIA CRI Year-in-Review
Peter Embi's 2011 AMIA CRI Year-in-ReviewPeter Embi's 2011 AMIA CRI Year-in-Review
Peter Embi's 2011 AMIA CRI Year-in-ReviewPeter Embi
 
Computer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-KuchinkeComputer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-KuchinkeWolfgang Kuchinke
 
CATCH-IT Journal Club presentation Shamsa Jiwani
CATCH-IT Journal Club presentation Shamsa JiwaniCATCH-IT Journal Club presentation Shamsa Jiwani
CATCH-IT Journal Club presentation Shamsa JiwaniUniversity of Toronto
 
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...GaryCollins74
 
Statistical and Intelligent Methods of Medical Data Processing
Statistical and Intelligent Methods of Medical Data Processing Statistical and Intelligent Methods of Medical Data Processing
Statistical and Intelligent Methods of Medical Data Processing ITIIIndustries
 
Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm OptimizationCase Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimizationrahulmonikasharma
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Publishing and citing presentation for VLAG graduate school Baarlo
Publishing and citing presentation for VLAG graduate school BaarloPublishing and citing presentation for VLAG graduate school Baarlo
Publishing and citing presentation for VLAG graduate school BaarloHugo Besemer
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryDinesh V
 
Key Issues on the Economics of Precision Medicine
Key Issues on the Economics of Precision MedicineKey Issues on the Economics of Precision Medicine
Key Issues on the Economics of Precision MedicineHEHTAslides
 
Open Educational Resources for Big Data Science
Open Educational Resources for Big Data ScienceOpen Educational Resources for Big Data Science
Open Educational Resources for Big Data ScienceWilliam Hersh, MD
 
Open science LMU session contribution E Steyerberg 2jul20
Open science LMU session contribution E Steyerberg 2jul20Open science LMU session contribution E Steyerberg 2jul20
Open science LMU session contribution E Steyerberg 2jul20Ewout Steyerberg
 
D1S1T3N4_Pratibha Jalui & Reetabrata Bhattacharyya
D1S1T3N4_Pratibha Jalui & Reetabrata BhattacharyyaD1S1T3N4_Pratibha Jalui & Reetabrata Bhattacharyya
D1S1T3N4_Pratibha Jalui & Reetabrata BhattacharyyaReetabrata Bhattacharyya
 
Protocol on burnout
Protocol on burnoutProtocol on burnout
Protocol on burnoutRosebenter
 

What's hot (19)

Using real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questionsUsing real-world evidence to investigate clinical research questions
Using real-world evidence to investigate clinical research questions
 
Day 1 (Lecture 3): Predictive Analytics in Healthcare
Day 1 (Lecture 3): Predictive Analytics in HealthcareDay 1 (Lecture 3): Predictive Analytics in Healthcare
Day 1 (Lecture 3): Predictive Analytics in Healthcare
 
How Real-time Analysis turns Big Medical Data into Precision Medicine
How Real-time Analysis turns Big Medical Data into Precision MedicineHow Real-time Analysis turns Big Medical Data into Precision Medicine
How Real-time Analysis turns Big Medical Data into Precision Medicine
 
Evaluation of the clinical value of biomarkers for risk prediction
Evaluation of the clinical value of biomarkers for risk predictionEvaluation of the clinical value of biomarkers for risk prediction
Evaluation of the clinical value of biomarkers for risk prediction
 
Peter Embi's 2011 AMIA CRI Year-in-Review
Peter Embi's 2011 AMIA CRI Year-in-ReviewPeter Embi's 2011 AMIA CRI Year-in-Review
Peter Embi's 2011 AMIA CRI Year-in-Review
 
Computer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-KuchinkeComputer validation of e-source and EHR in clinical trials-Kuchinke
Computer validation of e-source and EHR in clinical trials-Kuchinke
 
CATCH-IT Journal Club presentation Shamsa Jiwani
CATCH-IT Journal Club presentation Shamsa JiwaniCATCH-IT Journal Club presentation Shamsa Jiwani
CATCH-IT Journal Club presentation Shamsa Jiwani
 
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...
QUANTIFYING THE IMPACT OF DIFFERENT APPROACHES FOR HANDLING CONTINUOUS PREDIC...
 
Statistical and Intelligent Methods of Medical Data Processing
Statistical and Intelligent Methods of Medical Data Processing Statistical and Intelligent Methods of Medical Data Processing
Statistical and Intelligent Methods of Medical Data Processing
 
Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm OptimizationCase Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
The EQ-5D and Its Use Internationally
The EQ-5D and Its Use InternationallyThe EQ-5D and Its Use Internationally
The EQ-5D and Its Use Internationally
 
Publishing and citing presentation for VLAG graduate school Baarlo
Publishing and citing presentation for VLAG graduate school BaarloPublishing and citing presentation for VLAG graduate school Baarlo
Publishing and citing presentation for VLAG graduate school Baarlo
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
 
Key Issues on the Economics of Precision Medicine
Key Issues on the Economics of Precision MedicineKey Issues on the Economics of Precision Medicine
Key Issues on the Economics of Precision Medicine
 
Open Educational Resources for Big Data Science
Open Educational Resources for Big Data ScienceOpen Educational Resources for Big Data Science
Open Educational Resources for Big Data Science
 
Open science LMU session contribution E Steyerberg 2jul20
Open science LMU session contribution E Steyerberg 2jul20Open science LMU session contribution E Steyerberg 2jul20
Open science LMU session contribution E Steyerberg 2jul20
 
D1S1T3N4_Pratibha Jalui & Reetabrata Bhattacharyya
D1S1T3N4_Pratibha Jalui & Reetabrata BhattacharyyaD1S1T3N4_Pratibha Jalui & Reetabrata Bhattacharyya
D1S1T3N4_Pratibha Jalui & Reetabrata Bhattacharyya
 
Protocol on burnout
Protocol on burnoutProtocol on burnout
Protocol on burnout
 

Similar to Meps secondary data analysis talk 20080806

Research team meeting mrs
Research team meeting mrsResearch team meeting mrs
Research team meeting mrsMarion Sills
 
Clinical Research Informatics Year-in-Review
Clinical Research Informatics Year-in-ReviewClinical Research Informatics Year-in-Review
Clinical Research Informatics Year-in-ReviewPeter Embi
 
Aea presentation final 18_oct2013
Aea presentation final 18_oct2013Aea presentation final 18_oct2013
Aea presentation final 18_oct2013soder145
 
6C Lloyd et al. A database of patient experience, questions, concerns and pre...
6C Lloyd et al. A database of patient experience, questions, concerns and pre...6C Lloyd et al. A database of patient experience, questions, concerns and pre...
6C Lloyd et al. A database of patient experience, questions, concerns and pre...IKT-Norge
 
Routine data use in evaluation: practical guidance
Routine data use in evaluation: practical guidanceRoutine data use in evaluation: practical guidance
Routine data use in evaluation: practical guidanceMEASURE Evaluation
 
Knowledge discovery in medicine
Knowledge discovery in medicineKnowledge discovery in medicine
Knowledge discovery in medicineAvinash Hanwate
 
Digital_Twin_-_Tina-Paul-Tanveer.pptx
Digital_Twin_-_Tina-Paul-Tanveer.pptxDigital_Twin_-_Tina-Paul-Tanveer.pptx
Digital_Twin_-_Tina-Paul-Tanveer.pptxMohammedSakhlain
 
Peter Embi: Leveraging Informatics to Create a Learning Health System
Peter Embi: Leveraging Informatics to Create a Learning Health SystemPeter Embi: Leveraging Informatics to Create a Learning Health System
Peter Embi: Leveraging Informatics to Create a Learning Health SystemPAÍS DIGITAL
 
assingment complete.docx
assingment complete.docxassingment complete.docx
assingment complete.docxwrite12
 
assingment complete.docx
assingment complete.docxassingment complete.docx
assingment complete.docxwrite12
 
Introduction to RHIS Practical Lecture 2.pptx
Introduction to RHIS Practical Lecture 2.pptxIntroduction to RHIS Practical Lecture 2.pptx
Introduction to RHIS Practical Lecture 2.pptxDR. MAQSOOD AHMAD
 
Module-7-Descriptive Research-survey.pdf
Module-7-Descriptive Research-survey.pdfModule-7-Descriptive Research-survey.pdf
Module-7-Descriptive Research-survey.pdfVikramjit Singh
 
Data collection methods RSS6 2014
Data collection methods RSS6 2014Data collection methods RSS6 2014
Data collection methods RSS6 2014RSS6
 

Similar to Meps secondary data analysis talk 20080806 (20)

Research team meeting mrs
Research team meeting mrsResearch team meeting mrs
Research team meeting mrs
 
management .pptx
management .pptxmanagement .pptx
management .pptx
 
Clinical Research Informatics Year-in-Review
Clinical Research Informatics Year-in-ReviewClinical Research Informatics Year-in-Review
Clinical Research Informatics Year-in-Review
 
Aea presentation final 18_oct2013
Aea presentation final 18_oct2013Aea presentation final 18_oct2013
Aea presentation final 18_oct2013
 
HM404 Ab120916 ch03
HM404 Ab120916 ch03HM404 Ab120916 ch03
HM404 Ab120916 ch03
 
6C Lloyd et al. A database of patient experience, questions, concerns and pre...
6C Lloyd et al. A database of patient experience, questions, concerns and pre...6C Lloyd et al. A database of patient experience, questions, concerns and pre...
6C Lloyd et al. A database of patient experience, questions, concerns and pre...
 
HM404 Ab120916 ch02
HM404 Ab120916 ch02HM404 Ab120916 ch02
HM404 Ab120916 ch02
 
HM404 Ab120916 ch11
HM404 Ab120916 ch11HM404 Ab120916 ch11
HM404 Ab120916 ch11
 
Routine data use in evaluation: practical guidance
Routine data use in evaluation: practical guidanceRoutine data use in evaluation: practical guidance
Routine data use in evaluation: practical guidance
 
HM404 Ab120916 ch08
HM404 Ab120916 ch08HM404 Ab120916 ch08
HM404 Ab120916 ch08
 
Knowledge discovery in medicine
Knowledge discovery in medicineKnowledge discovery in medicine
Knowledge discovery in medicine
 
Health information systems
Health information systemsHealth information systems
Health information systems
 
Digital_Twin_-_Tina-Paul-Tanveer.pptx
Digital_Twin_-_Tina-Paul-Tanveer.pptxDigital_Twin_-_Tina-Paul-Tanveer.pptx
Digital_Twin_-_Tina-Paul-Tanveer.pptx
 
Peter Embi: Leveraging Informatics to Create a Learning Health System
Peter Embi: Leveraging Informatics to Create a Learning Health SystemPeter Embi: Leveraging Informatics to Create a Learning Health System
Peter Embi: Leveraging Informatics to Create a Learning Health System
 
assingment complete.docx
assingment complete.docxassingment complete.docx
assingment complete.docx
 
assingment complete.docx
assingment complete.docxassingment complete.docx
assingment complete.docx
 
Introduction to RHIS Practical Lecture 2.pptx
Introduction to RHIS Practical Lecture 2.pptxIntroduction to RHIS Practical Lecture 2.pptx
Introduction to RHIS Practical Lecture 2.pptx
 
Module-7-Descriptive Research-survey.pdf
Module-7-Descriptive Research-survey.pdfModule-7-Descriptive Research-survey.pdf
Module-7-Descriptive Research-survey.pdf
 
03 RDS
03 RDS03 RDS
03 RDS
 
Data collection methods RSS6 2014
Data collection methods RSS6 2014Data collection methods RSS6 2014
Data collection methods RSS6 2014
 

More from Marion Sills

Measuring and Enhancing Your Academic Medical Impact
Measuring and Enhancing Your Academic Medical ImpactMeasuring and Enhancing Your Academic Medical Impact
Measuring and Enhancing Your Academic Medical ImpactMarion Sills
 
Social Media for CU's Division of Pediatric Emergency Medicine
Social Media for CU's Division of Pediatric Emergency MedicineSocial Media for CU's Division of Pediatric Emergency Medicine
Social Media for CU's Division of Pediatric Emergency MedicineMarion Sills
 
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...Marion Sills
 
ED abdominal pain lecture
ED abdominal pain lectureED abdominal pain lecture
ED abdominal pain lectureMarion Sills
 
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...Marion Sills
 
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.Marion Sills
 
2014 0423 rqi meeting uds 2.0 and convocation project ideas
2014 0423 rqi meeting uds 2.0 and convocation project ideas2014 0423 rqi meeting uds 2.0 and convocation project ideas
2014 0423 rqi meeting uds 2.0 and convocation project ideasMarion Sills
 
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...Practice Variability in and Correlates of Patient-Centered Medical Home Chara...
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...Marion Sills
 
SAFTINet CER Asthma Protocol
SAFTINet CER Asthma ProtocolSAFTINet CER Asthma Protocol
SAFTINet CER Asthma ProtocolMarion Sills
 
CEMRC H1N1 Presentation 20100614
CEMRC H1N1 Presentation 20100614CEMRC H1N1 Presentation 20100614
CEMRC H1N1 Presentation 20100614Marion Sills
 
SAFTINet Overview for EDRC
SAFTINet Overview for EDRCSAFTINet Overview for EDRC
SAFTINet Overview for EDRCMarion Sills
 
Patient-reported outcomes for asthma in children and adults
Patient-reported outcomes for asthma in children and adultsPatient-reported outcomes for asthma in children and adults
Patient-reported outcomes for asthma in children and adultsMarion Sills
 
Implementing Point-of-Care PROMs
Implementing Point-of-Care PROMsImplementing Point-of-Care PROMs
Implementing Point-of-Care PROMsMarion Sills
 
Pec cv pro workgroup 3 21 12
Pec cv pro workgroup 3 21 12Pec cv pro workgroup 3 21 12
Pec cv pro workgroup 3 21 12Marion Sills
 
ACT Implementation in SAFTINet
ACT Implementation in SAFTINetACT Implementation in SAFTINet
ACT Implementation in SAFTINetMarion Sills
 
Cv pro overview 2 may 2012
Cv pro overview 2 may 2012Cv pro overview 2 may 2012
Cv pro overview 2 may 2012Marion Sills
 
Med adherence 2 july 2012
Med adherence 2 july 2012Med adherence 2 july 2012
Med adherence 2 july 2012Marion Sills
 
Med adherence and self efficacy
Med adherence and self efficacyMed adherence and self efficacy
Med adherence and self efficacyMarion Sills
 
Cer safti net overview edrc 1 feb 2011
Cer safti net overview edrc 1 feb 2011Cer safti net overview edrc 1 feb 2011
Cer safti net overview edrc 1 feb 2011Marion Sills
 
Pec research overview 19 jan2011
Pec research overview 19 jan2011Pec research overview 19 jan2011
Pec research overview 19 jan2011Marion Sills
 

More from Marion Sills (20)

Measuring and Enhancing Your Academic Medical Impact
Measuring and Enhancing Your Academic Medical ImpactMeasuring and Enhancing Your Academic Medical Impact
Measuring and Enhancing Your Academic Medical Impact
 
Social Media for CU's Division of Pediatric Emergency Medicine
Social Media for CU's Division of Pediatric Emergency MedicineSocial Media for CU's Division of Pediatric Emergency Medicine
Social Media for CU's Division of Pediatric Emergency Medicine
 
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...
Adding Social Determinant Data Changes Children’s Hospitals’ Readmissions Per...
 
ED abdominal pain lecture
ED abdominal pain lectureED abdominal pain lecture
ED abdominal pain lecture
 
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...
Stakeholder Engagement in a Patient-Reported Outcomes Implementation by a Pra...
 
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.
2015 0128 SAFTINet Research & Quality Improvement Quarterly Meeting.
 
2014 0423 rqi meeting uds 2.0 and convocation project ideas
2014 0423 rqi meeting uds 2.0 and convocation project ideas2014 0423 rqi meeting uds 2.0 and convocation project ideas
2014 0423 rqi meeting uds 2.0 and convocation project ideas
 
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...Practice Variability in and Correlates of Patient-Centered Medical Home Chara...
Practice Variability in and Correlates of Patient-Centered Medical Home Chara...
 
SAFTINet CER Asthma Protocol
SAFTINet CER Asthma ProtocolSAFTINet CER Asthma Protocol
SAFTINet CER Asthma Protocol
 
CEMRC H1N1 Presentation 20100614
CEMRC H1N1 Presentation 20100614CEMRC H1N1 Presentation 20100614
CEMRC H1N1 Presentation 20100614
 
SAFTINet Overview for EDRC
SAFTINet Overview for EDRCSAFTINet Overview for EDRC
SAFTINet Overview for EDRC
 
Patient-reported outcomes for asthma in children and adults
Patient-reported outcomes for asthma in children and adultsPatient-reported outcomes for asthma in children and adults
Patient-reported outcomes for asthma in children and adults
 
Implementing Point-of-Care PROMs
Implementing Point-of-Care PROMsImplementing Point-of-Care PROMs
Implementing Point-of-Care PROMs
 
Pec cv pro workgroup 3 21 12
Pec cv pro workgroup 3 21 12Pec cv pro workgroup 3 21 12
Pec cv pro workgroup 3 21 12
 
ACT Implementation in SAFTINet
ACT Implementation in SAFTINetACT Implementation in SAFTINet
ACT Implementation in SAFTINet
 
Cv pro overview 2 may 2012
Cv pro overview 2 may 2012Cv pro overview 2 may 2012
Cv pro overview 2 may 2012
 
Med adherence 2 july 2012
Med adherence 2 july 2012Med adherence 2 july 2012
Med adherence 2 july 2012
 
Med adherence and self efficacy
Med adherence and self efficacyMed adherence and self efficacy
Med adherence and self efficacy
 
Cer safti net overview edrc 1 feb 2011
Cer safti net overview edrc 1 feb 2011Cer safti net overview edrc 1 feb 2011
Cer safti net overview edrc 1 feb 2011
 
Pec research overview 19 jan2011
Pec research overview 19 jan2011Pec research overview 19 jan2011
Pec research overview 19 jan2011
 

Recently uploaded

VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...
VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...
VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...Miss joya
 
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.Artifacts in Nuclear Medicine with Identifying and resolving artifacts.
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.MiadAlsulami
 
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Me
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near MeHi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Me
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Menarwatsonia7
 
Ahmedabad Call Girls CG Road 🔝9907093804 Short 1500 💋 Night 6000
Ahmedabad Call Girls CG Road 🔝9907093804  Short 1500  💋 Night 6000Ahmedabad Call Girls CG Road 🔝9907093804  Short 1500  💋 Night 6000
Ahmedabad Call Girls CG Road 🔝9907093804 Short 1500 💋 Night 6000aliya bhat
 
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune) Girls ServiceMiss joya
 
Call Girls Chennai Megha 9907093804 Independent Call Girls Service Chennai
Call Girls Chennai Megha 9907093804 Independent Call Girls Service ChennaiCall Girls Chennai Megha 9907093804 Independent Call Girls Service Chennai
Call Girls Chennai Megha 9907093804 Independent Call Girls Service ChennaiNehru place Escorts
 
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls ServiceMiss joya
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...narwatsonia7
 
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Service
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Service
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Servicenarwatsonia7
 
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escorts
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore EscortsCall Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escorts
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escortsvidya singh
 
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls JaipurCall Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipurparulsinha
 
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...narwatsonia7
 
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Miss joya
 
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...narwatsonia7
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiNehru place Escorts
 
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Deliverynehamumbai
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...Garima Khatri
 
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service JaipurHigh Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipurparulsinha
 
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Miss joya
 

Recently uploaded (20)

VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...
VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...
VIP Call Girls Pune Vani 9907093804 Short 1500 Night 6000 Best call girls Ser...
 
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.Artifacts in Nuclear Medicine with Identifying and resolving artifacts.
Artifacts in Nuclear Medicine with Identifying and resolving artifacts.
 
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Me
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near MeHi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Me
Hi,Fi Call Girl In Mysore Road - 7001305949 | 24x7 Service Available Near Me
 
Ahmedabad Call Girls CG Road 🔝9907093804 Short 1500 💋 Night 6000
Ahmedabad Call Girls CG Road 🔝9907093804  Short 1500  💋 Night 6000Ahmedabad Call Girls CG Road 🔝9907093804  Short 1500  💋 Night 6000
Ahmedabad Call Girls CG Road 🔝9907093804 Short 1500 💋 Night 6000
 
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Baramati ( Pune) Girls Service
 
Call Girls Chennai Megha 9907093804 Independent Call Girls Service Chennai
Call Girls Chennai Megha 9907093804 Independent Call Girls Service ChennaiCall Girls Chennai Megha 9907093804 Independent Call Girls Service Chennai
Call Girls Chennai Megha 9907093804 Independent Call Girls Service Chennai
 
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
 
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Service
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Service
Call Girls Service Bellary Road Just Call 7001305949 Enjoy College Girls Service
 
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escorts
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore EscortsCall Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escorts
Call Girls Horamavu WhatsApp Number 7001035870 Meeting With Bangalore Escorts
 
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls JaipurCall Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
 
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
 
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
 
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...
Low Rate Call Girls Ambattur Anika 8250192130 Independent Escort Service Amba...
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
 
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls Colaba Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
 
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service JaipurHigh Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
High Profile Call Girls Jaipur Vani 8445551418 Independent Escort Service Jaipur
 
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
 
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
 

Meps secondary data analysis talk 20080806

  • 1. Publicly Available Secondary Data Sources: An Overview and an Example from the Medical Expenditure Panel Survey (MEPS) Marion R. Sills, MD, MPH Department of Pediatrics University of Colorado Health Sciences Center
  • 2. Goals • How do I find secondary data sets? • Once I find one, how do I know it’s right for me and my research question? • Example of a MEPS analysis
  • 3. Goals • How do I find secondary data sets? • Once I find one, how do I know it’s right for me and my research question? • Example of a MEPS analysis
  • 4. Goals • How do I find secondary data sets? • Once I find one, how do I know it’s right for me and my research question? – What types of questions was it designed to answer? – What data elements are available? – How can I figure out if those data elements are useful to me? • Example of a HCUP and a MEPS analysis
  • 5. Health Data Online • Agency for Healthcare Research and Quality ( • CDC WONDER • HRSA • National Center for Health Statistics (NCHS) • Partners in Information Access for the Public H
  • 6. Two Examples • HCUP (KID) used for background statement in a manuscript • MEPS used for a full analysis for a manuscript
  • 7. HCUP--KID • The only all-payer inpatient care database for children in the United States • Contains data from 2-3 million pediatric hospital discharges • Online data available via HCUPnet
  • 8. HCUP--KID • Question: What is the utilization of inpatient resources for asthma among children? • Use: A background statement for a grant, demonstrating why the proposed study is important
  • 10. MEPS Analysis Example • Question: What is the association between parental mental health (MH) status and • pediatric healthcare utilization patterns • access to care measures • Use: A manuscript describing this association
  • 11. Background: MEPS • Conducted by • Agency for Healthcare Research and Quality (AHR • National Center for Health Statistics (NCHS) • MEPS sample drawn from NCHS’s National Health Interview Study (NHIS) • Started data collection in 1996
  • 14. Background: MEPS • MEPS • gives info about US health care use and costs • improves accuracy of economic projections • Who has used MEPS data: • policymakers • health care administrators • businesses • researchers
  • 15. Background: MEPS • Questions it was designed to address Growth of managed care Changes in private health insurance Changes in the healthcare delivery system Kinds, amount, and cost of health care
  • 16. Background: MEPS • Questions it was designed to address Growth of managed care Changes in private health insurance Changes in the healthcare delivery system Kinds, amount, and cost of health care Who benefits, who bears the costs
  • 17. Background: MEPS • MEPS collects data on • the specific health services US residents use • how frequently they use them • the cost of these services • how they are paid for • the cost, scope, and breadth of health insurance held by US population
  • 18. Background: MEPS • MEPS unique for • the degree of detail in its data • its ability to link data: health services spending and health insurance demographic, employment, economic, health status, and other characteristics
  • 19. Questions MEPS Can/Cannot Answer • CAN • How do health care use, insurance, and spending vary for different groups? • How do access to care and satisfaction with care vary for different groups? • CANNOT • What are estimates of disease, prevalence of health conditions, or mortality/morbidity? • What is the frequency of treatments or costs associated with specific treatments?
  • 20.
  • 21. Structure of MEPS: HC • From nationally representative sample of households • Unit of analysis can be: • Family/household • Individual • Healthcare encounter
  • 22.
  • 24. Structure of MEPS: HC • Household level – includes respondents whether or not they seek health care – respondent report of health related experiences
  • 25. Structure of MEPS HC: N  Year MEPS HC Population Size 1996 21,571 1997 32,636 1998 22,953 1999 22,365 2000 22,839 2001 33,556 2002 39,165 2003 34,215 2004 34,403 2005 33,961
  • 26. Weighting • Sample based on complex, stratified, multi-stage, probability design • Estimates need to be weighted to reflect sample design and survey non-response – If unweighted, results are biased • Use appropriate methods to calculate standard error to allow for complex design – If not, standard error is underestimated
  • 27. Weighting 1997 1998 1999 2000 2001 Average 8,312 11,917 11,730 11,679 8,849 Minimum 299 321 307 454 336 Maximum 68,518 84,587 80,062 78,157 67,537 Variable  Name WTDPER97 WTDPER98 PERWT99F PERWT00F PERWT01F
  • 28. Weighting • Basic software procedures assume simple random  sampling (SRS) – MEPS not SRS – Point estimates correct (if weighted) – Standard errors usually too small • Software to account for complex design  – SUDAAN (stand-alone or callable within SAS) – STATA (svy commands) – SAS (8.2 or later) (survey procedures) – SPSS (complex survey features in 13.0 or later)
  • 29. Example: Using the 2002 MEPS full year consolidated file (PUF HC-070) as the analytic file, the following statements will produce accurate estimates of the average total expenditures in 2002 for children younger than 18 years of age ($1,085.82) and the corresponding standard error ($70.28). SAS proc surveymeans; stratum varstr; cluster varpsu; weight perwt02f; var totexp02; domain agegroup; Note: The domain statement in this example will generate estimates for all categories of the variable agegroup (a hypothetical constructed analytic variable where the youngest group is children under 18). There is no option within the surveymeans procedure to select only a specific population subgroup (e.g., agegroup=1). SUDAAN proc descript filetype=sas design=wr; nest varstr varpsu; weight perwt02f; var totexp02; subpopn agegroup=1; Note: The subpopn statement in this example generates estimates for children under 18 (where agegroup is a constructed analytic variable that is equal to 1 for children under 18). Stata (syntax below applies to releases 8.0 and higher) svyset [pweight=perwt02f], strata(varstr) psu(varpsu) svymean totexp02, subpop(children) Note: The subpop statement in this example generates estimates for children under 18 only (where children is a constructed variable set equal to 1 for persons under 18 and set equal to 0 for all other persons). SPSS csplan analysis /plan file=’filename’ /planvars analysisweight=perwt02f /design strata=varstr cluster=varpsu /estimator type=wr. csdescriptives /plan file=’filename’
  • 30.
  • 32.
  • 33.
  • 34.
  • 36. MEPS Analysis Example • Parental Mental Health and Child Healthcare Utilization • Objective: to show the association between parental mental health (MH) status and • pediatric healthcare utilization patterns • access to care measures
  • 37. Methods • Data source: MEPS HC, 1996-99 • Inclusion criteria • 0-18 years old • <1 parent in MEPS
  • 38. Methods: Conceptual Model # of parents with MH dx healthcare-utilization variables access-to-care variables child’s demographics child’s chronic illness year parent’s education
  • 39. Methods: Conceptual Model # of parents with MH dx healthcare-utilization variables access-to-care variables child’s demographics child’s chronic illness year parent’s education Parent’s Full Year File Parent’s Medical Conditions File Child’s Full Year File Child’s Visit Files MEPS File Source:
  • 40. Methods • Outcome measures: • Utilization variables • Access-to-care variables •changed providers •any difficulty obtaining usual care •ED/Inpatient visits •WCC visits • Total healthcare expenditures
  • 41. Methods • Primary independent variable: number of parents at home with a MH diagnosis (ICD-9 code 291-314)
  • 42. Methods • Other independent variables: • Child’s • Year • Parent’s education •age •urbanicity •income •gender •census region •insurance •race/ethnicity •family size •chronic illness
  • 43. Methods: Analysis • Bivariate analyses • Logistic regression: to determine associations between primary independent variable and • healthcare-utilization variables • access-to-care variables
  • 44. Results • 31,062 children in 1996-99 weighted estimate of 76 million children/year • 18% (13 million) with ≥ 1 parent with a MH diagnosis • 89% (12 million) with 1 parent with MH diagnosis • 11% (1.5 million) with 2 parents with MH diagnosis
  • 45. Results: Bivariate Significant Association Between Parents’ MH and Both ER Visits and Hospitalizations 11.7 2.8 40.1 14.6 3.4 40.2 15.0 5.0 38.6 0 5 10 15 20 25 30 35 40 45 ER Visit Hosp WCC %WithVisit 0 Parents with MH Diagnosis 1 Parent with MH Diagnosis 2 Parents with MH Diagnosis
  • 46. Results: Bivariate Association Between Child’s Mean Total Expenditures and Parent’s MH $744 $935 $1,817 $0 $400 $800 $1,200 $1,600 $2,000 0 Parents with MH Diagnosis 1 Parent with MH Diagnosis 2 Parents with MH Diagnosis TotalChildHealthcareExpenditures
  • 47. Regression Results Increased Acute Care Visits and Expenditures # Parents with MH Diagnosis (referent = 0) 1 Parent 2 Parents Had WCC visit 1.06 (0.95, 1.19) 0.99 (0.77, 1.27) Had ER/Hosp visit 1.22 (1.08, 1.36) 1.32 (1.05, 1.67) Had health expenditures 1.34 (1.17, 1.54) 1.67 (1.13, 2.45)
  • 48. Conclusions • Parent’s MH diagnoses associated with child’s • costlier patterns of health care utilization • higher overall healthcare costs

Editor's Notes

  1. The title of this talk is Data Analysis in MEPS.
  2. The Agency for Healthcare Research and Quality (AHRQ), formerly called the Agency for Health Care Policy and Research, began fielding MEPS in March 1996. AHRQ conducts MEPS in conjunction with the National Center for Health Statistics (NCHS)
  3. Helpful overview screen
  4. Helpful overview screen
  5. The Medical Expenditure Panel Survey (MEPS) is a vital  resource designed to continually provide policymakers, health care administrators, businesses, and others with timely, comprehensive information about health care use and costs in the United States, and to improve the accuracy of their economic projections. MEPS is designed to help understand how the dramatic growth of managed care, changes in private health insurance, and other dynamics of today&amp;apos;s market-driven health care delivery system have affected, and are likely to affect, the kinds, amounts, and costs of health care that Americans use. MEPS also is necessary for projecting who benefits from, and who bears the cost of, changes to existing health policy and the creation of new policies.
  6. MEPS is designed to help understand how the dramatic growth of managed care, changes in private health insurance, and other dynamics of today&amp;apos;s market-driven health care delivery system have affected, and are likely to affect, the kinds, amounts, and costs of health care that Americans use.
  7. MEPS also is necessary for projecting who benefits from, and who bears the cost of, changes to existing health policy and the creation of new policies.
  8. MEPS collects data on the specific health services that Americans use, how frequently they use them, the cost of these services, and how they are paid for, as well as data on the cost, scope, and breadth of private health insurance held by and available to the U.S. population.
  9. MEPS is unparalleled for the degree of detail in its data, as well as its ability to link data on health services spending and health insurance to the demographic, employment, economic, health status, and other characteristics of survey respondents. Moreover, MEPS is the only national survey that provides a foundation for estimating the impact of changes in sources of payment and insurance coverage on different economic groups or special populations of interest, such as the poor, elderly, families, veterans, the uninsured, and racial and ethnic minorities.
  10. MEPS has 2 major components; only the data files for the HC are available on-line. The rest of this talk will focus on the HC.
  11. The HC collects data on  a sample of families and  individuals across the Nation, drawn from a nationally representative subsample of households that participated in the prior year&amp;apos;s NCHS National Health Interview Survey. The objective is to produce annual estimates for a variety of measures of health status, health insurance coverage, health care use and expenditures, and sources of payment for health services. These data are particularly important because statisticians and researchers use them to generalize to people in the civilian noninstitutionalized population of the United States, as well as to conduct research in which the family is the unit of analysis. The MEPS-HC sampling reflects an oversampling of blacks and Hispanics. In certain years MEPS over samples additional policy relevant subgroups. This design allows linkage back to the previous years NHIS for analytic purposes.
  12. At each interview the MEPS-HC collects detailed data on Demographic Characteristics--including age, race/ethnicity, sex marital status and family relationships. Charges and Payments--by payer source. Health Status--including overall physical and mental health status, activity and functional limitations. Utilization--MEPS collects data about all hospital (emergency room, inpatient and outpatient events), physician services, home health care, and prescribed medicines. Employment--for all persons 16+ for each job (including retirement jobs): employment status, roster of all jobs, hours worked, job tenure, wages, types of business, whether health insurance was offered. Health Insurance--both private and public health insurance status throughout the reference period and for each month, who the policy holder is, the source of coverage (employer sponsored or privately purchased) who is covered whether or not it is an HMO, type of plan (self or family coverage). Availability of coverage from employer is ascertained, and if health insurance was available from the employer, whether or not the person elected coverage.
  13. The HC uses an overlapping panel design, where each year, a new panel starts. Data are collected at person and household levels in a series of five in-person interviews over the course of a two and a half year period of time using computer-assisted personal interviewing (CAPI) to collect two full years of data. All data for a household is reported by a single household respondent. At each interview the questionnaire collects information about each household member, and the survey builds on this information from interview to interview. Each of the five household interviews takes on average 90 minutes to conduct.
  14. Why is this important? Researchers may need to consider pooling years of data to obtain adequate sample sizes for certain types of subpopulation analysis. As a rule of thumb, 100 unweighted cases are needed to support national estimates.
  15. To access data.
  16. At this point, you can explore data in two ways. One is via the public use files, or PUFs, which you can download and analyze offline. The other is through MEPSnet, which allows you to analyze certain variables online.
  17. Here is an example of a simple query in MEPSnet, for children under age 6. You can see that the standard error is large, especially for the “low income” group, which only has 277 unweighted subjects.
  18. Using the total population shrinks your standard error.
  19. To access data.
  20. Getting back to our data selection slide, let’s now look at the types of data files available.
  21. Our data source was the MEPS HC. We included all children in the 1996-1999 MEPS surveys who were 0-18 years old and who had at least one parent with data in MEPS. We explored looking at the subset of children with asthma, but did not have sufficient sample size for subgroup analyses.
  22. Here’s the conceptual model of our Logistic regression used to determine associations between our primary independent variable and both healthcare-utilization and access-to-care variables.
  23. Here are the three different file types we used for
  24. Our outcome measures included utilization variables and access-to-care variables. We combined ED and hospital visits because of insufficient numbers to analyze these outcomes separately—if a child had visited the ED and/or had been discharged from the hospital during the year, they were considered to have had at least one ED/IP visit. Well-child-care visits were determined based on the visit category and ICD-9 codes for WCC. Each of these variables—ED/IP and WCC—is dichotomized to “at least one visit” and “no visits”. Total expenditures were evaluated dichotomously, based on whether or not the child had any health expenditures for the year. Access to care variables were dichotomous, and included questions regarding whether the child had a usual source of care (USC), whether the child has changed providers during the year, whether the child seeks their USC for a new health problem, whether the child seeks their USC for preventive health care, and whether the child had any difficulty obtaining usual care.
  25. Our primary independent variable was the number of parents at home with a MH diagnosis, defined by the ICD-9 codes shown. In MEPS, the diagnosis is based on report by the household member responding to the survey. For our second set of analyses, based on the subgroup of children who had at least one parent with a MH diagnosis, our primary independent variable indicated whether at least one mentally ill parent had not seen a healthcare provider for their MH diagnosis. We defined an “untreated” parent as one with a MH diagnosis who answered “no” to the question “have you ever seen a doctor or other medical person about this condition?” in all five rounds of their MEPS involvement. If, for example, a child had two mentally-ill parents and only one had seen a provider for treatment, the primary independent variable would indicate an untreated parent.
  26. Other independent variables included the child’s demographics and the presence of a chronic illness in the child, as well as the study year. We also included parental education, using mom’s education level if the child had 2 parents in MEPS.
  27. We used Univariate analyses and Logistic regression to determine associations between our primary independent variable and both healthcare-utilization and access-to-care variables.
  28. MEPS contains a total of 31,052 children from years 1996-99 who met our inclusion criteria. This yields a weighted sample size of 76 million children a year. Of these, 18% had at least one parent with a MH diagnosis. Of those 18%, 89% had 1 parent and 11% had 2 parents with a MH diagnosis.
  29. The univariate analysis showed that the presence of at least one parent with a MH diagnosis was associated with having had an ER visit or a Hospitalization. We found no significant association between the parent’s MH and the child’s WCC visits.
  30. The number of parents with MH diagnoses was associated with the child’s total healthcare expenditures, with all 3 pairwise t-test comparisons significant between groups.
  31. The child’s ED/inpatient utilization was increased by having one parent with a MH diagnosis, as was the probability that the child had had healthcare expenditures. For both, the point estimate was higher if both parents had MH diagnoses. We found no association between parental MH diagnoses and WCC visits. The finding of increased acute care utilization and no change in WCC visits is consistent with the findings of our previously-mentioned lit review.
  32. In this nationally-representative sample, we found a high prevalence of children with at least one parent with a MH diagnosis. Children with mentally ill parents had higher utilization of costlier forms of healthcare—using more ED and inpatient services—and incurred higher health care expenditures, than did children of parents without mental illness. Parents with MH diagnoses reported greater barriers to accessing primary care, specifically, difficulty in finding and staying with a USC for their child.