<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Looking for format for ICD-9 mortality codes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522726#M141964</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a proc format statement that assigns the cause of death&amp;nbsp;description the three-digit ICD-9 code? I have this for ICD-9-CM (hospitalization data) but looking specifically for ICD-9 for Mortality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Dec 2018 22:12:07 GMT</pubDate>
    <dc:creator>lstockman</dc:creator>
    <dc:date>2018-12-19T22:12:07Z</dc:date>
    <item>
      <title>Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522726#M141964</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a proc format statement that assigns the cause of death&amp;nbsp;description the three-digit ICD-9 code? I have this for ICD-9-CM (hospitalization data) but looking specifically for ICD-9 for Mortality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 22:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522726#M141964</guid>
      <dc:creator>lstockman</dc:creator>
      <dc:date>2018-12-19T22:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522817#M141996</link>
      <description>&lt;P&gt;i doubt that anyone has a format stored here with ICD-9 codes. Do you have the codes now? And how are they stored?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 09:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522817#M141996</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-20T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522818#M141997</link>
      <description>&lt;P&gt;If you have a reference list for those codes, it's very easy to create a format from that.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 09:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522818#M141997</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-20T09:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522896#M142010</link>
      <description>&lt;P&gt;&lt;A href="ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD-9" target="_blank"&gt;ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD-9&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;has codes "modified for use by the United States" as a text document. There are notes about codes groups that have been excluded so you may be able to recreate some of those if you need them. It sounds like you may only be looking for the&amp;nbsp;no decimal&amp;nbsp;levels which reduces the number codes but are a tad harder to read from that (not well structured for data set use) text file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read the text document &lt;A href="ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD-9/ucod.txt" target="_blank"&gt;ucod.txt&lt;/A&gt;&amp;nbsp;into a data set and use the information as a CNTLIN data set for proc format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not aware of a nicer source with relatively complete codes.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/162166"&gt;@lstockman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have a proc format statement that assigns the cause of death&amp;nbsp;description the three-digit ICD-9 code? I have this for ICD-9-CM (hospitalization data) but looking specifically for ICD-9 for Mortality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you only use 3 digits your codes are incomplete. You will likely need 4 characters to accommodate codes such as&lt;/P&gt;
&lt;PRE&gt;E800&amp;nbsp;&amp;nbsp;&amp;nbsp; Railway accident involving collision with rolling stock

&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522896#M142010</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-20T16:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522917#M142023</link>
      <description>&lt;P&gt;Thanks ballardw! I have the ucod.txt doc, and am trying to work with it. NCHS has stripped out the E and the decimal in the data I have so external codes are reported beginning with 800. I will consider the 4th digit. Was hoping to find the same info in the txt doc in a more usable format.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 17:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522917#M142023</guid>
      <dc:creator>lstockman</dc:creator>
      <dc:date>2018-12-20T17:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for format for ICD-9 mortality codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522974#M142037</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/162166"&gt;@lstockman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks ballardw! I have the ucod.txt doc, and am trying to work with it. NCHS has stripped out the E and the decimal in the data I have so external codes are reported beginning with 800. I will consider the 4th digit. Was hoping to find the same info in the txt doc in a more usable format.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I've made a few searches over the past 10 years or so but have never found a "clean" data file of any sort for either ICD-9 or ICD-10 except for smallish subsets of topics.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 22:53:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-format-for-ICD-9-mortality-codes/m-p/522974#M142037</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-20T22:53:32Z</dc:date>
    </item>
  </channel>
</rss>

