Independence Blue Cross Formulary API

Public Da Vinci USDF FHIR R4 drug formulary resources.

Operations 10

GET /formulary/v1/fhir/metadata
GET /formulary/v1/fhir/List
GET /formulary/v1/fhir/List/{rid}
GET /formulary/v1/fhir/MedicationKnowledge
GET /formulary/v1/fhir/MedicationKnowledge/{rid}
GET /metadata Get Capability Statement #
GET /List Search List #
GET /List/{rid} Read List By ID #
GET /MedicationKnowledge Search MedicationKnowledge #
GET /MedicationKnowledge/{rid} Read MedicationKnowledge By ID #

Documentation

Specifications

Schemas & Data

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/independence-blue-cross-formulary-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

independence-blue-cross-formulary-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Independence Blue Cross Formulary API
  version: 1.0.0
  description: 'Operations tagged Formulary across 2 of this provider''s published API definitions: independence-blue-cross-cms-swagger.json, independence-blue-cross-formulary-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://eapics.ibx.com/
- url: https://eapics.ibx.com/formulary/v1/fhir
  description: Production FHIR endpoint
tags:
- name: Formulary
paths:
  /formulary/v1/fhir/metadata:
    get:
      tags:
      - Formulary
      responses:
        '200':
          description: ''
          x-amf-mediaType: application/fhir+json
          content:
            application/fhir+json:
              schema:
                example: {}
    servers:
    - url: https://eapics.ibx.com/
  /formulary/v1/fhir/List:
    get:
      tags:
      - Formulary
      parameters:
      - name: _getpages
        required: false
        in: query
        schema:
          type: string
      - name: _count
        required: false
        in: query
        schema:
          type: string
      - name: _getpagesoffset
        required: false
        in: query
        schema:
          type: string
      responses:
        '200':
          description: ''
          x-amf-mediaType: application/fhir+json
          content:
            application/fhir+json:
              schema:
                example: {}
    servers:
    - url: https://eapics.ibx.com/
  /formulary/v1/fhir/List/{rid}:
    get:
      tags:
      - Formulary
      parameters:
      - name: rid
        required: true
        in: path
        schema:
          type: string
      responses:
        '200':
          description: ''
          x-amf-mediaType: application/fhir+json
          content:
            application/fhir+json:
              schema:
                example: {}
    servers:
    - url: https://eapics.ibx.com/
  /formulary/v1/fhir/MedicationKnowledge:
    get:
      tags:
      - Formulary
      parameters:
      - name: DrugName
        required: false
        in: query
        schema:
          type: string
      - name: DrugTier
        required: false
        in: query
        schema:
          type: string
      - name: DrugPlan
        required: false
        in: query
        schema:
          type: string
      - name: _getpagesoffset
        required: false
        in: query
        schema:
          type: string
      - name: _count
        required: false
        in: query
        schema:
          type: string
      - name: _getpages
        required: false
        in: query
        schema:
          type: string
      responses:
        '200':
          description: ''
          x-amf-mediaType: application/fhir+json
          content:
            application/fhir+json:
              schema:
                example: {}
    servers:
    - url: https://eapics.ibx.com/
  /formulary/v1/fhir/MedicationKnowledge/{rid}:
    get:
      tags:
      - Formulary
      parameters:
      - name: rid
        required: true
        in: path
        schema:
          type: string
      responses:
        '200':
          description: ''
          x-amf-mediaType: application/json
          content:
            application/json:
              schema:
                example: {}
    servers:
    - url: https://eapics.ibx.com/
  /metadata:
    get:
      summary: Get Capability Statement
      operationId: get_metadata
      tags:
      - Formulary
      responses:
        '200':
          description: OK
          content:
            application/fhir+json: {}
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
    servers:
    - url: https://eapics.ibx.com/formulary/v1/fhir
      description: Production FHIR endpoint
  /List:
    get:
      summary: Search List
      operationId: get_List
      tags:
      - Formulary
      responses:
        '200':
          description: OK
          content:
            application/fhir+json: {}
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
    servers:
    - url: https://eapics.ibx.com/formulary/v1/fhir
      description: Production FHIR endpoint
  /List/{rid}:
    get:
      summary: Read List By ID
      operationId: get_List_rid
      tags:
      - Formulary
      responses:
        '200':
          description: OK
          content:
            application/fhir+json: {}
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      parameters:
      - name: rid
        in: path
        required: true
        description: FHIR resource id
        schema:
          type: string
    servers:
    - url: https://eapics.ibx.com/formulary/v1/fhir
      description: Production FHIR endpoint
  /MedicationKnowledge:
    get:
      summary: Search MedicationKnowledge
      operationId: get_MedicationKnowledge
      tags:
      - Formulary
      responses:
        '200':
          description: OK
          content:
            application/fhir+json: {}
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
    servers:
    - url: https://eapics.ibx.com/formulary/v1/fhir
      description: Production FHIR endpoint
  /MedicationKnowledge/{rid}:
    get:
      summary: Read MedicationKnowledge By ID
      operationId: get_MedicationKnowledge_rid
      tags:
      - Formulary
      responses:
        '200':
          description: OK
          content:
            application/fhir+json: {}
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      parameters:
      - name: rid
        in: path
        required: true
        description: FHIR resource id
        schema:
          type: string
    servers:
    - url: https://eapics.ibx.com/formulary/v1/fhir
      description: Production FHIR endpoint
x-refined-from:
- independence-blue-cross-cms-swagger.json
- independence-blue-cross-formulary-openapi.yml