- Set the port for the HAPI FHIR server in the environment variable
FHIR_SERVER_PORT. Use for example the.envfile or theexportcommand - Change the HAPI FHIR server configuration file,
conf/application.yml: a) Commentserver.servlet.context-path; it should not be set to/gravitate-healthb) Uncomment the value forhapi.fhir.server_addressthat is local and usesFHIR_SERVER_PORTc) Uncomment the value forhapi.fhir.tester.home.server_addressthat is local and usesFHIR_SERVER_PORT - Change the apps/config.json
a) Set
server_urlto the local address, e.g.,http://localhost:8787/fhir, using the same port that is set in the environment variable - Comment out the
ember-ghservice indocker-compose.yml
TODO Subset of the above instructions
Note on language selection:
'Country' in the overview list in prodbrowser.html uses name[0].usage[0].country.coding[0].display. N/A appears as country if this element is missing.
The Viewer might show a blank page when such an ePI is opened. There will be content in one of the languages, but the 'Country' column will not indicate which.