PlanSearchFilter

plan search filter

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal-GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
disease_mgmt_programs array
division object
issuer string Issuer name
issuers array A List of Issuers names
metal_levels array A list of Metalic Levels
metal_level object
metal_design_types array A list of Plan Design Type / Metalic Level Combinations
design_types array A list of Plan Design Types
premium number
type object
types array a list of plan types
deductible number
hsa boolean HSA eligibilty
oopc number Out of Pocket Costs
child_dental_coverage boolean Only show plans with child dental coverage
adult_dental_coverage boolean Only show plans with adult dental coverage
drugs array A list of RXCUIs
providers array A list of NPIs
quality_rating number Quality ratings for a plan
simple_choice boolean
premium_range object
deductible_range object
View JSON Schema on GitHub

JSON Schema

marketplace-plansearchfilter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PlanSearchFilter",
  "description": "plan search filter",
  "properties": {
    "disease_mgmt_programs": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/DiseaseMgmtProgramsEnum"
      }
    },
    "division": {
      "$ref": "#/definitions/ProductDivisionEnum"
    },
    "issuer": {
      "description": "Issuer name",
      "type": "string"
    },
    "issuers": {
      "description": "A List of Issuers names",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "metal_levels": {
      "description": "A list of Metalic Levels",
      "type": "array",
      "items": {
        "$ref": "#/definitions/MetalLevelEnum"
      }
    },
    "metal_level": {
      "$ref": "#/definitions/MetalLevelEnum"
    },
    "metal_design_types": {
      "description": "A list of Plan Design Type / Metalic Level Combinations",
      "type": "array",
      "items": {
        "$ref": "#/definitions/MetalDesignType"
      }
    },
    "design_types": {
      "description": "A list of Plan Design Types",
      "type": "array",
      "items": {
        "$ref": "#/definitions/DesignTypeEnum"
      }
    },
    "premium": {
      "type": "number"
    },
    "type": {
      "$ref": "#/definitions/PlanTypeEnum"
    },
    "types": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/PlanTypeEnum"
      },
      "description": "a list of plan types"
    },
    "deductible": {
      "type": "number"
    },
    "hsa": {
      "description": "HSA eligibilty",
      "type": "boolean"
    },
    "oopc": {
      "description": "Out of Pocket Costs",
      "type": "number"
    },
    "child_dental_coverage": {
      "description": "Only show plans with child dental coverage",
      "type": "boolean"
    },
    "adult_dental_coverage": {
      "description": "Only show plans with adult dental coverage",
      "type": "boolean"
    },
    "drugs": {
      "description": "A list of RXCUIs",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[0-9]{5,7}$"
      }
    },
    "providers": {
      "description": "A list of NPIs",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[0-9]{10}$"
      }
    },
    "quality_rating": {
      "description": "Quality ratings for a plan",
      "type": "number"
    },
    "simple_choice": {
      "type": "boolean"
    },
    "premium_range": {
      "$ref": "#/definitions/Range"
    },
    "deductible_range": {
      "$ref": "#/definitions/Range"
    }
  },
  "type": "object"
}

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/marketplace-plansearchfilter"
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.