docs(prior-auth): move Event Notifications to PAS, document FHIR subscriptions#18
Merged
Merged
Conversation
…criptions Relocate the Event Notifications page from Run Payerbox / Maintain into the Prior Auth section, and reframe it around the standard FHIR R4B topic-based subscription path (AidboxSubscriptionTopic trigger + a standard Subscription with a rest-hook channel) instead of leading with the custom AWS SNS topic destinations. The custom AWS SNS senders are a per-customer Payerbox extension, so they now live in a clearly labelled section rather than as the default mechanism. Links to the Aidbox FHIR Topic-Based Subscriptions docs. - git mv page to docs/prior-auth/event-notifications.md; update SUMMARY.md - add redirects.yaml entry for the old URL - link the new page from pas.md and maintain/README.md Closes #497 Co-Authored-By: Claude Opus 4.8 (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.
Closes #497.
Reworks the Event Notifications documentation per the issue:
What changed
git mvfromrun-payerbox/maintain/event-notifications.mdtoprior-auth/event-notifications.md;SUMMARY.mdupdated (now listed under Prior Auth (ePA) APIs after PAS).AidboxSubscriptionTopictrigger plus a standardSubscriptionwith arest-hookchannel (endpoint, payload, backportpayload-content/heartbeat-periodextensions) and the handshake → active lifecycle.custom-aws-sns-*/pas-rest-hookAidboxTopicDestinationkinds are a per-customer Payerbox extension, so they now sit in a clearly labelled "AWS SNS delivery (Payerbox extension)" section instead of being the default mechanism.Housekeeping
redirects.yamlcreated with the old → new URL redirect.pas.md(new Notifications section) andmaintain/README.md.Lint
bun lint— 13 checks pass, 0 errors. The 4 warnings are all pre-existing on other files; the new/moved page introduces none (no broken-links, summary-sync, title-mismatch, orphan, dead-end, or absolute-links flags on it).🤖 Generated with Claude Code