Skip to documentation
NikoHealth integration

Get Order Cost Estimate HCPCS

Perform Get Order Cost Estimate HCPCS through NikoHealth.

View as Markdown
nikohealth_get_order_cost_sharing
readnikohealth

Inputs

  • patient_id
    textrequired
    Patient Id

    Required text value.

  • order_id
    textrequired
    Order Id

    Required text value.

  • skip_if_empty
    boolean
    Skip If Empty

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • skippedSkipped
  • reasonReason
  • hcpcs_itemsHcpcs Items
  • hcpcs_codesHcpcs Codes
  • countCount
  • errorError
  • error_typeError Type

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": [
    "patient_id",
    "order_id"
  ],
  "properties": {
    "order_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "skip_if_empty": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "reason": {},
    "skipped": {},
    "success": {},
    "error_type": {},
    "hcpcs_codes": {},
    "hcpcs_items": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions