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

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

There is a newer version: 024-13
Show newest version
        <rule id="ICD_Revision_Number" name="ICD Revision Number (SEER ICDCODE)" tag="N0051" java-path="lines.line" category="field">
            <expression><![CDATA[return line.icdRevisionNumber == null || Functions.matches(line.icdRevisionNumber, /^[01789]$/)]]></expression>
            <message>ICD revision number is not valid.</message>
            <description><![CDATA[Valid codes for ICD revision number[1920] are 0,1,7-9 and blank.

0 = Patient is alive at last follow-up
1 = ICD-10
7 = Seventh ICD revision
8 = Eighth ICD revision
9 = Ninth ICD revision]]></description>
            <history>
                <event version="SE11-001-04" user="greend" date="1988-05-25">ICD-7 no longer valid.</event>
                <event version="SE11-001-11" user="greend" date="1995-10-01">Code &apos;7&apos; is valid.</event>
                <event version="SE11-001-19" user="greend" date="2005-01-25">Blanks allowed prior to submission.</event>
                <event version="SE13-010-01" user="murphyr" date="2013-06-14" ref="66886">Fixed issue that didn&apos;t allow blanks.</event>
                <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy