UnitedHealthcare · JSON Structure

Provider Eligibility Response Structure

Real-time eligibility verification response with coverage details

Type: object Properties: 0
Health InsuranceHealthcareFHIRClaimsEligibility

UnitedHealthcare Eligibility Response is a JSON Structure definition published by UnitedHealthcare. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/unitedhealthcare/refs/heads/main/json-structure/provider-eligibility-response-structure.json",
  "name": "UnitedHealthcare Eligibility Response",
  "type": "object",
  "description": "Real-time eligibility verification response with coverage details",
  "fields": [
    {
      "name": "memberId",
      "type": "string",
      "description": "UnitedHealthcare member ID"
    },
    {
      "name": "memberName",
      "type": "string",
      "description": "Member full name"
    },
    {
      "name": "coverageStatus",
      "type": "string",
      "description": "Coverage status",
      "enum": [
        "ACTIVE",
        "INACTIVE",
        "TERMED"
      ]
    },
    {
      "name": "planName",
      "type": "string",
      "description": "Insurance plan name"
    },
    {
      "name": "groupNumber",
      "type": "string",
      "description": "Group number"
    },
    {
      "name": "effectiveDate",
      "type": "date",
      "description": "Coverage effective date"
    },
    {
      "name": "terminationDate",
      "type": "date",
      "description": "Coverage termination date"
    },
    {
      "name": "deductible",
      "type": "decimal",
      "description": "Annual deductible amount"
    },
    {
      "name": "deductibleMet",
      "type": "decimal",
      "description": "YTD deductible met"
    },
    {
      "name": "outOfPocketMax",
      "type": "decimal",
      "description": "Annual out-of-pocket maximum"
    },
    {
      "name": "outOfPocketMet",
      "type": "decimal",
      "description": "YTD out-of-pocket met"
    },
    {
      "name": "copay",
      "type": "decimal",
      "description": "Copay amount"
    },
    {
      "name": "coinsurance",
      "type": "decimal",
      "description": "Coinsurance percentage"
    },
    {
      "name": "networkStatus",
      "type": "string",
      "description": "Network status",
      "enum": [
        "IN_NETWORK",
        "OUT_OF_NETWORK",
        "UNKNOWN"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/provider-eligibility-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.