Prepare Zoho VOB Subject
Perform Prepare Zoho VOB Subject through GenHealth - Eligibility.
eligibility_prepare_zoho_vob_subjectwrite
Inputs
- Record Id
record_idexpressionrequiredRequired literal value or workflow expression.
- Record Link Id
record_link_idexpressionrequiredRequired literal value or workflow expression.
- Values
valuesjsonrequiredRequired JSON value.
Outputs
successSuccesserrorErrorfailure_categoryFailure Categorycan_submitCan SubmitreasonReasonrecord_idRecord Idrecord_link_idRecord Link Idpayer_labelPayer Labelmember_idMember Idpatient_first_namePatient First Namepatient_middle_namePatient Middle Namepatient_last_namePatient Last Namepatient_birth_datePatient Birth Datesubscriber_relationshipSubscriber Relationshipexpected_field_valuesExpected Field Values
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": [
"record_id",
"record_link_id",
"values"
],
"properties": {
"values": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"record_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"record_link_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"reason": {},
"success": {},
"member_id": {},
"record_id": {},
"can_submit": {},
"payer_label": {},
"record_link_id": {},
"failure_category": {},
"patient_last_name": {},
"patient_birth_date": {},
"patient_first_name": {},
"patient_middle_name": {},
"expected_field_values": {},
"subscriber_relationship": {}
},
"additionalProperties": true
}