Payer-to-Payer Data Exchange and HIPAA: Requirements, Compliance Steps, and Best Practices

Product Pricing
Ready to get started? Book a demo with our team
Talk to an expert

Payer-to-Payer Data Exchange and HIPAA: Requirements, Compliance Steps, and Best Practices

Kevin Henry

HIPAA

December 22, 2025

6 minutes read
Share this article
Payer-to-Payer Data Exchange and HIPAA: Requirements, Compliance Steps, and Best Practices
  • Validate inputs: main keyword, related keywords, and the exact outline.
  • Structure content strictly under the provided H1 and H2 headings.
  • Develop each section with clear, thorough explanations using the exact headings.
  • Integrate related keywords naturally and contextually.
  • Add the specified FAQs and close with a succinct summary.

Payer-to-Payer Data Exchange Mandate Overview

The 2020 CMS Interoperability and Patient Access final rule introduced a payer-to-payer data exchange policy intended to let a patient’s data follow them when they change health plans. CMS later exercised enforcement discretion and did not take action on the 2022 compliance date to allow time for standards to mature and for consistent implementation across the industry. ([cms.gov](https://www.cms.gov/files/document/cms-9115-payer-payer-enforcement-discretion-faq.pdf))

CMS finalized a comprehensive update on January 17, 2024 (CMS-0057-F), which requires impacted payers to stand up a standardized FHIR-based Payer-to-Payer API. The API must support sharing claims and encounter data (excluding remittances and cost-sharing), US Core Data for Interoperability (USCDI) clinical data, and specified prior authorization information (excluding drugs), with patient permission. Compliance dates generally begin January 1, 2027, and only data with dates of service within five years of the request must be shared. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

Applicable Entities and Scope

The mandate applies to “impacted payers,” including Medicare Advantage organizations, state Medicaid and CHIP fee-for-service programs, Medicaid managed care plans, CHIP managed care entities, and Qualified Health Plan (QHP) issuers on the Federally Facilitated Exchanges (FFEs). These entities must implement and maintain the Payer-to-Payer API on the specified timelines and honor the five-year lookback scope for requested data. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

Data Content Compliance Requirements

What you must be ready to exchange

  • Claims and encounter data, excluding provider remittance and enrollee cost-sharing details.
  • Clinical data defined by the US Core Data for Interoperability (USCDI).
  • Specified prior authorization data for non-drug items and services.
  • Only data with a date of service within five years of the request.

CMS requires patient opt-in permission for Payer-to-Payer API sharing, with plain-language educational resources explaining the benefits and how to opt in. As you design payloads, align clinical content to USCDI and map resources using the HL7 FHIR US Core profiles; many teams reference the HL7 FHIR US Core Implementation Guide STU 3.1.0 lineage while targeting the currently required version. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

Ready to simplify HIPAA compliance?

Join thousands of organizations that trust Accountable to manage their compliance needs.

Technical Standards and API Implementation

Required standards and frameworks

  • HL7 FHIR Release 4.0.1 as the API foundation.
  • HL7 FHIR US Core Implementation Guide STU 3.1.1 for profiles and interactions (with flexibility to adopt compatible updates).
  • SMART App Launch Framework (v1.0.0) and OpenID Connect Core 1.0 for patient authentication protocols and authorization flows.
  • FHIR Bulk Data Access (Flat FHIR) v1.0.0 where bulk movement is appropriate.

While you may have legacy mappings to the HL7 FHIR US Core Implementation Guide STU 3.1.0, validate conformance against the required STU 3.1.1 profiles and plan version negotiation to avoid breaking changes. Build robust error handling, provenance, and retry patterns in the Payer-to-Payer API to ensure reliable data transmission security and traceability. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

Security and HIPAA Compliance Measures

Privacy Rule alignment

Under the HIPAA Privacy Rule, covered entities may use or disclose PHI without patient authorization for treatment, payment, and health care operations. That baseline permits payer-to-payer exchange for payment/operations; however, CMS’s 2024 rule layers on a patient opt-in for the Payer-to-Payer API, so you must collect and honor the API-specific permission signal. Apply the minimum necessary standard as appropriate outside of treatment disclosures. ([hhs.gov](https://www.hhs.gov/hipaa/for-professionals/privacy/laws-regulations/index.html?utm_source=openai))

Security Rule safeguards

  • End-to-end encryption and transmission security: encrypt ePHI in transit over trusted channels and protect message integrity, consistent with 45 CFR 164.312(e). ([law.cornell.edu](https://www.law.cornell.edu/cfr/text/45/164.312?utm_source=openai))
  • Patient authentication protocols: adopt SMART on FHIR plus OpenID Connect for secure authentication/authorization across apps and APIs. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))
  • Immutable audit logs: implement append-only, time-stamped audit trails to meet HIPAA audit controls and strengthen breach investigations. ([law.cornell.edu](https://www.law.cornell.edu/cfr/text/45/164.312?utm_source=openai))
  • Access control and identity proofing: enforce least-privilege, multi-factor authentication for administrative functions, and verify payer identities for system-to-system calls. ([hhs.gov](https://www.hhs.gov/hipaa/for-professionals/security/index.html?utm_source=openai))

Document risk analyses, encryption key management, incident response, and vendor oversight. Audit API calls, consent events, and data lineage to demonstrate compliance and to quickly revoke access if risk is detected. ([hhs.gov](https://www.hhs.gov/hipaa/for-professionals/security/index.html?utm_source=openai))

Implementation Challenges and Solutions

  • Patient matching across payers: combine demographic matching with probabilistic and referential techniques; exchange identifiers via FHIR resources with provenance to reduce false matches.
  • Consent and permission management: centralize capture of opt-in for the Payer-to-Payer API, surface consent state to downstream services, and log immutable consent artifacts.
  • Data normalization and quality: map source systems to USCDI-aligned US Core profiles; standardize codes and resolve duplicates; include provenance to preserve clinical context.
  • Versioning and change control: support US Core STU 3.1.1 while planning upgrades; use capability statements and contract tests to manage backward compatibility.
  • Security hardening: apply least privilege, rotate credentials, rate-limit APIs, and continuously monitor transport integrity and anomaly patterns.
  • Third-party coordination: formalize roles via BAAs, define SLAs for Payer-to-Payer exchange, and run joint end-to-end tests before go-live.

Enforcement Discretion and Regulatory Updates

CMS previously exercised enforcement discretion and did not take action on the original January 1, 2022 payer-to-payer exchange provisions, citing the lack of a uniform technical mechanism. That discretion remained until future rulemaking was finalized. ([cms.gov](https://www.cms.gov/files/document/cms-9115-payer-payer-enforcement-discretion-faq.pdf))

With CMS-0057-F (January 17, 2024), CMS finalized a standardized Payer-to-Payer API, set general API compliance dates beginning January 1, 2027, and clarified content, permission, and scope requirements, including the five-year lookback. Monitor CMS communications for subsequent updates that may refine metrics, timelines, or implementation details. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

Conclusion

To comply, identify whether you are an impacted payer, implement the FHIR-based Payer-to-Payer API using required standards, align content to USCDI via US Core, and harden security with encryption, audit controls, and strong authentication. Build for patient opt-in, document decisions, and test interoperability early to ensure your data exchange is accurate, secure, and timely. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

FAQs

What are the HIPAA requirements for payer-to-payer data exchange?

HIPAA permits disclosures for treatment, payment, and health care operations without written authorization; nonetheless, you must meet Security Rule safeguards (access control, audit controls, integrity, person/entity authentication, and transmission security). CMS’s 2024 rule adds an API-specific opt-in for payer-to-payer sharing, so implement both HIPAA safeguards and the CMS permission model. ([hhs.gov](https://www.hhs.gov/hipaa/for-professionals/privacy/laws-regulations/index.html?utm_source=openai))

How is patient authorization managed under HIPAA during data exchange?

HIPAA generally does not require an authorization for payment and health care operations, but CMS-0057-F requires patients to opt in before payers exchange their data via the Payer-to-Payer API. Provide clear education, capture permission, and record immutable audit evidence of the decision and its effective dates. ([hhs.gov](https://www.hhs.gov/hipaa/for-professionals/privacy/laws-regulations/index.html?utm_source=openai))

What technical standards must be followed for data interoperability?

Implement HL7 FHIR R4.0.1 with US Core IG STU 3.1.1 profiles, support USCDI-aligned data, and use SMART App Launch and OpenID Connect for authentication. Bulk Data Access v1.0.0 may be used for high-volume transfers. If you started on HL7 FHIR US Core Implementation Guide STU 3.1.0, verify compatibility and upgrade paths. ([cms.gov](https://www.cms.gov/newsroom/fact-sheets/cms-interoperability-and-prior-authorization-final-rule-cms-0057-f))

How does CMS enforcement discretion affect compliance timelines?

CMS did not take enforcement action on the original January 1, 2022 requirement, delaying it until new rulemaking. The 2024 final rule now sets general API compliance dates beginning January 1, 2027 for the Payer-to-Payer API and clarifies the five-year lookback scope and required patient permission. ([cms.gov](https://www.cms.gov/files/document/cms-9115-payer-payer-enforcement-discretion-faq.pdf))

Share this article

Ready to simplify HIPAA compliance?

Join thousands of organizations that trust Accountable to manage their compliance needs.

Related Articles