Claim Tagged Billing Claims
Perform Claim Tagged Billing Claims through NikoHealth.
nikohealth_claim_tagged_billing_claimsInputs
- Trigger Tag Name
trigger_tag_nametextrequiredRequired text value.
- Processing Tag Name
processing_tag_nametextOptional text value.
- Acquire Processing Marker
acquire_processing_markerbooleanOptional true-or-false value.
Default:
true - Exclude Tag Names
exclude_tag_namesexpressionOptional literal value or workflow expression.
- Exclude Order Statuses
exclude_order_statusesexpressionOptional literal value or workflow expression.
Default:
["Cancelled"] - Include Order Statuses
include_order_statusesexpressionOptional literal value or workflow expression.
- Exclude Claim Statuses
exclude_claim_statusesexpressionOptional literal value or workflow expression.
- Include Claim Statuses
include_claim_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.
- Server Filter Created Window
server_filter_created_windowbooleanOptional true-or-false value.
Default:
false - Order Created From
order_created_fromdateOptional date in YYYY-MM-DD format.
- Timezone
timezonetextOptional text value.
Default:
"America/Chicago" - Page Size
page_sizenumberOptional numeric value.
Default:
100 - Max Pages
max_pagesnumberOptional numeric value.
Default:
10 - Record Limit
record_limitnumberOptional numeric value.
Default:
100 - Max Order Refetches
max_order_refetchesnumberOptional numeric value.
- Max Order Date Filter Reads
max_order_date_filter_readsnumberOptional numeric value.
Default:
1000 - Preferred Prior Auth Portal
preferred_prior_auth_portaltextOptional text value.
- Max Prior Auth Qualification Candidates
max_prior_auth_qualification_candidatesnumberOptional numeric value.
Default:
1000 - Preferred Payer Name Markers
preferred_payer_name_markersexpressionOptional literal value or workflow expression.
- Note Subject
note_subjectexpressionOptional literal value or workflow expression.
Default:
"GenHealth Claim Processing Marker" - Marker Prefix
marker_prefixexpressionOptional literal value or workflow expression.
Default:
"GENHEALTH_CLAIM_PROCESSING" - Stale After Minutes
stale_after_minutesnumberOptional numeric value.
Default:
360 - Dry Run
dry_runbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccesserrorErroritemsItemscountCountclaimed_countClaimed Countclaim_attemptedClaim Attemptedclaim_failed_countClaim Failed Countmarker_skipped_countMarker Skipped Countskipped_stale_countSkipped Stale Countexcluded_by_order_created_date_countExcluded By Order Created Date Countmissing_order_created_date_countMissing Order Created Date Countverify_failed_countVerify Failed CountdiagnosticsDiagnosticsroute_qualified_countRoute Qualified Countroute_excluded_countRoute Excluded Countroute_unresolved_countRoute Unresolved Countroute_unresolved_hinted_countRoute Unresolved Hinted Countroute_payer_name_marker_countRoute Payer Name Marker Countroute_error_countRoute Error Count
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"trigger_tag_name"
],
"properties": {
"dry_run": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"timezone": {
"type": "string",
"default": "America/Chicago",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_pages": {
"type": "number",
"default": 10,
"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"
},
"note_subject": {
"default": "GenHealth Claim Processing Marker",
"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"
},
"marker_prefix": {
"default": "GENHEALTH_CLAIM_PROCESSING",
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"lookback_hours": {
"type": "number",
"default": 720,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"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"
},
"order_created_from": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"max_order_refetches": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"processing_tag_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"stale_after_minutes": {
"type": "number",
"default": 360,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"exclude_claim_statuses": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"exclude_order_statuses": {
"default": [
"Cancelled"
],
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"include_claim_statuses": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"include_order_statuses": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"acquire_processing_marker": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"max_order_date_filter_reads": {
"type": "number",
"default": 1000,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"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"
},
"server_filter_created_window": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"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": {},
"claimed_count": {},
"claim_attempted": {},
"route_error_count": {},
"claim_failed_count": {},
"skipped_stale_count": {},
"verify_failed_count": {},
"marker_skipped_count": {},
"route_excluded_count": {},
"route_qualified_count": {},
"route_unresolved_count": {},
"route_payer_name_marker_count": {},
"route_unresolved_hinted_count": {},
"missing_order_created_date_count": {},
"excluded_by_order_created_date_count": {}
},
"additionalProperties": true
}