Web app for browsing and selecting sample patients
10K+
App to browse sample patients DEMO
https://github.com/smart-on-fhir/patient-browser/blob/master/README.md
This will start the viewer and make it available on port 9091:
docker run -p 9091:80 -d smartonfhir/patient-browser:latest
Then open the app as browser at http://localhost:9091/, or as a picker at http://localhost:9091/examples/index.html
The default image (smartonfhir/patient-browser or smartonfhir/patient-browser:latest) should be used for static lightweight patient browsers. There is also another version tagged as smartonfhir/patient-browser:node. The difference is that it has NodeJS installed and includes the node generate_config script that can be used to create/update configuration files. An example usage would look like:
docker run -it smartonfhir/patient-browser:node node /usr/share/nginx/html/config-genrator/generate_config.js -s https://r2.smarthealthit.org
That would print the generated configuration to stdout. Please see the docs at https://github.com/smart-on-fhir/patient-browser#config-generator for more info.
Content type
Image
Digest
Size
10.7 MB
Last updated
over 6 years ago
docker pull smartonfhir/patient-browserPulls:
41
Last week