edits.seer.internal.rules.IFN3067.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="IFN3067" name="Profound Immune Suppression, Sequence Number--Central (NAACCR)" tag="N3067" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId != '00460') return true if (line.profoundImmuneSuppression == null || line.profoundImmuneSuppression == '8' || line.sequenceNumberCentral == null) return true if (line.profoundImmuneSuppression == '3' || line.profoundImmuneSuppression == '4') return line.sequenceNumberCentral != '00' return true]]></expression> <message>Profound Immune Suppression value not valid for Sequence Number--Central value</message> <description><![CDATA[This edit verifies that the Profound Immune Suppression SSDI is coded consistently with Sequence Number--Central. 1. The edit is skipped for the following conditions: a. Date of Diagnosis pre-2018, blank (unknown), or invalid. b. Schema ID is not 00460 c. Profound Immune Suppression is blank or 8 (not applicable). d. Sequence Number--Central is blank. 2. The edit verifies that if Profound Immune Suppression = 3 (Chronic Lymphocytic Leukemia) or 4 (Non-Hodgkin Lymphoma), Sequence Number--Central is not = 00 (Single Primary).]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-12" ref="67879">Edit created.</event> </history> </rule>