All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.IFN6735.xml Maven / Gradle / Ivy

The newest version!
<rule id="IFN6735" name="Clinical Margin Width, Schema ID, Required (NAACCR)" tag="N6735" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2023' || line.schemaId == null || line.typeOfReportingSource == '7')
    return true

return line.schemaId != '00470' || (line.clinicalMarginWidth != null && line.clinicalMarginWidth != 'XX.8')]]></expression>
            <message>Clinical Margin Width must not be blank or not applicable for cases with this Schema ID diagnosed 2023 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Date of Diagnosis pre-2023, blank (unknown), or invalid.
    b. Schema ID is blank.
    c. Type of Reporting Source = 7 (Death Certificate Only)

2. This edit verifies that Clinical Margin Width is not "XX.8" (not applicable) and not
   blank for the Schema IDs for which it is required by a standard setter.

    Required for Schema ID:

    00470 Melanoma of Skin]]></description>
            <history>
                <event version="SE23-023-02" user="cooki" date="2023-05-10" ref="69224">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy