AmeriHealth Caritas · Example Payload

Amerihealth Caritas Explanation Of Benefit Search Example

HealthcareHealth InsuranceManaged CareMedicaidMedicareDual EligibleCHIPLTSSBehavioral HealthPharmacy BenefitsInteroperabilityFHIRCMSSMART on FHIRPatient AccessProvider Directory

Amerihealth Caritas Explanation Of Benefit Search Example is an example object payload from AmeriHealth Caritas, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resourceTypetypetotallinkentry

Example Payload

Raw ↑
{
  "resourceType": "Bundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/ExplanationOfBenefit?patient=ahc-member-example"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://api-ext.amerihealthcaritas.com/0500/patient-api/ExplanationOfBenefit/eob-1",
      "resource": {
        "resourceType": "ExplanationOfBenefit",
        "id": "eob-1",
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/claim-type",
              "code": "professional",
              "display": "Professional"
            }
          ]
        },
        "use": "claim",
        "patient": { "reference": "Patient/ahc-member-example" },
        "billablePeriod": { "start": "2026-04-01", "end": "2026-04-30" },
        "created": "2026-05-05T10:00:00Z",
        "insurer": { "reference": "Organization/amerihealth-caritas-dc", "display": "AmeriHealth Caritas DC" },
        "provider": { "reference": "PractitionerRole/pr-12345" },
        "outcome": "complete",
        "insurance": [
          { "focal": true, "coverage": { "reference": "Coverage/cov-1" } }
        ],
        "item": [
          {
            "sequence": 1,
            "productOrService": {
              "coding": [
                { "system": "http://www.ama-assn.org/go/cpt", "code": "99213", "display": "Office or other outpatient visit" }
              ]
            },
            "servicedDate": "2026-04-12",
            "quantity": { "value": 1 },
            "unitPrice": { "value": 150, "currency": "USD" },
            "net": { "value": 150, "currency": "USD" },
            "adjudication": [
              { "category": { "text": "eligible" }, "amount": { "value": 150, "currency": "USD" } },
              { "category": { "text": "benefit" }, "amount": { "value": 120, "currency": "USD" } }
            ]
          }
        ],
        "total": [
          { "category": { "text": "submitted" }, "amount": { "value": 150, "currency": "USD" } },
          { "category": { "text": "benefit" }, "amount": { "value": 120, "currency": "USD" } }
        ]
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/amerihealth-caritas-explanation-of-benefit-search-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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