Get Invoice Detail
Perform Get Invoice Detail through NikoHealth.
nikohealth_get_order_hcpcsreadnikohealth
Inputs
- Claim Id
claim_idtextrequiredRequired text value.
- Include Items
include_itemsbooleanOptional true-or-false value.
Default:
false - Skip If Empty
skip_if_emptybooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessorder_idOrder Idpatient_idPatient Idpayer_idPayer Idpatient_insurance_idPatient Insurance Idhcpcs_codesHcpcs Codeshcpcs_itemsHcpcs Itemsclaim_diagnosis_codesClaim Diagnosis CodesitemsItemscountCountpayer_namePayer Namebilling_providerBilling Providerbilling_provider_nameBilling Provider Namebilling_provider_npiBilling Provider Npihas_prior_authorizationHas Prior Authorizationsource_typeSource Typeprior_authorizationsPrior AuthorizationsinvoiceInvoiceinvoice_idInvoice IdskippedSkippedreasonReasonerrorError
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": [
"claim_id"
],
"properties": {
"claim_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"include_items": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"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": {},
"items": {},
"reason": {},
"invoice": {},
"skipped": {},
"success": {},
"order_id": {},
"payer_id": {},
"invoice_id": {},
"patient_id": {},
"payer_name": {},
"hcpcs_codes": {},
"hcpcs_items": {},
"source_type": {},
"billing_provider": {},
"billing_provider_npi": {},
"patient_insurance_id": {},
"prior_authorizations": {},
"billing_provider_name": {},
"claim_diagnosis_codes": {},
"has_prior_authorization": {}
},
"additionalProperties": true
}