docs: remove CMS-0057-F section, link to Payerbox docs#23
Open
Nesmeshnoy wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/solutions/CMS-0057-F/from the Aidbox docssolutions/overview.mdwith a Payerbox row that links to the Payerbox docs sitemodules/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.mdfiles — all →https://www.health-samurai.io/docs/payerboxCMS-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 inredirects.yaml— they 301 to the given URL. Verified by inspectingserver.ts:So every removed slug and every pre-existing legacy redirect now lands on the Payerbox docs root.
Test plan
bun lintpasses (verified locally: 11 checks ✓, 6 pre-existing warnings unrelated to this change)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-matchsolutions/overviewrenders with the new two-row table🤖 Generated with Claude Code