Hint Health · Schema

Public.AffiliationBlueprint_all

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

JSON Schema

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