*This program reads the 2000 National Health Interview Survey 2000 injpoiep 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:43:49 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:\nhis2000_injpoiep.sps". *and choose to RUN ALL file handle nhis2000_injpoiep /name="c:\homes\data\nhis\ftp.cdc.gov\pub\Health_Statistics\NCHS\Datasets\NHIS\2000\injpoiep.dat" . data list file=nhis2000_injpoiep / rectype 1-2 srvy_yr 3-6 hhx 7-12 (a) fmx 13-14 (a) px 15-16 (a) ipepno 17-18 (a) ijdate_m 19-20 day 21-22 ijdate_y 23-26 rpckdm 27-28 ijmed_2 29 ijmed_3 30 ijmed_4 31 ijmed_5 32 ijmed_6 33 ijmed_7 34 ihno 35-36 causnew 37-38 ecausnew 39-40 mvwho 41 mvtyp 42-43 sbelt 44 helmt 45 mvhit 46-47 burn 48-49 fallnew1 50-51 fallnew2 52-53 falln1 54 falln2 55 falln3 56 falln4 57 falln5 58 falln6 59 falln7 60 falln8 61 falln9 62 falln10 63 fwhy 64 animal 65-66 poitp 67-68 what_1 69-70 what_2 71-72 what1 73 what2 74 what3 75 what4 76 what5 77 what6 78 what7 79 what8 80 what9 81 what10 82 what11 83 whernew1 84-85 whernew2 86-87 whern1 88 whern2 89 whern3 90 whern4 91 whern5 92 whern6 93 whern7 94 whern8 95 whern9 96 whern10 97 whern11 98 whern12 99 whern13 100 whern14 101 whern15 102 whern16 103 wkls 104 scls 105 ijadl 106 limtm 107 ijiad 108 hlimt 109 icd9_1 110-114 (a) icd9_2 115-119 (a) icd9_3 120-124 (a) icd9_4 125-129 (a) ecode_1 130-134 (a) ecode_2 135-139 (a) ecode_3 140-144 (a) wtfa 145-150 . * 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" ipepno "Number of injury/poisoning" ijdate_m "Month of injury or poisoning" day "Day of week of injury/poisoning" ijdate_y "Year of injury or poisoning" rpckdm "Time between interview and I/P dates" ijmed_2 "Phone call to doctor" ijmed_3 "Phone call to poison control center" ijmed_4 "Visit to doctor's office" ijmed_5 "Visit to clinic/outpatient dept" ijmed_6 "Visit to emergency department" ijmed_7 "Visit to hospital" ihno "Number of nights hospitalized" causnew "Cause of injury/poisoning episode" ecausnew "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" fallnew1 "How person fell (1st response)" fallnew2 "How person fell (2nd response)" falln1 "Fell down stairs; steps; escalator" falln2 "Fell on floor/level ground" falln3 "Fell on or down from curb/sidewalk" falln4 "Fell on or from ladder or scaffolding" falln5 "Fell on or from playground equipment" falln6 "Fell from building or other structure" falln7 "Fell from chair/bed/sofa/other furnitu" falln8 "Fell from bathtub/shower/toilet/commod" falln9 "Fell into hole or other opening" falln10 "Fell: other" fwhy "Cause of fall" animal "Kind of animal or insect bite" poitp "Cause of poisoning" what_1 "Activity when injured/poisoned(1st res" what_2 "Activity when injured/poisoned(2nd res" what1 "Driving or riding in motor vehicle" 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" whernew1 "Place injured/poisoned (1st response)" whernew2 "Place injured/poisoned (2nd response)" whern1 "Home (inside)" whern2 "Home (outside)" whern3 "School (not residential)" whern4 "Child care center or preschool" whern5 "Residential institution (excl. hospita" whern6 "Health care facility (incl. hospital)" whern7 "Street/highway" whern8 "Parking lot" whern9 "Sport facility; athletic field; playgn" whern10 "Trade and service areas" whern11 "Farm" whern12 "Park/recreation area" whern13 "River/lake/stream/ocean" whern14 "Industrial or construction area" whern15 "Other public building" whern16 "Other" 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/Poisoning Episode" /srvy_yr 2000 "2000" /ipepno "01" "First injury or poisoning" "02" "Second injury or poisoning" "03" "Third injury or poisoning" "04" "Fourth injury or poisoning" "05" "Fifth injury or poisoning" "06" "Sixth injury or poisoning" "07" "Seventh injury or poisoning" "08" "Eighth injury or poisoning" "09" "Ninth injury or poisoning" "10" "Tenth injury or poisoning" /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 1999 "1999" 2000 "2000" 2001 "2001" 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" /ijmed_2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijmed_3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijmed_4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijmed_5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijmed_6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ijmed_7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /ihno 95 "95+ nights" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /causnew 01 "Transportation (see Notes below)" 02 "Fire/burn/scald related" 03 "Fall" 04 "Poisoning" 05 "Overexertion/strenuous movements" 06 "Struck by object or person" 07 "Animal or insect bite" 08 "Cut/pierce" 09 "Machinery" 10 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /ecausnew 01 "Transportation (see Notes below)" 02 "Fire/burn/scald related" 03 "Fall" 04 "Poisoning" 05 "Overexertion/strenuous movements" 06 "Struck by object or person" 07 "Animal or insect bite" 08 "Cut/pierce" 09 "Machinery" 10 "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" /fallnew1 01 "Stairs; steps; escalator" 02 "Floor/level ground" 03 "Curb; including sidewalk" 04 "Ladder or scaffolding" 05 "Playground equipment" 06 "Building or other structure" 07 "Chair; bed; sofa; other furniture" 08 "Bathtub; shower; toilet; commode" 09 "Hole or other opening" 10 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /fallnew2 00 "No second response" 01 "Stairs; steps; escalator" 02 "Floor/level ground" 03 "Curb; including sidewalk" 04 "Ladder or scaffolding" 05 "Playground equipment" 06 "Building or other structure" 07 "Chair; bed; sofa; other furniture" 08 "Bathtub; shower; toilet; commode" 09 "Hole or other opening" 10 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /falln1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /falln10 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" /animal 01 "Dog" 02 "Cat" 03 "Poisonous snake/reptile" 04 "Nonpoisonous snake/reptile" 05 "Unknown snake/reptile" 06 "Poisonous insect" 07 "Nonpoisonous insect" 08 "Unknown insect" 09 "Rodent" 10 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /poitp 01 "A drug or med substance used mistakenly/od" 02 "A harmful or toxic solid or liquid substance" 03 "Inhaling gases or vapors" 04 "Eating poisonous plant/substance" 05 "A venomous animal or plant" 06 "Food poisoning" 07 "Allergic reaction" 08 "Something else" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /what_1 01 "Driving/riding in motor vehicle" 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/riding in motor vehicle" 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" /whernew1 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 "Industrial or construction area" 15 "Other public building" 16 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /whernew2 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 "Industrial or construction area" 15 "Other public building" 16 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" /whern1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern12 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern13 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern14 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern15 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /whern16 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /wkls 1 "Not employed at the time" 2 "None" 3 "Less than 1 day" 4 "One to five days" 5 "Six or more days" 7 "Refused" 8 "Not ascertained" 9 "Don't know" /scls 1 "Not in school at the time" 2 "None" 3 "Less than 1 day" 4 "One to five days" 5 "Six or more days" 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:\nhis2000_injpoiep.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.