infile dictionary { *This program reads the 2000 National Health Interview Survey 2000 immunize Data File *by Jean Roth Mon Jul 2 15:43:45 EDT 2007 *Please report errors to jroth@nber.org *See the .do file for directions and run with do nhis2000_immunize *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 imrespno %2s "Person Number of Respondent" _column(19 ) byte icreltiv %2f "Person's relationship to child" _column(21 ) byte intv_qrt %1f "Interview Quarter" _column(22 ) byte sex %1f "Sex" _column(23 ) byte age_p %2f "Age" _column(25 ) byte icagemr %2f "Age in months" _column(27 ) str2 dob_m %2s "Month of Birth" _column(29 ) str4 dob_y_p %4s "Year of Birth" _column(33 ) byte origin_i %1f "Hispanic Ethnicity" _column(34 ) byte origimpt %1f "Hispanic Origin Imputation Flag" _column(35 ) byte hispan_i %2f "Hispanic subgroup detail" _column(37 ) byte hispimpt %1f "Type of Hispanic Origin Imputation Fl" _column(38 ) byte rcdt1p_i %2f "Race coded to single/multiple race gr" _column(40 ) byte rc_smp_i %2f "Summary for single/multiple race grou" _column(42 ) byte racerp_i %2f "OMB groups w/multiple race" _column(44 ) byte raceimpt %1f "Race Imputation Flag" _column(45 ) byte mracrp_i %2f "Race coded to a single race group" _column(47 ) byte mracbp_i %2f "Race coded to a single race group" _column(49 ) byte racrec_i %1f "Race Recode" _column(50 ) byte hiscod_i %1f "Combined race/ethnicity recode" _column(51 ) byte erimpflg %1f "Ethnicity/Race Imputation Flag" _column(52 ) byte r_maritl %1f "Marital status" _column(53 ) byte rrp %2f "Relationship to HH reference person" _column(55 ) str2 hh_ref %2s "Person # of HH reference person" _column(57 ) byte frrp %2f "Rel to family ref person" _column(59 ) str2 fm_ref %2s "Person # of family reference person" _column(61 ) str2 mother %2s "Mother of -- is a household member" _column(63 ) str2 father %2s "Father of -- is a household member" _column(65 ) byte parents %1f "Parent(s) present in the family" _column(66 ) byte mom_deg %1f "Type of relationship with Mother" _column(67 ) byte dad_deg %1f "Type of relationship with Father" _column(68 ) str2 guard %2s "Person number of guardian" _column(70 ) byte fm_size %2f "Number of persons in family" _column(72 ) byte fm_type %1f "Family Type (on the person-level)" _column(73 ) byte fm_strp %2f "Family Structure (at the person-level" _column(75 ) byte educ %2f "Highest level of school completed" _column(77 ) byte mom_ed %2f "Education of Mother" _column(79 ) byte dad_ed %2f "Education of Father" _column(81 ) byte ab_bl20k %1f _column(82 ) byte rat_cat %2f "Ratio of fam inc to poverty threshold" _column(84 ) byte region %1f "Region" _column(85 ) byte msasizep %1f "Geographic Distribution - MSA size" _column(86 ) long wtia_im %6f "Weight - Interim Annual" _column(92 ) long wtfa_im %6f "Weight - Final Annual" _column(98 ) int stratum %3f "Stratum for variance estimation" _column(101 ) byte psu %1f "PSU for variance estimation" _column(102 ) byte shotrc %1f "Have shot records" _column(103 ) byte dtpct_c %2f "Count of DTP shots on shot record" _column(105 ) str2 dtpdt_m1 %2s "Month (MM) of DTP shot #1 on shot rec" _column(107 ) str4 dtpdt_y1 %4s "Year(YYYY) of DTP shot #1 on shot rec" _column(111 ) str2 dtpdt_m2 %2s "Month (MM) of DTP shot #2 on shot rec" _column(113 ) str4 dtpdt_y2 %4s "Year(YYYY) of DTP shot #2 on shot rec" _column(117 ) str2 dtpdt_m3 %2s "Month (MM) of DTP shot #3 on shot rec" _column(119 ) str4 dtpdt_y3 %4s "Year(YYYY) of DTP shot #3 on shot rec" _column(123 ) str2 dtpdt_m4 %2s "Month (MM) of DTP shot #4 on shot rec" _column(125 ) str4 dtpdt_y4 %4s "Year(YYYY) of DTP shot #4 on shot rec" _column(129 ) str2 dtpdt_m5 %2s "Month (MM) of DTP shot #5 on shot rec" _column(131 ) str4 dtpdt_y5 %4s "Year(YYYY) of DTP shot #5 on shot rec" _column(135 ) str2 dtpdt_m6 %2s "Month (MM) of DTP shot #6 on shot rec" _column(137 ) str4 dtpdt_y6 %4s "Year(YYYY) of DTP shot #6 on shot rec" _column(141 ) str2 dtpdt_m7 %2s "Month (MM) of DTP shot #7 on shot rec" _column(143 ) str4 dtpdt_y7 %4s "Year(YYYY) of DTP shot #7 on shot rec" _column(147 ) str2 dtpdt_m8 %2s "Month (MM) of DTP shot #8 on shot rec" _column(149 ) str4 dtpdt_y8 %4s "Year(YYYY) of DTP shot #8 on shot rec" _column(153 ) byte polct_c %2f "Count of shots or doses...Polio" _column(155 ) str2 poldt_m1 %2s "Month (MM) of polio shot #1 on shot r" _column(157 ) str4 poldt_y1 %4s "Year(YYYY) of polio shot #1 on shot r" _column(161 ) str2 poldt_m2 %2s "Month (MM) of polio shot #2 on shot r" _column(163 ) str4 poldt_y2 %4s "Year(YYYY) of polio shot #2 on shot r" _column(167 ) str2 poldt_m3 %2s "Month (MM) of polio shot #3 on shot r" _column(169 ) str4 poldt_y3 %4s "Year(YYYY) of polio shot #3 on shot r" _column(173 ) str2 poldt_m4 %2s "Month (MM) of polio shot #4 on shot r" _column(175 ) str4 poldt_y4 %4s "Year(YYYY) of polio shot #4 on shot r" _column(179 ) str2 poldt_m5 %2s "Month (MM) of polio shot #5 on shot r" _column(181 ) str4 poldt_y5 %4s "Year(YYYY) of polio shot #5 on shot r" _column(185 ) str2 poldt_m6 %2s "Month (MM) of polio shot #6 on shot r" _column(187 ) str4 poldt_y6 %4s "Year(YYYY) of polio shot #6 on shot r" _column(191 ) str2 poldt_m7 %2s "Month (MM) of polio shot #7 on shot r" _column(193 ) str4 poldt_y7 %4s "Year(YYYY) of polio shot #7 on shot r" _column(197 ) str2 poldt_m8 %2s "Month (MM) of polio shot #8 on shot r" _column(199 ) str4 poldt_y8 %4s "Year(YYYY) of polio shot #8 on shot r" _column(203 ) byte hibct_c %2f "Count of HIB shots on shot record" _column(205 ) str2 hibdt_m1 %2s "Month (MM) of HIB shot #1 on shot rec" _column(207 ) str4 hibdt_y1 %4s "Year(YYYY) of HIB shot #1 on shot rec" _column(211 ) str2 hibdt_m2 %2s "Month (MM) of HIB shot #2 on shot rec" _column(213 ) str4 hibdt_y2 %4s "Year(YYYY) of HIB shot #2 on shot rec" _column(217 ) str2 hibdt_m3 %2s "Month (MM) of HIB shot #3 on shot rec" _column(219 ) str4 hibdt_y3 %4s "Year(YYYY) of HIB shot #3 on shot rec" _column(223 ) str2 hibdt_m4 %2s "Month (MM) of HIB shot #4 on shot rec" _column(225 ) str4 hibdt_y4 %4s "Year(YYYY) of HIB shot #4 on shot rec" _column(229 ) str2 hibdt_m5 %2s "Month (MM) of HIB shot #5 on shot rec" _column(231 ) str4 hibdt_y5 %4s "Year(YYYY) of HIB shot #5 on shot rec" _column(235 ) str2 hibdt_m6 %2s "Month (MM) of HIB shot #6 on shot rec" _column(237 ) str4 hibdt_y6 %4s "Year(YYYY) of HIB shot #6 on shot rec" _column(241 ) str2 hibdt_m7 %2s "Month (MM) of HIB shot #7 on shot rec" _column(243 ) str4 hibdt_y7 %4s "Year(YYYY) of HIB shot #7 on shot rec" _column(247 ) str2 hibdt_m8 %2s "Month (MM) of HIB shot #8 on shot rec" _column(249 ) str4 hibdt_y8 %4s "Year(YYYY) of HIB shot #8 on shot rec" _column(253 ) byte rotct_c %2f "Count of shots...Rotavirus" _column(255 ) str2 rotdt_m1 %2s "Month (MM) of ROT dose #1 on shot rec" _column(257 ) str4 rotdt_y1 %4s "Year(YYYY) of ROT dose #1 on shot rec" _column(261 ) str2 rotdt_m2 %2s "Month (MM) of ROT dose #2 on shot rec" _column(263 ) str4 rotdt_y2 %4s "Year(YYYY) of ROT dose #2 on shot rec" _column(267 ) str2 rotdt_m3 %2s "Month (MM) of ROT dose #3 on shot rec" _column(269 ) str4 rotdt_y3 %4s "Year(YYYY) of ROT dose #3 on shot rec" _column(273 ) str2 rotdt_m4 %2s "Month (MM) of ROT dose #4 on shot rec" _column(275 ) str4 rotdt_y4 %4s "Year(YYYY) of ROT shot #4 on shot rec" _column(279 ) str2 rotdt_m5 %2s "Month (MM) of ROT dose #5 on shot rec" _column(281 ) str4 rotdt_y5 %4s "Year(YYYY) of ROT dose #5 on shot rec" _column(285 ) str2 rotdt_m6 %2s "Month (MM) of ROT dose #6 on shot rec" _column(287 ) str4 rotdt_y6 %4s "Year(YYYY) of ROT dose #6 on shot rec" _column(291 ) str2 rotdt_m7 %2s "Month (MM) of ROT dose #7 on shot rec" _column(293 ) str4 rotdt_y7 %4s "Year(YYYY) of ROT dose #7 on shot rec" _column(297 ) str2 rotdt_m8 %2s "Month (MM) of ROT dose #8 on shot rec" _column(299 ) str4 rotdt_y8 %4s "Year(YYYY) of ROT dose #8 on shot rec" _column(303 ) byte mmrct_c %2f "Count of MMR/Measles shots on shot re" _column(305 ) byte mmrdt_t1 %1f "Type of MMR/Measles shot #1 on shot r" _column(306 ) str2 mmrdt_m1 %2s "Month (MM) of MMR shot #1 on shot rec" _column(308 ) str4 mmrdt_y1 %4s "Year(YYYY) of MMR shot #1 on shot rec" _column(312 ) byte mmrdt_t2 %1f "Type of MMR/Measles shot #2 on shot r" _column(313 ) str2 mmrdt_m2 %2s "Month (MM) of MMR shot #2 on shot rec" _column(315 ) str4 mmrdt_y2 %4s "Year(YYYY) of MMR shot #2 on shot rec" _column(319 ) byte mmrdt_t3 %1f "Type of MMR/Measles shot #3 on shot r" _column(320 ) str2 mmrdt_m3 %2s "Month (MM) of MMR shot #3 on shot rec" _column(322 ) str4 mmrdt_y3 %4s "Year(YYYY) of MMR shot #3 on shot rec" _column(326 ) byte mmrdt_t4 %1f "Type of MMR/Measles shot #4 on shot r" _column(327 ) str2 mmrdt_m4 %2s "Month (MM) of MMR shot #4 on shot rec" _column(329 ) str4 mmrdt_y4 %4s "Year(YYYY) of MMR shot #4 on shot rec" _column(333 ) byte hepct_c %2f "Count of Hepatitis B shots on shot re" _column(335 ) str2 hepdt_m1 %2s "Month (MM) of Hep B shot #1 on shot r" _column(337 ) str4 hepdt_y1 %4s "Year(YYYY) of Hep B shot #1 on shot r" _column(341 ) str2 hepdt_m2 %2s "Month (MM) of Hep B shot #2 on shot r" _column(343 ) str4 hepdt_y2 %4s "Year(YYYY) of Hep B shot #2 on shot r" _column(347 ) str2 hepdt_m3 %2s "Month (MM) of Hep B shot #3 on shot r" _column(349 ) str4 hepdt_y3 %4s "Year(YYYY) of Hep B shot #3 on shot r" _column(353 ) str2 hepdt_m4 %2s "Month (MM) of Hep B shot #4 on shot r" _column(355 ) str4 hepdt_y4 %4s "Year(YYYY) of Hep B shot #4 on shot r" _column(359 ) str2 hepdt_m5 %2s "Month (MM) of Hep B shot #5 on shot r" _column(361 ) str4 hepdt_y5 %4s "Year(YYYY) of Hep B shot #5 on shot r" _column(365 ) str2 hepdt_m6 %2s "Month (MM) of Hep B shot #6 on shot r" _column(367 ) str4 hepdt_y6 %4s "Year(YYYY) of Hep B shot #6 on shot r" _column(371 ) str2 hepdt_m7 %2s "Month (MM) of Hep B shot #7 on shot r" _column(373 ) str4 hepdt_y7 %4s "Year(YYYY) of Hep B shot #7 on shot r" _column(377 ) str2 hepdt_m8 %2s "Month (MM) of Hep B shot #8 on shot r" _column(379 ) str4 hepdt_y8 %4s "Year(YYYY) of Hep B shot #8 on shot r" _column(383 ) byte varct_c %2f "Count of Varicella shots on shot reco" _column(385 ) str2 vardt_m1 %2s "Month (MM) of Varic shot #1 on shot r" _column(387 ) str4 vardt_y1 %4s "Year(YYYY) of Varic shot #1 on shot r" _column(391 ) str2 vardt_m2 %2s "Month (MM) of Varic shot #2 on shot r" _column(393 ) str4 vardt_y2 %4s "Year(YYYY) of Varic shot #2 on shot r" _column(397 ) str2 vardt_m3 %2s "Month (MM) of Varic shot #3 on shot r" _column(399 ) str4 vardt_y3 %4s "Year(YYYY) of Varic shot #3 on shot r" _column(403 ) str2 vardt_m4 %2s "Month (MM) of Varic shot #4 on shot r" _column(405 ) str4 vardt_y4 %4s "Year(YYYY) of Varic shot #4 on shot r" _column(409 ) byte pnect_c %2f "Count of shots...Pneumonia" _column(411 ) str2 pnedt_m1 %2s "Month (MM) of PNE shot #1 on shot rec" _column(413 ) str4 pnedt_y1 %4s "Year(YYYY) of PNE shot #1 on shot rec" _column(417 ) str2 pnedt_m2 %2s "Month (MM) of PNE shot #2 on shot rec" _column(419 ) str4 pnedt_y2 %4s "Year(YYYY) of PNE shot #2 on shot rec" _column(423 ) str2 pnedt_m3 %2s "Month (MM) of PNE shot #3 on shot rec" _column(425 ) str4 pnedt_y3 %4s "Year(YYYY) of PNE shot #3 on shot rec" _column(429 ) str2 pnedt_m4 %2s "Month (MM) of PNE shot #4 on shot rec" _column(431 ) str4 pnedt_y4 %4s "Year(YYYY) of PNE shot #4 on shot rec" _column(435 ) byte tdbct_c %2f "Count of TDB shots on shot record" _column(437 ) str2 tdbdt_m1 %2s "Month (MM) of TDB shot #1 on shot rec" _column(439 ) str4 tdbdt_y1 %4s "Year(YYYY) of TDB shot #1 on shot rec" _column(443 ) str2 tdbdt_m2 %2s "Month (MM) of TDB shot #2 on shot rec" _column(445 ) str4 tdbdt_y2 %4s "Year(YYYY) of TDB shot #2 on shot rec" _column(449 ) str2 tdbdt_m3 %2s "Month (MM) of TDB shot #3 on shot rec" _column(451 ) str4 tdbdt_y3 %4s "Year(YYYY) of TDB shot #3 on shot rec" _column(455 ) str2 tdbdt_m4 %2s "Month (MM) of TDB shot #4 on shot rec" _column(457 ) str4 tdbdt_y4 %4s "Year(YYYY) of TDB shot #4 on shot rec" _column(461 ) byte othrnt %1f "Any otr immunizations" _column(462 ) byte othev01 %1f "Influenza vaccine" _column(463 ) byte othev03 %1f "Hepatitis A vaccine" _column(464 ) byte othev04 %1f "Tetramune vaccine" _column(465 ) byte othev05 %1f "ActHib vaccine" _column(466 ) byte othev06 %1f "Other Immunizations" _column(467 ) byte oth1ct_c %2f "Count of influenza shots on shot reco" _column(469 ) str2 oth1d_m1 %2s "Month (MM) of Flu shot #1 on shot rec" _column(471 ) str4 oth1d_y1 %4s "Year(YYYY) of Flu shot #1 on shot rec" _column(475 ) str2 oth1d_m2 %2s "Month (MM) of Flu shot #2 on shot rec" _column(477 ) str4 oth1d_y2 %4s "Year(YYYY) of Flu shot #2 on shot rec" _column(481 ) str2 oth1d_m3 %2s "Month (MM) of Flu shot #3 on shot rec" _column(483 ) str4 oth1d_y3 %4s "Year(YYYY) of Flu shot #3 on shot rec" _column(487 ) str2 oth1d_m4 %2s "Month (MM) of Flu shot #4 on shot rec" _column(489 ) str4 oth1d_y4 %4s "Year(YYYY) of Flu shot #4 on shot rec" _column(493 ) str2 oth1d_m5 %2s "Month (MM) of Flu shot #5 on shot rec" _column(495 ) str4 oth1d_y5 %4s "Year(YYYY) of Flu shot #5 on shot rec" _column(499 ) str2 oth1d_m6 %2s "Month (MM) of Flu shot #6 on shot rec" _column(501 ) str4 oth1d_y6 %4s "Year(YYYY) of Flu shot #6 on shot rec" _column(505 ) byte oth3ct_c %2f "Count of Hepatitis A shots on shot re" _column(507 ) str2 oth3d_m1 %2s "Month (MM) of Hep A shot #1 on shot r" _column(509 ) str4 oth3d_y1 %4s "Year(YYYY) of Hep A shot #1 on shot r" _column(513 ) str2 oth3d_m2 %2s "Month (MM) of Hep A shot #2 on shot r" _column(515 ) str4 oth3d_y2 %4s "Year(YYYY) of Hep A shot #2 on shot r" _column(519 ) str2 oth3d_m3 %2s "Month (MM) of Hep A shot #3 on shot r" _column(521 ) str4 oth3d_y3 %4s "Year(YYYY) of Hep A shot #3 on shot r" _column(525 ) str2 oth3d_m4 %2s "Month (MM) of Hep A shot #4 on shot r" _column(527 ) str4 oth3d_y4 %4s "Year(YYYY) of Hep A shot #4 on shot r" _column(531 ) str2 oth3d_m5 %2s "Month (MM) of Hep A shot #5 on shot r" _column(533 ) str4 oth3d_y5 %4s "Year(YYYY) of Hep A shot #5 on shot r" _column(537 ) str2 oth3d_m6 %2s "Month (MM) of Hep A shot #6 on shot r" _column(539 ) str4 oth3d_y6 %4s "Year(YYYY) of Hep A shot #6 on shot r" _column(543 ) byte oth4ct_c %2f "Count of Tetramune shots on shot reco" _column(545 ) str2 oth4d_m1 %2s "Month (MM) of Tetra shot #1 on shot r" _column(547 ) str4 oth4d_y1 %4s "Year(YYYY) of Tetra shot #1 on shot r" _column(551 ) str2 oth4d_m2 %2s "Month (MM) of Tetra shot #2 on shot r" _column(553 ) str4 oth4d_y2 %4s "Year(YYYY) of Tetra shot #2 on shot r" _column(557 ) str2 oth4d_m3 %2s "Month (MM) of Tetra shot #3 on shot r" _column(559 ) str4 oth4d_y3 %4s "Year(YYYY) of Tetra shot #3 on shot r" _column(563 ) str2 oth4d_m4 %2s "Month (MM) of Tetra shot #4 on shot r" _column(565 ) str4 oth4d_y4 %4s "Year(YYYY) of Tetra shot #4 on shot r" _column(569 ) str2 oth4d_m5 %2s "Month (MM) of Tetra shot #5 on shot r" _column(571 ) str4 oth4d_y5 %4s "Year(YYYY) of Tetra shot #5 on shot r" _column(575 ) str2 oth4d_m6 %2s "Month (MM) of Tetra shot #6 on shot r" _column(577 ) str4 oth4d_y6 %4s "Year(YYYY) of Tetra shot #6 on shot r" _column(581 ) byte oth5ct_c %2f "Count of ACTHib shots on shot record" _column(583 ) str2 oth5d_m1 %2s "Month (MM) of ACTHib shot #1 on shot " _column(585 ) str4 oth5d_y1 %4s "Year(YYYY) of ACTHib shot #1 on shot " _column(589 ) str2 oth5d_m2 %2s "Month (MM) of ACTHib shot #2 on shot " _column(591 ) str4 oth5d_y2 %4s "Year(YYYY) of ACTHib shot #2 on shot " _column(595 ) str2 oth5d_m3 %2s "Month (MM) of ACTHib shot #3 on shot " _column(597 ) str4 oth5d_y3 %4s "Year(YYYY) of ACTHib shot #3 on shot " _column(601 ) str2 oth5d_m4 %2s "Month (MM) of ACTHib shot #4 on shot " _column(603 ) str4 oth5d_y4 %4s "Year(YYYY) of ACTHib shot #4 on shot " _column(607 ) str2 oth5d_m5 %2s "Month (MM) of ACTHib shot #5 on shot " _column(609 ) str4 oth5d_y5 %4s "Year(YYYY) of ACTHib shot #5 on shot " _column(613 ) str2 oth5d_m6 %2s "Month (MM) of ACTHib shot #6 on shot " _column(615 ) str4 oth5d_y6 %4s "Year(YYYY) of ACTHib shot #6 on shot " _column(619 ) byte oth6ct_c %2f "Count of Other shots on shot record" _column(621 ) str2 oth6d_m1 %2s "Month (MM) of Other shot #1 on shot r" _column(623 ) str4 oth6d_y1 %4s "Year(YYYY) of Other shot #1 on shot r" _column(627 ) str2 oth6d_m2 %2s "Month (MM) of Other shot #2 on shot r" _column(629 ) str4 oth6d_y2 %4s "Year(YYYY) of Other shot #2 on shot r" _column(633 ) str2 oth6d_m3 %2s "Month (MM) of Other shot #3 on shot r" _column(635 ) str4 oth6d_y3 %4s "Year(YYYY) of Other shot #3 on shot r" _column(639 ) str2 oth6d_m4 %2s "Month (MM) of Other shot #4 on shot r" _column(641 ) str4 oth6d_y4 %4s "Year(YYYY) of Other shot #4 on shot r" _column(645 ) str2 oth6d_m5 %2s "Month (MM) of Other shot #5 on shot r" _column(647 ) str4 oth6d_y5 %4s "Year(YYYY) of Other shot #5 on shot r" _column(651 ) str2 oth6d_m6 %2s "Month (MM) of Other shot #6 on shot r" _column(653 ) str4 oth6d_y6 %4s "Year(YYYY) of Other shot #6 on shot r" _column(657 ) byte shota1 %1f "All immunizations recorded" _column(658 ) byte dtpmor %1f "Ever received additional DTP shot" _column(659 ) byte dtpmno %2f "How many additional DTP shots" _column(661 ) byte polmor %1f "Ever received additional Polio shot/v" _column(662 ) byte polmno %2f "Number of additional Polio shots/vacc" _column(664 ) byte hibmor %1f "Ever received additional HIB shot" _column(665 ) byte hibmno %2f "How many additional HIB shots" _column(667 ) byte rotmor %1f "Ever received additional ROT vaccine" _column(668 ) byte rotmno %2f "Number of additional ROT shots rec'd" _column(670 ) byte mmrmor %1f "Ever received additional MMR shot" _column(671 ) byte mmrmno %2f "How many additional MMR shots" _column(673 ) byte hepmor %1f "Ever received add'l Hepatitis B shot" _column(674 ) byte hepmno %2f "How many additional Hepatitis B shots" _column(676 ) byte varmor %1f "Ever received add'l chicken pox shot" _column(677 ) byte varmno %2f "Number of additional chicken pox shot" _column(679 ) byte pnemor %1f "Ever received add'l pneumonia shot" _column(680 ) byte pnemno %2f "# of add'l pneumococcal shots rec'd" _column(682 ) byte tdbmor %1f "Ever rec'd add'l tetanus-diphtheria s" _column(683 ) byte tdbmno %2f "# of additional tetanus-diphtheria sh" _column(685 ) byte shotay %1f "Ever had any immunization" _column(686 ) byte dtpev %1f "Ever had a DTP shot" _column(687 ) byte dtpeno %2f "How many DTP shots" _column(689 ) byte polev %1f "Ever had a Polio shot/vaccine" _column(690 ) byte poleno %2f "Number of Polio shots/vaccines" _column(692 ) byte hibev %1f "Ever had a HIB shot" _column(693 ) byte hibeno %2f "How many HIB shots" _column(695 ) byte rotev %1f "Ever had a ROT shot" _column(696 ) byte roteno %2f "Number of ROT shots rec'd" _column(698 ) byte mmrev %1f "Ever had a MMR shot" _column(699 ) byte mmreno %2f "How many MMR shots" _column(701 ) byte hepev %1f "Ever had a Hepatitis B shot" _column(702 ) byte hepeno %2f "How many Hepatitis B shots" _column(704 ) byte varev %1f "Ever had a chicken pox shot" _column(705 ) byte vareno %2f "Number of Chicken pox shots" _column(707 ) byte pneev %1f "Ever had a pneumococcal vaccine" _column(708 ) byte pneeno %2f "Number of pneumococcal vaccines rec'd" _column(710 ) byte tdbev %1f "Ever had a tetanus-diphtheria (Td) sh" _column(711 ) byte tdbeno %2f "Number of tetanus-diphtheria (Td) sho" _column(713 ) byte shotpr %1f "Child's caretaker for shots" _column(714 ) byte shota2 %1f "Caretaker's opinion - shots' status" } /* 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. */