Evaluate VOB Outcome
Perform Evaluate VOB Outcome through GenHealth - Eligibility.
eligibility_evaluate_vob_outcomewrite
Inputs
- Primary Outcome
primary_outcomeexpressionOptional literal value or workflow expression.
- Fallback Outcome
fallback_outcomeexpressionOptional literal value or workflow expression.
- Portal Outcome
portal_outcomeexpressionOptional literal value or workflow expression.
- Fallback Guard
fallback_guardexpressionOptional literal value or workflow expression.
- Portal Context
portal_contextexpressionOptional literal value or workflow expression.
- Candidate
candidateexpressionOptional literal value or workflow expression.
- Patient Resolution Failed
patient_resolution_failedbooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessstatusStatuscategoryCategoryresolutionResolutionpublic_conclusionPublic ConclusionterminalTerminalretryRetrydocumentableDocumentablesubmittedSubmittedreport_availableReport AvailablereasonReasonsourceSourceinsurance_sourceInsurance Sourceattempt_historyAttempt Historyfallback_attemptedFallback Attemptedpayer_conflictPayer Conflictmember_id_conflictMember Id Conflictinsurance_discrepancyInsurance Discrepancydiscrepancy_messageDiscrepancy Messagereport_document_idReport Document Idreport_s3_pathReport S3 Pathreport_pdf_pathReport Pdf PatherrorErrorerror_messageError Message
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",
"properties": {
"candidate": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"fallback_guard": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"portal_context": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"portal_outcome": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"primary_outcome": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"fallback_outcome": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_resolution_failed": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"retry": {},
"reason": {},
"source": {},
"status": {},
"success": {},
"category": {},
"terminal": {},
"submitted": {},
"resolution": {},
"documentable": {},
"error_message": {},
"payer_conflict": {},
"report_s3_path": {},
"attempt_history": {},
"report_pdf_path": {},
"insurance_source": {},
"report_available": {},
"public_conclusion": {},
"fallback_attempted": {},
"member_id_conflict": {},
"report_document_id": {},
"discrepancy_message": {},
"insurance_discrepancy": {}
},
"additionalProperties": true
}