Hint Health · Schema

Provider.MembershipContractsController.update_body

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
end_date string
billing_end_date string
View JSON Schema on GitHub

JSON Schema

provider-membershipcontractscontroller-update_body.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/provider-membershipcontractscontroller-update_body",
  "title": "Provider.MembershipContractsController.update_body",
  "type": "object",
  "properties": {
    "end_date": {
      "type": "string",
      "format": "date"
    },
    "billing_end_date": {
      "type": "string",
      "format": "date"
    }
  }
}