🏥 Patient Recommendation Service

Test Interface - Dev Environment

Create Medicine

Add Dosage to Medicine

Supply Rates

Search Medicines

View Medicine Details

Create Recommendation

Recommendation Items

Search Recommendations

Modify Recommendation (Creates New Version)

Updated Items

View Version History

ℹ️ Auto-Charge Behavior:
  • NIMCORE & HAIRWISE: Payment is automatically captured when accepting. Recommendation goes directly to FULFILLED status.
  • WEIGHTWISE: No auto-charge. Recommendation goes directly to FULFILLED status without payment capture.
  • ⚠️ Note: Patient must have a default payment method for NIMCORE/HAIRWISE recommendations.

Accept Recommendation

💳 Payment will be auto-charged for NIMCORE/HAIRWISE. WEIGHTWISE skips payment.

Reject Recommendation

View Recommendation Status

All Recommendations Dashboard

Recommendations List

Click "Load Recommendations" to fetch all recommendations

API Configuration

Auto-Charge Configuration

Environment Variables

BILLING_SERVICE_URL: URL of the billing service for payment processing

AUTO_CHARGE_RECOMMENDATIONS_ENABLED: 'true' (default) or 'false' to disable


Behavior

  • Enabled + NIMCORE/HAIRWISE: Auto-charge payment on accept
  • Enabled + WEIGHTWISE: Skip payment, mark as FULFILLED
  • Disabled (all types): Skip payment, mark as FULFILLED

ℹ️ Note: Configuration changes require service redeployment.

Sample Data Generators

Quick Actions

API Response

Waiting for API response...