Process HST Prior Authorization Patient
Perform Process HST Prior Authorization Patient through Carelon.
carelon_process_hst_prior_auth_patientwrite
Inputs
- Patient Item
patient_itemexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesserrorErrorfailure_categoryFailure CategorystatusStatusreason_codesReason CodescandidateCandidatereview_note_writtenReview Note Writtencompletion_tag_repairedCompletion Tag Repairedauthorization_confirmedAuthorization Confirmedpatient_idPatient Idcarelon_order_idCarelon Order IdoutcomeOutcomeoperator_actionOperator Actiondry_runDry Runis_authorizedIs AuthorizedretryableRetryablemanual_reviewManual Reviewobserved_health_planObserved Health Plansubmission_statusSubmission Statusvalid_fromValid Fromvalid_throughValid Throughauthorized_note_writtenAuthorized Note Writtenunanswered_question_idUnanswered Question Idunanswered_question_textUnanswered Question Textunanswered_question_kindUnanswered Question Kindunanswered_question_optionsUnanswered Question Optionsunanswered_question_exclusive_optionsUnanswered Question Exclusive Optionsanswered_question_countAnswered Question Countconfigured_answer_countConfigured Answer Countsupplied_answer_countSupplied Answer Countderived_answer_countDerived Answer Countlowest_derived_confidenceLowest Derived Confidenceclinical_outcomesClinical Outcomesprovider_substitutionProvider Substitutionsubstituted_ordering_npiSubstituted Ordering Npisubstituted_ordering_taxonomy_codeSubstituted Ordering Taxonomy Codesubstituted_ordering_taxonomy_descriptionSubstituted Ordering Taxonomy DescriptionrouteRouteportal_messagePortal Messageprovider_resolution_reasonProvider Resolution Reasonis_bcbsIs Bcbs
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": [
"patient_item"
],
"properties": {
"patient_item": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"route": {},
"status": {},
"dry_run": {},
"is_bcbs": {},
"outcome": {},
"success": {},
"candidate": {},
"retryable": {},
"patient_id": {},
"valid_from": {},
"reason_codes": {},
"is_authorized": {},
"manual_review": {},
"valid_through": {},
"portal_message": {},
"operator_action": {},
"carelon_order_id": {},
"failure_category": {},
"clinical_outcomes": {},
"submission_status": {},
"review_note_written": {},
"derived_answer_count": {},
"observed_health_plan": {},
"provider_substitution": {},
"supplied_answer_count": {},
"unanswered_question_id": {},
"answered_question_count": {},
"authorization_confirmed": {},
"authorized_note_written": {},
"completion_tag_repaired": {},
"configured_answer_count": {},
"substituted_ordering_npi": {},
"unanswered_question_kind": {},
"unanswered_question_text": {},
"lowest_derived_confidence": {},
"provider_resolution_reason": {},
"unanswered_question_options": {},
"substituted_ordering_taxonomy_code": {},
"unanswered_question_exclusive_options": {},
"substituted_ordering_taxonomy_description": {}
},
"additionalProperties": true
}