Ribbon Health · Schema

getConditions

JSON Schema for getConditions response from Ribbon Health H1 API

HealthcareProvider DirectoryInsuranceClinical DataCare NavigationEligibilityPrice TransparencyProvider SearchHealth PlansDigital Health

Properties

Name Type Description
count integer The total number of results matched, across all pages.
next string
previous string
parameters object
results array
View JSON Schema on GitHub

JSON Schema

getconditions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "getConditions",
  "description": "JSON Schema for getConditions response from Ribbon Health H1 API",
  "required": [
    "count",
    "next",
    "parameters",
    "previous",
    "results"
  ],
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "The total number of results matched, across all pages.",
      "format": "int32",
      "example": 480
    },
    "next": {
      "type": "string",
      "nullable": true,
      "example": "https://api.ribbonhealth.com/v1/custom/conditions?page=3"
    },
    "previous": {
      "type": "string",
      "nullable": true,
      "example": "https://api.ribbonhealth.com/v1/custom/conditions?page=1"
    },
    "parameters": {},
    "results": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string",
            "description": "A UUID uniquely identifying this condition",
            "format": "uuid",
            "example": "99f4762e-c4c2-4d1d-983a-2b8b303e691d"
          },
          "display": {
            "type": "string",
            "example": "Chronic Depression"
          },
          "types": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "focus_areas",
                "condition_cost_estimate"
              ],
              "x-enum-elements": [
                {
                  "name": "focus_areas",
                  "description": ""
                },
                {
                  "name": "condition_cost_estimate",
                  "description": ""
                }
              ]
            }
          },
          "specialties": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "uuid": {
                  "type": "string",
                  "description": "A UUID uniquely identifying this specialty",
                  "format": "uuid",
                  "example": "18d8ad26-7e5f-44ac-9afa-966efb375344"
                },
                "taxonomy_code": {
                  "example": "207Q00000X",
                  "oneOf": [
                    {
                      "type": "string"
                    }
                  ]
                },
                "board_specialty": {
                  "type": "string",
                  "nullable": true,
                  "example": "Family Medicine"
                },
                "board_sub_specialty": {
                  "type": "string",
                  "nullable": true
                },
                "non_md_specialty": {
                  "type": "string",
                  "nullable": true
                },
                "non_md_sub_specialty": {
                  "type": "string",
                  "nullable": true,
                  "example": "None"
                },
                "provider_name": {
                  "type": "string",
                  "nullable": true,
                  "example": "Family Medicine Doctor"
                },
                "colloquial": {
                  "type": "string",
                  "nullable": true
                },
                "taxonomy_1": {
                  "type": "string",
                  "nullable": true,
                  "example": "Allopathic & Osteopathic Physicians"
                },
                "taxonomy_2": {
                  "type": "string",
                  "nullable": true,
                  "example": "Family Medicine"
                },
                "taxonomy_3": {
                  "type": "string",
                  "nullable": true
                },
                "display": {
                  "type": "string",
                  "example": "Family Medicine"
                },
                "provider_type": {
                  "type": "string",
                  "example": "Doctor"
                },
                "is_primary": {
                  "type": "boolean",
                  "description": "Whether or not a specialty is a provider's primary specialty",
                  "example": true
                }
              }
            }
          },
          "modules": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

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