Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximeyes Configuration #26

Open
2 of 3 tasks
AnalogJ opened this issue Feb 7, 2024 · 0 comments
Open
2 of 3 tasks

Maximeyes Configuration #26

AnalogJ opened this issue Feb 7, 2024 · 0 comments

Comments

@AnalogJ
Copy link
Member

AnalogJ commented Feb 7, 2024

{
  "custom_definition": true,
  "platform_type": "maximeyes",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://connectsandbox.maximeyes.com/connect/authorize",
  "token_endpoint": "https://connectsandbox.maximeyes.com/connect/token",
  "url": "https://fhirqa.maximeyes.com/api/ipcert/R4",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/maximeyes",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://fhirqa.maximeyes.com/api/ipcert/R4",
  "scopes_supported": [
    "fhirUser",
    "patient/Patient.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhirqa.maximeyes.com/api/ipcert/R4"
}

OLD

{
  "custom_definition": true,
  "platform_type": "maximeyes",
  "authorization_endpoint": "https://connectsandbox.first-insight.com/connect/authorize",
  "token_endpoint": "https://connectsandbox.first-insight.com/connect/token",
  "url": "https://fhirdehr.maximeyes.com/api/FhirTest/R4",
  "client_id": "XXXXX",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/maximeyes",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://fhirdehr.maximeyes.com/api/FhirTest/R4",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "offline_access",
    "patient/Encounter.read",
    "patient/Patient.read"
  ],
  "confidential": false,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhirdehr.maximeyes.com/api/FhirTest/R4"
}

Support form is broken - https://customer.first-insight.com/contact_form.asp

Hi, 

I'm building a Patient-Access Application using your provided documentation: https://customer.first-insight.com/downloads/forms/MaximEyes-FHIR-API-Documentation.pdf

I'm able to correctly generate and visit an Authorization Url for the following sandbox FHIR endpoint - https://fhirdehr.maximeyes.com/api/FhirTest/R4

However I was unable to find any sandbox credentials to login and complete the SMART-on-FHIR flow to verify the integration is working successfully. 

Can you provide me with those credentials, or a link to the page where they can be found?

Status:

  • Waiting for response containing Sandbox credentials:
    • "will get this checked with our Engineering Team & will update you by Monday."
  • WOrking with Sandbox Credentials
  • Missing scopes.
@AnalogJ AnalogJ changed the title Maximeyes Maximeyes Configuration Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant