Resolve Source Location From Clinic Name
Perform Resolve Source Location From Clinic Name through NikoHealth.
nikohealth_resolve_source_locationread
Inputs
- Clinic Name
clinic_nameexpressionrequiredRequired literal value or workflow expression.
- Clinic Npi
clinic_npiexpressionOptional literal value or workflow expression.
Outputs
successSuccesslocation_idLocation Idmatched_location_nameMatched Location Namecandidate_countCandidate CountreasonReasonfailure_categoryFailure CategoryretryableRetryableerrorError
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
}