Hint Health · Schema

Create_Company_Plan

Plan Id must be provided.

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
plan object You must use plans of type "company"
available_for_enrollment boolean
View JSON Schema on GitHub

JSON Schema

provider-companyplanscontroller-create_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-companyplanscontroller-create_body",
  "title": "Create_Company_Plan",
  "type": "object",
  "description": "Plan Id must be provided.",
  "properties": {
    "plan": {
      "$ref": "#/components/schemas/Association",
      "description": "You must use plans of type \"company\""
    },
    "available_for_enrollment": {
      "type": "boolean"
    }
  },
  "required": [
    "plan",
    "available_for_enrollment"
  ]
}