infile dictionary { *This program reads the 2006 National Health Interview Survey 2006 injpoiep Data File *by Jean Roth Mon Jul 2 15:45:51 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2006_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 _column(3 ) int srvy_yr %4f _column(7 ) str6 hhx %6s _column(13 ) str2 fmx %2s _column(15 ) str2 fpx %2s _column(17 ) str2 ipepno %2s _column(19 ) long wtfa %6f _column(25 ) byte ipdatem %2f _column(27 ) int ipdatey %4f _column(31 ) int ipdateno %3f _column(34 ) byte ipdatetp %1f _column(35 ) byte ipdatemt %1f _column(36 ) int rpckdmr %3f _column(39 ) int rpd %3f _column(42 ) int bietd %3f _column(45 ) int eietd %3f _column(48 ) byte edipbr %1f _column(49 ) byte impmeth %1f _column(50 ) byte mumon %2f _column(52 ) int muyear %4f _column(56 ) byte etflg %1f _column(57 ) byte beiflg %1f _column(58 ) byte icaus %2f _column(60 ) byte ecaus %2f _column(62 ) byte ijbody1 %2f _column(64 ) byte ijbody2 %2f _column(66 ) byte ijbody3 %2f _column(68 ) byte ijbody4 %2f _column(70 ) byte ijtype1a %2f _column(72 ) byte ijtype1b %2f _column(74 ) byte ijtype2a %2f _column(76 ) byte ijtype2b %2f _column(78 ) byte ijtype3a %2f _column(80 ) byte ijtype3b %2f _column(82 ) byte ijtype4a %2f _column(84 ) byte ijtype4b %2f _column(86 ) byte ppcc %1f _column(87 ) byte ipev %1f _column(88 ) byte iper %1f _column(89 ) byte ipdo %1f _column(90 ) byte ippchcp %1f _column(91 ) byte ipoth %1f _column(92 ) byte iphosp %1f _column(93 ) byte ipihno %2f _column(95 ) byte imtraf %1f _column(96 ) byte imvwho %1f _column(97 ) byte imvtyp %2f _column(99 ) byte isbelt %1f _column(100 ) byte ihelmt %1f _column(101 ) byte ifall1 %2f _column(103 ) byte ifall2 %2f _column(105 ) byte ifallwhy %1f _column(106 ) byte ppois %1f _column(107 ) byte ipwhat1 %2f _column(109 ) byte ipwhat2 %2f _column(111 ) byte ipwher1 %2f _column(113 ) byte ipwher2 %2f _column(115 ) byte ipemp %1f _column(116 ) byte ipwkls %1f _column(117 ) byte ipstu %1f _column(118 ) byte ipscls %1f _column(119 ) str5 icd9_1 %5s _column(124 ) str5 icd9_2 %5s _column(129 ) str5 icd9_3 %5s _column(134 ) str5 icd9_4 %5s _column(139 ) str5 icd9_5 %5s _column(144 ) str5 icd9_6 %5s _column(149 ) str5 icd9_7 %5s _column(154 ) str5 icd9_8 %5s _column(159 ) str5 ecode_1 %5s _column(164 ) str5 ecode_2 %5s _column(169 ) str5 ecode_3 %5s } /* 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. */