drchrono · Schema

TelemedicineAppointmentEventLog

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Properties

Name Type Description
timestamp string
description string
event_type string
View JSON Schema on GitHub

JSON Schema

telemedicineappointmenteventlog.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/telemedicineappointmenteventlog.json",
  "title": "TelemedicineAppointmentEventLog",
  "required": [],
  "type": "object",
  "properties": {
    "timestamp": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Timestamp"
    },
    "description": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Description"
    },
    "event_type": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Event type"
    }
  },
  "x-verbose-required": []
}