<?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 Exclude a set of ICD codes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354170#M82810</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any efficient way to pick up the characters ICD 9/ICD 10 codes, rang from 140-161 , 200-2093 , C45-C76, from diangosis code ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ivy&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 15:46:19 GMT</pubDate>
    <dc:creator>Ivy</dc:creator>
    <dc:date>2017-04-27T15:46:19Z</dc:date>
    <item>
      <title>Exclude a set of ICD codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354170#M82810</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any efficient way to pick up the characters ICD 9/ICD 10 codes, rang from 140-161 , 200-2093 , C45-C76, from diangosis code ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ivy&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 15:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354170#M82810</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2017-04-27T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a set of ICD codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354181#M82815</link>
      <description>&lt;P&gt;Couldn't you just use something like?:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  if ('140' &amp;lt;=: diag &amp;lt;=: '161') or
     ('200' &amp;lt;=: diag &amp;lt;=: '2093') or
     ('C45' &amp;lt;=: diag &amp;lt;=: 'C76');
run;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354181#M82815</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-27T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude a set of ICD codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354214#M82829</link>
      <description>Thank you very much, art !</description>
      <pubDate>Thu, 27 Apr 2017 17:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exclude-a-set-of-ICD-codes/m-p/354214#M82829</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2017-04-27T17:44:26Z</dc:date>
    </item>
  </channel>
</rss>

