Skip to documentation
ClaimSoft integration

Search Patient

Perform Search Patient through ClaimSoft.

View as Markdown
claimsoft_search_patient
readclaimsoft

Inputs

  • first_name
    text
    First Name

    Optional text value.

  • last_name
    text
    Last Name

    Optional text value.

  • account_id
    text
    Account Id

    Optional text value.

  • order_number
    text
    Order Number

    Optional text value.

Outputs

  • totalTotal
  • patientsPatients
  • 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",
  "properties": {
    "last_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "account_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "first_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "order_number": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "total": {},
    "patients": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions