Submit Prior Auth
Perform Submit Prior Auth through CareCentrix.
carecentrix_submit_prior_authInputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Force
forcebooleanOptional true-or-false value.
Default:
false - Headless
headlessbooleanOptional true-or-false value.
Default:
true - Debug
debugbooleanOptional true-or-false value.
Default:
false - Lock Wait Minutes
lock_wait_minutesnumberOptional numeric value.
Default:
15 - Patient First Name
patient_first_nameexpressionOptional literal value or workflow expression.
- Patient Last Name
patient_last_nameexpressionOptional literal value or workflow expression.
- Patient Date Of Birth
patient_date_of_birthdateOptional date in YYYY-MM-DD format.
- Patient Address
patient_addressexpressionOptional literal value or workflow expression.
- Patient City
patient_cityexpressionOptional literal value or workflow expression.
- Patient State
patient_stateexpressionOptional literal value or workflow expression.
- Patient Zip
patient_zipexpressionOptional literal value or workflow expression.
- Patient County
patient_countyexpressionOptional literal value or workflow expression.
- Patient Phone
patient_phoneexpressionOptional literal value or workflow expression.
- Patient Gender
patient_genderexpressionOptional literal value or workflow expression.
- Insurance Payer Name
insurance_payer_nameexpressionOptional literal value or workflow expression.
- Insurance Member Id
insurance_member_idexpressionOptional literal value or workflow expression.
- Insurance Group Number
insurance_group_numberexpressionOptional literal value or workflow expression.
- Insurance Policy Holder Name
insurance_policy_holder_nameexpressionOptional literal value or workflow expression.
- Provider Npi
provider_npiexpressionOptional literal value or workflow expression.
- Provider First Name
provider_first_nameexpressionOptional literal value or workflow expression.
- Provider Last Name
provider_last_nameexpressionOptional literal value or workflow expression.
- Service Date
service_datedateOptional date in YYYY-MM-DD format.
- Diagnosis Codes
diagnosis_codesrepeatable_groupOptional list of structured items.
- Code
codeexpressionrequiredRequired literal value or workflow expression.
- Diagnosis Codes Replace
diagnosis_codes_replacebooleanOptional true-or-false value.
Default:
false - Order Items
order_itemsrepeatable_groupOptional list of structured items.
- Hcpcs Code
hcpcs_codeexpressionrequiredRequired literal value or workflow expression.
- Quantity
quantitynumberOptional numeric value.
- Modifier
modifierexpressionOptional literal value or workflow expression.
- Start Date
start_datedateOptional date in YYYY-MM-DD format.
- End Date
end_datedateOptional date in YYYY-MM-DD format.
- Order Items Replace
order_items_replacebooleanOptional true-or-false value.
Default:
false
Outputs
successSuccessstatusStatusreference_numberReference Numberauthorization_numberAuthorization Numberdenial_reasonDenial Reasonapproved_unitsApproved Unitseffective_dateEffective Dateexpiration_dateExpiration DatenotesNotesissuesIssuesscreenshotsScreenshotsduration_msDuration MsmessageMessagefailure_categoryFailure CategoryerrorError
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": {
"debug": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"force": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"headless": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_items": {
"type": "array",
"items": {
"type": "object",
"required": [
"hcpcs_code"
],
"properties": {
"end_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"modifier": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"quantity": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"hcpcs_code": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"start_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
}
},
"additionalProperties": false
},
"description": "Optional list of structured items.",
"x-workflow-field-type": "repeatable_group"
},
"patient_zip": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_city": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_npi": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"service_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"patient_phone": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_state": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_county": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_gender": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"diagnosis_codes": {
"type": "array",
"items": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
},
"description": "Optional list of structured items.",
"x-workflow-field-type": "repeatable_group"
},
"patient_address": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"lock_wait_minutes": {
"type": "number",
"default": 15,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"patient_last_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_first_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"provider_last_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insurance_member_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_items_replace": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"provider_first_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"insurance_payer_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_date_of_birth": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"insurance_group_number": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"diagnosis_codes_replace": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"insurance_policy_holder_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"notes": {},
"issues": {},
"status": {},
"message": {},
"success": {},
"duration_ms": {},
"screenshots": {},
"denial_reason": {},
"approved_units": {},
"effective_date": {},
"expiration_date": {},
"failure_category": {},
"reference_number": {},
"authorization_number": {}
},
"additionalProperties": true
}