Reconcile Tagged Orders to Billing Claims
Perform Reconcile Tagged Orders to Billing Claims through NikoHealth.
nikohealth_reconcile_tagged_orders_to_billing_claimsInputs
- Trigger Tag Name
trigger_tag_nametextrequiredRequired text value.
- Exclude Tag Names
exclude_tag_namesexpressionOptional literal value or workflow expression.
- Exclude Statuses
exclude_statusesexpressionOptional literal value or workflow expression.
Default:
["Cancelled"] - Include Statuses
include_statusesexpressionOptional literal value or workflow expression.
- Lookback Hours
lookback_hoursnumberOptional numeric value.
Default:
720 - Created From
created_fromexpressionOptional literal value or workflow expression.
- Created To
created_toexpressionOptional literal value or workflow expression.
- Timezone
timezonetextOptional text value.
Default:
"America/Chicago" - Page Size
page_sizenumberOptional numeric value.
Default:
100 - Max Pages
max_pagesnumberOptional numeric value.
Default:
30 - Record Limit
record_limitnumberOptional numeric value.
Default:
100 - Claim Processing Lookback Hours
claim_processing_lookback_hoursnumberOptional numeric value.
Default:
24 - Enable Claimless Order Processing
enable_claimless_order_processingbooleanOptional true-or-false value.
Default:
false - Order Processing Lookback Hours
order_processing_lookback_hoursnumberOptional numeric value.
Default:
24 - Claimless Exclude Payer Name Markers
claimless_exclude_payer_name_markersexpressionOptional literal value or workflow expression.
- Preferred Prior Auth Portal
preferred_prior_auth_portaltextOptional text value.
- Preferred Payer Name Markers
preferred_payer_name_markersexpressionOptional literal value or workflow expression.
- Max Prior Auth Qualification Candidates
max_prior_auth_qualification_candidatesnumberOptional numeric value.
Default:
1000
Outputs
successSuccesserrorErroritemsItemscountCountreview_itemsReview Itemsreview_countReview CountdiagnosticsDiagnostics
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"trigger_tag_name"
],
"properties": {
"timezone": {
"type": "string",
"default": "America/Chicago",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_pages": {
"type": "number",
"default": 30,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"page_size": {
"type": "number",
"default": 100,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"created_to": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"created_from": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"record_limit": {
"type": "number",
"default": 100,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"lookback_hours": {
"type": "number",
"default": 720,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"exclude_statuses": {
"default": [
"Cancelled"
],
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"include_statuses": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"trigger_tag_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"exclude_tag_names": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"preferred_prior_auth_portal": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"preferred_payer_name_markers": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"claim_processing_lookback_hours": {
"type": "number",
"default": 24,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"order_processing_lookback_hours": {
"type": "number",
"default": 24,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"enable_claimless_order_processing": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"claimless_exclude_payer_name_markers": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"max_prior_auth_qualification_candidates": {
"type": "number",
"default": 1000,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"items": {},
"success": {},
"diagnostics": {},
"review_count": {},
"review_items": {}
},
"additionalProperties": true
}