infile dictionary { *This program reads the 1997 National Health Interview Survey 1997 injepsod Data File *by Jean Roth Mon Jul 2 15:41:57 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis1997_injepsod *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 ) str1 injepno %1s "Injury episode number" _column(18 ) byte ijdate_m %2f "Month of injury" _column(20 ) byte day %2f "Day of week of injury" _column(22 ) int ijdate_y %4f "Year of injury" _column(26 ) byte rpckdm %2f "Time between interview and injury dat" _column(28 ) byte caus %1f "Cause of injury" _column(29 ) byte ecaus %2f "Cause of injury based on E codes" _column(31 ) byte mvwho %1f "Injured as a driver; pass; rider; or " _column(32 ) byte mvtyp %2f "Type of vehicle injured person was in" _column(34 ) byte sbelt %1f "Wearing sbelt/in cseat attot accident" _column(35 ) byte helmt %1f "Wearing helmet at time of accident" _column(36 ) byte mvhit %2f "Type of vehicle striking pedestrian" _column(38 ) byte burn %2f "Cause of burn/scald" _column(40 ) byte water %1f "Body of water involved in injury" _column(41 ) byte fall1 %1f "Fell on or down escalator" _column(42 ) byte fall2 %1f "Fell on or down stairs or steps" _column(43 ) byte fall3 %1f "Fell on floor/ground level" _column(44 ) byte fall4 %1f "Fell on or down from curb/sidewalk" _column(45 ) byte fall5 %1f "Fell on or from ladder or scaffolding" _column(46 ) byte fall6 %1f "Fell on or from playground equipment" _column(47 ) byte fall7 %1f "Fell from building or other structure" _column(48 ) byte fall8 %1f "Fell from chair/bed/other furniture" _column(49 ) byte fall9 %1f "Fell from tree" _column(50 ) byte fall10 %1f "Fell from toilet; commode" _column(51 ) byte fall11 %1f "Fell in bathtub; shower" _column(52 ) byte fall12 %1f "Fell into swimming pool" _column(53 ) byte fall13 %1f "Fell into hole or other opening" _column(54 ) byte fall14 %1f "Fell: other" _column(55 ) byte fwhy %1f "Cause of fall" _column(56 ) byte guntp %1f "Kind of gun causing injury" _column(57 ) byte what1 %1f "Driving" _column(58 ) byte what2 %1f "Working at paid job" _column(59 ) byte what3 %1f "Working around the house or yard" _column(60 ) byte what4 %1f "Attending school" _column(61 ) byte what5 %1f "Unpaid work (housework; volunteer)" _column(62 ) byte what6 %1f "Sports (organized team or individual)" _column(63 ) byte what7 %1f "Leisure activity (excluding sports)" _column(64 ) byte what8 %1f "Sleeping; resting; eating; drinking" _column(65 ) byte what9 %1f "Cooking" _column(66 ) byte what10 %1f "Hands on care from other person" _column(67 ) byte what11 %1f "Other" _column(68 ) byte wher1 %1f "Home (inside)" _column(69 ) byte wher2 %1f "Home (outside)" _column(70 ) byte wher3 %1f "School (not residential)" _column(71 ) byte wher4 %1f "Child care center or preschool" _column(72 ) byte wher5 %1f "Residential institution (excl. hospit" _column(73 ) byte wher6 %1f "Health care facility (incl. hospital)" _column(74 ) byte wher7 %1f "Street/highway" _column(75 ) byte wher8 %1f "Parking lot" _column(76 ) byte wher9 %1f "Sport facility; athletic field; playg" _column(77 ) byte wher10 %1f "Trade and service areas" _column(78 ) byte wher11 %1f "Farm" _column(79 ) byte wher12 %1f "Park/recreation area" _column(80 ) byte wher13 %1f "River/lake/stream/ocean" _column(81 ) byte wher14 %1f "Swimming pool" _column(82 ) byte wher15 %1f "Industrial or construction area" _column(83 ) byte wher16 %1f "Mine or quarry" _column(84 ) byte wher17 %1f "Other public building" _column(85 ) byte wher18 %1f "Other" _column(86 ) byte ihosp %1f "Hospitalized for injury/injuries" _column(87 ) byte ihno %2f "Number of nights hospitalized" _column(89 ) byte wkls %1f "Days absent from work" _column(90 ) byte scls %1f "Days absent from school" _column(91 ) byte ijadl %1f "Need help with personal care needs" _column(92 ) byte limtm %1f "Help with personal care needs for 6 m" _column(93 ) byte ijiad %1f "Need help with routine needs" _column(94 ) byte hlimt %1f "Need help with routine needs for 6 mo" _column(95 ) str5 icd9_1 %5s "ICD-9-CM diagnosis code" _column(100 ) str5 icd9_2 %5s "ICD-9-CM diagnosis code" _column(105 ) str5 icd9_3 %5s "ICD-9-CM diagnosis code" _column(110 ) str5 icd9_4 %5s "ICD-9-CM diagnosis code" _column(115 ) str5 ecode_1 %5s "ICD-9-CM External cause code" _column(120 ) str5 ecode_2 %5s "ICD-9-CM External cause code" _column(125 ) str5 ecode_3 %5s "ICD-9-CM External cause code" _column(130 ) 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. */