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

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

There is a newer version: 024-13
Show newest version
        <rule id="Cancer_Status" name="Cancer Status (NAACCR)" tag="N1228" java-path="lines.line" category="field">
            <expression><![CDATA[return line.cancerStatus == null || Functions.matches(line.cancerStatus, /^[129]$/)]]></expression>
            <message>Cancer Status is not valid.</message>
            <description><![CDATA[Must be a valid Cancer Status code (1,2,9) or blank.

1   No evidence of this tumor
2   Evidence of this tumor
9   Unknown, indeterminate whether this tumor is present, not
stated in patient record]]></description>
            <history>
                <event version="SE23-023-04" user="cooki" date="2023-06-13" ref="69275">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy