Client Funder
*Should be part of the Client API request. Multiple Client Funders should be sent as an array of objects.
Field | Data Type | Max Length | Description | Req | Expected Values | Errors | |
---|---|---|---|---|---|---|---|
1 | clientFunderId | number | 20 | The Client Funder ID is a unique ID assigned to the Client Funder record. | Situational; Required if the client funder record is being updated. Leave blank in case of addition of client funder as part of client creation POST request. Client Funder ID will be returned by Rethink if a new Funder is being added to the client. | 11223 | Invalid Format - Must be a number.
|
2 | funderSequence | number | 20 | Sequence of the Funder to indicate if the Funder is Primary, Secondary or Tertiary. See FunderSequence Appendix. | No. Will be default to primary if no value is sent | 1 | Invalid Format - Must be a number. funderSequence is invalid. Valid range of values is 1-3. |
3 | funderId | number | 100 | Funder ID associated to the intended Funder should be passed. The Funder IDs are the IDs for Funders configured in the Company Account > Funders > Name. The Funder ID will be provided by Rethink during implementation. | Yes | 1 | funderId does not exist under this account. Invalid Format - Must be a number. |
4 | serviceLineIds | list of numbers | 10 | Service Line ID associated to the intended Service Line should be passed. The Service Line IDs are the IDs for values configured in the Company Account > Service Lines. The Service Line ID will be provided by Rethink during implementation. | Yes | 2 | Invalid Format - Must be a number. serviceLineId does not exist under this account.
|
5 | caseManagerId | number | 10 | Case Manager assigned to the Policy. The Case Manager Id should EXACTLY match the name of the Case Manager configured for the Service Line in Company Account > Funder. The Case Manager ID will be provided by Rethink during implementation. IF No match is found, Funder Policy will be added without a Case Manager.
| No | 2234 | Invalid caseManagerId.
|
6 | clientMedRec | string | 10 | Client’s Medical Record Number | No | A334456 | Exceeds Max Length |
7 | relationshipId | number | 10 | Relationship to the Insured. See Appendix Relationship to Insured | Yes | 1 | Exceeds Max Length relationshipId is invalid. Valid range of values is 1-2.
|
8 | insuredFirstName | string | 100 | Insured’s First Name | Situational; IF Relationship = Self AND InsuredFirstName is passed as blank THEN Insured FirstName will be auto-populated as the Client First Name in Rethink. . | Jane | Exceeds Max Length |
9 | insuredLastName | string | 100 | Insured’s Last Name | Situational; IF Relationship = Self AND InsuredLastName is passed as blank THEN Insured LastName will be auto-populated as the Client Last Name in Rethink. IF Relationship is Child THEN Insured LastName is required to be passed | Doe | Exceeds Max Length |
10 | insuredAddressLine1 | string | 500 | Client's Street Address | Situational; IF Relationship = Self THEN Insured FirstName will be same as the Client Address IF Insured Relationship Self AND external system sends a value THEN override the auto-populated value with the value sent by external system. | 22702 SW 125th Ave | Exceeds Max Length |
11 | insuredCity | string | 100 | Client's City | Situational; IF Relationship = Self THEN Insured FirstName will be same as the Client City IF Relationship is Child THEN InsuredCity is required to be passed IF Insured Relationship Self AND external system sends a value THEN override the auto-populated value with the value sent by external system. | Miami | Exceeds Max Length |
12 | insuredState | number | 10 | ID associated with the with the State. See Appendix for State. | Situational;IF Relationship = Self THEN Insured FirstName will be same as the Client State IF Relationship is Child THEN InsuredState is required to be passed IF Insured Relationship Self AND external system sends a value THEN override the auto-populated value with the value sent by external system. | 1 | Invalid Format - Must be a number.
|
13 | insuredZip | string | 9 | 5 or 9 digit Zip Code | Situational;IF Relationship = Self THEN Insured FirstName will be same as the Client Zip IF Relationship is Child THEN InsuredZip is required to be passed. IF Insured Relationship Self AND external system sends a value THEN override the auto-populated value with the value sent by external system. | 331780000 | Exceeds Max Length Invalid Format - Dashes are not supported |
14 | insuredPhone | string | 10 or 13 | Insured’s Contact Number | No | 7879898877 | Exceeds Max Length |
15 | insuredEmail | string | 50 | Insured’s Email | No | Invalid Format - Must be Email Format | |
16 | insuredDOB | string | 10 | Insured’s Date of Birth | No | 1965-12-12 | Invalid Format - Must be Date Format |
17 | insuredGenderId | number | 10 | Gender of the Client. ID associated with gender must be passed. See Appendix 10.0. Client Gender.
| Yes | 1 | Invalid Format - Must be a number. Invalid gender Id. Valid range of values is 1-3. Exceeds Max Length |
18 | insuredMaritalStatus | number | 10 | Marital Status of the Insured. ID associated with the Marital status should be passed. See Appendix 14.0 Marital Status. | No | 1 | Invalid Format - Must be a number. Invalid Marital Status. Valid range of values is 1-3. |
19 | insuredId | string | 20 | Insured's ID#:*(Box 1a of CMS 1500) | Yes | A1000 | Invalid Format Exceeds Max Length |
20 | policyStartDate | string | 10 | Start Date of the Policy | No | 2021-01-10 | Invalid Format - Must be Date Format Exceeds Max Length |
21 | policyEndDate | string | 10 | End Date of the Policy | No | 2022-01-10 | Invalid Format - Must be Date Format Exceeds Max Length |
22 | policyGroup | string | 100 | Insured's Policy Group or FECA # | No | W0049980 |
Exceeds Max Length |
23 | planId | number | 240 | Insurance Plan ID. Plan ID configured on the Funder level. Rethink will provide the Plan IDs during implementation. | No | 112 | Invalid Format - Must be a number. Exceeds Max Length |
24 | authReleaseId | number | 10 | Authorized Release of Information (Box 12) of the CMS form. Send Authorization Signature ID. Refer Authorization Signature information appendix. | Yes | 1 | Invalid Format - Must be a number Invalid authReleaseId. Valid range of values is 1-2. |
25 | authReleaseDate | string | 10 | Authorized Release Information Date | No; will be defaulted to system date when Client Funder is created | 2022-01-10 | Invalid Format - Must be Date Format Exceeds Max Length |
26 | authPaymentId | number | 10 | Authorized Payment (Box 13):* of the CMS form. Send Authorization Signature ID. Refer Authorization Signature information appendix. | Yes | 1 | Invalid Format - Must be Date Format Invalid authPaymentId. Valid range of values is 1-2. Exceeds Max Length |