drchrono · Schema

EOBObject

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Properties

Name Type Description
posted_date string
insurance_payer_name string
doctor integer
payment_method string `""` - Unknown, `"ACH"` - Automated Clearing House (ACH), `"BOPCCP"` - Cash Concentration/Disbursement plus Addenda (CCD+) (ACH), `"BOPCTX"` - Corporate Trade Exchange (CTX) (ACH), `"CHK"` - Check, `"
deposit_date string Date when EOB gets deposited.
updated_at string
insurance_payer_id string
scanned_eob string
insurance_payer_trace_number string
total_paid number Total amount paid. If missing, default to 0.00
check_date string Date of check. If missing, default to the date when the request is made
id integer
View JSON Schema on GitHub

JSON Schema

eobobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/eobobject.json",
  "title": "EOBObject",
  "required": [
    "doctor",
    "insurance_payer_id",
    "insurance_payer_name",
    "insurance_payer_trace_number"
  ],
  "type": "object",
  "properties": {
    "posted_date": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Posted date"
    },
    "insurance_payer_name": {
      "type": "string",
      "description": "",
      "title": "Insurance payer name"
    },
    "doctor": {
      "type": "integer",
      "description": "",
      "title": "Doctor"
    },
    "payment_method": {
      "enum": [
        "",
        "ACH",
        "BOPCCP",
        "BOPCTX",
        "CHK",
        "FWT",
        "VPAY",
        "NON"
      ],
      "type": "string",
      "description": "`\"\"` - Unknown, `\"ACH\"` - Automated Clearing House (ACH), `\"BOPCCP\"` - Cash Concentration/Disbursement plus Addenda (CCD+) (ACH), `\"BOPCTX\"` - Corporate Trade Exchange (CTX) (ACH), `\"CHK\"` - Check, `\"FWT\"` - Federal Reserve Funds/Wire Transfer - Nonrepetitive, `\"VPAY\"` - vPayment, `\"NON\"` - Non-Payment Data",
      "title": "Payment method"
    },
    "deposit_date": {
      "type": "string",
      "description": "Date when EOB gets deposited.",
      "title": "Deposit date"
    },
    "updated_at": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Updated at"
    },
    "insurance_payer_id": {
      "type": "string",
      "description": "",
      "title": "Insurance payer id"
    },
    "scanned_eob": {
      "type": "string",
      "description": "",
      "title": "Scanned eob"
    },
    "insurance_payer_trace_number": {
      "type": "string",
      "description": "",
      "title": "Insurance payer trace number"
    },
    "total_paid": {
      "type": "number",
      "description": "Total amount paid. If missing, default to 0.00",
      "title": "Total paid"
    },
    "check_date": {
      "type": "string",
      "description": "Date of check. If missing, default to the date when the request is made",
      "title": "Check date"
    },
    "id": {
      "readOnly": true,
      "type": "integer",
      "description": "",
      "title": "ID"
    }
  },
  "x-verbose-required": []
}

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/eobobject"
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.