Skip to documentation
ExaPACS integration

Prepare Verification Sections

Perform Prepare Verification Sections through ExaPACS.

View as Markdown
exapacs_prepare_verification_sections
writeexapacs

Inputs

  • policy_results
    expressionrequired
    Policy Results

    Required literal value or workflow expression.

  • match_results
    expressionrequired
    Match Results

    Required literal value or workflow expression.

  • service_type
    expression
    Service Type

    Optional literal value or workflow expression.

Outputs

  • form_typeForm Type
  • cpt_codesCpt Codes
  • sectionsSections
  • call_planCall Plan
  • call_plan_reasonCall Plan Reason
  • errorError

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
}
View all ExaPACS actions