edits.seer.internal.rules.IFN2648.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="IFN2648" name="LN Size, Date DX (NAACCR)" tag="N2648" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null) return true if (line.dateOfDiagnosisYear < '2018') return line.lnSize == null return line.lnSize == null || Functions.matches(line.lnSize, /^[1-9]{0,1}\d\.\d|XX\.\d$/)]]></expression> <message>LN Size is not valid for Date DX.</message> <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), or invalid. 1. This data item must be blank for pre-2018 diagnoses 2. Must be a valid LN Size code or blank: 0.0: No involved regional nodes 0.1-99.9: 0.1-99.9 millimeters (mm) (Exact size of lymph node to nearest tenth of a mm) XX.1: 100 millimeters (mm) or greater XX.2: Microscopic focus or foci only and no size of focus given XX.3: Described as "less than 1 centimeter (cm)" XX.4: Described as "at least" 2cm XX.5: Described as "at least" 3cm XX.6: Described as "at least" 4cm XX.7: Described as greater than 5cm XX.8: Not applicable: Information not collected for this case XX.9: Not documented in medical record Regional lymph node(s) involved, size not stated LN Size not assessed or unknown if assessed 3. Code must contain decimal point with at least one character before and one character after decimal point. Another edit, LN Size, Schema ID, Required (NAACCR), checks that the item is coded by Schema ID if required by a standard setter. This data item is required for EOD Derived Stage Group for certain Schema IDs.]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-18" ref="67831">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE22-022-01" user="secristc" date="2022-03-01" ref="68780">Removed right justified from description.</event> </history> </rule>