edits.seer.internal.rules.IFN6316.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="IFN6316" name="Summary Stage 2018, Plasma Cell Myeloma, Histology (NAACCR)" tag="N6316" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.summaryStage2018 == null || line.typeOfReportingSource == '7') return true if (line.schemaId == null || line.schemaId != '00821') return true return line.summaryStage2018 == '7']]></expression> <message>Summary Stage 2018 not valid for Schema ID</message> <description><![CDATA[This edit verifies that Summary Stage 2018 is coded correctly for Schema ID 00821, Plasma Cell Myeloma. 1. This edit is skipped for any of the following conditions: a. Diagnosis date is pre-2018, blank (unknown), or invalid b. Schema ID is blank or not 00821 c. Summary Stage 2018 is blank d. Type of Reporting Source = 7 (Death Certificate Only) 2. Summary Stage 2018 must = 7]]></description> <history> <event version="SE21-021-04" user="beverung" date="2021-04-26" ref="68614">Edit created.</event> <event version="SE22-022-03" user="beverung" date="2022-04-12" ref="68939">Update skip condition to pre-2018 instead of pre-2021.</event> <event version="SE23-023-01" user="shearerw" date="2023-02-17" ref="69161">Add skip condition for when Reporting Source is DCO.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy