Hint Health · Schema

Public.CompanyBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

public-companyblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-companyblueprint_all",
  "title": "Public.CompanyBlueprint_all",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "employee_divisions_count": {
        "type": "integer",
        "format": "int32"
      },
      "name": {
        "type": "string"
      },
      "status": {
        "type": "string"
      },
      "address": {
        "$ref": "#/components/schemas/Public.AddressBlueprint_leaf"
      },
      "default_location": {
        "$ref": "#/components/schemas/Public.LocationBlueprint_min"
      },
      "default_plan": {
        "$ref": "#/components/schemas/Public.PlanBlueprint_min"
      },
      "default_practitioner": {
        "$ref": "#/components/schemas/Public.PractitionerBlueprint_min"
      },
      "employee_divisions": {
        "$ref": "#/components/schemas/Public.EmployeeDivisionBlueprint_leaf"
      },
      "phones": {
        "$ref": "#/components/schemas/Public.PhoneBlueprint_leaf"
      }
    }
  }
}