Hint Health · Schema

Public.CompanyPlanBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
available_for_enrollment boolean
is_default boolean
plan object
View JSON Schema on GitHub

JSON Schema

public-companyplanblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-companyplanblueprint_one",
  "title": "Public.CompanyPlanBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "available_for_enrollment": {
      "type": "boolean"
    },
    "is_default": {
      "type": "boolean"
    },
    "plan": {
      "$ref": "#/components/schemas/Public.PlanBlueprint_min"
    }
  }
}