Skip to documentation
Regal/Lakeside integration

Resolve Insurance (Capitation Match)

Perform Resolve Insurance (Capitation Match) through Regal/Lakeside.

View as Markdown
regal_resolve_insurance
readregal_lakeside

Inputs

  • company
    textrequired
    Company

    Required text value.

  • line_of_business
    text
    Line Of Business

    Optional text value.

  • referral_network
    text
    Referral Network

    Optional text value.

  • patient_id
    textrequired
    Patient Id

    Required text value.

  • date_of_service
    daterequired
    Date Of Service

    Required date in YYYY-MM-DD format.

  • member_id
    text
    Member Id

    Optional text value.

  • visit_type
    text
    Visit Type

    Optional text value.

  • visit_types
    json
    Visit Types

    Optional JSON value.

  • portal
    text
    Portal

    Optional text value.

Outputs

  • successSuccess
  • errorError

Output schema completeness: best_effort_declared

Safety

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

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "company",
    "patient_id",
    "date_of_service"
  ],
  "properties": {
    "portal": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "company": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "member_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "visit_type": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "visit_types": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "date_of_service": {
      "type": "string",
      "format": "date",
      "description": "Required date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "line_of_business": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "referral_network": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all Regal/Lakeside actions