π 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.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.
- cURL
- Node
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.-
How to register your own MEDITECH Greenfield OAuth client
Obtain a Client ID and Client Secret from MEDITECH for sandbox or production use -
How do I link my account?
Obtain your Client ID and Client Secret from MEDITECH, then connect with the Connect UI