infile dictionary { *This program reads the 2003 National Health Interview Survey 2003 injpoiep Data File *by Jean Roth Mon Jul 2 15:44:55 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2003_injpoiep *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(1 ) byte rectype %2f "Record Type" _column(3 ) int srvy_yr %4f "Survey Year" _column(7 ) str6 hhx %6s "Household Serial Number" _column(13 ) str2 fmx %2s "Family Serial Number" _column(15 ) str2 px %2s _column(17 ) str2 ipepno %2s "Number of injury/poisoning" _column(19 ) byte ijdate_m %2f "Month of injury or poisoning" _column(21 ) byte day %2f "Day of week of injury/poisoning" _column(23 ) int ijdate_y %4f "Year of injury or poisoning" _column(27 ) byte rpckdm %2f "Time between interview and I/P dates" _column(29 ) byte ijmed_2 %1f "Phone call to doctor" _column(30 ) byte ijmed_3 %1f "Phone call to poison control center" _column(31 ) byte ijmed_4 %1f "Visit to doctor's office" _column(32 ) byte ijmed_5 %1f "Visit to clinic/outpatient dept" _column(33 ) byte ijmed_6 %1f "Visit to emergency department" _column(34 ) byte ijmed_7 %1f "Visit to hospital" _column(35 ) byte ihno %2f "Number of nights hospitalized" _column(37 ) byte causnew %2f "Cause of injury/poisoning episode" _column(39 ) byte ecausnew %2f "Cause of injury based on E codes" _column(41 ) byte mvwho %1f "Injured as a driver; pass; rider; or " _column(42 ) byte mvtyp %2f "Type of vehicle injured person was in" _column(44 ) byte sbelt %1f "Wearing sbelt/in cseat attot accident" _column(45 ) byte helmt %1f "Wearing helmet at time of accident" _column(46 ) byte mvhit %2f "Type of vehicle striking pedestrian" _column(48 ) byte burn %2f "Cause of burn/scald" _column(50 ) byte fallnew1 %2f "How person fell (1st response)" _column(52 ) byte fallnew2 %2f "How person fell (2nd response)" _column(54 ) byte falln1 %1f "Fell down stairs; steps; escalator" _column(55 ) byte falln2 %1f "Fell on floor/level ground" _column(56 ) byte falln3 %1f "Fell on or down from curb/sidewalk" _column(57 ) byte falln4 %1f "Fell on or from ladder or scaffolding" _column(58 ) byte falln5 %1f "Fell on or from playground equipment" _column(59 ) byte falln6 %1f "Fell from building or other structure" _column(60 ) byte falln7 %1f "Fell from chair/bed/sofa/other furnit" _column(61 ) byte falln8 %1f "Fell from bathtub/shower/toilet/commo" _column(62 ) byte falln9 %1f "Fell into hole or other opening" _column(63 ) byte falln10 %1f "Fell: other" _column(64 ) byte fwhy %1f "Cause of fall" _column(65 ) byte animal %2f "Kind of animal or insect bite" _column(67 ) byte poitp %2f "Cause of poisoning" _column(69 ) byte what_1 %2f "Activity when injured/poisoned(1st re" _column(71 ) byte what_2 %2f "Activity when injured/poisoned(2nd re" _column(73 ) byte what1 %1f "Driving or riding in motor vehicle" _column(74 ) byte what2 %1f "Working at paid job" _column(75 ) byte what3 %1f "Working around the house or yard" _column(76 ) byte what4 %1f "Attending school" _column(77 ) byte what5 %1f "Unpaid work (housework; volunteer)" _column(78 ) byte what6 %1f "Sports (organized team or individual)" _column(79 ) byte what7 %1f "Leisure activity (excluding sports)" _column(80 ) byte what8 %1f "Sleeping; resting; eating; drinking" _column(81 ) byte what9 %1f "Cooking" _column(82 ) byte what10 %1f "Hands on care from other person" _column(83 ) byte what11 %1f "Other" _column(84 ) byte whernew1 %2f "Place injured/poisoned (1st response)" _column(86 ) byte whernew2 %2f "Place injured/poisoned (2nd response)" _column(88 ) byte whern1 %1f "Home (inside)" _column(89 ) byte whern2 %1f "Home (outside)" _column(90 ) byte whern3 %1f "School (not residential)" _column(91 ) byte whern4 %1f "Child care center or preschool" _column(92 ) byte whern5 %1f "Residential institution (excl. hospit" _column(93 ) byte whern6 %1f "Health care facility (incl. hospital)" _column(94 ) byte whern7 %1f "Street/highway" _column(95 ) byte whern8 %1f "Parking lot" _column(96 ) byte whern9 %1f "Sport facility; athletic field; playg" _column(97 ) byte whern10 %1f "Trade and service areas" _column(98 ) byte whern11 %1f "Farm" _column(99 ) byte whern12 %1f "Park/recreation area" _column(100 ) byte whern13 %1f "River/lake/stream/ocean" _column(101 ) byte whern14 %1f "Industrial or construction area" _column(102 ) byte whern15 %1f "Other public building" _column(103 ) byte whern16 %1f "Other" _column(104 ) byte wkls %1f "Days absent from work" _column(105 ) byte scls %1f "Days absent from school" _column(106 ) byte ijadl %1f "Need help with personal care needs" _column(107 ) byte limtm %1f "Help with personal care needs for 6 m" _column(108 ) byte ijiad %1f "Need help with routine needs" _column(109 ) byte hlimt %1f "Need help with routine needs for 6 mo" _column(110 ) str5 icd9_1 %5s "ICD-9-CM diagnosis code" _column(115 ) str5 icd9_2 %5s "ICD-9-CM diagnosis code" _column(120 ) str5 icd9_3 %5s "ICD-9-CM diagnosis code" _column(125 ) str5 icd9_4 %5s "ICD-9-CM diagnosis code" _column(130 ) str5 ecode_1 %5s "ICD-9-CM External cause code" _column(135 ) str5 ecode_2 %5s "ICD-9-CM External cause code" _column(140 ) str5 ecode_3 %5s "ICD-9-CM External cause code" _column(145 ) long wtfa %6f "Weight - Final Annual" } /* 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. */