drchrono · Schema

TelemedicineAppointment

The Telehealth Appointment endpoint is an extension of the existing Appointment endpoint.

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Properties

Name Type Description
sent_patient_email object Whether a confirmation email was sent to the Patient or not
appointment integer The Appointment related to the Telehealth Appointment, analagous to the /api/appointments resource id
created_at string UTC Timestamp for when the Telehealth Appointment was created
updated_at string UTC Timestamp for when the Telehealth Appointment was updated
overlapping_duration string The duration that counts only if patient and doctor are in the video room
duration integer Length of an appointment in minutes
telehealth_url string URL used to access Telehealth Appointment
View JSON Schema on GitHub

JSON Schema

telemedicineappointment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/telemedicineappointment.json",
  "title": "TelemedicineAppointment",
  "x-verbose-required": [],
  "required": [
    "appointment"
  ],
  "type": "object",
  "description": "The Telehealth Appointment endpoint is an extension of the existing Appointment endpoint.",
  "properties": {
    "sent_patient_email": {
      "description": "Whether a confirmation email was sent to the Patient or not"
    },
    "appointment": {
      "type": "integer",
      "description": "The Appointment related to the Telehealth Appointment, analagous to the /api/appointments resource id",
      "title": "Appointment"
    },
    "created_at": {
      "readOnly": true,
      "type": "string",
      "description": "UTC Timestamp for when the Telehealth Appointment was created",
      "title": "Created at"
    },
    "updated_at": {
      "readOnly": true,
      "type": "string",
      "description": "UTC Timestamp for when the Telehealth Appointment was updated",
      "title": "Updated at"
    },
    "overlapping_duration": {
      "type": "string",
      "description": "The duration that counts only if patient and doctor are in the video room",
      "title": "Overlapping duration"
    },
    "duration": {
      "readOnly": true,
      "type": "integer",
      "description": "Length of an appointment in minutes",
      "title": "Duration"
    },
    "telehealth_url": {
      "readOnly": true,
      "type": "string",
      "description": "URL used to access Telehealth Appointment",
      "title": "Telehealth url"
    }
  }
}

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