Hint Health · Schema

Public.PracticeBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
address_city string
address_country string
address_line1 string
address_line2 string
address_state string
address_zip string
email string
name string
url string
logo_url string
integration_record_id string
phones object
View JSON Schema on GitHub

JSON Schema

public-practiceblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-practiceblueprint_one",
  "title": "Public.PracticeBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "address_city": {
      "type": "string"
    },
    "address_country": {
      "type": "string"
    },
    "address_line1": {
      "type": "string"
    },
    "address_line2": {
      "type": "string"
    },
    "address_state": {
      "type": "string"
    },
    "address_zip": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "logo_url": {
      "type": "string"
    },
    "integration_record_id": {
      "type": "string"
    },
    "phones": {
      "$ref": "#/components/schemas/Common.PhoneBlueprint_shared"
    }
  }
}