ExaPACS Eligibility Summary
Perform ExaPACS Eligibility Summary through GenHealth.
exapacs_eligibility_summary_reportwrite
Inputs
- Group Results
group_resultsexpressionrequiredRequired literal value or workflow expression.
- Attachment Document Id Field
attachment_document_id_fieldtextOptional text value.
- Subject
subjectexpressionOptional literal value or workflow expression.
- Output Path
output_pathtextOptional text value.
- To Emails
to_emailstextOptional text value.
Outputs
statusStatushtmlHtmloutput_pathOutput Pathemailed_toEmailed Togroup_countGroup Countprocessed_countProcessed Countdocument_issue_countDocument Issue Countprocessing_error_countProcessing Error Countmatched_countMatched Countunmatched_countUnmatched Countpolicy_countPolicy Countverification_sheet_doc_idVerification Sheet Doc Idcombined_attachment_countCombined Attachment CounterrorError
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
}