Skip to documentation
Consignment Intake integration

Resolve Claim.MD Payer Discovery

Perform Resolve Claim.MD Payer Discovery through Consignment Intake.

View as Markdown
resolve_consignment_claimmd_payer_discovery
write

Inputs

  • policy_data
    jsonrequired
    Policy Data

    Required JSON value.

  • eligibility_success
    expression
    Eligibility Success

    Optional literal value or workflow expression.

  • active_insurance_type_codes
    json
    Active Insurance Type Codes

    Optional JSON value.

  • eligibility_result
    json
    Eligibility Result

    Optional JSON value.

  • existing_payer_code_source
    expression
    Existing Payer Code Source

    Optional literal value or workflow expression.

  • discovery_enabled
    expression
    Discovery Enabled

    Optional literal value or workflow expression.

  • preparation_reason
    expression
    Preparation Reason

    Optional literal value or workflow expression.

  • preparation_eligibility_reason
    expression
    Preparation Eligibility Reason

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • appliedApplied
  • reasonReason
  • line_of_businessLine Of Business
  • policy_dataPolicy Data
  • payer_code_sourcePayer Code Source
  • eligibility_reasonEligibility Reason
  • errorError

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": [
    "policy_data"
  ],
  "properties": {
    "policy_data": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "discovery_enabled": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "eligibility_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "preparation_reason": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "eligibility_success": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "existing_payer_code_source": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "active_insurance_type_codes": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "preparation_eligibility_reason": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reason": {},
    "applied": {},
    "success": {},
    "policy_data": {},
    "line_of_business": {},
    "payer_code_source": {},
    "eligibility_reason": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions