Flexpa
Contact usDeveloper Portal

Getting started

  • Overview
  • Quickstart
  • Use cases
  • Pricing
  • Patient access
  • Test mode
  • Going live
  • ChangelogUpdated
  • FAQ

Guides

  • Searching Coverage
  • Explanation of Benefits
  • Viewing medications

Network

  • Payers
  • Endpoints

Tools

  • Flexpa Link
  • Flexpa API
  • Data analytics
  • Connections

FHIR Resources

  • AllergyIntolerance
  • CapabilityStatement
  • CarePlan
  • CareTeam
  • Condition
  • Coverage
  • Device
  • DiagnosticReport
  • DocumentReference
  • Encounter
  • ExplanationOfBenefit
  • Goal
  • Immunization
  • Location
  • Medication
  • MedicationDispense
  • MedicationRequest
  • Observation
  • Organization
  • Patient
  • Practitioner
  • PractitionerRole
  • Procedure
  • Provenance

About

  • Brand kit
  • Join us
  • Privacy Policy
  • Privacy Notice
  • Security
  • Terms of Service

Organization

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

  • Organization is a base FHIR Resource ( JSON example)
  • Commonly available via
    • US Core Organization Profile
    • C4BB Organization Profile

Sample request

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

curl "https://api.flexpa.com/fhir/Organization" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Sample response

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

Status TwitterGitHub

© 2022 Flexpa. All rights reserved.

On this page
  • Sample request
  • Sample response