Hint Health · Schema

Provider.MembershipsController.bill_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
start_date string Date must be formatted as YYYY-MM-DD.
View JSON Schema on GitHub

JSON Schema

provider-membershipscontroller-bill_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-membershipscontroller-bill_body",
  "title": "Provider.MembershipsController.bill_body",
  "type": "object",
  "properties": {
    "start_date": {
      "type": "string",
      "format": "date",
      "description": "Date must be formatted as YYYY-MM-DD."
    }
  },
  "required": [
    "start_date"
  ]
}