← Back to Patent Claims
Patent Claim 149 All Patents →

DSAR Export as Transparency-Annotated, Suppression-Aware Archive Assembly

A data-subject export pipeline that reuses the live portal's own visibility predicates and discloses the count and reason for every withheld record inside the archive's own sealed manifest

Patent Claim JIL Sovereign July 2026 Claim 149 of 157

Executive Summary

When a data subject exercises a right of access, the resulting export is only as trustworthy as the guarantee that it was assembled consistently with whatever restrictions already govern that person's own view of their data. JIL Sovereign's data-subject export pipeline queries every record associated with a requesting subject - including records that would be excluded from that subject's live self-service portal - and then applies the identical visibility-suppression and access-restriction predicates the portal already enforces, rather than a separately maintained, potentially inconsistent export-specific filter.

Every record excluded by those predicates is not silently dropped. It is assigned a reason code and counted, and the aggregated per-reason counts and codes are written into the export archive's own manifest before the archive is cryptographically sealed. The result is a single delivered artifact that simultaneously discloses what the subject received and accounts - inside the same sealed package - for exactly what was withheld and why.

Core Innovation: The export pipeline reuses the live portal's own visibility predicates as the single source of truth for inclusion/exclusion, and embeds a reason-coded exclusion accounting inside the sealed archive's manifest itself - so the export is self-disclosing about its own completeness rather than presenting a silently filtered subset as if it were the whole record.

Problem Statement

Data-subject access rights under GDPR Article 15, CCPA/CPRA, and HIPAA's right of access all share an underlying premise: the subject is entitled to know what an organization holds about them. In practice, most self-service export tooling resolves this in one of two unsatisfying ways. Either the export pipeline pulls every row associated with the subject with no regard for restrictions that legitimately apply elsewhere in the system - risking disclosure of records under active legal hold, records co-mingled with a third party's protected information, or records subject to minor-consent or guardianship restrictions - or the pipeline applies its own separately written filtering logic that is not guaranteed to match the rules the same subject's live portal already enforces, and offers no visibility into what, if anything, was left out.

Both failure modes create real exposure. Over-disclosure can itself be a compliance violation - disclosing a third party's co-mingled data in response to someone else's access request is its own privacy incident. Silent under-disclosure, meanwhile, is precisely the fact pattern behind disputes over whether an organization provided a "complete" response to an access request - a data subject or their counsel has no way to confirm the export they received represents everything they were entitled to see, versus a filtered subset with no record of what was filtered.

1
Predicate set, shared by the live portal and the export pipeline
100%
Excluded records reason-coded and counted, not silently dropped
1
Sealed artifact containing both the disclosure and its own completeness accounting

Why Existing Approaches Fall Short

  • Full raw-dump export scripts: apply no restriction logic at all, risking disclosure of held, restricted, or co-mingled third-party records.
  • Generic DSAR-automation connectors (typical OneTrust/Osano-style pipelines): apply their own export-specific filter logic, separately maintained from the live portal's access controls, with no guarantee the two stay consistent and no disclosed accounting of what was excluded.
  • Manual legal/privacy-team review exports: can apply correct judgment case by case, but do not scale, are not reproducible, and leave no structured, machine-verifiable record of the inclusion/exclusion reasoning.

Technical Architecture

Export Assembly Pipeline

StageFunction
1. Subject resolutionIdentify every record associated with the requesting data subject, including records that would be excluded from that subject's live-facing portal view
2. Predicate evaluationApply the identical visibility-suppression and access-restriction predicate set enforced by the subject's live self-service portal to each resolved record
3. Reason codingFor each excluded record, assign a reason code (e.g. active legal hold, minor-consent restriction, third-party co-mingled record, prior right-to-be-forgotten suppression) and increment the corresponding per-reason counter
4. Manifest assemblyWrite the aggregated per-reason exclusion counts and codes into the export archive's manifest/README as first-class, disclosed content
5. SealingCryptographically seal the manifest together with the included records into the single delivered archive

Single Source of Truth for Visibility

The distinguishing property is not that restricted records are excluded - most systems manage to do that. It is that the export pipeline evaluates the same predicate set the subject's own live portal already uses to decide what that subject can see today, rather than a second, independently written filter that can silently drift out of alignment with the portal over time. A restriction added to the portal's access-control rules takes effect in the export pipeline automatically, with no separate export-specific rule to maintain.

Reason Codes as Structured, Not Narrative, Disclosure

Exclusions are recorded as structured reason codes with counts, not free-text narrative - "14 records withheld: active legal hold; 3 records withheld: third-party co-mingled record" - so the completeness accounting itself is machine-verifiable and reproducible on a subsequent export, rather than depending on a human-authored cover letter.

Relationship to Self-Disclosing Bundle Manifests

This mechanism generalizes, to the data-subject-rights export path, a design pattern already used for compliance-review evidentiary bundles: a completeness or exception finding is written into a manifest before that manifest is hashed and sealed, so the signature simultaneously attests to what evidence is present and to what is missing or restricted, bound together such that neither can be edited without invalidating the seal. Applied here, the "recipient" is the data subject rather than a regulator or auditor, and the predicate set is privacy-and-hold visibility rather than clinical evidence completeness - but the underlying discipline is the same: an evidentiary artifact should disclose its own limits, not merely its contents.

Prior Art Differentiation

ApproachRestricted Rows Handled?Exclusion Reason/Count Disclosed?Same Predicates as Live Portal?
Full raw-dump export scriptsNo - over-disclosesN/AN/A
Generic DSAR-automation connectorsYes, but opaquelyNoNot guaranteed - separately maintained filter
Manual legal/privacy review exportsYes, case by caseSometimes, in proseDepends on reviewer judgment, not systematized
JIL suppression-aware DSAR exportYesYes, sealed inside the archiveYes - single shared predicate set

Patent Claim

Independent Claim 149: A computer-implemented method for generating a data-subject access export comprising: resolving, for a requesting data subject, a set of records associated with that subject including records that would be excluded from a live-facing self-service portal; applying to the resolved set the identical visibility-suppression and access-restriction predicates enforced by the live-facing self-service portal for that subject; for each record excluded by said predicates, assigning a reason code and incrementing a corresponding per-reason exclusion counter; assembling an export archive manifest that discloses the aggregated per-reason exclusion counts and codes as first-class content prior to sealing; and cryptographically sealing the manifest together with the included records, such that the resulting archive attests both to the records disclosed to the data subject and to the records withheld and the reason for each withholding.