Skip to content

Commit

Permalink
clarified state of r4.smarthealthit.org
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Jul 16, 2024
1 parent 70b13bf commit fbbd029
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
# app setup
smart_defaults = {
'app_id': 'my_web_app',
# TODO: CapabilityStatement.rest.resource.search.param needs to provide
# a required value type - config issue on our end for now
# The CapabilityStatement being returned from the new test server,
# r4.smarthealthit.org, is currently missing a required field in the
# description of one of the search params. So you may see a
# 'Non-optional property "type"' error message when running this with
# the default config. We'll remove this message once that has been
# fixed and tested.
'api_base': 'https://r4.smarthealthit.org/',
'redirect_uri': 'http://localhost:8000/fhir-app/',
}
Expand Down

0 comments on commit fbbd029

Please sign in to comment.