Prepare Prior Auth Draft
Perform Prepare Prior Auth Draft through WellCare.
wellcare_prepare_prior_auth_draftwritewellcare
Inputs
- Member Keyword
member_keywordexpressionrequiredRequired literal value or workflow expression.
- Orders
ordersjsonOptional JSON value.
- Hcpcs Items
hcpcs_itemsjsonOptional JSON value.
- Ordered Hcpcs Items
ordered_hcpcs_itemsjsonOptional JSON value.
- Claim Diagnosis Codes
claim_diagnosis_codesjsonOptional JSON value.
- Attachments
attachmentsjsonOptional JSON value.
- Mixed Rental Profile Policy
mixed_rental_profile_policyjsonOptional JSON value.
- Provider Id
provider_idexpressionOptional literal value or workflow expression.
- Provider Fax
provider_faxexpressionOptional literal value or workflow expression.
- Requestor Name
requestor_nameexpressionOptional literal value or workflow expression.
- Requestor Phone
requestor_phoneexpressionOptional literal value or workflow expression.
- Requestor Fax
requestor_faxexpressionOptional literal value or workflow expression.
- Note
noteexpressionOptional literal value or workflow expression.
Outputs
successSuccessrequest_artifactRequest Artifactplan_familyPlan Familymember_searchMember Searchcatalog_selectionCatalog SelectionerrorError
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
}