Hint Health · Schema

Public.PatientBlueprint_account

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
name string
past_due_in_cents integer
View JSON Schema on GitHub

JSON Schema

public-patientblueprint_account.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-patientblueprint_account",
  "title": "Public.PatientBlueprint_account",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "past_due_in_cents": {
      "type": "integer",
      "format": "int32"
    }
  }
}