Technical Documentation

Everything you need to build on H2H Digital Rx

Authentication, the Web API (SOAP & REST) reference, embedded EMR/EHR access, Digital Rx Widgets, and AI endpoints with sandbox credentials and code samples to get your first prescription flowing.

Quick example

// Transcribe-to-Prescribe — submit a visit transcript
POST https://api.h2hdigitalrx.com/v1/ai/transcribe-to-prescribe
Authorization: Bearer <token>
{
  "patient_id": "pt_10482",
  "transcript": "Start lisinopril 10mg once daily…"
}
// 200 OK — structured prescription returned
{ "rx": { "drug": "lisinopril 10mg", "sig": "1 tab PO daily" } }

Base URL and credentials are issued per environment. See Authentication to get started.

Need a hand from an engineer?

Our integration team reviews architecture, shares sample projects, and helps you go live faster.