![JAR search and dependency download from the Maven repository](/logo.png)
edits.seer.internal.rules.Sequence_Number--central.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="Sequence_Number--central" name="Sequence Number--Central (SEER SEQUENC)" tag="N0228" java-path="lines.line" category="field"> <expression><![CDATA[return line.sequenceNumberCentral != null && Functions.matches(line.sequenceNumberCentral, /(^[0-7][0-9]$)|(^8[0-8]$)|(^9[89]$)/)]]></expression> <message>Sequence number--central is not valid.</message> <description><![CDATA[Valid codes for Sequence number--central[380] are 00-59,60-88,98,99. 00 = One primary only in the patient's lifetime 01 = First of two or more primaries 02 = Second of two or more primaries etc. (Actual number of this primary) 59 = Fifty-nineth of fifty-nine or more primaries 99 = Unspecified or unknown sequence number 60 = Only one non-malignant tumor or central registry-defined neoplasm 61 = First of two or more non-malignant tumor or central registry-defined neoplasms 62 = Second of tow or more non-malignant tumor or central registry-defined neoplasms etc. 87 = Twenty-seventh of twenty-seven 88 = Unspecified or unknown sequence number of non-malignant tumor or central registry-defined neoplasms 98 = Cervix carcinoma in situ (CIS/CIN III, Diagnosis Years 1996-2002)]]></description> <history> <event version="SE11-001-02" user="greend" date="1986-12-10">The sequence number must be between 0 and 15 or 99.</event> <event version="SE11-001-10" user="greend" date="1994-02-04">The sequence number range was expanded from 15 to 20.</event> <event version="SE11-001-13" user="greend" date="1997-08-12">The sequence number range was expanded from 20 to 25.</event> <event version="SE11-001-14" user="greend" date="1998-08-26">Program modified to allow 98 for cervix in situ cases.</event> <event version="SE11-001-17" user="greend" date="2003-03-07">Codes 60-88 now valid.</event> <event version="SE11-001-20" user="greend" date="2006-03-23">Codes 00-35 were expanded to 00-59.</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 - 2025 Weber Informatics LLC | Privacy Policy