MeldRx SMART

Practical tools, code samples, and guidance to accelerate your app development with MeldRx.


This interactive tool showcases various use cases and real-world applications that can be built using MeldRx. Explore how MeldRx empowers developers to bring their ideas to life, whether it's meeting EHR regulatory requirements, creating custom EHRs, developing simple data collection apps, or building advanced patient connectivity solutions, including standalone or multi-EHR integrated applications.

Once connected to a workspace, interact with your data in multiple ways:

API Explorer: Access your workspace using our developer tools and explore workspace data programmatically. Get an access token and run queries against the API.

EHR Plus: Use our sample app with your workspace data to understand the various features of MeldRx. Our sample app is based on code that mirrors real-world problems.


Connect To A Workspace

Follow the steps below to configure and test your App/Client ID with your workspaces using our Sample EHR Plus app or API Explorer:

  1. Application Registration: Begin by registering an application in MeldRx. Choose Public for the Authentication Client Type during the registration process.
  2. Configure Redirect URLs: Add the following URL as a Redirect URL in your App:
  3. https://checkehr.com/signin-oidc
  4. Copy the Workspace URL and the App Id below
  5. Click Connect