*This program reads the 1998 National Health Interview Survey 1998 injepsod Data File *Note: This program is distributed under the GNU GPL. See end of *this file and http://www.gnu.org/licenses/ for details. *by Jean Roth Mon Jul 2 15:42:38 EDT 2007 *Please report errors to jroth@nber.org *Change output file name/location as desired. *Change the input file location as needed. *If you have trouble running this program, *then try opening a new syntax file & type this command: *INCLUDE "c:\nhis1998_injepsod.sps". *and choose to RUN ALL file handle nhis1998_injepsod /name="c:\homes\data\nhis\ftp.cdc.gov\pub\Health_Statistics\NCHS\Datasets\NHIS\1998\injepsod.dat" . data list file=nhis1998_injepsod / rectype 1-2 srvy_yr 3-6 hhx 7-12 (a) fmx 13-14 (a) px 15-16 (a) injepno 17-17 (a) ijdate_m 18-19 day 20-21 ijdate_y 22-25 rpckdm 26-27 caus 28 ecaus 29-30 mvwho 31 mvtyp 32-33 sbelt 34 helmt 35 mvhit 36-37 burn 38-39 water 40 fall_1 41-42 fall_2 43-44 fall1 45 fall2 46 fall3 47 fall4 48 fall5 49 fall6 50 fall7 51 fall8 52 fall9 53 fall10 54 fall11 55 fall12 56 fall13 57 fall14 58 fwhy 59 guntp 60 what_1 61-62 what_2 63-64 what1 65 what2 66 what3 67 what4 68 what5 69 what6 70 what7 71 what8 72 what9 73 what10 74 what11 75 wher_1 76-77 wher_2 78-79 wher1 80 wher2 81 wher3 82 wher4 83 wher5 84 wher6 85 wher7 86 wher8 87 wher9 88 wher10 89 wher11 90 wher12 91 wher13 92 wher14 93 wher15 94 wher16 95 wher17 96 wher18 97 ihosp 98 ihno 99-100 wkls 101 scls 102 ijadl 103 limtm 104 ijiad 105 hlimt 106 icd9_1 107-111 (a) icd9_2 112-116 (a) icd9_3 117-121 (a) icd9_4 122-126 (a) ecode_1 127-131 (a) ecode_2 132-136 (a) ecode_3 137-141 (a) wtfa 142-147 . * See the codebook for more detailed variable descriptions. variable labels rectype "Record Type" srvy_yr "Survey Year" hhx "Household Serial Number" fmx "Family Serial Number" injepno "Injury episode number" ijdate_m "Month of injury" day "Day of week of injury" ijdate_y "Year of injury" rpckdm "Time between interview and injury date" caus "Cause of injury" ecaus "Cause of injury based on E codes" mvwho "Injured as a driver; pass; rider; or p" mvtyp "Type of vehicle injured person was in" sbelt "Wearing sbelt/in cseat attot accident" helmt "Wearing helmet at time of accident" mvhit "Type of vehicle striking pedestrian" burn "Cause of burn/scald" water "Body of water involved in injury" fall_1 "How person fell (1st response)" fall_2 "How person fell (2nd response)" fall1 "Fell on or down escalator" fall2 "Fell on or down stairs or steps" fall3 "Fell on floor/ground level" fall4 "Fell on or down from curb/sidewalk" fall5 "Fell on or from ladder or scaffolding" fall6 "Fell on or from playground equipment" fall7 "Fell from building or other structure" fall8 "Fell from chair/bed/other furniture" fall9 "Fell from tree" fall10 "Fell from toilet; commode" fall11 "Fell in bathtub; shower" fall12 "Fell into swimming pool" fall13 "Fell into hole or other opening" fall14 "Fell: other" fwhy "Cause of fall" guntp "Kind of gun causing injury" what_1 "Activity when injured (1st response)" what_2 "Activity when injured (2nd response)" what1 "Driving" what2 "Working at paid job" what3 "Working around the house or yard" what4 "Attending school" what5 "Unpaid work (housework; volunteer)" what6 "Sports (organized team or individual)" what7 "Leisure activity (excluding sports)" what8 "Sleeping; resting; eating; drinking" what9 "Cooking" what10 "Hands on care from other person" what11 "Other" wher_1 "Place injured (1st response)" wher_2 "Place injured (2nd response)" wher1 "Home (inside)" wher2 "Home (outside)" wher3 "School (not residential)" wher4 "Child care center or preschool" wher5 "Residential institution (excl. hospita" wher6 "Health care facility (incl. hospital)" wher7 "Street/highway" wher8 "Parking lot" wher9 "Sport facility; athletic field; playgn" wher10 "Trade and service areas" wher11 "Farm" wher12 "Park/recreation area" wher13 "River/lake/stream/ocean" wher14 "Swimming pool" wher15 "Industrial or construction area" wher16 "Mine or quarry" wher17 "Other public building" wher18 "Other" ihosp "Hospitalized for injury/injuries" ihno "Number of nights hospitalized" wkls "Days absent from work" scls "Days absent from school" ijadl "Need help with personal care needs" limtm "Help with personal care needs for 6 mo" ijiad "Need help with routine needs" hlimt "Need help with routine needs for 6 mo+" icd9_1 "ICD-9-CM diagnosis code" icd9_2 "ICD-9-CM diagnosis code" icd9_3 "ICD-9-CM diagnosis code" icd9_4 "ICD-9-CM diagnosis code" ecode_1 "ICD-9-CM External cause code" ecode_2 "ICD-9-CM External cause code" ecode_3 "ICD-9-CM External cause code" wtfa "Weight - Final Annual" . value labels rectype 70 "Injury Episode" /srvy_yr 1998 "1998" /injepno "1" "First injury episode" "2" "Second injury episode" "3" "Third injury episode" "4" "Fourth injury episode" /ijdate_m 01 "January" 02 "February" 03 "March" 04 "April" 05 "May" 06 "June" 07 "July" 08 "August" 09 "September" 10 "October" 11 "November" 12 "December" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /day 01 "Sunday" 02 "Monday" 03 "Tuesday" 04 "Wednesday" 05 "Thursday" 06 "Friday" 07 "Saturday" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /ijdate_y 1997 "1997" 1998 "1998" 1999 "1999" 9997 "Refused" 9998 "Not ascertained" 9999 "Don't know" /rpckdm 92 "92-104 days" 93 "Same month as interview" 94 "Month before month of interview" 95 "2 months before month of interview" 96 "3 or 4 months before month of interview" 98 "Not ascertained" /caus 1 "Vehicle as transportation (see Notes below)" 2 "Gun/being shot" 3 "Fire/burn/scald related" 4 "Near drowning/water in lungs" 5 "Fall" 6 "Other" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ecaus 01 "Transportation (see Notes below)" 02 "Fire/burn/scald related" 03 "Fall" 04 "Overexertion/strenuous movements" 05 "Struck by object or person" 06 "Animal or insect bite" 07 "Cut/pierce" 08 "Machinery" 09 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /mvwho 1 "Driver of a vehicle" 2 "Passenger in a vehicle" 3 "Bicycle rider" 4 "Pedestrian" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /mvtyp 01 "Passenger car" 02 "Light truck (pickups; vans; utility vehicles)" 03 "Bus" 04 "Large truck" 05 "Motorcycles (including mopeds; minibikes)" 06 "All terrain vehicle or ski/snow-mobile" 07 "Farm equipment (tractor)" 08 "Airplane" 09 "Boat" 10 "Train" 11 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /sbelt 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /helmt 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /mvhit 01 "Passenger car" 02 "Light truck (pickups; vans; utility vehicles)" 03 "Bus" 04 "Large truck" 05 "Motorcycle (including mopeds; minibikes)" 06 "All terrain vehicle or ski or snow-mobile" 07 "Farm equipment (tractor)" 08 "Bicycle" 09 "Train" 10 "Boat (includes all on water vehicles)" 11 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /burn 01 "Cigarette; cigar; pipe" 02 "Cooking unit" 03 "Heater" 04 "Wiring" 05 "Motor vehicle battery caps; radiator caps" 06 "Fireworks" 07 "Other explosive" 08 "Water or steam" 09 "Food" 10 "Chemicals" 11 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /water 1 "Bathtub" 2 "Swimming pool" 3 "Lake; pond" 4 "Bay; ocean; sea" 5 "River; creek" 6 "Other" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall_1 01 "Escalator" 02 "Stairs or steps" 03 "Floor/level ground" 04 "Curb; including sidewalk" 05 "Ladder or scaffolding" 06 "Playground equipment" 07 "Building or other structure" 08 "Chair; bed; sofa; other furniture" 09 "Tree" 10 "Toilet; commode" 11 "Bathtub; shower" 12 "Swimming pool" 13 "Hole or other opening" 14 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /fall_2 00 "No second response" 01 "Escalator" 02 "Stairs or steps" 03 "Floor/level ground" 04 "Curb; including sidewalk" 05 "Ladder or scaffolding" 06 "Playground equipment" 07 "Building or other structure" 08 "Chair; bed; sofa; other furniture" 09 "Tree" 10 "Toilet; commode" 11 "Bathtub; shower" 12 "Swimming pool" 13 "Hole or other opening" 14 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /fall1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall12 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall13 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fall14 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /fwhy 1 "Slipping; tripping; or stumbling" 2 "Jumping or diving" 3 "Collision with/pushing; shoving by other person" 4 "Loss of balance/dizziness/fainting/seizure" 5 "Something else" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /guntp 1 "Firearm (handgun; shotgun; rifle)" 2 "BB or pellet gun" 3 "Dart gun" 4 "Other" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what_1 01 "Driving" 02 "Working at paid job" 03 "Working around house/yard" 04 "Attending school" 05 "Unpaid work" 06 "Sports" 07 "Leisure activity" 08 "Sleeping; resting; eating; drinking" 09 "Cooking" 10 "Being cared for" 11 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /what_2 00 "No second response" 01 "Driving" 02 "Working at paid job" 03 "Working around house/yard" 04 "Attending school" 05 "Unpaid work" 06 "Sports" 07 "Leisure activity" 08 "Sleeping; resting; eating; drinking" 09 "Cooking" 10 "Being cared for" 11 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /what1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /what11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher_1 01 "Inside home" 02 "Outside home" 03 "School" 04 "Child care center/preschool" 05 "Residential institution" 06 "Health care facility" 07 "Street/highway" 08 "Parking lot" 09 "Sport facility; ath field; playground" 10 "Trade and service areas" 11 "Farm" 12 "Park/recreation area" 13 "River/lake/stream/ocean" 14 "Swimming pool" 15 "Industrial or construction area" 16 "Mine/quarry" 17 "Other public building" 18 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /wher_2 00 "No second response" 01 "Inside home" 02 "Outside home" 03 "School" 04 "Child care center/preschool" 05 "Residential institution" 06 "Health care facility" 07 "Street/highway" 08 "Parking lot" 09 "Sport facility; ath field; playground" 10 "Trade and service areas" 11 "Farm" 12 "Park/recreation area" 13 "River/lake/stream/ocean" 14 "Swimming pool" 15 "Industrial or construction area" 16 "Mine/quarry" 17 "Other public building" 18 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /wher1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher12 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher13 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher14 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher15 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher16 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher17 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wher18 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ihosp 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ihno 95 "95+ nights" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /wkls 0 "None" 1 "Less than 1 day" 2 "1 to 5 days" 3 "Six or more days" 6 "Not employed at the time of the injury" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /scls 0 "None" 1 "Less than 1 day" 2 "One to five days" 3 "Six or more days" 6 "Not in school at the time of the injury" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijadl 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /limtm 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijiad 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /hlimt 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /icd9_1 "99998" "Not ascertained" /icd9_2 "99998" "Not ascertained" " " Not in Universe" /icd9_3 "99998" "Not ascertained" " " Not in Universe" /icd9_4 "99998" "Not ascertained" " " Not in Universe" /ecode_1 "99998" "Not ascertained" /ecode_2 "99998" "Not ascertained" " " Not in Universe" /ecode_3 "99998" "Not ascertained" " " Not in Universe" . list. execute. save outfile = 'c:\nhis1998_injepsod.sav'. *Copyright 2007 shared by the National Bureau of Economic Research and Jean Roth * *National Bureau of Economic Research. *1050 Massachusetts Avenue *Cambridge, MA 02138 *jroth@nber.org * *This program and all programs referenced in it are free software. You *can redistribute the program or modify it under the terms of the GNU *General Public License as published by the Free Software Foundation; *either version 2 of the License, or (at your option) any later version. * *This program is distributed in the hope that it will be useful, *but WITHOUT ANY WARRANTY; without even the implied warranty of *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *GNU General Public License for more details. * *You should have received a copy of the GNU General Public License *along with this program; if not, write to the Free Software *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *USA.