drchrono · Schema

AuditLog

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Properties

Name Type Description
patient string Patient's name
description string Text description of the audit log
ip_address string IPv4 address of the user
created_at string
appointment_id integer
updated_at string
field string Related field of this audit entry
name_of_user string
action string
user_id integer
doctor_id integer
type string Type of audit log
page string Related page of this audit entry
View JSON Schema on GitHub

JSON Schema

auditlog.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/auditlog.json",
  "title": "AuditLog",
  "required": [],
  "type": "object",
  "properties": {
    "patient": {
      "type": "string",
      "description": "Patient's name",
      "title": "Patient"
    },
    "description": {
      "type": "string",
      "description": "Text description of the audit log",
      "title": "Description"
    },
    "ip_address": {
      "type": "string",
      "description": "IPv4 address of the user",
      "title": "IP Address"
    },
    "created_at": {
      "type": "string",
      "description": "",
      "title": "Created at"
    },
    "appointment_id": {
      "type": "integer",
      "description": "",
      "title": "Appointment Id"
    },
    "updated_at": {
      "type": "string",
      "description": "",
      "title": "Updated at"
    },
    "field": {
      "type": "string",
      "description": "Related field of this audit entry",
      "title": "Field"
    },
    "name_of_user": {
      "type": "string",
      "description": "",
      "title": "User name"
    },
    "action": {
      "enum": [
        "Not specified",
        "Create",
        "Read",
        "Update",
        "Delete"
      ],
      "type": "string",
      "description": "",
      "title": "Action"
    },
    "user_id": {
      "type": "integer",
      "description": "",
      "title": "User id"
    },
    "doctor_id": {
      "type": "integer",
      "description": "",
      "title": "Doctor id"
    },
    "type": {
      "enum": [
        "Account",
        "Allergy",
        "API",
        "Appointment Template",
        "Appointment Profile",
        "Appointment",
        "Billing Profile",
        "Chart",
        "Clinical Note",
        "Direct Message",
        "Data Export",
        "EPCS",
        "eRx",
        "Family History",
        "Fee Schedule",
        "Immunization",
        "Insurance Authorization",
        "Insurance",
        "Insurance Credit Card Payment",
        "Login",
        "Medical Form",
        "Medication",
        "MedList",
        "Office",
        "OnPatient",
        "Patient Flag",
        "Permissions",
        "Phone Log",
        "Problem",
        "Refill Request",
        "Uploaded Documents",
        "Sample Data",
        "Telehealth",
        "Fax",
        "Vital Flowsheet",
        "Navigation View",
        "Break The Glass",
        "Lab Order",
        "File Access"
      ],
      "type": "string",
      "description": "Type of audit log",
      "title": "Type"
    },
    "page": {
      "type": "string",
      "description": "Related page of this audit entry",
      "title": "Page"
    }
  },
  "x-verbose-required": [
    "description"
  ]
}

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