Prepare VOB Sheet Writeback
Perform Prepare VOB Sheet Writeback through GenHealth - Eligibility.
eligibility_prepare_vob_sheet_writebackwrite
Inputs
- Candidate
candidateexpressionrequiredRequired literal value or workflow expression.
- Outcome
outcomeexpressionOptional literal value or workflow expression.
- Patient Resolution Failure
patient_resolution_failureexpressionOptional literal value or workflow expression.
- Athena Case
athena_caseexpressionOptional literal value or workflow expression.
- Athena Attachment
athena_attachmentexpressionOptional literal value or workflow expression.
- External Writes Enabled
external_writes_enabledbooleanOptional true-or-false value.
- Writeback Enabled
writeback_enabledbooleanOptional true-or-false value.
- Completed Team Assignment
completed_team_assignmentexpressionOptional literal value or workflow expression.
Outputs
successSuccessshould_writeShould WritestatusStatusprimary_reasonPrimary ReasonreasonsReasonssourceSourcespreadsheet_idSpreadsheet Idstatus_noteStatus Noteexpected_dataExpected DatadataDataerrorErrorerror_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",
"required": [
"candidate"
],
"properties": {
"outcome": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"candidate": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"athena_case": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"athena_attachment": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"writeback_enabled": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"external_writes_enabled": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"completed_team_assignment": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_resolution_failure": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"data": {},
"error": {},
"source": {},
"status": {},
"reasons": {},
"success": {},
"status_note": {},
"should_write": {},
"error_message": {},
"expected_data": {},
"primary_reason": {},
"spreadsheet_id": {}
},
"additionalProperties": true
}