Hi Steve,
We don't have support for what you're looking for using the EHR launched flow via the web. However, we do support standalone provider and patient flows. Standalone apps enable you to load up the app without needing to be launched by the EHR.
Steps to create a provider standalone app:
- Choose user level FHIR scopes (e.g.
user/Person.read,
user/Patient.read,
user/Encounter.read) when registering for an app in
code Console- Remove 'launch' scope from the launch.html page (in other word, don't include launch scope when making a request to the Authorization Server)
- Implement patient search functionality in the app using Cerner's implementation of FHIR
APIs- Load the application using: