# Prepare Eligibility Delivery Digest

> Perform Prepare Eligibility Delivery Digest through GenHealth - Eligibility.

Source: [https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/prepare_eligibility_delivery_digest](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/prepare_eligibility_delivery_digest)

Integration: [GenHealth - Eligibility](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility.md)

- Handler: `prepare_eligibility_delivery_digest`

## Inputs

- `source_workflow_definition_id` — Source Workflow Definition Id (workflow_select)
  Optional selected identifier or value.
  Default: `"24b0dcd4-c0b2-4a75-90fa-c1d5d2ab3e95"`
- `report_day` — Report Day (text)
  Optional text value.
  Default: `"auto"`
- `timezone` — Timezone (text)
  Optional text value.
  Default: `"America/Chicago"`
- `auto_rollover_hour` — Auto Rollover Hour (number)
  Optional numeric value.
  Default: `4`
- `require_terminal_source_population` — Require Terminal Source Population (boolean)
  Optional true-or-false value.
  Default: `false`

## Outputs

- `success` — Success
- `error` — Error
- `failure_category` — Failure Category
- `preconditions_ok` — Preconditions Ok
- `delivery_cutover_proven` — Delivery Cutover Proven
- `delivery_start_day` — Delivery Start Day
- `source_workflow_definition_id` — Source Workflow Definition Id
- `collector_scope_proven` — Collector Scope Proven
- `calculation_integrity_ok` — Calculation Integrity Ok
- `source_population_terminal_required` — Source Population Terminal Required
- `source_population_terminal` — Source Population Terminal
- `source_window_closed` — Source Window Closed
- `report_day` — Report Day
- `report_day_us` — Report Day Us
- `processed_count` — Processed Count
- `successful_report_count` — Successful Report Count
- `active_count` — Active Count
- `inactive_count` — Inactive Count
- `no_definitive_answer_count` — No Definitive Answer Count
- `candidate_count` — Candidate Count
- `status_19_candidate_count` — Status 19 Candidate Count
- `status_19_subscriber_insured_not_found_count` — Status 19 Subscriber Insured Not Found Count
- `status_19_invalid_missing_subscriber_insured_name_count` — Status 19 Invalid Missing Subscriber Insured Name Count
- `status_19_invalid_missing_subscriber_insured_id_count` — Status 19 Invalid Missing Subscriber Insured Id Count
- `definitive_missing_pdf_count` — Definitive Missing Pdf Count
- `identity_conflict_count` — Identity Conflict Count
- `active_inactive_conflict_count` — Active Inactive Conflict Count
- `document_identity_conflict_count` — Document Identity Conflict Count
- `manual_evidence_error_count` — Manual Evidence Error Count
- `manual_review_missing_order_number_count` — Manual Review Missing Order Number Count
- `status_19_missing_order_number_count` — Status 19 Missing Order Number Count
- `status_19_multi_category_count` — Status 19 Multi Category Count
- `status_19_qualifier_evidence_error_count` — Status 19 Qualifier Evidence Error Count
- `failure_reasons` — Failure Reasons
- `review_reasons` — Review Reasons
- `review_excluded_count` — Review Excluded Count
- `report_day_candidate_count` — Report Day Candidate Count
- `report_day_status_19_candidate_count` — Report Day Status 19 Candidate Count
- `already_delivered_count` — Already Delivered Count
- `status_19_already_delivered_count` — Status 19 Already Delivered Count
- `delivery_unresolved_count` — Delivery Unresolved Count
- `email_items` — Email Items
- `status_19_email_items` — Status 19 Email Items

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "timezone": {
      "type": "string",
      "default": "America/Chicago",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_day": {
      "type": "string",
      "default": "auto",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "auto_rollover_hour": {
      "type": "number",
      "default": 4,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "source_workflow_definition_id": {
      "type": "string",
      "default": "24b0dcd4-c0b2-4a75-90fa-c1d5d2ab3e95",
      "description": "Optional selected identifier or value.",
      "x-workflow-field-type": "workflow_select"
    },
    "require_terminal_source_population": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "report_day": {},
    "email_items": {},
    "active_count": {},
    "report_day_us": {},
    "inactive_count": {},
    "review_reasons": {},
    "candidate_count": {},
    "failure_reasons": {},
    "processed_count": {},
    "failure_category": {},
    "preconditions_ok": {},
    "delivery_start_day": {},
    "source_window_closed": {},
    "review_excluded_count": {},
    "status_19_email_items": {},
    "collector_scope_proven": {},
    "already_delivered_count": {},
    "delivery_cutover_proven": {},
    "identity_conflict_count": {},
    "successful_report_count": {},
    "calculation_integrity_ok": {},
    "delivery_unresolved_count": {},
    "status_19_candidate_count": {},
    "no_definitive_answer_count": {},
    "report_day_candidate_count": {},
    "source_population_terminal": {},
    "manual_evidence_error_count": {},
    "definitive_missing_pdf_count": {},
    "source_workflow_definition_id": {},
    "active_inactive_conflict_count": {},
    "status_19_multi_category_count": {},
    "document_identity_conflict_count": {},
    "status_19_already_delivered_count": {},
    "source_population_terminal_required": {},
    "report_day_status_19_candidate_count": {},
    "status_19_missing_order_number_count": {},
    "manual_review_missing_order_number_count": {},
    "status_19_qualifier_evidence_error_count": {},
    "status_19_subscriber_insured_not_found_count": {},
    "status_19_invalid_missing_subscriber_insured_id_count": {},
    "status_19_invalid_missing_subscriber_insured_name_count": {}
  },
  "additionalProperties": true
}
```
