Skip to main content

🚀 Quickstart

Connect to MEDITECH Greenfield with Nango and see data flow in 2 minutes.
Nango’s MEDITECH Greenfield integration uses the OAuth 2.0 authorization code grant (with PKCE), registered with MEDITECH as a confidential client. MEDITECH doesn’t offer self-serve OAuth app creation: for sandbox testing, the Greenfield support team provisions your Client ID and Client Secret manually; for production, MEDITECH registers your client on behalf of the healthcare organization you’re integrating with. See the OAuth client setup guide for both paths.
1

Create the integration

In Nango (free signup), go to the Integrations tab -> Configure New Integration -> MEDITECH Greenfield. Enter the Client ID and Client Secret MEDITECH issued for your integration, and the scopes MEDITECH approved for your workflow (e.g. patient/*.read). Without a scope, connections won’t have API access.
2

Authorize MEDITECH Greenfield

Go to the Connections tab -> Add Test Connection -> Authorize, then enter your Authorization Host and FHIR API host (e.g. greenfield-apis.meditech.com and greenfield-prod-apis.meditech.com for the sandbox), log in with your MEDITECH Expanse credentials, and approve the requested scopes. Later, you’ll let your users do the same directly from your app.
3

Call the MEDITECH Greenfield API

Let’s make your first request to the MEDITECH Greenfield API (fetch the FHIR Capability Statement). Replace the placeholders below with your Environment API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own credentials, follow the setup guide linked below.

📚 MEDITECH Greenfield integration guides

Nango-maintained guides for common use cases. Official docs: MEDITECH Greenfield Workspace resources

🧩 Pre-built syncs & actions for MEDITECH Greenfield

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.