Resolve Eligibility Service Type
Perform Resolve Eligibility Service Type through ExaPACS.
exapacs_resolve_service_typereadexapacs
Inputs
- Studies
studiesexpressionrequiredRequired literal value or workflow expression.
Outputs
stcStcuhc_service_type_descriptionsUhc Service Type DescriptionserrorError
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
}