Skip to documentation
ExaPACS integration

Look Up Contract Rates

Perform Look Up Contract Rates through ExaPACS.

View as Markdown
exapacs_lookup_contract_rates
write

Inputs

  • plan_key
    expressionrequired
    Plan Key

    Required literal value or workflow expression.

  • studies
    expressionrequired
    Studies

    Required literal value or workflow expression.

Outputs

  • ratesRates
  • any_ambiguousAny Ambiguous
  • any_missingAny Missing
  • resolution_statusResolution Status
  • resolution_messageResolution Message
  • errorError
  • error_messageError Message

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": [
    "plan_key",
    "studies"
  ],
  "properties": {
    "studies": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "plan_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "rates": {},
    "any_missing": {},
    "any_ambiguous": {},
    "error_message": {},
    "resolution_status": {},
    "resolution_message": {}
  },
  "additionalProperties": true
}
View all ExaPACS actions