nx_medbill_appeal.nx
buildroot/runtime/nx_medbill_appeal.nx
about
nx_medbill_appeal.nx -- M-ADV2 of the MEDICAL BILLING & PATIENT ADVOCACY ladder: INSURANCE DENIAL
INTERNAL-APPEAL letter with computed DEADLINES. Plans must give claimants a full and fair review of
an adverse benefit determination; appeals may generally be filed within 180 days of the denial
notice, and an upheld denial can proceed to independent EXTERNAL REVIEW. This organ computes the
180-day deadline with exact integer calendar math (civil-days algorithm, leap-safe) and renders a
reason-specific appeal letter (1=not medically necessary, 2=experimental/investigational,
3=out-of-network, 4=prior authorization missing, 5=coding error). FAIL-SAFE: caller buffer only,
placeholders keep member identity out of the tool, nothing is ever sent. license_tier: ORIGINAL
dependencies 1 imports · 5 importers
imports: nx_syscalls.nx
imported by: nx_healthhelp_site.nxnx_medbill_advocacy_gate.nxnx_medbill_civic.nxnx_medbill_cli.nxnx_medbill_nsa.nx
structs
| none |
consts
| none |
functions
| 12 | func mba_dfc(y0: i64, m: i64, d: i64) -> i64 called by 1: mba_add_days |
| 23 | func mba_cfd(z0: i64) -> i64 called by 1: mba_add_days |
| 39 | func mba_add_days(ymd: i64, n: i64) -> i64 |
| 46 | func mba_cat(out: *u8, off: i64, s: *u8) -> i64 |
| 52 | func mba_n2(out: *u8, off: i64, v: i64) -> i64 |
| 58 | func mba_date(out: *u8, off: i64, ymd: i64) -> i64 |
| 75 | func mba_reason(out: *u8, off: i64, code: i64) -> i64 |
| 85 | func mba_letter(reason: i64, denial_ymd: i64, out: *u8) -> i64 |