IBX Organization (Da Vinci Plan-Net subset)

Operational subset of the FHIR R4 Organization resource as published by Independence Blue Cross at https://eapics.ibx.com/provider/v1/fhir/Organization. Two supported profiles per the Plan-Net CapabilityStatement (provider organization and payer organization).

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

Properties

Name Type Description
resourceType string
id string
identifier array
active boolean
type array
name string
alias array
telecom array
address array
partOf object Reference to parent organization.
contact array
endpoint array
View JSON Schema on GitHub

JSON Schema

independence-blue-cross-organization-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-organization-schema.json",
  "title": "IBX Organization (Da Vinci Plan-Net subset)",
  "description": "Operational subset of the FHIR R4 Organization resource as published by Independence Blue Cross at https://eapics.ibx.com/provider/v1/fhir/Organization. Two supported profiles per the Plan-Net CapabilityStatement (provider organization and payer organization).",
  "type": "object",
  "required": ["resourceType", "id"],
  "properties": {
    "resourceType": {"type": "string", "const": "Organization"},
    "id": {"type": "string"},
    "identifier": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system": {"type": "string", "format": "uri"},
          "value": {"type": "string"}
        }
      }
    },
    "active": {"type": "boolean"},
    "type": {
      "type": "array",
      "items": {"type": "object"}
    },
    "name": {"type": "string"},
    "alias": {"type": "array", "items": {"type": "string"}},
    "telecom": {
      "type": "array",
      "items": {"type": "object"}
    },
    "address": {
      "type": "array",
      "items": {"type": "object"}
    },
    "partOf": {
      "type": "object",
      "description": "Reference to parent organization."
    },
    "contact": {
      "type": "array",
      "items": {"type": "object"}
    },
    "endpoint": {
      "type": "array",
      "items": {"type": "object"}
    }
  },
  "x-fhir-version": "4.0.1",
  "x-source-profiles": [
    "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization",
    "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Payer"
  ],
  "x-source-capability-statement": "https://eapics.ibx.com/provider/v1/fhir/metadata"
}

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-organization"
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.