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

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

The newest version!
        <rule id="Tobacco_Use_Smoking_Status" name="Tobacco Use Smoking Status (NAACCR)" tag="N6881" java-path="lines.line" category="field">
            <expression><![CDATA[return line.tobaccoUseSmokingStatus == null || Functions.matches(line.tobaccoUseSmokingStatus, /^[0-39]$/)]]></expression>
            <message>Tobacco Use Smoking Status is not valid.</message>
            <description><![CDATA[Must be a valid Tobacco Use Smoking Status code or blank.
    0: Never smoker
    1: Current smoker
    2: Former smoker
    3: Smoker, current status unknown
    9: Unknown if ever smoked]]></description>
            <history>
                <event version="SE23-023-04" user="cooki" date="2023-06-09" ref="69238">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy