edits.seer.internal.rules.ICD_Revision_Number.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<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 '7' 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'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