<?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 &amp;quot;Multiple Primary Rules&amp;quot; by NCI/SEER to count incident cancer cases in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968051#M376496</link>
    <description>&lt;P&gt;I'm working on NPCR data on cancer incidence. It turned out I &lt;SPAN&gt;accidentally count more cancer events than what CDC/SEER rules would. After some extensive search, what happened is that&amp;nbsp;&lt;U&gt;sequence 00&lt;/U&gt;&amp;nbsp;is correct for the person’s only primary, however,&amp;nbsp;&lt;U&gt;sequence 01&lt;/U&gt;&amp;nbsp;could, for example, include both a first lung primary and also the first colon primary for the same person, which CDC sometimes excludes or combines under site-specific rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In other words, by including all “01” in cancer count, I double-(or triple-) charging a personal who got two separate primaries, whereas CDC’s rule set may only one of those two as an “incident” for the site/time window selected. For example, if a person had a lung primary in 2015 and a colon primary in 2017, my code will add 2 to cancer count, but CDC’s “2015-2020 lung + colon rate” might only count 1 (only the first lung, for example) depending on the site-specific multiple primary rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to identify a table referred to as “Multiple Primary (MP)” decision table, which will help decide whether to count as a primary cancer occurrence. So far hasn't been able to. Anyone knows how to identify this table and incorporate it as a Marco in SAS programming?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2025 22:41:07 GMT</pubDate>
    <dc:creator>cashaowan</dc:creator>
    <dc:date>2025-06-03T22:41:07Z</dc:date>
    <item>
      <title>"Multiple Primary Rules" by NCI/SEER to count incident cancer cases</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968051#M376496</link>
      <description>&lt;P&gt;I'm working on NPCR data on cancer incidence. It turned out I &lt;SPAN&gt;accidentally count more cancer events than what CDC/SEER rules would. After some extensive search, what happened is that&amp;nbsp;&lt;U&gt;sequence 00&lt;/U&gt;&amp;nbsp;is correct for the person’s only primary, however,&amp;nbsp;&lt;U&gt;sequence 01&lt;/U&gt;&amp;nbsp;could, for example, include both a first lung primary and also the first colon primary for the same person, which CDC sometimes excludes or combines under site-specific rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In other words, by including all “01” in cancer count, I double-(or triple-) charging a personal who got two separate primaries, whereas CDC’s rule set may only one of those two as an “incident” for the site/time window selected. For example, if a person had a lung primary in 2015 and a colon primary in 2017, my code will add 2 to cancer count, but CDC’s “2015-2020 lung + colon rate” might only count 1 (only the first lung, for example) depending on the site-specific multiple primary rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to identify a table referred to as “Multiple Primary (MP)” decision table, which will help decide whether to count as a primary cancer occurrence. So far hasn't been able to. Anyone knows how to identify this table and incorporate it as a Marco in SAS programming?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 22:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968051#M376496</guid>
      <dc:creator>cashaowan</dc:creator>
      <dc:date>2025-06-03T22:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Multiple Primary Rules" by NCI/SEER to count incident cancer cases</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968166#M376510</link>
      <description>&lt;P&gt;Here are some links to papers that you may be able to use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pmc.ncbi.nlm.nih.gov/articles/PMC3638182/" target="_self"&gt;https://pmc.ncbi.nlm.nih.gov/articles/PMC3638182/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.researchgate.net/publication/229438287_Identifying_primary_and_recurrent_cancers_using_a_SAS-based_natural_language_processing_algorithm" target="_self"&gt;https://www.researchgate.net/publication/229438287_Identifying_primary_and_recurrent_cancers_using_a_SAS-based_natural_language_processing_algorithm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are looking for basic counts, then you may be able to use first.byvar logic in a DATA step to add a count variable that is 1 for "sequence 00" and 0 for "sequence 01".&amp;nbsp; However, you would need to include some sample data and show what you are expecting to get to determine if that is an option.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 17:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968166#M376510</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2025-06-04T17:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Multiple Primary Rules" by NCI/SEER to count incident cancer cases</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968172#M376511</link>
      <description>This is super helpful! I think, for "sequence 01", it is not just simply bypass because this needs to be scrutinized by the multiple primary rules to decide. Sometimes it will be counted; other times, it will not be counted, depending on specific sites and time window identified. I will look into the paper and let you know if more questions.</description>
      <pubDate>Wed, 04 Jun 2025 18:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-Multiple-Primary-Rules-quot-by-NCI-SEER-to-count-incident/m-p/968172#M376511</guid>
      <dc:creator>cashaowan</dc:creator>
      <dc:date>2025-06-04T18:32:34Z</dc:date>
    </item>
  </channel>
</rss>

