Skip to content
Last updated

NovaMed Partner API

The NovaMed Integration API is a set of HTTP endpoints that help your app integrate with NovaMed for complete patient care management, prescription fulfillment, and order tracking.

Postman Documentation

View in Postman →

Base URLs

Use the appropriate base URL for your environment:

Developmenthttps://novamed-feapidev.stackmod.info
Productionhttps://feapi.novamed.care

Authentication

We will provide an API Key and Clinic Id. All requests need to pass a header x-api-key with the provided value.

curl https://novamed-feapidev.stackmod.info/api/external/practitioner \
  -H "x-api-key: your-api-key-here" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Learn more about authentication →

API Endpoints

The NovaMed Partner API supports the following core capabilities:

  1. Practitioners — Create and manage practitioners (doctors, veterinarians)
  2. Patients — Register and manage patients in the platform
  3. Medication Requests — Create medication orders for patients
  4. Refills — Request prescription refills for existing orders
  5. Webhooks — Receive real-time notifications for status updates

Request and Response Format

All API access is over HTTPS. All data is sent and received as JSON.

Required Headers:

HeaderValue
Content-Typeapplication/json
Acceptapplication/json
x-api-keyYour API key

Next Steps

  1. Get your API key
  2. Make your first request
  3. Set up webhooks
  4. Explore the API reference

API Terms

NovaMed API Terms (Approved Partners Only). By accessing NovaMed APIs you agree to these terms. Access is by written approval only; credentials are unique per tenant and must be protected. APIs may process PHI; production PHI access requires a BAA. Do not send PHI to Development environment. No scraping, reverse engineering, benchmarking, resale/sublicensing (except serving authorized customers), or security testing without written approval. No PCI/card data. NovaMed may change/suspend APIs; best efforts notice. APIs "as is"; liability capped to fees paid in prior 3 months. Notices: legal@nimbushealthcare.com. Travis County, TX.

View full API License Terms & Conditions →


Need help? Contact api@nimbus-os.com