Smile Portal Module
The Smile Portal requires a "Custom Application Configuration" of the following form:
{
"apps": [
{
"label": "PA admin module 1",
"group": "Group A",
"url": "https://host/pa-admin1"
},
{
"label": "Custom module 2",
"group": "Group B",
"url": "https://host/pa-admin2"
}
],
"apis": [
{
"label": "PA admin module 3",
"group": "Prior Auth",
"appType": "PRIOR_AUTH",
"additionalParameters": {
"fhirRepo": "https://host/pa-admin3"
}
},
{
"label": "Custom module 4",
"group": "Group C",
"appType": "ANOTHER_APP",
"additionalParameters": {
"key": "value"
}
}
]
}
This is for manually configuring the applications that will appear inside Smile Portal.
An OIDC client is also required as part of Smile Portal configuration. Client creation and configuration can be done as follows:
/
the end of the URL is important. e.g. https://try.smilecdr.com/smile-portal/
e.g. online_access openid profile
).You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.