Push Authorization To Billing System
Perform Push Authorization To Billing System through Authorizations.
authorization_push_to_billing_systemwrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Auth Type
auth_typeexpressionOptional literal value or workflow expression.
- Insurance Policy Id
insurance_policy_idexpressionOptional literal value or workflow expression.
- Eligibility
eligibilityexpressionOptional literal value or workflow expression.
- Patient Exists
patient_existsexpressionOptional literal value or workflow expression.
- Niko Patient Id
niko_patient_idexpressionOptional literal value or workflow expression.
- Create Review Task
create_review_taskbooleanOptional true-or-false value.
Default:
"true"
Outputs
successSuccesspushedPushedstatusStatusurlUrlexternal_idExternal IderrorError
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": [
"document_id"
],
"properties": {
"auth_type": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"eligibility": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_exists": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"niko_patient_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"create_review_task": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"insurance_policy_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"url": {},
"error": {},
"pushed": {},
"status": {},
"success": {},
"external_id": {}
},
"additionalProperties": true
}