Hint Health · Schema

Public.CompanyBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
employee_divisions_count integer
name string
status string
address object
default_location object
default_plan object
default_practitioner object
employee_divisions object
phones object
View JSON Schema on GitHub

JSON Schema

public-companyblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-companyblueprint_one",
  "title": "Public.CompanyBlueprint_one",
  "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"
    }
  }
}