infile dictionary { *This program reads the 2010 NCHS Multiple Cause of Death Data Data File *by Jean Roth Mon May 20 11:28:44 EDT 2013 *Please report errors to jroth@nber.org *See the .do file for directions and run with do mort2010 *NOTE: This program is distributed under the GNU GPL. *See end of this file and http://www.gnu.org/licenses/ for details. _column(20 ) byte restatus %1f "Resident Status" _column(61 ) byte educ1989 %2f "Education (1989 revision)" _column(63 ) byte educ2003 %1f "Education (2003 revision)" _column(64 ) byte educflag %1f "Education reporting flag" _column(65 ) byte monthdth %2f "Month of Death" _column(69 ) str1 sex %1s "Sex" _column(70 ) int age %4f "Detail Age" _column(74 ) byte ageflag %1f "Age Substitution Flag" _column(75 ) byte ager52 %2f "Age Recode 52" _column(77 ) byte ager27 %2f "Age Recode 27" _column(79 ) byte ager12 %2f "Age Recode 12" _column(81 ) byte ager22 %2f "Infant Age Recode 22" _column(83 ) byte placdth %1f "Place of Death and Decedent's Status" _column(84 ) str1 marstat %1s "Marital Status" _column(85 ) byte weekday %1f "Day of Week of Death" _column(102 ) int year %4f "Current Data Year" _column(106 ) str1 injwork %1s "Injury at Work" _column(107 ) byte mandeath %1f "Manner of death" _column(108 ) str1 methdisp %1s "Method of disposition" _column(109 ) str1 autopsy %1s "Autopsy" _column(144 ) byte activity %1f "Activity code" _column(145 ) byte injury %1f "Place of Injury for Causes W00-Y34 except Y06.- and Y07.-" _column(146 ) str4 ucod %4s "ICD Code (10th Revision)" _column(150 ) int ucr358 %3f "358 Cause Recode" _column(154 ) int ucr113 %3f "113 Cause Recode" _column(157 ) int ucr130 %3f "130 Cause Recode" _column(160 ) byte ucr39 %2f "39 Cause Recode" _column(163 ) byte eanum %2f "Number of Entity-Axis Conditions" _column(165 ) byte econdp_1 %1f "Part/line number on certificate 1" _column(166 ) byte econds_1 %1f "Sequence of condition within part/line 1" _column(167 ) str4 enicon_1 %4s "Condition code 1" _column(172 ) byte econdp_2 %1f "Part/line number on certificate 2" _column(173 ) byte econds_2 %1f "Sequence of condition within part/line 2" _column(174 ) str4 enicon_2 %4s "Condition code 2" _column(179 ) byte econdp_3 %1f "Part/line number on certificate 3" _column(180 ) byte econds_3 %1f "Sequence of condition within part/line 3" _column(181 ) str4 enicon_3 %4s "Condition code 3" _column(186 ) byte econdp_4 %1f "Part/line number on certificate 4" _column(187 ) byte econds_4 %1f "Sequence of condition within part/line 4" _column(188 ) str4 enicon_4 %4s "Condition code 4" _column(193 ) byte econdp_5 %1f "Part/line number on certificate 5" _column(194 ) byte econds_5 %1f "Sequence of condition within part/line 5" _column(195 ) str4 enicon_5 %4s "Condition code 5" _column(200 ) byte econdp_6 %1f "Part/line number on certificate 6" _column(201 ) byte econds_6 %1f "Sequence of condition within part/line 6" _column(202 ) str4 enicon_6 %4s "Condition code 6" _column(207 ) byte econdp_7 %1f "Part/line number on certificate 7" _column(208 ) byte econds_7 %1f "Sequence of condition within part/line 7" _column(209 ) str4 enicon_7 %4s "Condition code 7" _column(214 ) byte econdp_8 %1f "Part/line number on certificate 8" _column(215 ) byte econds_8 %1f "Sequence of condition within part/line 8 " _column(216 ) str4 enicon_8 %4s "Condition code 8" _column(221 ) byte econdp_9 %1f "Part/line number on certificate 9" _column(222 ) byte econds_9 %1f "Sequence of condition within part/line 9" _column(223 ) str4 enicon_9 %4s "Condition code 9" _column(228 ) byte econdp_10 %1f "Part/line number on certificate 10" _column(229 ) byte econds_10 %1f "Sequence of condition within part/line 10" _column(230 ) str4 enicon_10 %4s "Condition code 10" _column(235 ) byte econdp_11 %1f "Part/line number on certificate 11" _column(236 ) byte econds_11 %1f "Sequence of condition within part/line 11" _column(237 ) str4 enicon_11 %4s "Condition code 11" _column(242 ) byte econdp_12 %1f "Part/line number on certificate 12" _column(243 ) byte econds_12 %1f "Sequence of condition within part/line 12" _column(244 ) str4 enicon_12 %4s "Condition code 12" _column(249 ) byte econdp_13 %1f "Part/line number on certificate 13" _column(250 ) byte econds_13 %1f "Sequence of condition within part/line 13" _column(251 ) str4 enicon_13 %4s "Condition code 13" _column(256 ) byte econdp_14 %1f "Part/line number on certificate 14" _column(257 ) byte econds_14 %1f "Sequence of condition within part/line 14" _column(258 ) str4 enicon_14 %4s "Condition code 14" _column(263 ) byte econdp_15 %1f "Part/line number on certificate 15" _column(264 ) byte econds_15 %1f "Sequence of condition within part/line 15" _column(265 ) str4 enicon_15 %4s "Condition code 15" _column(270 ) byte econdp_16 %1f "Part/line number on certificate 16" _column(271 ) byte econds_16 %1f "Sequence of condition within part/line 16" _column(272 ) str4 enicon_16 %4s "Condition code 16" _column(277 ) byte econdp_17 %1f "Part/line number on certificate 17" _column(278 ) byte econds_17 %1f "Sequence of condition within part/line 17" _column(279 ) str4 enicon_17 %4s "Condition code 17" _column(284 ) byte econdp_18 %1f "Part/line number on certificate 18" _column(285 ) byte econds_18 %1f "Sequence of condition within part/line 18" _column(286 ) str4 enicon_18 %4s "Condition code 18" _column(291 ) byte econdp_19 %1f "Part/line number on certificate 19" _column(292 ) byte econds_19 %1f "Sequence of condition within part/line 19" _column(293 ) str4 enicon_19 %4s "Condition code 19" _column(298 ) byte econdp_20 %1f "Part/line number on certificate 20" _column(299 ) byte econds_20 %1f "Sequence of condition within part/line 20" _column(300 ) str4 enicon_20 %4s "Condition code 20" _column(341 ) byte ranum %2f "Number of Record-Axis Conditions" _column(344 ) str4 record_1 %4s "Condition 1" _column(349 ) str4 record_2 %4s "Condition 2" _column(354 ) str4 record_3 %4s "Condition 3" _column(359 ) str4 record_4 %4s "Condition 4" _column(364 ) str4 record_5 %4s "Condition 5" _column(369 ) str4 record_6 %4s "Condition 6" _column(374 ) str4 record_7 %4s "Condition 7" _column(379 ) str4 record_8 %4s "Condition 8" _column(384 ) str4 record_9 %4s "Condition 9" _column(389 ) str4 record_10 %4s "Condition 10" _column(394 ) str4 record_11 %4s "Condition 11" _column(399 ) str4 record_12 %4s "Condition 12" _column(404 ) str4 record_13 %4s "Condition 13" _column(409 ) str4 record_14 %4s "Condition 14" _column(414 ) str4 record_15 %4s "Condition 15" _column(419 ) str4 record_16 %4s "Condition 16" _column(424 ) str4 record_17 %4s "Condition 17" _column(429 ) str4 record_18 %4s "Condition 18" _column(434 ) str4 record_19 %4s "Condition 19" _column(439 ) str4 record_20 %4s "Condition 20" _column(445 ) byte race %2f "Detail Race" _column(447 ) byte brace %1f "Bridged Race Flag" _column(448 ) byte raceimp %1f "Race Imputation Flag" _column(449 ) byte racer3 %1f "Race Recode 3" _column(450 ) byte racer5 %1f "Race Recode 5" _column(484 ) int hispanic %3f "Hispanic Origin" _column(488 ) byte hspanicr %1f "Hispanic Origin/Race Recode" } ** Copyright 2013 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. ;