edits.seer.internal.rules.IF23.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.
The newest version!
<rule id="IF23" name="Diagnostic Confirm, Seq Num--Central (SEER IF23)" tag="N0217" java-path="lines.line" category="inter-field" depends="Primary_Site"> <expression><![CDATA[if (line.overRideSeqnoDxconf == '1' || Functions.matches(line.sequenceNumberCentral, /^[6-9]\d$/) || Functions.matches(line.primarySite, /^C(76[0-8]|809)$/)) return true if (line.diagnosticConfirmation ==~/^[6789]$/) return line.sequenceNumberCentral == '00' return true]]></expression> <message>Diagnostic Confirmation and Seq Num--Central conflict</message> <description><![CDATA[This edit is skipped if any of the following conditions are true: 1) Sequence Number--central[380] = 60-99 2) Over-ride seqno/dxconf[2000] = 1 (review complete) 3) Primary Site[400] = C760-C768, C809 (ill-defined or unknown primary) If a person has had multiple primaries, review is required for any case that is not histologically confirmed. If Diagnostic Confirmation[490] > 5 and Sequence Number[380] > 00 (more than one primary), then review is required.]]></description> <history> <event version="SE11-001-07" user="greend" date="1991-09-15">Conversion of topography code from ICD-O-1 to ICD-O-2.</event> <event version="SE11-001-11" user="greend" date="1995-01-10">Review is required if diagnostic confirmation >5 instead of four.</event> <event version="SE11-001-14" user="greend" date="1998-07-01">Edit is skipped if case is cervix insitu (98).</event> <event version="SE11-001-17" user="greend" date="2003-03-07">Edit is skipped is Sequence number--central is 60-88.</event> <event version="SE11-001-18" user="greend" date="2004-05-12">Edit is skipped if Sequence Number--Central is 60-99.</event> <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> <event version="SE24-024-04" user="kirbyk" date="2024-04-16" ref="69326">Removed several dependencies.</event> </history> </rule>