Check Eligibility
Perform Check Eligibility through Colorado Medicaid.
colorado_medicaid_check_eligibilitywritecolorado_medicaid
Inputs
- Enabled
enabledbooleanOptional true-or-false value.
Default:
true - Member Id
member_idexpressionrequiredRequired literal value or workflow expression.
- Service Start Date
service_start_dateexpressionOptional literal value or workflow expression.
- Service End Date
service_end_dateexpressionOptional literal value or workflow expression.
- Skip Reason
skip_reasonexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusis_eligibleIs Eligiblecoverage_detailsCoverage DetailserrorErrorerror_reasonError Reasonlookup_errorLookup Errorcaptcha_failure_stageCaptcha Failure Stagecaptcha_diagnostic_screenshotCaptcha Diagnostic Screenshotcaptcha_diagnostic_screenshot_error_typeCaptcha Diagnostic Screenshot Error TypeskippedSkippedskip_reasonSkip Reason
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": [
"member_id"
],
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"member_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"skip_reason": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_end_date": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_start_date": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"status": {},
"skipped": {},
"success": {},
"is_eligible": {},
"skip_reason": {},
"error_reason": {},
"lookup_error": {},
"coverage_details": {},
"captcha_failure_stage": {},
"captcha_diagnostic_screenshot": {},
"captcha_diagnostic_screenshot_error_type": {}
},
"additionalProperties": true
}