AmeriHealthCaritasExplanationOfBenefit
JSON Schema mirroring the FHIR R4 ExplanationOfBenefit resource as profiled by CARIN Blue Button and exposed via AmeriHealth Caritas Patient Access. EOB describes claim adjudication results for AmeriHealth Caritas Medicaid, CHIP, D-SNP, LTSS, and Marketplace members.
Properties
| Name | Type | Description |
|---|---|---|
| resourceType | string | |
| id | string | |
| meta | object | |
| identifier | array | |
| status | string | |
| type | object | |
| subType | object | |
| use | string | |
| patient | object | Reference(Patient) |
| billablePeriod | object | |
| created | string | |
| insurer | object | Reference(Organization) |
| provider | object | Reference(Practitioner|PractitionerRole|Organization) |
| outcome | string | |
| disposition | string | |
| insurance | array | |
| item | array | |
| total | array | |
| payment | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amerihealth-caritas/refs/heads/main/json-schema/amerihealth-caritas-explanation-of-benefit-schema.json",
"title": "AmeriHealthCaritasExplanationOfBenefit",
"description": "JSON Schema mirroring the FHIR R4 ExplanationOfBenefit resource as profiled by CARIN Blue Button and exposed via AmeriHealth Caritas Patient Access. EOB describes claim adjudication results for AmeriHealth Caritas Medicaid, CHIP, D-SNP, LTSS, and Marketplace members.",
"type": "object",
"required": ["resourceType", "status", "type", "use", "patient", "created", "insurer", "provider", "outcome"],
"properties": {
"resourceType": { "type": "string", "const": "ExplanationOfBenefit" },
"id": { "type": "string" },
"meta": { "type": "object" },
"identifier": { "type": "array", "items": { "type": "object" } },
"status": { "type": "string", "enum": ["active", "cancelled", "draft", "entered-in-error"] },
"type": { "type": "object" },
"subType": { "type": "object" },
"use": { "type": "string", "enum": ["claim", "preauthorization", "predetermination"] },
"patient": { "type": "object", "description": "Reference(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(Organization)" },
"provider": { "type": "object", "description": "Reference(Practitioner|PractitionerRole|Organization)" },
"outcome": { "type": "string", "enum": ["queued", "complete", "error", "partial"] },
"disposition": { "type": "string" },
"insurance": {
"type": "array",
"items": {
"type": "object",
"properties": {
"focal": { "type": "boolean" },
"coverage": { "type": "object", "description": "Reference(Coverage)" }
}
}
},
"item": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sequence": { "type": "integer" },
"productOrService": { "type": "object" },
"servicedDate": { "type": "string", "format": "date" },
"servicedPeriod": { "type": "object" },
"quantity": { "type": "object" },
"unitPrice": { "type": "object" },
"net": { "type": "object" },
"adjudication": { "type": "array", "items": { "type": "object" } }
}
}
},
"total": { "type": "array", "items": { "type": "object" } },
"payment": { "type": "object" }
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/amerihealth-caritas-explanation-of-benefit"
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.