Practice Fusion is a cloud-based EHR and medical billing platform built for independent practices, covering charting, e-prescribing, billing services, labs, and imaging. An unofficial API lets you programmatically pull patients, encounters, appointments, medications, conditions, lab results, and imaging orders—and push updates like new charts, prescriptions, and billing data—without waiting on FHIR app registration or partner marketplace approval.

Practice Fusion is a cloud-based EHR and medical billing platform designed for independent medical practices, part of the Veradigm network. Practices use Practice Fusion to chart and document patient care, send electronic prescriptions through ePrescribe, manage revenue through Billing Services, and connect to labs and imaging providers—all through a connected platform that more than 600 partner companies integrate with.
Core product areas include:
Common data entities:
Independent practices run daily clinical and billing work on Practice Fusion, but turning that portal-driven workflow into reliable API automation is harder than it looks:
Supergood combines authenticated browser flows with Practice Fusion's FHIR R4 catalogue to deliver a resilient, unified API layer for your practice—covering both the certified FHIR surface and the portal-only workflows that sit outside it.
Use Practice Fusion with AI agents: Practice Fusion MCP Server →
Book a 30-minute session to confirm your modules, FHIR app status, and authentication model.
We deliver a production-ready Practice Fusion adapter tailored to your practice configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as Practice Fusion evolves.
Authentication
/authenticateAuthenticate to a Practice Fusion practice using credentials or OAuth 2.0 / PKCE and obtain a session token for downstream calls.
Patient Operations
/patientsList and search patient (FHIR Patient) records with filters for name, identifier, demographics, and active status.
Scheduling
/appointmentsRetrieve appointments and encounters with filters for provider, location, status, and date range.
Clinical
/encountersPull encounter records including conditions, observations, procedures, and care team for a given patient.
Prescribing
/create_prescriptionSubmit a MedicationRequest (e-prescription) for a patient through the ePrescribe workflow.
Diagnostics
/lab_resultsRetrieve lab orders, results, and diagnostic reports surfaced through the Labs and Imaging integrations.
- Pull patients, encounters, conditions, and observations into a single warehouse or analytics platform - Stream medication, allergy, and immunization records to care-coordination tools - Reconcile patient demographics and coverage across systems for a unified record
- Submit MedicationRequests into ePrescribe without portal clicks - Pull medication history and dispense records for reconciliation - Surface refill and renewal events to downstream pharmacy and patient apps
- Receive lab orders and results from the Labs API into your LIS or EHR - Route imaging orders and studies through the Imaging API to radiology partners - Attach diagnostic reports and document references to the right encounter
- Sync appointment and encounter data into scheduling and patient-engagement tools - Push charge and billing data to revenue-cycle and accounting systems - Trigger patient reminders and intake workflows when appointments change
Authentication
Username/password and MFA handled in a managed session, plus OAuth 2.0 authorization-code, PKCE (S256), and client-credentials flows where the FHIR API is enabled
Connectivity
Authenticated browser flows plus Practice Fusion's FHIR R4 catalogue and Labs/Imaging partner APIs where exposed
Response format
Normalized JSON mapped from FHIR R4 / US Core resources across clinical, prescribing, and diagnostic objects
Rate limits
Adaptive throttling tuned to your practice to stay within Practice Fusion service limits
Session management
Automatic session refresh, token and MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for patients, encounters, and results with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, HIPAA-aligned controls, and audit logging
Webhooks
Event-style callbacks for new encounters, prescriptions, lab results, and appointment changes
Latency
Sub-second reads on cached entities; multi-second writes when posting prescriptions and clinical updates
Throughput
Horizontally scaled workers sized to multi-provider practice volume
Reliability
Retry, backoff, and idempotency keys for prescriptions, charts, and billing transactions
Adaptation
Continuous monitoring of Practice Fusion FHIR releases, certification changes, and portal configuration drift
No. Supergood works with your existing Practice Fusion credentials and authenticated sessions. Where you already have a registered FHIR app and client credentials, we use them; where you don't, we operate against the same authenticated surfaces so you don't have to wait on registration or marketplace approval.
Yes. The ONC-Certified FHIR API is read-oriented and US Core-scoped. Supergood supplements it by working against the authenticated portal so you can reach scheduling, billing, and patient-engagement data that the public FHIR resources don't expose.
Yes. In addition to reads, Supergood can push updates such as MedicationRequests through ePrescribe and clinical documentation, with idempotency and retry handling to keep writes safe.
Lab orders, results, and imaging studies are exposed through the same normalized API surface, mapping the Labs and Imaging partner integrations alongside FHIR clinical resources so diagnostic data sits with the right patient and encounter.
Supergood uses an encrypted credential vault, scoped access tokens, audit logging, and HIPAA-aligned controls. Access is limited to the entitlements of the authenticated account you connect.