Skip to documentation
NikoHealth integration

Reconcile Tagged Orders to Billing Claims

Perform Reconcile Tagged Orders to Billing Claims through NikoHealth.

View as Markdown
nikohealth_reconcile_tagged_orders_to_billing_claims
writenikohealth

Inputs

  • trigger_tag_name
    textrequired
    Trigger Tag Name

    Required text value.

  • exclude_tag_names
    expression
    Exclude Tag Names

    Optional literal value or workflow expression.

  • exclude_statuses
    expression
    Exclude Statuses

    Optional literal value or workflow expression.

    Default: ["Cancelled"]

  • include_statuses
    expression
    Include Statuses

    Optional literal value or workflow expression.

  • lookback_hours
    number
    Lookback Hours

    Optional numeric value.

    Default: 720

  • created_from
    expression
    Created From

    Optional literal value or workflow expression.

  • created_to
    expression
    Created To

    Optional literal value or workflow expression.

  • timezone
    text
    Timezone

    Optional text value.

    Default: "America/Chicago"

  • page_size
    number
    Page Size

    Optional numeric value.

    Default: 100

  • max_pages
    number
    Max Pages

    Optional numeric value.

    Default: 30

  • record_limit
    number
    Record Limit

    Optional numeric value.

    Default: 100

  • claim_processing_lookback_hours
    number
    Claim Processing Lookback Hours

    Optional numeric value.

    Default: 24

  • enable_claimless_order_processing
    boolean
    Enable Claimless Order Processing

    Optional true-or-false value.

    Default: false

  • order_processing_lookback_hours
    number
    Order Processing Lookback Hours

    Optional numeric value.

    Default: 24

  • claimless_exclude_payer_name_markers
    expression
    Claimless Exclude Payer Name Markers

    Optional literal value or workflow expression.

  • preferred_prior_auth_portal
    text
    Preferred Prior Auth Portal

    Optional text value.

  • preferred_payer_name_markers
    expression
    Preferred Payer Name Markers

    Optional literal value or workflow expression.

  • max_prior_auth_qualification_candidates
    number
    Max Prior Auth Qualification Candidates

    Optional numeric value.

    Default: 1000

Outputs

  • successSuccess
  • errorError
  • itemsItems
  • countCount
  • review_itemsReview Items
  • review_countReview Count
  • diagnosticsDiagnostics

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
}
View all NikoHealth actions