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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN3920" name="Fibrosis Score, Schema ID, Required, CoC Flag (SEER)" tag="N3920" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.dateOfDiagnosisYear > '2022' || line.cocAccreditedFlag != '1' || line.schemaId == null)
    return true
    
return (line.schemaId != '00220' && line.schemaId != '00230') || (line.fibrosisScore != null && line.fibrosisScore != '8')]]></expression>
            <message>Fibrosis Score must not be blank or not applicable for this Schema ID for cases diagnosed 2018 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Diagnosis date before 2018 or after 2022, blank (unknown), or invalid
    b. Schema ID is blank
    c. CoC Accredited Flag not = 1.

Fibrosis Score is required by SEER only if collected by
a CoC-accredited facility on an analytic case (CoC Accredited Flag = 1).


1. This edit verifies that Fibrosis Score is not "8" (not applicable) and not
   blank for the Schema IDs for which it is required by a standard setter.

    Required for Schema ID:

    00220: Liver
    00230: Intrahepatic Bile Ducts]]></description>
            <history>
                <event version="SE18-018-03" user="kirbyk" date="2018-07-12" ref="67887">Edit created.</event>
                <event version="SE23-023-01" user="secristc" date="2023-02-15" ref="69152">Don't run for DX year 2022+.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy