Skip to documentation
Regal/Lakeside integration

Process F/U Authorization

Perform Process F/U Authorization through Regal/Lakeside.

View as Markdown
regal_process_fu_auth
writeregal_lakeside

Inputs

  • mbrno
    textrequired
    Mbrno

    Required text value.

  • visit_type
    textrequired
    Visit Type

    Required text value.

  • visit_types
    json
    Visit Types

    Optional JSON value.

  • diagnosis_codes
    jsonrequired
    Diagnosis Codes

    Required JSON value.

  • assessment_plan
    json
    Assessment Plan

    Optional JSON value.

  • date_of_service
    daterequired
    Date Of Service

    Required date in YYYY-MM-DD format.

  • supervising_provider_name
    text
    Supervising Provider Name

    Optional text value.

  • appointment_provider_name
    text
    Appointment Provider Name

    Optional text value.

  • comments
    text
    Comments

    Optional text value.

  • reason
    text
    Reason

    Optional text value.

  • show_auth_pdf_in_inbox
    boolean
    Show Auth Pdf In Inbox

    Optional true-or-false value.

    Default: false

  • ecw_patient_id
    text
    Ecw Patient Id

    Optional text value.

  • fallback_provider_name
    text
    Fallback Provider Name

    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

  • successSuccess
  • auth_numberAuth Number
  • auth_statusAuth Status
  • auth_ukeyAuth Ukey
  • validity_end_dateValidity End Date
  • auth_start_dateAuth Start Date
  • procedure_codesProcedure Codes
  • auth_pdf_pathAuth Pdf Path
  • auth_pdf_document_idAuth Pdf Document Id
  • reused_existingReused Existing
  • resolved_provider_last_nameResolved Provider Last Name
  • supplemental_auth_pdf_document_idSupplemental Auth Pdf Document Id
  • supplemental_procedure_codesSupplemental Procedure Codes
  • supplemental_submission_errorSupplemental Submission Error
  • failure_reasonFailure Reason
  • failure_categoryFailure Category
  • human_review_reasonHuman Review Reason
  • 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": [
    "mbrno",
    "visit_type",
    "diagnosis_codes",
    "date_of_service"
  ],
  "properties": {
    "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_type": {
      "type": "string",
      "description": "Required 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"
    },
    "ecw_patient_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "assessment_plan": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "date_of_service": {
      "type": "string",
      "format": "date",
      "description": "Required date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "diagnosis_codes": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "fallback_provider_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "show_auth_pdf_in_inbox": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "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": {
    "error": {},
    "success": {},
    "auth_ukey": {},
    "auth_number": {},
    "auth_status": {},
    "auth_pdf_path": {},
    "failure_reason": {},
    "auth_start_date": {},
    "procedure_codes": {},
    "reused_existing": {},
    "failure_category": {},
    "validity_end_date": {},
    "human_review_reason": {},
    "auth_pdf_document_id": {},
    "resolved_provider_last_name": {},
    "supplemental_procedure_codes": {},
    "supplemental_submission_error": {},
    "supplemental_auth_pdf_document_id": {}
  },
  "additionalProperties": true
}
View all Regal/Lakeside actions