edits.seer.internal.rules.IF117.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="IF117" name="Non-Reportable Skin ICDO3 (SEER IF117)" tag="N0736" java-path="lines.line" category="inter-field" depends="Histologic_Type_ICD-O-3,Primary_Site"> <expression><![CDATA[return (line.histologicTypeIcdO3 == null || !(Functions.matches(line.primarySite, /^C44\d$/) && Functions.between(line.histologicTypeIcdO3, '8000', '8110')))]]></expression> <message>Primary Site, Histology ICD-O-3 conflict</message> <description><![CDATA[This edit is skipped if Histologic Type ICD-O-3 [522] is blank. If Primary Site[400] = C440-C449 (skin), Histologic Type ICD-O-3 [522] cannot be 8000-8110. These cases are not reportable to SEER and will be removed after further processing.]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>