Hint Health · Schema

Common.PhoneBlueprint_shared

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
number string
type string
us_formattable string
View JSON Schema on GitHub

JSON Schema

common-phoneblueprint_shared.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/common-phoneblueprint_shared",
  "title": "Common.PhoneBlueprint_shared",
  "type": "object",
  "properties": {
    "number": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "us_formattable": {
      "type": "string"
    }
  }
}