Flexpa
Contact usDeveloper Portal

Getting started

  • Introduction
  • Quickstart
  • Use cases
  • Pricing
  • Patient access
  • Test mode
  • Going live
  • What we don't do
  • ChangelogUpdated
  • FAQ

Guides

  • Reading resources
  • Searching resources

Network

  • Payers
  • Endpoints

Tools

  • Flexpa Link
  • Flexpa API
  • Data analytics
  • Connections

FHIR Resources

  • Overview
  • 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

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

CapabilityStatement

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

  • CapabilityStatement is a base FHIR Resource ( JSON example)
  • More detail about the metadata operation to retrieve CapabilityStatement can be found here.

CapabilityStatement is a conformance FHIR Resource that is used to understand the exact capabilities that a payer (or any server) makes available. This is useful for applications to understand what data is available to them and what operations they can perform.

While all FHIR servers should support the metadata operation, these resources are sometimes exposed through non-standard endpoints or formats. Where possible, Flexpa has standardized the response to make it easier for applications to understand what data is available to them and what operations they can perform.

Sample request

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

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

Sample response

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

Status TwitterGitHub

© 2023 Flexpa. All rights reserved.

On this page
  • Sample request
  • Sample response