HomeEnterpriseDischarge Portal
Hospital & Health System

Discharge Optimization Portal

Enter the medications on a patient's discharge prescription and their location. We'll find every nearby pharmacy that has all of them in stock right now — so your discharge planner can hand the patient a list, not a phone number.

metforminlisinopril
No PHI transmitted — location only
Results in under 500ms
Used by discharge planners & social workers

Add medications and a location, then click Find pharmacies to see results.

GET /api/enterprise/discharge-lookupProfessional / Enterprise tier
# Required
drugs=metformin,lisinopril   # comma-separated medication slugs (max 8)

# Location (one of)
lat=34.0522&lng=-118.2437    # GPS coordinates (preferred)
zip=90210                    # ZIP code fallback

# Optional
radius=15                    # search radius in miles (default 15, max 50)
limit=5                      # max results (default 5, max 20)

# Auth
X-Api-Key: <your-enterprise-key>