docs(sp39): RUNBOOK + submission/core.py TODO for upstream trace follow-up

This commit is contained in:
Nora
2026-07-07 17:35:07 -06:00
parent 08c0430ee7
commit 77f73cf73e
2 changed files with 36 additions and 0 deletions
+5
View File
@@ -37,6 +37,11 @@ log = logging.getLogger(__name__)
# The companion-guide payer id we enforce for CO Medicaid submits.
# Same value the legacy ``resubmit-rejected-claims`` CLI gates on.
# TODO(sp39-followup): trace where ClaimOutput.payer.id gets set to
# "SKCO0" upstream of submit. SP39 hard-fixes the serializer via
# _normalize_payer_id (serialize_837.py) so the byte defect cannot
# escape the 837 emit, but the root-cause setter is still live in the
# raw_json pipeline. Find and patch in a future SP.
EXPECTED_PAYER_ID = "CO_TXIX"