Generate Eligibility Report
Perform Generate Eligibility Report through Availity.
availity_generate_eligibility_reportInputs
- Coverage Response
coverage_responsejsonrequiredRequired JSON value.
- Response Label
response_labelexpressionOptional literal value or workflow expression.
- Additional Coverage Responses
additional_coverage_responsesjsonOptional JSON value.
- Procedure Codes
procedure_codesexpressionOptional literal value or workflow expression.
- Submitted Procedure Codes
submitted_procedure_codesexpressionOptional literal value or workflow expression.
- Procedure Code Support
procedure_code_supportexpressionOptional literal value or workflow expression.
- Procedure Code Support Detail
procedure_code_support_detailexpressionOptional literal value or workflow expression.
- Include Branding
include_brandingbooleanOptional true-or-false value.
Default:
true - Output Path
output_pathexpressionOptional literal value or workflow expression.
- Persistence Target
persistence_targetselectOptional selected identifier or value.
Default:
"insurance_policy"Options: Insurance Policy ("insurance_policy"), Standalone Document ("standalone_document")
- Source Document Id
source_document_idexpressionOptional literal value or workflow expression.
- Insurance Policy Id
insurance_policy_idexpressionOptional literal value or workflow expression.
- Standalone Document Title
standalone_document_titleexpressionOptional literal value or workflow expression.
- Show Generated Document In Inbox
show_generated_document_in_inboxbooleanOptional true-or-false value.
Default:
true - Patient Id
patient_idexpressionOptional literal value or workflow expression.
- Related Document Ids
related_document_idsexpressionOptional literal value or workflow expression.
- Service Types
service_typesexpressionOptional literal value or workflow expression.
Outputs
successSuccesspersistence_targetPersistence Targetinsurance_policy_idInsurance Policy Iddocument_idDocument Idpdf_pathPdf Paths3_pathS3 Pathattachment_pathsAttachment PathsfilenameFilenamecontent_typeContent Typecoverage_idCoverage Idrelated_document_idsRelated Document Idspatient_idPatient IderrorError
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": [
"coverage_response"
],
"properties": {
"patient_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"output_path": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_types": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"response_label": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"procedure_codes": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"include_branding": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"coverage_response": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"persistence_target": {
"enum": [
"insurance_policy",
"standalone_document"
],
"type": "string",
"default": "insurance_policy",
"description": "Optional selected identifier or value.",
"x-workflow-field-type": "select"
},
"source_document_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insurance_policy_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"related_document_ids": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"procedure_code_support": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"standalone_document_title": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"submitted_procedure_codes": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"additional_coverage_responses": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"procedure_code_support_detail": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"show_generated_document_in_inbox": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"s3_path": {},
"success": {},
"filename": {},
"pdf_path": {},
"patient_id": {},
"coverage_id": {},
"document_id": {},
"content_type": {},
"attachment_paths": {},
"persistence_target": {},
"insurance_policy_id": {},
"related_document_ids": {}
},
"additionalProperties": true
}