Skip to documentation
GenHealth integration

ExaPACS Eligibility Summary

Perform ExaPACS Eligibility Summary through GenHealth.

View as Markdown
exapacs_eligibility_summary_report
write

Inputs

  • group_results
    expressionrequired
    Group Results

    Required literal value or workflow expression.

  • attachment_document_id_field
    text
    Attachment Document Id Field

    Optional text value.

  • subject
    expression
    Subject

    Optional literal value or workflow expression.

  • output_path
    text
    Output Path

    Optional text value.

  • to_emails
    text
    To Emails

    Optional text value.

Outputs

  • statusStatus
  • htmlHtml
  • output_pathOutput Path
  • emailed_toEmailed To
  • group_countGroup Count
  • processed_countProcessed Count
  • document_issue_countDocument Issue Count
  • processing_error_countProcessing Error Count
  • matched_countMatched Count
  • unmatched_countUnmatched Count
  • policy_countPolicy Count
  • verification_sheet_doc_idVerification Sheet Doc Id
  • combined_attachment_countCombined Attachment Count
  • errorError

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
{
  "type": "object",
  "required": [
    "group_results"
  ],
  "properties": {
    "subject": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "to_emails": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "group_results": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "attachment_document_id_field": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "error": {},
    "status": {},
    "emailed_to": {},
    "group_count": {},
    "output_path": {},
    "policy_count": {},
    "matched_count": {},
    "processed_count": {},
    "unmatched_count": {},
    "document_issue_count": {},
    "processing_error_count": {},
    "combined_attachment_count": {},
    "verification_sheet_doc_id": {}
  },
  "additionalProperties": true
}
View all GenHealth actions