Hint Health · Schema

Public.SpecialtyBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

public-specialtyblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-specialtyblueprint_all",
  "title": "Public.SpecialtyBlueprint_all",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "name": {
        "type": "string"
      }
    }
  }
}