Skip to content

docs: remove CMS-0057-F section, link to Payerbox docs#23

Open
Nesmeshnoy wants to merge 1 commit into
mainfrom
docs/remove-cms-0057-link-payerbox
Open

docs: remove CMS-0057-F section, link to Payerbox docs#23
Nesmeshnoy wants to merge 1 commit into
mainfrom
docs/remove-cms-0057-link-payerbox

Conversation

@Nesmeshnoy
Copy link
Copy Markdown
Contributor

Summary

  • Removes the 9 pages under docs/solutions/CMS-0057-F/ from the Aidbox docs
  • Replaces the CMS row on solutions/overview.md with a Payerbox row that links to the Payerbox docs site
  • Adds 9 new redirects from the removed paths to the Payerbox docs URL; rewrites 16 existing legacy redirects (modules/compliance/payers-or-cms-0057-f/*, solutions/payers-or-cms-0057-f/*, api/other/plan-api/provider-member-match) that pointed at the now-deleted .md files — all → https://www.health-samurai.io/docs/payerbox

CMS-0057-F is the regulatory rule that Payerbox addresses as a product; it is not an Aidbox solution profile. With Payerbox docs live at https://www.health-samurai.io/docs/payerbox, the duplicate CMS-0057 section inside Aidbox docs no longer pulls its weight (low traffic), and the cleaner story for payers is "see Payerbox."

Why redirect, not just delete

docs/solutions/CMS-0057-F/* URLs still get some traffic. The site renderer (health-samurai-io-bun/src/server.ts) supports external-URL targets in redirects.yaml — they 301 to the given URL. Verified by inspecting server.ts:

if (redirectTarget.startsWith("http://") || redirectTarget.startsWith("https://")) {
  location = redirectTarget;
}

So every removed slug and every pre-existing legacy redirect now lands on the Payerbox docs root.

Test plan

  • bun lint passes (verified locally: 11 checks ✓, 6 pre-existing warnings unrelated to this change)
  • After merge — sample requests return 301 to https://www.health-samurai.io/docs/payerbox:
    • /docs/aidbox/solutions/CMS-0057-F
    • /docs/aidbox/solutions/CMS-0057-F/prior-authorization-support-pas-api
    • /docs/aidbox/modules/compliance/payers-or-cms-0057-f/prior-auth-api
    • /docs/aidbox/api/other/plan-api/provider-member-match
  • solutions/overview renders with the new two-row table

🤖 Generated with Claude Code

CMS-0057-F is the regulatory rule that Payerbox addresses as a product;
not an Aidbox solution profile. Aidbox docs now keep only the ONC profile
and point payers to the Payerbox docs site.

- removed 9 pages under docs/solutions/CMS-0057-F/ + matching SUMMARY entries
- solutions/overview.md: ONC row kept; Payerbox row added with external link
  to https://www.health-samurai.io/docs/payerbox
- redirects.yaml: 9 new redirects from removed paths to the Payerbox docs;
  16 existing legacy redirects (modules/compliance/*, solutions/payers-or-*,
  api/other/plan-api/provider-member-match) rewritten from the deleted .md
  targets to the same external URL

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Nesmeshnoy Nesmeshnoy requested a review from spicyfalafel May 28, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant