Hint Health · Schema

Platform.IntegrationBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
expires_in string
refresh_token string
status string
token_type string
webhook_url_default string
webhook_url_override string
practice object
View JSON Schema on GitHub

JSON Schema

platform-integrationblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-integrationblueprint_one",
  "title": "Platform.IntegrationBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "expires_in": {
      "type": "string"
    },
    "refresh_token": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "token_type": {
      "type": "string"
    },
    "webhook_url_default": {
      "type": "string",
      "deprecated": true
    },
    "webhook_url_override": {
      "type": "string",
      "deprecated": true
    },
    "practice": {
      "$ref": "#/components/schemas/Platform.PracticeBlueprint_for_integration"
    }
  }
}