Skip to documentation
WellCare integration

Prepare Prior Auth Draft

Perform Prepare Prior Auth Draft through WellCare.

View as Markdown
wellcare_prepare_prior_auth_draft
writewellcare

Inputs

  • member_keyword
    expressionrequired
    Member Keyword

    Required literal value or workflow expression.

  • orders
    json
    Orders

    Optional JSON value.

  • hcpcs_items
    json
    Hcpcs Items

    Optional JSON value.

  • ordered_hcpcs_items
    json
    Ordered Hcpcs Items

    Optional JSON value.

  • claim_diagnosis_codes
    json
    Claim Diagnosis Codes

    Optional JSON value.

  • attachments
    json
    Attachments

    Optional JSON value.

  • mixed_rental_profile_policy
    json
    Mixed Rental Profile Policy

    Optional JSON value.

  • provider_id
    expression
    Provider Id

    Optional literal value or workflow expression.

  • provider_fax
    expression
    Provider Fax

    Optional literal value or workflow expression.

  • requestor_name
    expression
    Requestor Name

    Optional literal value or workflow expression.

  • requestor_phone
    expression
    Requestor Phone

    Optional literal value or workflow expression.

  • requestor_fax
    expression
    Requestor Fax

    Optional literal value or workflow expression.

  • note
    expression
    Note

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • request_artifactRequest Artifact
  • plan_familyPlan Family
  • member_searchMember Search
  • catalog_selectionCatalog Selection
  • 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": [
    "member_keyword"
  ],
  "properties": {
    "note": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "orders": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "attachments": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "hcpcs_items": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "provider_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "provider_fax": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "requestor_fax": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "member_keyword": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "requestor_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "requestor_phone": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "ordered_hcpcs_items": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "claim_diagnosis_codes": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "mixed_rental_profile_policy": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "plan_family": {},
    "member_search": {},
    "request_artifact": {},
    "catalog_selection": {}
  },
  "additionalProperties": true
}
View all WellCare actions