Check Eligibility (270/271)
Perform Check Eligibility (270/271) through ClaimMD.
claimmd_check_eligibilityInputs
- Enabled
enabledbooleanOptional true-or-false value.
Default:
true - Payer Id
payer_idexpressionrequiredRequired literal value or workflow expression.
- Insured Last Name
insured_last_nameexpressionrequiredRequired literal value or workflow expression.
- Insured First Name
insured_first_nameexpressionrequiredRequired literal value or workflow expression.
- Insured Middle Name
insured_middle_nameexpressionOptional literal value or workflow expression.
- Member Id
member_idexpressionOptional literal value or workflow expression.
- Insured Date Of Birth
insured_date_of_birthexpressionOptional literal value or workflow expression.
- Insured Sex
insured_sexexpressionOptional literal value or workflow expression.
- Patient Relationship
patient_relationshipexpressionrequiredRequired literal value or workflow expression.
- Patient Last Name
patient_last_nameexpressionOptional literal value or workflow expression.
- Patient First Name
patient_first_nameexpressionOptional literal value or workflow expression.
- Patient Middle Name
patient_middle_nameexpressionOptional literal value or workflow expression.
- Patient Date Of Birth
patient_date_of_birthexpressionOptional literal value or workflow expression.
- Patient Sex
patient_sexexpressionOptional literal value or workflow expression.
- Provider Npi
provider_npiexpressionOptional literal value or workflow expression.
- Provider Tax Id
provider_tax_idexpressionOptional literal value or workflow expression.
- Provider Tax Id Type
provider_tax_id_typeexpressionOptional literal value or workflow expression.
- Provider Name
provider_nameexpressionOptional literal value or workflow expression.
- Provider First Name
provider_first_nameexpressionOptional literal value or workflow expression.
- Provider Taxonomy
provider_taxonomyexpressionOptional literal value or workflow expression.
- Service Date
service_dateexpressionrequiredRequired literal value or workflow expression.
- Service Type Codes
service_type_codesexpressionOptional literal value or workflow expression.
- Procedure Code
procedure_codeexpressionOptional literal value or workflow expression.
- Use Raw X12
use_raw_x12booleanOptional true-or-false value.
Default:
false - Service Date Lookback Days
service_date_lookback_daysnumberOptional numeric value.
- Payer Name
payer_nameexpressionOptional literal value or workflow expression.
- Generate Pdf
generate_pdfbooleanOptional true-or-false value.
Default:
false - Pdf Document Title
pdf_document_titleexpressionOptional literal value or workflow expression.
- Pdf Patient Id
pdf_patient_idexpressionOptional literal value or workflow expression.
- Pdf Source Document Id
pdf_source_document_idexpressionOptional literal value or workflow expression.
- Other Insurance History
other_insurance_historyexpressionOptional literal value or workflow expression.
- Skip Reason
skip_reasonexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusis_eligibleIs Eligibleis_capitatedIs Capitatedhas_non_covered_benefitHas Non Covered Benefitpayer_cannot_processPayer Cannot Processmanaged_care_organizationsManaged Care Organizationsplan_assignmentsPlan Assignmentscontracted_service_providersContracted Service Providersplan_namePlan Nameplan_numberPlan Numbergroup_nameGroup Namegroup_numberGroup Numbercoverage_startCoverage Startcoverage_endCoverage Endpayer_namesPayer Namespayer_program_identifierPayer Program Identifierrelated_entitiesRelated Entitiesother_insuranceOther Insurancehas_other_insuranceHas Other Insurancecoverage_codesCoverage Codescoverage_descriptionsCoverage Descriptionsservice_type_codesService Type Codesservice_type_descriptionsService Type Descriptionsinsurance_plansInsurance Plansinsurance_type_codesInsurance Type Codesinsurance_type_descriptionsInsurance Type Descriptionsnetwork_statusesNetwork Statusesnetwork_status_descriptionsNetwork Status Descriptionsbenefit_coverage_windowsBenefit Coverage Windowsplan_begin_datePlan Begin Dateplan_end_datePlan End Dateeligibility_begin_dateEligibility Begin Dateeligibility_end_dateEligibility End Datebenefit_countBenefit Countrelevant_benefit_countRelevant Benefit Counteligibility_idEligibility Idresult_dateResult Datedocument_idDocument Idpdf_pathPdf Pathpdf_errorPdf Errorpayer_errorsPayer ErrorsretryableRetryableerrorErrorskippedSkippedskip_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": [
"payer_id",
"insured_last_name",
"insured_first_name",
"patient_relationship",
"service_date"
],
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"payer_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"member_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"payer_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insured_sex": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_sex": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"skip_reason": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"use_raw_x12": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"generate_pdf": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"provider_npi": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_date": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"pdf_patient_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"procedure_code": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_tax_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insured_last_name": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_last_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_taxonomy": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insured_first_name": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_first_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"pdf_document_title": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_type_codes": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insured_middle_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_middle_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_first_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_relationship": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_tax_id_type": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insured_date_of_birth": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_date_of_birth": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"pdf_source_document_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"other_insurance_history": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_date_lookback_days": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"status": {},
"skipped": {},
"success": {},
"pdf_path": {},
"pdf_error": {},
"plan_name": {},
"retryable": {},
"group_name": {},
"document_id": {},
"is_eligible": {},
"payer_names": {},
"plan_number": {},
"result_date": {},
"skip_reason": {},
"coverage_end": {},
"group_number": {},
"is_capitated": {},
"payer_errors": {},
"benefit_count": {},
"plan_end_date": {},
"coverage_codes": {},
"coverage_start": {},
"eligibility_id": {},
"insurance_plans": {},
"other_insurance": {},
"plan_begin_date": {},
"network_statuses": {},
"plan_assignments": {},
"related_entities": {},
"service_type_codes": {},
"has_other_insurance": {},
"eligibility_end_date": {},
"insurance_type_codes": {},
"payer_cannot_process": {},
"coverage_descriptions": {},
"eligibility_begin_date": {},
"relevant_benefit_count": {},
"has_non_covered_benefit": {},
"benefit_coverage_windows": {},
"payer_program_identifier": {},
"service_type_descriptions": {},
"managed_care_organizations": {},
"insurance_type_descriptions": {},
"network_status_descriptions": {},
"contracted_service_providers": {}
},
"additionalProperties": true
}