Skip to content

Commit

Permalink
fxiing meditech api endpoints.
Browse files Browse the repository at this point in the history
trying to fix flatiron endpoints.
  • Loading branch information
AnalogJ committed Jun 18, 2024
1 parent ee5a3e2 commit 059ae62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/platform/flatiron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scopes_supported:
- patient/Practitioner.read
- patient/Procedure.read
- patient/Provenance.read

- 'launch/patient'
grant_types_supported:
- authorization_code
response_types_supported:
Expand Down
3 changes: 2 additions & 1 deletion definitions/platform/meditech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ scopes_supported:
- fhirUser
- profile
- 'patient/*.read'
- 'launch/patient'
grant_types_supported:
- authorization_code
response_types_supported:
Expand All @@ -16,7 +17,7 @@ response_modes_supported:
- query
code_challenge_methods_supported:
- S256
confidential: false
confidential: true
cors_relay_required: false
documentation: https://fhir.meditech.com/explorer/authorization
client_headers:
Expand Down

0 comments on commit 059ae62

Please sign in to comment.