Check Eligibility
Perform Check Eligibility through Regal/Lakeside.
regal_lakeside_check_eligibilitywriteregal_lakeside
Inputs
- Member Id
member_idtextOptional text value.
- Patient First
patient_firsttextOptional text value.
- Patient Last
patient_lasttextOptional text value.
- Patient Dob
patient_dobdateOptional date in YYYY-MM-DD format.
- Capture Elig Pdf
capture_elig_pdfbooleanOptional true-or-false value.
- Show Elig Pdf In Inbox
show_elig_pdf_in_inboxbooleanOptional true-or-false value.
Default:
false - Ecw Patient Address
ecw_patient_addresstextOptional text value.
- Ecw Patient Name
ecw_patient_nametextOptional text value.
- Ecw Patient City
ecw_patient_citytextOptional text value.
- Ecw Patient Zip
ecw_patient_ziptextOptional text value.
Outputs
successSuccesseligibility_activeEligibility Activemember_idMember IdmbrnoMbrnocoverage_detailsCoverage Detailselig_pdf_pathElig Pdf Patheligibility_pdf_document_idEligibility Pdf Document Ididentity_mismatchIdentity Mismatchidentity_mismatch_reasonIdentity Mismatch Reasonfailure_categoryFailure CategorycompanyCompanyline_of_businessLine Of Businessreferral_networkReferral NetworkerrorError
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": {
"member_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_dob": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"patient_last": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_first": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ecw_patient_zip": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"capture_elig_pdf": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"ecw_patient_city": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ecw_patient_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ecw_patient_address": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"show_elig_pdf_in_inbox": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"mbrno": {},
"company": {},
"success": {},
"member_id": {},
"elig_pdf_path": {},
"coverage_details": {},
"failure_category": {},
"line_of_business": {},
"referral_network": {},
"identity_mismatch": {},
"eligibility_active": {},
"identity_mismatch_reason": {},
"eligibility_pdf_document_id": {}
},
"additionalProperties": true
}