1---2name: northstar-payer-ops-93description: Turn Northstar payer-operations records into exact JSON answers for UM nurse determinations, pharmacy appeals and assistance intake, claim repricing, peer-to-peer summaries, and finance queue reviews. Use when a task references the Northstar environment, case/appeal/claim/P2P/queue records, policies, rate schedules, documents, criteria, or an answer template.4---56# Northstar Payer Ops78## Workflow9101. Read the prompt, task context, and answer template first.112. Identify the workflow from the required fields.123. Query the live Northstar records for the target case or queue and its linked member, plan, policy, criteria, documents, line items, auth, trial, benchmark, appeal, or P2P records.134. Resolve conflicts by precedence:14 - current clinical records over stale exports15 - payer appeal before manufacturer assistance16 - effective benchmark by payer, plan, CPT, modifier, and date over stale rates17 - new patient-specific P2P evidence over older summaries18 - margin threshold before charge sensitivity195. Build the JSON exactly to the template. Keep key order, enum values, date format, and numeric precision unchanged.206. Put controlling record IDs in precedence order and put stale, missing, or conflicting records in `exception_record_ids`.2122## UM Nurse Determinations2324- Pull case, member, plan, request lines, policy, policy criteria, current clinical documents, document facts, and authorization.25- Use current documents and facts to set criteria results.26- Exclude stale or conflicting documents in `excluded_documents`.27- When approved, copy the authorization number, dates, units, CPTs, and modifier from the auth record.2829## Pharmacy Appeals3031- Pull case, appeal, policy, criteria, documents, drug trials, and assistance screen.32- Separate documented failures from insufficiently documented failures.33- Keep appeal evidence requirements ahead of assistance information in the packet lists.34- Put only actually missing packet items into the gap list.3536## Claim Repricing3738- Pull claim, claim lines, benchmarks or rate schedules, case context, and stale-source evidence.39- Match the benchmark on payer, plan type, service domain, CPT, modifier, and effective date.40- Apply allowed amounts per unit, then multiply by claim units for line and total allowed amounts.41- Reject stale schedules explicitly in the audit trail.4243## P2P Summaries4445- Pull case, P2P event, policy, criteria, current clinical evidence, and authorization.46- Treat not-met required criteria as unresolved when the template asks for unresolved criteria.47- List every missing PET-over-SPECT factor the record supports.48- Compute the appeal deadline from the adverse determination date plus the plan window.4950## Finance Queue Reviews5152- Use only the named queue rows.53- Compute total cost as variable cost plus allocated fixed cost.54- Compute revenue-to-cost ratio and compare it to the threshold.55- Separate below-threshold segments from charge-sensitive segments.56- Identify the top issue from the most actionable below-threshold row.5758## Final Checks5960- Use only required keys.61- Do not invent record IDs or add prose.62- Keep lists in the required order.63- Use empty lists only when the template or evidence truly calls for none.