Hint Health · Schema

Create_Customer_Invoice

Owner or patient or both must be provided. If you do not specify owner, we will either use the patient's last payer, or the patient themselves

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
integration_record_id string
owner object
patient object
View JSON Schema on GitHub

JSON Schema

provider-customerinvoicescontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-customerinvoicescontroller-update_body",
  "title": "Create_Customer_Invoice",
  "type": "object",
  "description": "Owner or patient or both must be provided. If you do not specify owner, we will either use the patient's last payer, or the patient themselves",
  "properties": {
    "integration_record_id": {
      "type": "string"
    },
    "owner": {
      "$ref": "#/components/schemas/Association"
    },
    "patient": {
      "$ref": "#/components/schemas/Association"
    }
  }
}