Skip to documentation
NikoHealth integration

Fill Insurance Details From Eligibility

Perform Fill Insurance Details From Eligibility through NikoHealth.

View as Markdown
nikohealth_fill_insurance_details_from_eligibility
writenikohealth

Inputs

  • insurance_id
    expressionrequired
    Insurance Id

    Required literal value or workflow expression.

  • eligibility_result
    expressionrequired
    Eligibility Result

    Required literal value or workflow expression.

  • coinsurance_service_codes
    text
    Coinsurance Service Codes

    Optional text value.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

Outputs

  • successSuccess
  • insurance_idInsurance Id
  • updated_fieldsUpdated Fields
  • skipped_fieldsSkipped Fields
  • dry_runDry Run
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
Yes

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "insurance_id",
    "eligibility_result"
  ],
  "properties": {
    "dry_run": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "insurance_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "eligibility_result": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "coinsurance_service_codes": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "dry_run": {},
    "success": {},
    "insurance_id": {},
    "skipped_fields": {},
    "updated_fields": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions