BestRx APIs
Contact Us
  1. Patient API
  • Introduction - BestRx APIs
  • Patient API
    • Overview
    • Error Codes
    • Add Patient
      POST
    • Update Patient
      POST
    • Get Patient
      POST
    • Submit Charge Account Payment
      POST
    • Update Patient Remark
      POST
    • Get Patient Remark
      POST
    • Delete Patient Remark
      POST
  • Drug API
    • Overview
    • Error Codes
    • Get Drug Information
      POST
  • Prescription API
    • Overview
    • Error Codes
    • Submit Rx Transfer Request
      POST
    • Return to Stock
      POST
    • Save Rx Signature
      POST
    • Create New Rx From ERx Message
      POST
    • Create New Rx From eFax
      POST
    • Send Rx Refill Request
      POST
  • Refill API
    • Overview
    • Error Codes
    • WebRefill PlugIn
    • Get Patient Profile
      POST
    • Send Refill Request
      POST
  • BestPOS API
    • Overview
    • Error Codes
    • Create POS Transaction
    • Get POS Transaction Status
    • Get Item Details
    • Get POS Transaction
    • Update POS Txn Status
    • Update POS Txn Signature
    • Get Pharmacy Info
  • Delivery/Shipping Provider API
    • Overview
    • Error Codes
    • Address Validation
    • Create Order
    • Update Order Status
    • Cancel Order
  • Realtime Data Feed Specification
    • Overview
    • Patient Update Callback
    • E-Prescription Notification Callback
    • Prescription Update Callback
Contact Us
  1. Patient API

Overview

This document is used as a guide to help implement BestRx Patient API endpoints.

Service Address#

The service is hosted on https:// servers
https://dataservice.bestrxconnect.com/patient

Operations#

Add Patient
Update Patient
Get Patient
Submit Charge Account Payment
Get Patient Remark
Update Patient Remark
Delete Patient Remark

Authentication#

Basic Authentication: Credentials will be provided by BestRx
Modified at 2026-01-29 19:59:49
Previous
Introduction - BestRx APIs
Next
Error Codes