Agents Assemble Challenge · Prompt Opinion

FHIR-Native Prior Authorization Readiness

ClearPath is a clinician-review agent workflow that converts patient context, GLP-1 policy criteria, and FHIR-style evidence into a safe prior authorization readiness packet.

Prompt Opinion ClearPath agent screenshot
Live Prompt Opinion run with Maria Santos selected in patient scope and FHIR Context visible.
83.3%

Policy Readiness Score

Five of six GLP-1 prior authorization evidence domains were available.

1

Missing Safety Item

MTC/MEN2 family history remained unknown and required clinician confirmation.

0

Autonomous Clinical Actions

The system does not prescribe, submit authorization, or guarantee approval.

Abstract

A research-style overview of the ClearPath system and its evaluation.

Prior authorization remains one of the most burdensome administrative workflows in healthcare, requiring clinicians and staff to locate evidence across structured records, clinical notes, medication history, laboratory results, and payer policies before a request can be submitted. This paper presents ClearPath, a FHIR-native prior authorization readiness system implemented in the Prompt Opinion platform.

The prototype focuses on semaglutide GLP-1 therapy for a synthetic patient with Type 2 diabetes mellitus, obesity, hypertension, HbA1c of 8.7%, BMI of 34.2 kg/m², current metformin therapy, and prior glipizide intolerance. The live implementation uses Prompt Opinion’s patient-scoped Launchpad workflow, FHIR context, policy grounding, a configured policy criteria agent, and a structured prior authorization template.

In simulation, ClearPath identified five of six authorization evidence domains as present and correctly flagged the missing safety criterion: family history documentation for medullary thyroid carcinoma or MEN2. This yielded a policy readiness score of 83.3% and the final status: ready for clinician review with missing documentation.

Safety posture: ClearPath does not prescribe therapy, submit authorization, or guarantee approval. It prepares a clinician-review packet and explicitly identifies missing documentation.

Research Paper

The full written submission in web format.

1. Introduction

Prior authorization is a high-friction healthcare workflow because it requires translation between clinical intent and payer-specific documentation requirements. A clinician may know why a therapy is appropriate, but the authorization packet often requires evidence from several disconnected locations: diagnoses, laboratory values, medication history, clinical rationale, safety documentation, and payer policy criteria.

ClearPath addresses this gap by performing a narrower and safer task than autonomous decision-making. It assembles available evidence, maps that evidence to policy criteria, identifies missing documentation, and produces a draft packet for clinician review.

Patient Context + Policy Criteria + Evidence Extraction → Clinician-Review Packet

2. System Objective

ClearPath is designed to produce a prior authorization readiness packet, not a prior authorization decision. The system avoids diagnosis, prescribing, authorization submission, and coverage approval.

Status = Ready for clinician review with missing documentation

3. Methodology

The live implementation was created inside Prompt Opinion following the challenge quick-start workflow: model setup, patient import or selection, document upload, agent configuration, policy grounding, A2A enablement, optional FHIR context, skill definition, Launchpad testing, and marketplace preparation.

The synthetic demonstration patient was Maria Santos, a 52-year-old female with Type 2 diabetes mellitus, obesity, hypertension, HbA1c of 8.7%, BMI of 34.2 kg/m², current metformin therapy, and prior glipizide intolerance. The missing documentation was family history confirmation for medullary thyroid carcinoma or MEN2.

Evidence Domain Evidence Policy Relevance Status
Diagnosis Type 2 diabetes mellitus Required diagnosis Met
Laboratory HbA1c 8.7% Glycemic threshold Met
Anthropometric BMI 34.2 kg/m² BMI documentation Met
Medication Metformin 1000 mg BID Prior/current therapy Met
Prior Medication Glipizide stopped due to hypoglycemia Prior therapy intolerance Met
Safety Family history of MTC/MEN2 unknown Contraindication review Missing

4. FHIR Resource Model

The technical artifact represented the patient using FHIR-style resources: Patient, Condition, MedicationRequest, MedicationStatement, Observation, and DocumentReference. This allowed the system to model a realistic prior authorization evidence chain across structured and unstructured clinical data.

5. Agent Architecture

ClearPath was designed as a composable agent workflow. The main ClearPath Prior Authorization Agent acts as the orchestrator, while the GLP-1 Policy Criteria Agent serves as a policy specialist. This separation mirrors the Prompt Opinion challenge’s emphasis on A2A communication and composable agents.

6. MCP-Style Tool Decomposition

The supporting technical notebook models the workflow as a modular sequence of MCP-style tools: evidence snapshot extraction, policy criteria extraction, policy matching, and packet generation.

E = {D, L, M, P, R, S}

In this formulation, D represents diagnoses, L represents laboratory and vital observations, M represents medication history, P represents prior therapy history, R represents documented clinical rationale, and S represents safety documentation.

R = Σ(wᵢmᵢ) / Σ(wᵢ)

