fastenhealth / fasten-sources

The Fasten Sources is a library that defines medical provider metadata (definitions - OpenID Metadata documents) and http clients (OAuth2/Smart-on-FHIR clients) which can be used to retrieve data from various Medical Providers (clients).
19 stars 6 forks source link

Meditech Brands #21

Open AnalogJ opened 6 months ago

AnalogJ commented 6 months ago

https://fhir.meditech.com/brands.json

AnalogJ commented 2 weeks ago
{
  "custom_definition": true,
  "platform_type": "meditech",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://greenfield-prod-apis.meditech.com/oauth/authorize",
  "token_endpoint": "https://greenfield-prod-apis.meditech.com/oauth/token",
  "url": "https://greenfield-prod-apis.meditech.com/v1/uscore/R4",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/meditech",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "profile",
    "patient/*.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://greenfield-prod-apis.meditech.com/v1/uscore/R4"
}