fasten-sources icon indicating copy to clipboard operation
fasten-sources copied to clipboard

[Source]: Meditech - 500 R4

Open AnalogJ opened this issue 1 year ago • 1 comments
trafficstars

EHR/Platform Name

Meditech

CHPL Website

https://chpl.healthit.gov/#/listing/10926

Developer Documentation

https://fhir.epic.com/Documentation?docId=developerguidelines

Endpoint List

https://fhir-apis.meditech.com/v1/brands https://fhir.meditech.com/brands.json

Example Patient Portal Login Website

No response

Developer Portal

https://greenfield.meditech.com/

Sandbox Patient Credentials

https://fhir.epic.com/Documentation?docId=testpatients

Fasten Sources Definition

No response

Platform Developer Readiness Checklist

  • [X] developer documentation
  • [X] sandbox - endpoint published
  • [X] sandbox - client registration
  • [X] sandbox - test patient username & password
  • [ ] sandbox - no fees
  • [ ] sandbox - inferno testing passed
  • [ ] production - client registration
  • [ ] production - endpoint list published
  • [ ] production - endpoint catalog/health system info published
  • [ ] production - no fees
  • [ ] production - automatic client distribution

STATUS

  • [ ] 12/21/2024 - Requested HCA Healthcare Production keys

AnalogJ avatar Dec 24 '23 17:12 AnalogJ

{
  "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"
}

AnalogJ avatar Jun 18 '24 17:06 AnalogJ