Most versions have a diagnosis category "sepsis", which is stored in the code as z["SEPSIS"].
The bug occurs in here, where instead x["SEPSIS"] is mistakenly used. As is, the result is x["SEPSIS_ASP_SPEC_BACT_PNEUM"] weights are never applied to a beneficiary profile.
This should be a relatively easy fix but should be done for all applicable versions.
Most versions have a diagnosis category "sepsis", which is stored in the code as
z["SEPSIS"]
.The bug occurs in here, where instead
x["SEPSIS"]
is mistakenly used. As is, the result isx["SEPSIS_ASP_SPEC_BACT_PNEUM"]
weights are never applied to a beneficiary profile.This should be a relatively easy fix but should be done for all applicable versions.