The readiness score assigns 1.0 to met criteria, 0.5 to criteria requiring review, and 0.0 to missing criteria. In the prototype, five criteria were met and one was missing:

R = (1 + 1 + 1 + 1 + 1 + 0) / 6 = 83.3%

7. Safety Gating Logic

The most important safety rule is that missing MTC/MEN2 documentation must not be interpreted as either an absent history or a positive history.

Unknown family history ≠ No family history
Unknown family history ≠ Positive family history

The correct representation is missing documentation requiring clinician confirmation.

Critical safety distinction: Missing or unknown family history should be surfaced as a documentation gap, not converted into an eligibility or denial decision.

8. Results

ClearPath matched five of six GLP-1 prior authorization criteria. The missing criterion was safety documentation for MTC/MEN2 family history. The final status was ready for clinician review with missing documentation.

The hypothesized administrative effort estimate suggests that ClearPath could reduce evidence-gathering and packet preparation effort by approximately 67.7%, from 31 estimated manual effort units to 10 ClearPath-assisted effort units. This is a hypothesis-generating estimate rather than a measured time-motion study.

9. Discussion

ClearPath demonstrates that a Prompt Opinion agent workflow can transform patient facts and policy requirements into a structured prior authorization readiness packet. The system’s most important behavior is not that it writes a letter. The most important behavior is that it identifies missing safety documentation and refuses to overstate readiness.

Prior authorization is better understood as an evidence-alignment task. A complete packet requires alignment among patient facts, policy requirements, and safety constraints. ClearPath operationalizes this alignment while preserving clinician authority.

10. Limitations

This prototype uses a synthetic patient case and simplified GLP-1 policy criteria. The effort-reduction estimates are hypothesized, not measured. The live A2A policy-agent path encountered latency limitations, so the stable demonstration used a concise ClearPath prompt with policy criteria included directly. A production version should connect evidence extraction directly to live FHIR queries through MCP tools.

11. Future Work

Future work includes a production MCP server, stronger A2A orchestration, audit trails with evidence provenance, and expansion to additional prior authorization categories such as MRI, specialty referral, durable medical equipment, and high-cost biologic therapies.

12. Conclusion

ClearPath demonstrates a safe, interoperable, and clinically realistic approach to healthcare agent workflows. In the synthetic case, it identified five criteria as met and one safety criterion as missing, producing an 83.3% readiness score and the status ready for clinician review with missing documentation.

The project’s central contribution is not autonomous decision-making. Its contribution is safe administrative synthesis: converting fragmented context into a reviewable, standards-aligned deliverable.

Research Figures

The selected figures that best communicate the architecture, evidence model, safety behavior, and workflow impact.

ClearPath architecture diagram
Figure 1. ClearPath architecture: Prompt Opinion Launchpad, patient context, SHARP/FHIR context propagation, policy criteria agent, FHIR resources, policy matching, and final packet generation.
FHIR resource composition chart
Figure 2. FHIR resource composition used by ClearPath.
Evidence completeness matrix
Figure 4. Evidence completeness matrix showing the missing MTC/MEN2 family history documentation.
Agent orchestration trace
Figure 7. ClearPath agent orchestration trace: patient selection, context propagation, policy consultation, evidence snapshot, policy matching, packet generation, and safety layer.
Workflow effort comparison
Figure 8. Hypothesized administrative effort reduction from manual workflow to ClearPath-assisted workflow.
Readiness scoring model
Figure 9. Policy readiness scoring model, yielding an 83.3% score because one safety criterion is missing.
Research evidence table
Figure 10. Research evidence table summarizing evidence domains, sources, policy relevance, and status.

Prompt Opinion Workflow

The operational workflow mirrors the terminology used in the Agents Assemble quick-start guide.

1. Register and configure model Prompt Opinion workspace created and Gemini model connected for agent execution.
2. Import or select patient Maria Santos selected in patient scope inside Launchpad.
3. Configure ClearPath agent Prior Authorization template used with GLP-1 policy list and readiness packet template.
4. Configure policy specialist GLP-1 Policy Criteria Agent configured as a BYO agent with A2A availability and a reusable skill.
5. Run from Launchpad ClearPath generates a clinician-review packet using patient context and policy criteria.
6. Publish-ready artifact Output is framed as a marketplace-ready prior authorization readiness workflow.

References

Key standards, sources, and project-relevant documentation.

  1. American Medical Association. 2024 AMA Prior Authorization Physician Survey.
  2. HL7 FHIR Foundation. Welcome to the HL7 FHIR Foundation.
  3. HL7 International. FHIR R4 Specification.
  4. HL7 International. FHIR DocumentReference Resource.
  5. Model Context Protocol. Model Context Protocol Specification.
  6. Model Context Protocol. Server Tools Specification.
  7. Google Developers Blog. Announcing the Agent2Agent Protocol.
  8. U.S. Food and Drug Administration. Ozempic Prescribing Information.