Skip to documentation
athenahealth integration

Resolve Carrier

Perform Resolve Carrier through athenahealth.

View as Markdown
athena_resolve_carrier
readathenahealth

Inputs

  • carrier_text
    expressionrequired
    Carrier Text

    Required literal value or workflow expression.

  • patient_state
    expression
    Patient State

    Optional literal value or workflow expression.

  • plan_type_hint
    expression
    Plan Type Hint

    Optional literal value or workflow expression.

  • minimum_confidence
    select
    Minimum Confidence

    Optional selected identifier or value.

    Default: "high"

    Options: High — only an unambiguous match ("high"), Medium — accept a best reading ("medium")

  • allow_llm
    boolean
    Allow Llm

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • matchedMatched
  • readyReady
  • search_textSearch Text
  • package_idPackage Id
  • package_namePackage Name
  • product_typeProduct Type
  • is_super_packageIs Super Package
  • resolverResolver
  • confidenceConfidence
  • requires_reviewRequires Review
  • review_reasonReview Reason
  • candidate_countCandidate Count
  • mapping_settings_urlMapping Settings Url
  • candidatesCandidates
  • error_messageError Message
  • 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": [
    "carrier_text"
  ],
  "properties": {
    "allow_llm": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "carrier_text": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_state": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "plan_type_hint": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "minimum_confidence": {
      "enum": [
        "high",
        "medium"
      ],
      "type": "string",
      "default": "high",
      "description": "Optional selected identifier or value.",
      "x-workflow-field-type": "select"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "ready": {},
    "matched": {},
    "success": {},
    "resolver": {},
    "candidates": {},
    "confidence": {},
    "package_id": {},
    "search_text": {},
    "package_name": {},
    "product_type": {},
    "error_message": {},
    "review_reason": {},
    "candidate_count": {},
    "requires_review": {},
    "is_super_package": {},
    "mapping_settings_url": {}
  },
  "additionalProperties": true
}
View all athenahealth actions