edits.seer.internal.rules.Cause_of_Death.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="Cause_of_Death" name="Cause of Death (SEER COD)" tag="N0091" java-path="lines.line" category="field"> <expression><![CDATA[return Functions.matches(line.causeOfDeath, /^[A-Z0-9][0-9][0-9][0-9]?$/)]]></expression> <message>Cause of death is not valid.</message> <description><![CDATA[Must be a valid code for Cause of death[1910]: 0000 (Patient alive at last contact) 7777 (State death certificate not available) 7797 (State death certificate available but underlying cause of death is not coded) ICDA-8, ICD-9, or ICD-10 underlying cause of death code.]]></description> <history> <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> <event version="SE18-018-13" user="kirbyk" date="2019-02-19" ref="68115">Edit allows 3-digit Cause of Death codes.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy