edits.seer.internal.rules.IFN6773.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<rule id="IFN6773" name="RX Summ--Surg Prim Site 2023, Lymphoma (COC)" tag="N6773" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (!Functions.matches(line.primarySite, /^C77\d$/) || line.rxSummSurgPrimSite2023 == null || line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2023' || line.ajccTnmPathStageGroup == null || line.ajccTnmPathStageGroup == '88') return true if (!['A600','A610','A620'].contains(line.rxSummSurgPrimSite2023)) return line.ajccTnmPathStageGroup == '99' return true]]></expression> <message>RX Summ--Surg Prim Site 2023 must indicate staging laparotomy for assignment of AJCC TNM Path Stage Group</message> <description><![CDATA[This edit enforces the statement in the AJCC 8th Edition, Chapter 79, Hodgkin and Non-Hodgkin Lymphoma: "The use of the term pathological staging is reserved for patients who undergo staging laparotomy with an explicit intent to assess the presence of abdominal disease or to define histologic microscopic disease extent in the abdomen. As a result of improved diagnostic imaging, staging laparotomy and pathologic staging generally are no longer performed." The edit is skipped for any of the following conditions: 1. Year of Date of Diagnosis is less than 2023, blank (unknown), or invalid 2. Site is not C770-C779 3. AJCC TNM Path Stage Group is blank or 88 4. RX Summ--Surg Prim Site 2023 is blank AJCC TNM Path Stage Group must = 99 if RX Summ Surg Prim Site 2023 not = A600 Lymph node dissection, NOS and partial/total removal of adjacent organ(s) PLUS splenectomy (Includes staging laparotomy for lymphoma) A610 One chain A620 Two or more chains]]></description> <history> <event version="SE23-023-05" user="cooki" date="2023-06-22" ref="69233">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy