IBX ExplanationOfBenefit (CARIN BB subset)

Operational subset of the FHIR R4 ExplanationOfBenefit resource as published by Independence Blue Cross at https://eapics.ibx.com/patient/v1/fhir/ExplanationOfBenefit. Supports the CARIN BB inpatient, outpatient, pharmacy, professional, and oral institutional/professional profiles (CapabilityStatement lists five supported profiles).

HealthcareHealth InsuranceBlue Cross Blue ShieldManaged CareMedicareMedicare AdvantageMedicaidCHIPCommercialDentalVisionBehavioral HealthPharmacy BenefitsInteroperabilityFHIRSMART on FHIRCMSPatient AccessProvider DirectoryDrug FormularyTransparency In Coverage

Properties

Name Type Description
resourceType string
id string
status string
type object Claim type (institutional, professional, pharmacy, oral, vision).
subType object
use string
patient object Reference to Patient.
billablePeriod object
created string
insurer object Reference to IBX/Keystone/QCC/IAC payer organization.
provider object
outcome string
insurance array
item array
total array
payment object
View JSON Schema on GitHub

JSON Schema

independence-blue-cross-explanation-of-benefit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/independence-blue-cross/refs/heads/main/json-schema/independence-blue-cross-explanation-of-benefit-schema.json",
  "title": "IBX ExplanationOfBenefit (CARIN BB subset)",
  "description": "Operational subset of the FHIR R4 ExplanationOfBenefit resource as published by Independence Blue Cross at https://eapics.ibx.com/patient/v1/fhir/ExplanationOfBenefit. Supports the CARIN BB inpatient, outpatient, pharmacy, professional, and oral institutional/professional profiles (CapabilityStatement lists five supported profiles).",
  "type": "object",
  "required": ["resourceType", "id", "status", "type", "patient"],
  "properties": {
    "resourceType": {"type": "string", "const": "ExplanationOfBenefit"},
    "id": {"type": "string"},
    "status": {"type": "string", "enum": ["active", "cancelled", "draft", "entered-in-error"]},
    "type": {"type": "object", "description": "Claim type (institutional, professional, pharmacy, oral, vision)."},
    "subType": {"type": "object"},
    "use": {"type": "string", "enum": ["claim", "preauthorization", "predetermination"]},
    "patient": {"type": "object", "description": "Reference to Patient."},
    "billablePeriod": {
      "type": "object",
      "properties": {
        "start": {"type": "string", "format": "date"},
        "end": {"type": "string", "format": "date"}
      }
    },
    "created": {"type": "string", "format": "date-time"},
    "insurer": {"type": "object", "description": "Reference to IBX/Keystone/QCC/IAC payer organization."},
    "provider": {"type": "object"},
    "outcome": {"type": "string", "enum": ["queued", "complete", "error", "partial"]},
    "insurance": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "focal": {"type": "boolean"},
          "coverage": {"type": "object"}
        }
      }
    },
    "item": {
      "type": "array",
      "items": {"type": "object"}
    },
    "total": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "category": {"type": "object"},
          "amount": {
            "type": "object",
            "properties": {
              "value": {"type": "number"},
              "currency": {"type": "string"}
            }
          }
        }
      }
    },
    "payment": {"type": "object"}
  },
  "x-fhir-version": "4.0.1",
  "x-source-capability-statement": "https://eapics.ibx.com/patient/v1/fhir/metadata",
  "x-supported-profiles": [
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Inpatient-Institutional",
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional",
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Pharmacy",
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician",
    "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Oral"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/independence-blue-cross-explanation-of-benefit"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.