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]: Flatiron OncoEMR - 562 R4 #42

Open
11 of 12 tasks
AnalogJ opened this issue May 20, 2024 · 2 comments
Open
11 of 12 tasks

[Source]: Flatiron OncoEMR - 562 R4 #42

AnalogJ opened this issue May 20, 2024 · 2 comments

Comments

@AnalogJ
Copy link
Member

AnalogJ commented May 20, 2024

EHR/Platform Name

Flatiron

CHPL Website

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

Developer Documentation

https://flatiron.my.site.com/FHIR/s/

Endpoint List

https://fhir.prod.flatiron.io/fhir

Example Patient Portal Login Website

No response

Developer Portal

https://flatiron.my.site.com/FHIR/s/

Sandbox Patient Credentials

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

Fasten Sources Definition

{
  "custom_definition": true,
  "platform_type": "flatiron",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://accounts.flatiron.com/connect/authorize",
  "token_endpoint": "https://accounts.flatiron.com/connect/token",
  "url": "https://fhir.prod.flatiron.io/fhir",
  "client_id": "xxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/flatiron",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "fragment"
  ],
  "aud": "",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "offline_access",
    "launch/patient",
    "patient/Patient.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://fhir.prod.flatiron.io/fhir"
}

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:

  • No sandbox available, testing must be done manually with Engineering team via Zoom
@AnalogJ
Copy link
Member Author

AnalogJ commented Jun 20, 2024

Working portal page, no patient id in response:

{
  "custom_definition": true,
  "platform_type": "flatiron",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://accounts.flatiron.com/connect/authorize",
  "token_endpoint": "https://accounts.flatiron.com/connect/token",
  "url": "https://fhir.prod.flatiron.io/fhir",
  "client_id": "xxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/flatiron",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://fhir.prod.flatiron.io/fhir",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "patient/Patient.read"
  ],
  "confidential": true,
  "confidential_endpoint": "22d713f7-c8e5-4e5d-98ea-9cdbe9cfe3fb",
  "pkce": false,
  "code_challenge_methods_supported": [],
  "issuer": "https://fhir.prod.flatiron.io/fhir"
}

@AnalogJ
Copy link
Member Author

AnalogJ commented Jun 20, 2024

Patient ID for querying is generated by joining the pp.patient_id with the pp.group_id using a . and replacing all _ with --

eg.
"pp.patient_id": "PD_05W6BGN90Z1BREQ2PD73",
"pp.group_id": "GH_Cz638211629_5",

becomes

PD--05W6BGN90Z1BREQ2PD73.GH--Cz638211629--5

Patient/PD--05W6BGN90Z1BREQ2PD73.GH--Cz638211629--5

@AnalogJ AnalogJ changed the title Flatiron [Source]: Flatiron - Dec 20, 2024
@AnalogJ AnalogJ changed the title [Source]: Flatiron - [Source]: Flatiron OncoEMR - Dec 20, 2024
@AnalogJ AnalogJ changed the title [Source]: Flatiron OncoEMR - [Source]: Flatiron OncoEMR - 562 R4 Dec 20, 2024
@AnalogJ AnalogJ moved this from Todo to Done in Fasten - Sources/Providers Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant