Skip to documentation
Regal integration

Search Referred-Provider Authorization

Perform Search Referred-Provider Authorization through Regal.

View as Markdown
regal_search_pcp_authored_authorization
readregal_lakeside

Inputs

  • mbrno
    textrequired
    Mbrno

    Required text value.

  • dos
    daterequired
    Dos

    Required date in YYYY-MM-DD format.

  • visit_types
    json
    Visit Types

    Optional JSON value.

  • submit_delta_auth
    boolean
    Submit Delta Auth

    Optional true-or-false value.

    Default: false

  • reason
    text
    Reason

    Optional text value.

  • diagnosis_codes
    jsonrequired
    Diagnosis Codes

    Required JSON value.

  • supervising_provider_name
    text
    Supervising Provider Name

    Optional text value.

  • appointment_provider_name
    text
    Appointment Provider Name

    Optional text value.

  • fallback_provider_name
    text
    Fallback Provider Name

    Optional text value.

  • comments
    text
    Comments

    Optional text value.

  • from_zipcode
    text
    From Zipcode

    Optional text value.

    Default: "91406"

  • grpid
    text
    Grpid

    Optional text value.

    Default: "RHNC"

  • ipacd
    text
    Ipacd

    Optional text value.

    Default: "RMG"

  • patient_site
    text
    Patient Site

    Optional text value.

    Default: "RMG401"

  • plntp
    text
    Plntp

    Optional text value.

    Default: "1"

Outputs

  • foundFound
  • auth_ukeyAuth Ukey
  • auth_numberAuth Number
  • referred_fromReferred From
  • referred_toReferred To
  • referred_to_last_nameReferred To Last Name
  • diagnosis_codesDiagnosis Codes
  • auth_pdf_document_idAuth Pdf Document Id
  • auth_start_dateAuth Start Date
  • auth_end_dateAuth End Date
  • coverage_stateCoverage State
  • supplemental_auth_pdf_document_idSupplemental Auth Pdf Document Id
  • supplemental_procedure_codesSupplemental Procedure Codes
  • supplemental_submission_errorSupplemental Submission Error
  • supplemental_auth_ukeySupplemental Auth Ukey
  • supplemental_auth_end_dateSupplemental Auth End Date
  • referred_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
}
View all Regal actions