<?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 Re: PROC SQL query for hospital utilization in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527478#M2228</link>
    <description>Thanks for getting back to me.&lt;BR /&gt;&lt;BR /&gt;suppose, the sample table:&lt;BR /&gt;&lt;BR /&gt;CHF_BEN_ID CHF_DIG_CODES(character) CPT_CODES&lt;BR /&gt;1 39891&lt;BR /&gt;99201&lt;BR /&gt;2 40211&lt;BR /&gt;99205&lt;BR /&gt;3 40291&lt;BR /&gt;99211&lt;BR /&gt;4 40411&lt;BR /&gt;99215&lt;BR /&gt;5 40413&lt;BR /&gt;99205&lt;BR /&gt;6 40491&lt;BR /&gt;99201&lt;BR /&gt;7&lt;BR /&gt;39891 99215&lt;BR /&gt;&lt;BR /&gt;from this I have to find crude rate of those with at least 1 visit to a&lt;BR /&gt;Primary Care Provider Office visits are defined using CPT codes:&lt;BR /&gt;‘99201’-‘99205’ &amp;amp; ‘99211’-‘99215’&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Jan 2019 19:55:02 GMT</pubDate>
    <dc:creator>prjadhav00</dc:creator>
    <dc:date>2019-01-15T19:55:02Z</dc:date>
    <item>
      <title>PROC SQL query for hospital utilization</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527461#M2226</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently work on hospital utilization data where I can accross to the following questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Amongst beneficiaries who have CHF, provide the crude rate of those with at least 1 visit to a Primary Care Provider&lt;/P&gt;&lt;P&gt;Office visits are defined using CPT codes: ‘99201’-‘99205’ &amp;amp; ‘99211’-‘99215’"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could any one suggest me any PROC SQL query to get an appropriate output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527461#M2226</guid>
      <dc:creator>prjadhav00</dc:creator>
      <dc:date>2019-01-15T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL query for hospital utilization</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527472#M2227</link>
      <description>&lt;P&gt;Can you provide us with some example data and what you want your desired result to look like? Makes it so much easier to provide a usable code answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527472#M2227</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-01-15T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL query for hospital utilization</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527478#M2228</link>
      <description>Thanks for getting back to me.&lt;BR /&gt;&lt;BR /&gt;suppose, the sample table:&lt;BR /&gt;&lt;BR /&gt;CHF_BEN_ID CHF_DIG_CODES(character) CPT_CODES&lt;BR /&gt;1 39891&lt;BR /&gt;99201&lt;BR /&gt;2 40211&lt;BR /&gt;99205&lt;BR /&gt;3 40291&lt;BR /&gt;99211&lt;BR /&gt;4 40411&lt;BR /&gt;99215&lt;BR /&gt;5 40413&lt;BR /&gt;99205&lt;BR /&gt;6 40491&lt;BR /&gt;99201&lt;BR /&gt;7&lt;BR /&gt;39891 99215&lt;BR /&gt;&lt;BR /&gt;from this I have to find crude rate of those with at least 1 visit to a&lt;BR /&gt;Primary Care Provider Office visits are defined using CPT codes:&lt;BR /&gt;‘99201’-‘99205’ &amp;amp; ‘99211’-‘99215’&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527478#M2228</guid>
      <dc:creator>prjadhav00</dc:creator>
      <dc:date>2019-01-15T19:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL query for hospital utilization</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527526#M2229</link>
      <description>&lt;P&gt;Is the problem selecting data or calculating the rate or both?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 21:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527526#M2229</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-15T21:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL query for hospital utilization</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527630#M2230</link>
      <description>I don't think we can answer this based on what you've provided. To find the crude rate you'd have to know the total population and then calculate how many people had an entry for that period of interest. In my experience these may not be in the same database, especially the denominator.</description>
      <pubDate>Wed, 16 Jan 2019 04:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/PROC-SQL-query-for-hospital-utilization/m-p/527630#M2230</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-16T04:43:09Z</dc:date>
    </item>
  </channel>
</rss>

