edits.seer.internal.rules.IFN3991.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="IFN3991" name="SSDI for Prostate, Blank for Other Schemas (NAACCR)" tag="N3991" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.schemaId == '00580') return true boolean isGleasonBlank = line.gleasonPatternsClinical == null && line.gleasonPatternsPathological == null && line.gleasonScoreClinical == null && line.gleasonScorePathological == null && line.gleasonTertiaryPattern == null boolean isnumCoresBlank = line.numberOfCoresExamined == null && line.numberOfCoresPositive == null return isGleasonBlank && isnumCoresBlank && line.psaLabValue == null]]></expression> <message>Conflict between schema and coded SSDI items for Prostate</message> <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Prostate (Schema ID 00580) are blank (not coded) for all other schemas. This edit is skipped for any of the following conditions: a.Date of Diagnosis is before 2018, blank, invalid. b.Schema ID is blank or 00580. If Schema ID is not 00580 (Prostate), the following Site-Specific Data Items must be blank: Gleason Patterns Clinical Gleason Patterns Pathological Gleason Score Clinical Gleason Score Pathological Gleason Tertiary Pattern Number of Cores Examined Number of Cores Positive PSA (Prostatic Specific Antigen) Lab Value]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-13" ref="67882">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE18-019-03" user="kirbyk" date="2019-07-12" ref="68219">Removed Prostate Pathological Extension from the list of checked fields.</event> </history> </rule>