Skip to documentation
NikoHealth integration

Resolve Referring Provider by Name

Perform Resolve Referring Provider by Name through NikoHealth.

View as Markdown
nikohealth_resolve_referring_provider_by_name
readnikohealth

Inputs

  • first_name
    expressionrequired
    First Name

    Required literal value or workflow expression.

  • last_name
    expressionrequired
    Last Name

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • foundFound
  • npiNpi
  • resolved_provider_idResolved Provider Id
  • primary_location_idPrimary Location Id
  • retryableRetryable
  • error_typeError Type
  • 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": [
    "first_name",
    "last_name"
  ],
  "properties": {
    "last_name": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "first_name": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "npi": {},
    "error": {},
    "found": {},
    "success": {},
    "retryable": {},
    "error_type": {},
    "primary_location_id": {},
    "resolved_provider_id": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions