
edits.seer.internal.rules.IF86.xml Maven / Gradle / Ivy
<rule id="IF86" name="Hist ICDO3, Date of DX, ICDO3 Conv Flag (SEER IF86)" tag="N0627" java-path="lines.line" category="inter-field" depends="Histologic_Type_ICD-O-3,ICD-O-3_Conversion_Flag,Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.registryId == '0000001562') return true if (line.dateOfDiagnosisYear < '2001') { if (line.histologicTypeIcdO3 == null) return true return Functions.matches(line.icdO3ConversionFlag, /^[13]$/) } return line.histologicTypeIcdO3 != null]]></expression> <message>Histologic Type ICD-O-3, Year of Diagnosis and ICDO3 Conv Field conflict</message> <description><![CDATA[This edit is skipped if Year of Diagnosis[390] is blank or if Registry ID = 0000001562 (New York). If Year of Diagnosis[390] < 2001 and Histologic Type ICD-O-3[522] is not blank then ICD-O-3 Conversion Field[2116] must be 1 or 3. If Year of Diagnosis[390] > 2000, then Histologic Type ICD-O-3[522] cannot be blank.]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2009-12-21">Edit is skipped if year of diagnosis is blank.</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-018-02" user="schadega" date="2018-05-17" ref="67760">Name change.</event> <event version="SE18-019-01" user="kirbyk" date="2019-03-29" ref="68129">Edit is skipped for New York cases when Year of Diagnosis is <=2000.</event> <event version="SE18-019-02" user="kirbyk" date="2019-05-06" ref="68181">Edit is skipped for all New York cases.</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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy