FHIR Resources

Resources

This section contains detailed information about our FHIR resources and implementation details.

FHIR Endpoints

Practice Name Base FHIR URL
Long Wellness https://hapi-fhir.mdland.net/fhir/

Authentication

SMART on FHIR Authorization

MDLand implements the SMART on FHIR OAuth 2.0 protocol for secure API access.

  • Authorization URL: https://api-fhir-proxy-2.mdland.net/
  • Authorization Framework: SMART on FHIR OAuth 2.0

Getting Started

  1. Register your application at the MDLand SMART on FHIR portal
  2. Obtain your client credentials
  3. Implement the OAuth 2.0 authorization flow
  4. Use the obtained token for API requests

Authorization Flows

The following authorization flows are supported:

  • Authorization Code Flow (recommended for web applications)
  • Client Credentials Flow (for backend services)
  • SMART App Launch Flow

API Reference

Detailed API reference documentation will be available here.

References

Additional Specifications