drchrono · Schema
FeeSchedule
EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management
Properties
| Name | Type | Description |
|---|---|---|
| ineffective_date | string | End date that this schedule is valid. If null, then it is applied until an end date is set |
| assignees | array | Schedule specific to these assignees, if null, then applies as default to all assignees without a more specific fee schedule. |
| items | array | Items that belong to this fee schedule (this field is only available for single requests) |
| created_at | string | |
| payer_id | string | Fee Schedule pricing specific to this payer, if null, then applies as default to all payers without a more specific fee schedule. |
| updated_at | string | |
| assignee_type | string | Type of assignee |
| specialities | array | Schedule specific to these specialities, if null, then applies as default to all specialities without a more specific fee schedule. |
| effective_date | string | Start date that this schedule is valid. If null, then since the beginning of time |
| plan_name | string | Name of insurance plan. |
| id | integer |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/drchrono/json-schema/feeschedule.json",
"title": "FeeSchedule",
"required": [],
"type": "object",
"properties": {
"ineffective_date": {
"type": "string",
"description": "End date that this schedule is valid. If null, then it is applied until an end date is set",
"title": "Ineffective date"
},
"assignees": {
"type": "array",
"description": "Schedule specific to these assignees, if null, then applies as default to all assignees without a more specific fee schedule.",
"title": "Assignees"
},
"items": {
"type": "array",
"description": "Items that belong to this fee schedule (this field is only available for single requests)",
"title": "Items"
},
"created_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Created at"
},
"payer_id": {
"type": "string",
"description": "Fee Schedule pricing specific to this payer, if null, then applies as default to all payers without a more specific fee schedule.",
"title": "Payer id"
},
"updated_at": {
"readOnly": true,
"type": "string",
"description": "",
"title": "Updated at"
},
"assignee_type": {
"enum": [
"Individual",
"Speciality"
],
"type": "string",
"description": "Type of assignee",
"title": "Assignee Type"
},
"specialities": {
"type": "array",
"description": "Schedule specific to these specialities, if null, then applies as default to all specialities without a more specific fee schedule.",
"title": "Specialities"
},
"effective_date": {
"type": "string",
"description": "Start date that this schedule is valid. If null, then since the beginning of time",
"title": "Effective date"
},
"plan_name": {
"type": "string",
"description": "Name of insurance plan.",
"title": "Plan name"
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/feeschedule"
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.