CapabilityStatement
GET https://api.flexpa.com/fhir/metadata
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