Prepare Verification Sections
Perform Prepare Verification Sections through ExaPACS.
exapacs_prepare_verification_sectionswriteexapacs
Inputs
- Policy Results
policy_resultsexpressionrequiredRequired literal value or workflow expression.
- Match Results
match_resultsexpressionrequiredRequired literal value or workflow expression.
- Service Type
service_typeexpressionOptional literal value or workflow expression.
Outputs
form_typeForm Typecpt_codesCpt CodessectionsSectionscall_planCall Plancall_plan_reasonCall Plan ReasonerrorError
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": [
"policy_results",
"match_results"
],
"properties": {
"service_type": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"match_results": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"policy_results": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"sections": {},
"call_plan": {},
"cpt_codes": {},
"form_type": {},
"call_plan_reason": {}
},
"additionalProperties": true
}