Mark Payer-to-Payer data-scope limits as not-yet-enforced#11
Merged
Conversation
The exportType Data scope semantics — the five-year date-of-service window, the drug-PA / denied-PA / remittance / cost-sharing exclusions, and the CARIN BB Non-Financial Basis projection — are the target Da Vinci scope but are not yet enforced by the export (it returns the Group's full resource set). Add an info hint to both the $davinci-data-export reference and the Payer-to-Payer pillar so readers scope output with _type / _typeFilter / _since in the meantime. Consent is out of scope here — it is enforced at the match step. Co-Authored-By: Claude Opus 4.7 <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
The
Data scopesemantics documented for thepayertopayerexport — the five-year date-of-service window, the drug-PA / denied-PA / remittance / cost-sharing exclusions, and the CARIN BB Non-Financial Basis projection — are the target Da Vinci scope but are not yet enforced by the export, which currently returns the Group's full resource set.Add an
infohint in two places so readers aren't misled:docs/api-reference/operations/davinci-data-export.md— after the exportType values table (scoped to thepayertopayerrow).docs/interop-apis/payer-to-payer.md— after the Data scope table.Each hint frames the scope as the target, notes it is not enforced yet, and points to
_type/_typeFilter/_sinceas the interim scoping levers. Consent is intentionally out of these hints — it is enforced at the match step ($bulk-member-match/$provider-member-match), not part of this data-scope gap.Test plan
🤖 Generated with Claude Code