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

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

There is a newer version: 025-01
Show newest version
<rule id="IFN6734" name="Clinical Margin Width, Date DX (NAACCR)" tag="N6734" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true

if (line.dateOfDiagnosisYear < '2023')
    return line.clinicalMarginWidth == null

return line.clinicalMarginWidth == null || Functions.matches(line.clinicalMarginWidth, /^XX\.[189]|\d\.\d$/)]]></expression>
            <message>Invalid code for Clinical Margin Width</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 Clinical Margin Width code or blank:

   0.1: Documented as 0.1 centimeter or less (1mm or less)
    0.2-9.9: 0.2-9.9 centimeters
    XX.1: 10 centimeters or greater
    XX.8: Not applicable: Information not collected for this schema
    XX.9: Not documented in medical record
          No wide excision performed
           Mohs or similar procedure
           Wide excision performed, but clinical margin widthnot documented.
           No surgical resetion performed (B000)
           Unknown if procedure performed
    Blank N/A-Diagnosis year prior to 2023

3. Code must contain decimal point with at least one character before and one character after
decimal point.

Another edit, Clinical Margin Width, 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-02" user="cooki" date="2023-05-09" ref="69224">Edit created.</event>
            </history>
        </rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy