UnitedHealthcare · Schema

UnitedHealthcare Eligibility Response

Real-time eligibility verification response with coverage details

Health InsuranceHealthcareFHIRClaimsEligibility

Properties

Name Type Description
memberId string UnitedHealthcare member ID
memberName string Member full name
coverageStatus string Coverage status
planName string Insurance plan name
groupNumber string Group number
effectiveDate string Coverage effective date
terminationDate string Coverage termination date
deductible number Annual deductible amount
deductibleMet number YTD deductible met
outOfPocketMax number Annual out-of-pocket maximum
outOfPocketMet number YTD out-of-pocket met
copay number Copay amount
coinsurance number Coinsurance percentage
networkStatus string Network status
View JSON Schema on GitHub

JSON Schema

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

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/provider-eligibility-response"
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 email required.

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