Search Referred-Provider Authorization
Perform Search Referred-Provider Authorization through Regal.
regal_search_pcp_authored_authorizationreadregal_lakeside
Inputs
- Mbrno
mbrnotextrequiredRequired text value.
- Dos
dosdaterequiredRequired date in YYYY-MM-DD format.
- Visit Types
visit_typesjsonOptional JSON value.
- Submit Delta Auth
submit_delta_authbooleanOptional true-or-false value.
Default:
false - Reason
reasontextOptional text value.
- Diagnosis Codes
diagnosis_codesjsonrequiredRequired JSON value.
- Supervising Provider Name
supervising_provider_nametextOptional text value.
- Appointment Provider Name
appointment_provider_nametextOptional text value.
- Fallback Provider Name
fallback_provider_nametextOptional text value.
- Comments
commentstextOptional text value.
- From Zipcode
from_zipcodetextOptional text value.
Default:
"91406" - Grpid
grpidtextOptional text value.
Default:
"RHNC" - Ipacd
ipacdtextOptional text value.
Default:
"RMG" - Patient Site
patient_sitetextOptional text value.
Default:
"RMG401" - Plntp
plntptextOptional text value.
Default:
"1"
Outputs
foundFoundauth_ukeyAuth Ukeyauth_numberAuth Numberreferred_fromReferred Fromreferred_toReferred Toreferred_to_last_nameReferred To Last Namediagnosis_codesDiagnosis Codesauth_pdf_document_idAuth Pdf Document Idauth_start_dateAuth Start Dateauth_end_dateAuth End Datecoverage_stateCoverage Statesupplemental_auth_pdf_document_idSupplemental Auth Pdf Document Idsupplemental_procedure_codesSupplemental Procedure Codessupplemental_submission_errorSupplemental Submission Errorsupplemental_auth_ukeySupplemental Auth Ukeysupplemental_auth_end_dateSupplemental Auth End Datereferred_from_verified_externalReferred From Verified External
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": [
"mbrno",
"dos",
"diagnosis_codes"
],
"properties": {
"dos": {
"type": "string",
"format": "date",
"description": "Required date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"grpid": {
"type": "string",
"default": "RHNC",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ipacd": {
"type": "string",
"default": "RMG",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"mbrno": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"plntp": {
"type": "string",
"default": "1",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"reason": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"comments": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"visit_types": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"from_zipcode": {
"type": "string",
"default": "91406",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_site": {
"type": "string",
"default": "RMG401",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"diagnosis_codes": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"submit_delta_auth": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"fallback_provider_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"appointment_provider_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"supervising_provider_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"found": {},
"auth_ukey": {},
"auth_number": {},
"referred_to": {},
"auth_end_date": {},
"referred_from": {},
"coverage_state": {},
"auth_start_date": {},
"diagnosis_codes": {},
"auth_pdf_document_id": {},
"referred_to_last_name": {},
"supplemental_auth_ukey": {},
"supplemental_auth_end_date": {},
"supplemental_procedure_codes": {},
"supplemental_submission_error": {},
"referred_from_verified_external": {},
"supplemental_auth_pdf_document_id": {}
},
"additionalProperties": true
}