DEMONSTRATION SITE — Compliant Health Plan is a fictional plan created for product demo purposes only.
Questions? Call 1-800-555-0142 (TTY 711) · 8 a.m.–8 p.m., 7 days a week Member Login · Your Health Data · Español
Home / Interoperability
Your Health Data

Your health data belongs to you

Compliant Health Plan gives members secure, standards-based access to their claims, encounters, clinical information, and drug coverage — and the ability to share it with any app they choose.

Aligned to CMS-9115-F (Interoperability & Patient Access) and CMS-0057-F (Interoperability & Prior Authorization).

Claims FHIR R4 Prior auth Formulary
How it works

From our systems to your app, in four steps

1. You choose an appPick any third-party health app that supports the SMART on FHIR standard.
2. You authorize itSign in with your member credentials and approve exactly what the app can see.
3. We release the dataClaims, encounters, clinical data and formulary are delivered as FHIR R4 resources.
4. You stay in controlReview or revoke any app’s access from the portal at any time.
The APIs

What we make available

All endpoints are HL7® FHIR® R4 and follow the CARIN Blue Button, Da Vinci PDex, Da Vinci Plan-Net, and Da Vinci PAS/PDex implementation guides.

APIWhat it containsStandardAccessStatus
Patient AccessAdjudicated claims, encounters, cost-sharing, clinical data (USCDI)CARIN Blue Button IGMember-authorizedLive
Formulary / Drug CoverageCovered drugs, tiers, cost-sharing, utilization management rulesDa Vinci US Drug Formulary IGPublicLive
Provider DirectoryPractitioners, roles, organizations, locations, networksDa Vinci Plan-Net IGPublic, no authLive
Payer-to-Payer ExchangeUp to 5 years of claims, encounters and clinical data at plan switchDa Vinci PDex IGMember opt-inLive
Provider AccessMember data shared with treating in-network providersDa Vinci PDex IGProvider attributed, member opt-outLive
Prior Authorization (PAS)Submit, track and receive decisions on prior auth requestsDa Vinci PAS IGProvider-authorizedPhased rollout
Coverage Requirements (CRD/DTR)Documentation rules surfaced inside the provider’s EHR workflowDa Vinci CRD / DTR IGProvider-authorizedPhased rollout
Connect an app

Bring your health data into the tools you already use

Any app that supports SMART on FHIR can request access. You approve it once, and the app receives a token that only works for the data you allowed.

Find the app’s connect button

Most apps list “Compliant Health Plan” in their insurer directory.

Sign in with your member credentials

You authenticate with us — the app never sees your password.

Review the consent screen

See exactly which categories of data the app is asking for before you approve.

Disconnect whenever you want

Portal → Sharing → Connected apps → Revoke.

Third-party apps are not covered by HIPAA

Once you share data with an app, that app’s privacy policy governs it — not ours. Read it before you connect, especially the sections on selling and secondary use of data.

What we check

We verify an app’s registration and attest that it has a public privacy policy. We do not endorse any app, and we cannot restrict access based on privacy practices alone.

Caregivers and representatives

An authorized representative can be granted the same access you have, with a full audit trail of every request.

Sandbox available

Developer quick start

GET /fhir/r4/metadata
GET /.well-known/smart-configuration

POST /oauth2/token
  grant_type=authorization_code
  scope=patient/ExplanationOfBenefit.read

GET /fhir/r4/ExplanationOfBenefit?
  patient=<id>&_count=50

SMART App Launch 2.0, OAuth 2.0 with PKCE, and refresh tokens valid for 90 days without re-authentication.

For developers & partners

Build against our sandbox

Register an application, get synthetic member data, and test the full authorization flow before you go anywhere near production.

  • Synthetic test members with realistic claim histories
  • Full FHIR R4 capability statement and IG conformance results
  • Rate limits, pagination, and bulk export ($export) guidance
  • Attestation workflow for production credentials

Questions about your data

What exactly can I get?

Adjudicated claims and encounter data (including what you paid), clinical data the plan maintains in the USCDI data set, your drug formulary and coverage rules, and provider directory information. Data is available from January 1, 2016 forward.

How quickly is new data available?

Claims and encounter data are published no later than one business day after we adjudicate or receive them.

What happens when I leave the plan?

You keep access to your Patient Access data for at least five years after your coverage ends. If you opt in, we can also send your history directly to your new payer.

Can my doctor see this data?

Yes. Under the Provider Access API, in-network providers treating you can request your claims and clinical history. You can opt out at any time from the portal, and opting out never affects your coverage.

Is there a cost?

No. Access to your own health information is free, and we do not charge apps to connect to the Patient Access API.

Who do I contact if something looks wrong?

Call member services at 1-800-555-0142 (TTY 711) or use the contact form. If you believe a record is inaccurate, you can request an amendment.

See the interoperability platform in action

Walk through the member authorization flow, the API responses, and the admin view behind it.