Hint Health · Schema

Create_InteractionNotification

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
title string The title of the interaction notification.
View JSON Schema on GitHub

JSON Schema

provider-interactions-notificationscontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-interactions-notificationscontroller-create_body",
  "title": "Create_InteractionNotification",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the interaction notification."
    }
  }
}