
edits.seer.internal.rules.IFN5034.xml Maven / Gradle / Ivy
<rule id="IFN5034" name="HER2 Overall Summary, Breast, IHC, ISH (NAACCR)" tag="N5034" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019'|| line.dateOfDiagnosisYear > '2020') return true if (line.her2OverallSummary == null) return true String her2Ihc = line.her2IhcSummary String her2Ish = line.her2IshSummary if (her2Ihc == '3' && her2Ish == '3') return line.her2OverallSummary == '1' if ((her2Ihc == '0' || her2Ihc == '1' || her2Ihc == '4') && her2Ish == '0') return line.her2OverallSummary == '0' return true]]></expression> <message>HER2 Overall Summary conflicts with HER2 IHC Summary and HER2 ISH Summary</message> <description><![CDATA[This edit verifies consistency of coding of HER2 Overall Summary with HER2 IHC Summary and HER2 ISH Summary. 1. The edit is skipped for any of the following conditions: a. Date of Diagnosis pre-2019 or post-2020, blank (unknown), or invalid. b. HER2 Overall Summary is blank. 2. If HER2 IHC Summary = 3 (positive) and HER2 ISH Summary = 3 (positive), HER2 Overall Summary must = 1 (positive) 3. If HER2 IHC Summary = 0, 1, or 4 (negative) and HER2 ISH Summary = 0 (negative), HER2 Overall Summary must = 0 (negative) 4. This data item is no longer required by any standard setter starting with 2021 diagnoses.]]></description> <history> <event version="SE22-022-05" user="secristc" date="2022-05-04" ref="68938">Edit created.</event> </history> </rule>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy