Thanks Alfonso. Right now we are not using “Note Codes”. As a temporary solution, can we use Note Codes to send CHCUP referral code with the following changes?
1. Comment the line #456
2. Insert a new line after “// 24h. EPSDT Family Plan” as
put_hcfa($lino, 63, 2, $claim->cptNotecodes($hcfa_proc_index));
In the case of electronic claims (most of us will use those):
Looking at the 5010 837p spec, it appears EPSDT can be indicated at the claim level (CRC segment) or the procedure line level (SV1 segment). However the spec says the Review Code itself is not used at the procedure level, only the claim level, so I’m not sure exactly how this works; sounds like both are required.
Electronic claims are a whole different ball of wax from paper claims, and it’s not very helpful for a payer to explain in terms of “box 24h” when the topic is electronic claims. You need to ask them exactly what segments and fields they are expecting for this in electronic claims.
I suspect the most reasonable way to implement this is to add fields for it in the “Misc Billing Options” form (claim level) and then have the claim generation logic figure out which CPT code is applicable. But again, need more detailed info from the payer.