Hint Health · Schema

Platform.PracticeBlueprint_for_integration

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
name string
View JSON Schema on GitHub

JSON Schema

platform-practiceblueprint_for_integration.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-practiceblueprint_for_integration",
  "title": "Platform.PracticeBlueprint_for_integration",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}