Flexpa
Talk to us

Guides

  • Overview
  • Quickstart
  • Patient accessNew
  • Test mode
  • Searching Coverage
  • Viewing medications
  • Explanation of Benefits

SDK

  • Link
  • API

FHIR Resources New

  • CareTeam
  • Condition
  • Coverage
  • Encounter
  • ExplanationOfBenefit
  • MedicationRequest
  • Observation
  • Procedure

Reference

  • Endpoints

About

  • ChangelogNew
  • FAQ
  • Join us
  • Brand
  • Privacy policy
  • Terms of service

Coverage

GET https://api.flexpa.com/fhir/Coverage

  • Coverage is a base FHIR Resource ( JSON example)
  • Commonly available via the C4BB Coverage Profile.

Sample request

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

curl "https://api.flexpa.com/fhir/Coverage?patient=$PATIENT_ID" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Sample response

This is a sample response from Humana using Flexpa API in test mode

Next steps

Flexpa Link

Flexpa Link is a client-side component to help your users link health plan data sources
Build with Flexpa Link →

Test mode

Access synthetic patient data for development
Read the test mode guide →
TwitterGitHubDiscord

© 2022 Flexpa. All rights reserved.

On this page
  • Sample request
  • Sample response
  • Next steps