Prerequisites

To setup the individual delinquency feature, you need to do the following:

  • Define the required business rules using the following business rule categories:

    • Delinquency Grace Period Business Rule

    • Delinquency Event Attributes Business Rule

    • Delinquency Termination Date Rule Business Rule

    • Delinquency Miscellaneous Options Business Rule

    Note: You can define the above business rules through the Business Rules screen.
  • Define the Membership Terminate Request (C1-MemberTermRequest) business object which is used to setup the outbound message type for creating the membership termination request in the XML format.
    Note: The outbound message type is configured in the Membership Termination Outbound Message Trigger (C1-MTOMT) batch which creates an outbound message whenever the membership termination process request is initiated.
  • Define an algorithm of the C1-EVALDPAPP algorithm type to evaluate the approval configuration on the delinquency process type when a manual intervention happens in the delinquency process.

  • Define the required collection methods, such as, Self-Control Delinquency (SDEL) and Parental Delinquency (DELP) in the COLL_​METH_​FLG lookup field.
    Note: You must define a collection class for an account and a person with the respective collection method through the Collection Class screen.

    The following table describes how you can setup the system for an account or a person based on the respective collection method:

    Scenario System Behavior
    A collection class is defined for an Account entity where the collection method is set to Self-Control Delinquency.
    • The account entity has its own delinquency process.

    • Bills belonging to the respective account are skipped when the person of the respective account is evaluated for delinquency.

    A collection class is defined for an Account entity where the collection method is set to Parental Delinquency.
    • The account simply follows the collection class configuration defined for the main person of the account.

    • Bills belonging to the respective account are considered only when a person or any parent within the person's hierarchy is evaluated for delinquency.

    A collection class is defined for a Person entity where the collection method is set to Self-Control Delinquency.
    • The person entity has its own delinquency process.

    • Bills belonging to the respective person's account or any account falling under its hierarchy are not considered when any of the parent persons within the hierarchy is evaluated for delinquency.

    Note: When you skip a person from its parent person's delinquency process, the system always skips that particular person along with the hierarchy that resides under that person.
    A collection class is defined for a Person entity where the collection method is set to Parental Delinquency.
    • The person simply follows the collection class configuration defined for its parent person. The system also checks the following conditions:
      • If a parent person is not defined:
        • The person entity has its own delinquency process.

        • Bills belonging to the respective person's account or any account falling under its hierarchy are not considered when any of the parent persons within the hierarchy is evaluated for delinquency.

      • If a parent person is defined:
        • The person and hierarchy falling under the person is considered under that parent person's delinquency management.

  • Define the following fields in the XML schema of the Health Care Inbound Message (C1-HCInboundMessage) business object:

    • Collection Class

    • Postpone Credit Review Until

    • Drag Days

    Note: You can specify the values for the above fields while creating the health care inbound message.
  • Configure the delinquency control along with its respective algorithms in the system.

  • Configure the delinquency event type along with its respective algorithms in the system.

  • Configure the delinquency process type along with its respective algorithms in the system.

  • Define the required field mapping preference categories in the system

    • Routing Method - Contact Method Mapping

    • Delinquency Process Type

    • Delinquency Process

  • Define values for the Delinquency Process Field Mapping, Policy Characteristic Type for Customer Contact, and Routing Method - Contact Method Mapping option types in the DELINPROC feature configuration.

  • Attach the C1-CDPPAYCAN and C1-RODPDUEPX algorithms to the Algorithm Types for Payment Cancellation System Event system event of a customer class to resume the delinquency process for the respective accounts on the payment cancellation. For more information about the algorithms, see the Resuming a Delinquency Process on Payment Cancellation.

Related Topics

For more information on... See...
How to setup the DELINPROC feature configuration Setting the DELINPROC Feature Configuration
How to define a delinquency control Defining a Delinquency Control
How to define a delinquency event type Defining a Delinquency Event Type
How to define a delinquency process type Defining a Delinquency Process Type

Parent topic: Individual Health Insurance Delinquency