Skip to content

Commit

Permalink
BFD-3212: Removes 522 and 523 from codes-drg.csv (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianburton authored Jan 19, 2024
1 parent ee87cc5 commit c45359a
Show file tree
Hide file tree
Showing 7 changed files with 1,486 additions and 1,492 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"MS-DRGs","Description"
"MS-DRG 522","Alcohol/drug abuse or dependence w rehabilitation therapy w/o CC"
"MS-DRG 523","Alcohol/drug abuse or dependence w/o rehabilitation therapy w/o CC"
"MS-DRG 895","Alcohol/drug abuse or dependence w rehabilitation therapy"
"MS-DRG 896","Alcohol/drug abuse or dependence w/o rehabilitation therapy w MCC"
"MS-DRG 897","Alcohol/drug abuse or dependence w/o rehabilitation therapy w/o MCC"
"MS-DRG 897","Alcohol/drug abuse or dependence w/o rehabilitation therapy w/o MCC"
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class SamhsaMatcherR4FromClaimTransformerV2Test {
private static final String NON_BLACKLISTED_IC_CODE = "111111";

/** A blacklisted DRG diagnosis code. */
private static final String BLACKLISTED_DRG_DIAGNOSIS_CODE = "522";
private static final String BLACKLISTED_DRG_DIAGNOSIS_CODE = "895";

/** A non-blacklisted DRG diagnosis code. */
private static final String NON_BLACKLISTED_DRG_DIAGNOSIS_CODE = "1111111";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class SamhsaMatcherFromClaimTransformerTest {
private static final String NON_BLACKLISTED_IC_CODE = "111111";

/** A blacklisted DRG diagnosis code. */
private static final String BLACKLISTED_DRG_DIAGNOSIS_CODE = "522";
private static final String BLACKLISTED_DRG_DIAGNOSIS_CODE = "895";

/** A non-blacklisted DRG diagnosis code. */
private static final String NON_BLACKLISTED_DRG_DIAGNOSIS_CODE = "1111111";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public final class Stu3EobSamhsaMatcherTest {
public static final String SAMPLE_SAMHSA_ICD_10_PROCEDURE_CODE = "HZ2ZZZZ";

/** The SAMHSA DRG code. */
public static final String SAMPLE_SAMHSA_DRG_CODE = "522";
public static final String SAMPLE_SAMHSA_DRG_CODE = "895";

/** The DRG reference url. */
private static final String DRG =
Expand Down

0 comments on commit c45359a

Please sign in to comment.