Hint Health · Schema

Public.NpiBlueprint_shared

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
first_name string
last_name string
number string
organization_name string
type string
View JSON Schema on GitHub

JSON Schema

public-npiblueprint_shared.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-npiblueprint_shared",
  "title": "Public.NpiBlueprint_shared",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "organization_name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}