Devoted Health ExplanationOfBenefit API

The ExplanationOfBenefit API from Devoted Health — 1 operation(s) for explanationofbenefit.

Operations 1

GET /ExplanationOfBenefit

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/devoted-health-explanationofbenefit-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

devoted-health-explanationofbenefit-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Devoted Health Explanation Of Benefit API
  version: unspecified
  description: 'Operations tagged ExplanationOfBenefit across 2 of this provider''s published API definitions: devoted-health-patient-access-openapi-original.json, devoted-health-patient-access-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.prod.devoted.com/fhir/
tags:
- name: ExplanationOfBenefit
paths:
  /ExplanationOfBenefit:
    get:
      tags:
      - ExplanationOfBenefit
      parameters:
      - name: patient
        in: query
        description: The patient present at the encounter. It is a required field.
        schema:
          type: string
      - name: date
        in: query
        description: A date or date range from which to find appointments. This must be set when using patient, practitioner or location. The 'date' parameter may be provided once without a prefix or time component to imply a date range or once without a prefix and with a time component to search for appointments at a specific time. Alternately it may be provided twice with 'le' and 'gt' prefixes to search for appointments within a specific range. The date prefix pair must create a closed range.
        schema:
          type: string
          format: date
      - name: _format
        in: query
        x-consoleDefault: application/json
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExplanationOfBenefit'
    servers:
    - url: https://api.prod.devoted.com/fhir/
components:
  schemas:
    ExplanationOfBenefit:
      description: ''
      type: object
      properties:
        resourceType:
          type: string
          minLength: 1
        id:
          type: string
          minLength: 1
        text:
          type: object
          properties:
            status:
              type: string
              minLength: 1
            div:
              type: string
              minLength: 1
          required:
          - status
          - div
        identifier:
          type: array
          uniqueItems: true
          minItems: 1
          items:
            required:
            - system
            - value
            properties:
              system:
                type: string
                minLength: 1
              value:
                type: string
                minLength: 1
        request:
          type: object
          properties:
            reference:
              type: string
              minLength: 1
          required:
          - reference
        outcome:
          type: string
          minLength: 1
        disposition:
          type: string
          minLength: 1
        created:
          type: string
          minLength: 1
        organization:
          type: object
          properties:
            reference:
              type: string
              minLength: 1
          required:
          - reference
        requestOrganization:
          type: object
          properties:
            reference:
              type: string
              minLength: 1
          required:
          - reference
      required:
      - resourceType
      - id
      - text
      - identifier
      - request
      - outcome
      - disposition
      - created
      - organization
      - requestOrganization
x-refined-from:
- devoted-health-patient-access-openapi-original.json
- devoted-health-patient-access-openapi.json