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

[Source]: Adding Canvas Support #59

Open
3 of 11 tasks
AnalogJ opened this issue Oct 20, 2024 · 0 comments
Open
3 of 11 tasks

[Source]: Adding Canvas Support #59

AnalogJ opened this issue Oct 20, 2024 · 0 comments
Assignees

Comments

@AnalogJ
Copy link
Member

AnalogJ commented Oct 20, 2024

EHR/Platform Name

Canvas

CHPL Website

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

Developer Documentation

https://docs.canvasmedical.com/api/

Endpoint List

https://docs.canvasmedical.com/api/service-base-urls/

Example Patient Portal Login Website

No response

Developer Portal

{YOUR_CANVAS_EHR_INSTANCE}/auth/applications/

Sandbox Patient Credentials

No response

Fasten Sources Definition

{
  "custom_definition": true,
  "platform_type": "epic",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/authorize",
  "token_endpoint": "https://fhir.epic.com/interconnect-fhir-oauth/oauth2/token",
  "url": "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4",
  "client_id": "",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/epic",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "fragment"
  ],
  "aud": "",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "patient/*.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4"
}

Platform Developer Readiness Checklist

  • developer documentation
  • sandbox - endpoint published
  • sandbox - client registration
  • 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 Sandbox test credentials from Andrew.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant