drchrono · Schema

AppointmentTemplate

Appointment templates are blocks of time during which a doctor usually sees appointments with the same profile. These may have a longer duration then the corresponding profile, in which case they may allow multiple appointments to be booked during that period.

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Properties

Name Type Description
profile integer ID of the appointment profile to default to
scheduled_time string
archived boolean Indicats that the object has been soft-deleted and should not be used
week_days array Array of integers that indicate week days (`0` = Monday, ..., `6` = Sunday)
office integer
open_slots array Array of time intervals during which the template is available. Only computed if the available and verbose query parameters are passed. Note that only slots long enough to fit an appointment with the
date_end string
date_start string
exam_room integer **1-based** index for the exam room
duration integer Length of an appointment in minutes
id integer
View JSON Schema on GitHub

JSON Schema

appointmenttemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/appointmenttemplate.json",
  "title": "AppointmentTemplate",
  "x-verbose-required": [
    "open_slots"
  ],
  "required": [
    "office",
    "exam_room",
    "scheduled_time",
    "profile"
  ],
  "type": "object",
  "description": "Appointment templates are blocks of time during which a doctor usually sees appointments with the same profile. These may have a longer duration then the corresponding profile, in which case they may allow multiple appointments to be booked during that period.",
  "properties": {
    "profile": {
      "type": "integer",
      "description": "ID of the appointment profile to default to",
      "title": "Profile"
    },
    "scheduled_time": {
      "type": "string",
      "description": "",
      "title": "Scheduled time"
    },
    "archived": {
      "readOnly": true,
      "type": "boolean",
      "description": "Indicats that the object has been soft-deleted and should not be used",
      "title": "Archived"
    },
    "week_days": {
      "items": {
        "type": "integer",
        "description": "",
        "title": ""
      },
      "type": "array",
      "description": "Array of integers that indicate week days (`0` = Monday, ..., `6` = Sunday)",
      "title": "Week days"
    },
    "office": {
      "type": "integer",
      "description": "",
      "title": "Office"
    },
    "open_slots": {
      "items": {
        "title": "Open Slot",
        "type": "object",
        "description": "",
        "properties": {
          "start": {
            "type": "string",
            "description": "",
            "title": "Start"
          },
          "end": {
            "type": "string",
            "description": "",
            "title": "End"
          }
        }
      },
      "type": "array",
      "description": "Array of time intervals during which the template is available. Only computed if the available and verbose query parameters are passed. Note that only slots long enough to fit an appointment with the corresponding profile are included.",
      "title": "Open Slots"
    },
    "date_end": {
      "type": "string",
      "description": "",
      "title": "Date end"
    },
    "date_start": {
      "type": "string",
      "description": "",
      "title": "Date start"
    },
    "exam_room": {
      "type": "integer",
      "description": "**1-based** index for the exam room",
      "title": "Exam room"
    },
    "duration": {
      "type": "integer",
      "description": "Length of an appointment in minutes",
      "title": "Duration"
    },
    "id": {
      "readOnly": true,
      "type": "integer",
      "description": "",
      "title": "ID"
    }
  }
}

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