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

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

There is a newer version: 024-13
Show newest version
<rule id="IFN6790" name="Histologic Subtype, Date DX (NAACCR)" tag="N6790" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true

if (line.dateOfDiagnosisYear < '2023' && line.histologicSubtype != null)
    return false

return line.histologicSubtype == null || Functions.matches(line.histologicSubtype, /^[0-4]$/)
]]></expression>
            <message>Code for Histologic Subtype is not valid</message>
            <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), invalid.

1. This data item must be blank for pre-2023 diagnoses.

2. Must be a valid Histologic Subtype code or blank:

    0: Histology is not 8480
    1: Low-grade appendiceal mucinous neoplasm (LAMN)
    2: High-grade appendiceal mucinous neoplasm (HAMN)
    3: Mucinous/Mucus/Mucoid adenocarcinoma/carcinoma
    4: Acinar adenocarcinoma, mucinous variant, Colloid adenocarcinoma,
        Colloid carcinoma, Gelatinous adenocarcinoma,
        Other terminology used for 8480 code


Another edit, Histologic Subtype, Schema ID, Required (NAACCR),
checks that the item is coded by Schema ID if required by a standard setter.]]></description>
            <history>
                <event version="SE23-023-03" user="shearerw" date="2023-05-24" ref="69228">Edit Created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy