Virtual Health
is now available for select plans! Get expert healthcare for non-emergencies.
Register todayBlueprint Portal is a members-only website that will help you understand and manage your health plan so you’re able to find quality, patient-focused healthcare at the best possible price.
Arkansas Blue Cross Blue Shield Interoperability APIs enable Arkansas Blue Cross Blue Shield members to consent to have their data shared with third party applications. It also allows third party application owners to connect to provider and pharmacy directories, further referred to as "public non-member specific data,"
Arkansas Blue Cross Blue Shield Interoperability APIs provider the functionality listed below:
Please Note: Documented search parameters are not all inclusive and that interested developers should request GET [base]/metadata for the full capabilities of the FHIR server.
The capability statement is a key part of the overall conformance framework in FHIR. It is used as a statement of the feature of actual software, or of a set of rules for an application to provide. This statement connects to all the detailed statements of functionality, such as Structure Definitions and Value Sets. This composite statement of application capability may be used for system compatibility testing, code generation or as the basis for a conformance assessment.
Links to capability statement:
Sandbox https://apipreprod.arkbluecross.com/blueware/V1/FHIR/metadata
Production https://api.arkbluecross.com/blueware/V1/FHIR/metadata
Arkansas Blue Cross and Blue Shield implements OpenID Connect (OIDC) in conjunction with the SMART on FHIR® standalone patient app launch (http://www.hI7.org/fhir/smart-app-launch/). The specification provides a framework for an OpenID Provider (OP) to securely convey an authenticated user's identify to relying partied (RPs) and in turn the RPs will convey the identity to the FHIR APIs.
An Authentication request is an OAuth 2.0 Authorization Request that request s that the End-User be authenticated by the Authorization Server.
Authorize Endpoints:
Sandbox
GET https://apiprepod.arkbluecross.com/oidc/oauth2/authorize?client_id={Client Key}&redirect_uri={Client's preregistered redirect uri}& response_type= code&state={Opaque value used to maintain state}&nonce={Optional case sensitive string}&scope=+launch/patient+patient/*.read&aud=https://apipreprod.arkbluecross.com/
Production
GET https://api.arkbluecross.com/oidc/oauth2/authorize?client_id={Client Key}&redirect_uri={Client's preregistered redirect uri}& response_type= code&state={Opaque value used to maintain state}&nonce={Optional case sensitive string}&scope=openid+launch/patient+patient/*.read&aud=https://api.arkbluecross.com/
Client specified redirection URI to which the OP Authentication response will be sent.
Query Parameters in Redirect URI:
A client makes a Token Request by presenting its Authorization Grant (in the form of an Authorization Code) to the Token Endpoint. Among other attributes, the token endpoint response body will include an access token, refresh token, and an ID JSON Web Token (JWT). The ID Token shall be submitted in the Authorization HTTP header when requesting the FHIR APIs.
Sandbox Token Endpoint:
Production Token endpoint:
The CARIN for Blue Button® Framework enables third party application to call FHIR APIs for returning Medicare Advantage and Part D claims and enrollment data. This implementation guide contains the specifications for the FHIR Patient, Coverage, Explanation of Benefit and Organization resources profited from CARIN for Blue Button®.
All of our APIs errors are in the following JSON format:
Need assistance? Reach out to us at [email protected].