Skip to documentation
ExaPACS integration

Resolve Eligibility Service Type

Perform Resolve Eligibility Service Type through ExaPACS.

View as Markdown
exapacs_resolve_service_type
readexapacs

Inputs

  • studies
    expressionrequired
    Studies

    Required literal value or workflow expression.

Outputs

  • stcStc
  • uhc_service_type_descriptionsUhc Service Type Descriptions
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "studies"
  ],
  "properties": {
    "studies": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "stc": {},
    "error": {},
    "uhc_service_type_descriptions": {}
  },
  "additionalProperties": true
}
View all ExaPACS actions