/*****************************************************************************/ /* SPSS User Files are being provided for the convenience of analysts who */ /* may wish to use SPSS to analyze the MEPS data. However, users are */ /* cautioned that SPSS does not currently have the capability to produce */ /* appropriate standard errors for estimates from a survey with a complex */ /* sample design like the Medical Expenditure Panel Survey (MEPS). The */ /* annual national probability sample of households selected for the MEPS */ /* is a subsample of those participating in the National Health Interview */ /* Survey (NHIS) for the previous calendar year. The NHIS, an ongoing */ /* general health survey of the civilian noninstitutionalized population, */ /* is conducted by the National Center for Health Statistics, Centers for */ /* Disease Control and Prevention. The NHIS sample design, and thus that */ /* of the MEPS, uses complex sampling techniques including */ /* stratification, clustering, and differential sampling rates for the */ /* oversampling of selected subgroups of the population. Because of this */ /* sampling structure, software that accounts for this complex sample */ /* design must be used. Without the use of appropriate software that */ /* accounts for the complex sample design of the MEPS in conjunction with */ /* the survey's sampling weights (reflecting the survey's sample */ /* selection probabilities and nonresponse and other adjustments), the */ /* estimated standard errors of survey point estimates will generally be */ /* underestimated, and, thus, the inferential conclusions in an analysis */ /* (descriptive or analytical) may be misleading. It is recommended that */ /* sample survey software be used to analyze the MEPS data. Software for */ /* analysis of complex survey data include, for example, SUDAAN (Research */ /* Triangle Institute), STATA (Stata Corporation), VPLX (U.S. Bureau of */ /* the Census), and WESVAR (Westat, Inc.). A more comprehensive summary */ /* of software for the analysis of data from surveys with complex sample */ /* designs can be accessed through the website for the American */ /* Statistical Association's Survey Research Methods Section. Users may */ /* also reference the Agency for Healthcare Research and Quality (AHRQ) */ /* web document "Computing Standard Errors for Medical Expenditure Panel */ /* Survey (MEPS) Estimates." */ /*****************************************************************************/ DATA LIST FILE="H110C.DAT" / DUID 1-5 PID 6-8 DUPERSID 9-16 (A) EVNTIDX 17-28 (A) EVENTRN 29-29 FFEEIDX 30-41 (A) PANEL 42-43 OMTYPEX 44-45 OMTYPE 46-47 OMOTHOX 48-72 (A) OMOTHOS 73-97 (A) FFOMTYPE 98-99 FFBEF07 100-101 OMSF07X 102-109 (2) OMMR07X 110-116 (2) OMMD07X 117-124 (2) OMPV07X 125-132 (2) OMVA07X 133-139 (2) OMTR07X 140-146 (2) OMOF07X 147-152 (2) OMSL07X 153-159 (2) OMWC07X 160-166 (2) OMOR07X 167-172 (2) OMOU07X 173-178 (2) OMOT07X 179-185 (2) OMXP07X 186-193 (2) OMTC07X 194-201 (2) IMPFLAG 202-202 PERWT07F 203-214 (6) VARSTR 215-218 VARPSU 219-219 . VARIABLE LABEL DUID 'DWELLING UNIT ID' PID 'PERSON NUMBER' DUPERSID 'PERSON ID (DUID + PID)' EVNTIDX 'EVENT ID' EVENTRN 'EVENT ROUND NUMBER' FFEEIDX 'FLAT FEE ID' PANEL 'PANEL NUMBER' OMTYPEX 'OTHER MEDICAL EXPENSE TYPE - EDITED' OMTYPE 'OTHER MEDICAL EXPENSE TYPE' OMOTHOX 'OMTYPE OTHER SPECIFY - EDITED' OMOTHOS 'OMTYPE OTHER SPECIFY' FFOMTYPE 'FLAT FEE BUNDLE' FFBEF07 'TOTAL # OF VISITS IN FF BEFORE 2007' OMSF07X 'AMOUNT PAID, FAMILY (IMPUTED)' OMMR07X 'AMOUNT PAID, MEDICARE (IMPUTED)' OMMD07X 'AMOUNT PAID, MEDICAID (IMPUTED)' OMPV07X 'AMOUNT PAID, PRIVATE INSURANCE (IMPUTED)' OMVA07X 'AMOUNT PAID, VETERANS (IMPUTED)' OMTR07X 'AMOUNT PAID, TRICARE/CHAMPVA (IMPUTED)' OMOF07X 'AMOUNT PAID, OTHER FEDERAL (IMPUTED)' OMSL07X 'AMOUNT PAID, STATE & LOCAL GOV (IMPUTED)' OMWC07X 'AMOUNT PAID, WORKERS COMP (IMPUTED)' OMOR07X 'AMOUNT PAID, OTHER PRIVATE (IMPUTED)' OMOU07X 'AMOUNT PAID, OTHER PUBLIC (IMPUTED)' OMOT07X 'AMOUNT PAID, OTHER INSURANCE (IMPUTED)' OMXP07X 'SUM OF OMSF07X-OMOT07X (IMPUTED)' OMTC07X 'HHLD REPORTED TOTAL CHARGE (IMPUTED)' IMPFLAG 'IMPUTATION STATUS' PERWT07F 'EXPENDITURE FILE PERSON WEIGHT, 2007' VARSTR 'VARIANCE ESTIMATION STRATUM, 2007' VARPSU 'VARIANCE ESTIMATION PSU, 2007' . VALUE LABELS EVENTRN 1 'ROUND 1' 2 'ROUND 2' 3 'ROUND 3' 4 'ROUND 4' 5 'ROUND 5' / FFBEF07 -1 '-1 INAPPLICABLE' -7 '-7 REFUSED' -8 '-8 DK' -9 '-9 NOT ASCERTAINED' 0 '0' 1 '1' / FFOMTYPE -1 '-1 INAPPLICABLE' -7 '-7 REFUSED' -8 '-8 DK' -9 '-9 NOT ASCERTAINED' 1 '1 FLAT FEE STEM' 2 '2 FLAT FEE LEAF' / IMPFLAG -1 '-1 INAPPLICABLE' 0 '0 NOT ELIGIBLE FOR IMPUTATION' 1 '1 COMPLETE HC DATA' 2 '2 COMPLETE MPC DATA' 3 '3 FULLY IMPUTED' 4 '4 PARTIALLY IMPUTED' 5 '5 CAPITATION IMPUTATION' / OMMD07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMMR07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMOF07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMOR07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMOT07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMOU07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMPV07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMSF07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMSL07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMTC07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMTR07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMTYPE -1 '-1 INAPPLICABLE' -7 '-7 REFUSED' -8 '-8 DK' -9 '-9 NOT ASCERTAINED' 1 '1 GLASSES OR CONTACT LENSES' 10 '10 DISPOSABLE SUPPLIES' 11 '11 ALTERATIONS/MODIFICATIONS' 4 '4 AMBULANCE SERVICES' 5 '5 ORTHOPEDIC ITEMS' 6 '6 HEARING DEVICES' 7 '7 PROSTHESIS' 8 '8 BATHROOM AIDS' 9 '9 MEDICAL EQUIPMENT' 91 '91 OTHER' / OMTYPEX -1 '-1 INAPPLICABLE' -7 '-7 REFUSED' -8 '-8 DK' -9 '-9 NOT ASCERTAINED' 1 '1 GLASSES OR CONTACT LENSES' 10 '10 DISPOSABLE SUPPLIES' 11 '11 ALTERATIONS/MODIFICATIONS' 4 '4 AMBULANCE SERVICES' 5 '5 ORTHOPEDIC ITEMS' 6 '6 HEARING DEVICES' 7 '7 PROSTHESIS' 8 '8 BATHROOM AIDS' 9 '9 MEDICAL EQUIPMENT' 91 '91 OTHER' / OMVA07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMWC07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / OMXP07X -1 '-1 INAPPLICABLE' -9 '-9 NOT ASCERTAINED' 0 '0' / PANEL 11 'PANEL 11' 12 'PANEL 12' . EXECUTE.