Skip to main content

Manage authorizations

Outcome

Service authorizations are requested, tracked, and renewed in time, the right 278 transaction is sent or the manual queue is worked, and members have visible utilization meters so a clinician knows when an auth is about to run out.

Prerequisites

ScopeWhat it lets you do
clinical.authorization.readView list / detail / utilization
clinical.authorization.writeCreate / submit / cancel

Eligibility verified for the member (3.4 — Run an eligibility check or sweep) — submitting an auth for an unenrolled member wastes the payer's response cycle.

Workflows

A program's authorizationWorkflow setting drives behavior:

SettingBehavior
AUTOMATIC_278The platform composes and submits an X12 278 request. The payer's 278 response triggers APPROVED / DENIED / PENDED.
MANUAL_PENDINGAuth requests sit in a manual queue; staff submit through the payer's portal and record the response by hand.
NONEThe program does not require auths; auth records are not created.

See 5.1 — Payers, programs & contracts to set the workflow per program.

The list page

/authorizations filters:

FilterDefault
StatusDRAFT, SUBMITTED, APPROVED, PENDED
MemberAll
PayerAll
Expiring withinAll

Each row shows member, payer, service codes, approved units, used units, remaining units, effective window, status.

The detail page

Click into /authorizations/:id.

TabPurpose
OverviewHeader — member, payer, codes, units, dates. Approval source (278 or manual).
UtilizationBar showing used vs. approved, plus a per-month breakdown.
Linked claimsClaims that drew from this auth.
CommunicationNotes; visible in audit log.
DocumentsApproval letter, denial letter.

Steps to request an auth

  1. Open the member at /members/:id. Click + New authorization. (You can also start from /authorizations+ New.)

  2. Fill the form:

    FieldNotes
    Payer + programDrives the workflow.
    Service codesMulti-select from code_set_procedure.
    ModifiersOptional.
    Approved unitsWhat you are requesting (the payer may approve fewer).
    Effective windowDefaults to 90 days; payer-specific defaults override.
    DiagnosisICD-10.
    Place of servicePOS code.
    ProviderRendering provider.
  3. Click Save as draft to keep editing, or Submit to fire the 278 (for AUTOMATIC_278 programs) or to push the request into the manual queue (MANUAL_PENDING).

  4. Watch the response. For AUTOMATIC_278:

    • SUBMITTED while awaiting the payer's 278 response.
    • APPROVED with the payer's approved units (may be less than requested).
    • DENIED with the reason carried in the 278 detail.
    • PENDED if the payer needs more info.

    For MANUAL_PENDING, a staff member opens the auth and uses Record response to type in the payer's decision from the portal.

Steps to handle a PENDED auth

  1. Open the auth. The Communication tab shows the payer's pend reason.

  2. Attach the requested document (Documents tab → Upload).

  3. Click Resubmit (for AUTOMATIC_278 — the platform sends a 278 follow-up payload) or Record response (for MANUAL_PENDING — once the portal returns a decision).

Steps to renew

The list page surfaces auths expiring within 30 days. For each:

  1. Click Renew. The platform copies the auth's parameters into a new draft, including the same codes / units; you adjust dates and units as needed.

  2. Submit. The new auth's parentAuthorizationId points at the old auth so the chain stays visible in the member's history.

Validation

CheckExpected
Submission produces a SUBMITTED rowYes.
278 response updates the row to APPROVED / DENIED / PENDED within minutesYes (for AUTOMATIC_278).
Linked claims tab populates as the auth gets usedYes.
Utilization meter increments on each linked claimYes.

Troubleshooting

SymptomCauseFix
Submit greyedProgram is NONE (no auths)Confirm the program; if it should require auths, change the program config (5.1).
278 response not arrivingTrading partner not configured for 278 capabilityAdd the capability (5.6 — Trading partner credentials).
Utilization shows wrong used countA linked claim was voided but the utilization did not roll backOpen the auth → Recalculate; the platform re-derives utilization from the current claim set.
Manual auth approved but charges still flag auth requiredThe auth was approved for different procedure codes than the charges carryCompare service codes on the charge vs. the auth; either fix the charge code or amend the auth.

Next

3.4 — Run an eligibility check or sweep