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
- Register your application at the MDLand SMART on FHIR portal
- Obtain your client credentials
- Implement the OAuth 2.0 authorization flow
- 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
SMART API Launch
Additional Specifications
- PKCE: Proof Key for Code Exchange
- FHIR US Core IG: US Core Implementation Guide
- FHIR R4: FHIR R4 Specification
- Bulk Access IG: Bulk Data Access Implementation Guide