edits.seer.internal.rules.IFN6847.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="IFN6847" name="Brain Molecular Markers, Version 9 (NAACCR)" tag="N6847" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2023' || line.brainMolecularMarkers == null || line.brainMolecularMarkers == '88' || (line.schemaId != '09721' && line.schemaId != '09724') || line.typeOfReportingSource == '7') return true if (line.brainMolecularMarkers == '08' || line.brainMolecularMarkers == '09') return line.schemaId == '09724' if (Functions.matches(line.brainMolecularMarkers, /^(0[1-7]|1\d|2[0-3])$/)) return line.schemaId != '09724' return true]]></expression> <message>Brain Molecular Markers not valid for Schema ID</message> <description><![CDATA[This edit verifies that the brain molecular marker SSDI is coded consistently with Brain Schema ID for Version 9. 1. The edit is skipped for the following conditions: a. Diagnosis date is before 2023, blank (unknown), or invalid. b. Schema ID not = 09721 or 09724 c. Brain Molecular Markers is blank or 88 (not applicable). d. Type of Reporting Source = 7 (Death Certificate Only) 2. The edit verifies that if Brain Molecular Markers is coded 08 or 09, Schema ID is 09724 08: Medulloblastoma, SHH-activated and TP53-wildtype (9471/3) 09: Embryonal tumor with multilayered rosettes, C19MC-altered (9478/3) 3. The edit verifies that if Brain Molecular Markers is coded 01-07, or 10-23, Schema ID is not 09724]]></description> <history> <event version="SE23-023-05" user="shearerw" date="2023-06-15" ref="69242">Edit Created.</event> <event version="SE24-024-01" user="cooki" date="2024-03-15" ref="69392">ICD-O-3 skip condition removed and codes 10-23 added.</event> </history> </rule>