edits.seer.internal.rules.IFN2647.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="IFN2647" name="NCCN International Prognostic Index (IPI), Date DX (NAACCR)" tag="N2647" 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.nccnInternationalPrognosticIndex == null return line.nccnInternationalPrognosticIndex == null || Functions.matches(line.nccnInternationalPrognosticIndex, /^0[0-8]|X[123489]$/)]]></expression> <message>NCCN International Prognostic Index (IPI) 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 NCCN International Prognostic Index (IPI) code or blank: 00-08: 0-8 points X1: Stated as low risk (0-1 point) X2: Stated as low intermediate risk (2-3 points) X3: Stated as intermediate risk (4-5 points) X4: Stated as high risk (6-8 points) X8: Not applicable: Information not collected for this case X9: Not documented in medical record NCCN International Prognostic Index (IPI) not assessed or unknown if assessed 3. Numeric values must be right-justified and zero-filled. Another edit, NCCN International Prognostic Index (IPI), Schema ID, Required (NAACCR), checks that the item is coded by Schema ID if required by a standard setter.]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-06-12" ref="67830">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy