Skip to documentation
NikoHealth integration

Resolve Source Location From Clinic Name

Perform Resolve Source Location From Clinic Name through NikoHealth.

View as Markdown
nikohealth_resolve_source_location
read

Inputs

  • clinic_name
    expressionrequired
    Clinic Name

    Required literal value or workflow expression.

  • clinic_npi
    expression
    Clinic Npi

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • location_idLocation Id
  • matched_location_nameMatched Location Name
  • candidate_countCandidate Count
  • reasonReason
  • failure_categoryFailure Category
  • retryableRetryable
  • 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": [
    "clinic_name"
  ],
  "properties": {
    "clinic_npi": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "clinic_name": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reason": {},
    "success": {},
    "retryable": {},
    "location_id": {},
    "candidate_count": {},
    "failure_category": {},
    "matched_location_name": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions