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

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

There is a newer version: 024-13
Show newest version
        <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