FHIR Viewer
10K+
In-browser viewer for FHIR resources
This is a simple application for FHIR resources that was created for several reasons:
You can use the online version or host your own. The only thing that you need to do is to pass a url parameter in the query string that would be the URL of the resource you want to view. The app will download it and render it into read-only editor. The url parameter MUST BE URL ENCODED!
_format=json or _format=xml to the original url parameter and url-encode the whole thing.dark url parameter with any value (or even without a value)For security reasons this app will only load resources from white-listed servers. If you want to view something that is not supported, you can add it to the list at known-servers.js and make a pull request.
This app is designed to be as simple as possible. If you want to make changes please keep that in mind and also use only ES5 because there is no builder or transpiler involved.
If you want to use it locally simply do:
git clone https://github.com/smart-on-fhir/fhir-viewer.git
cd fhir-viewer
npm i
npm start
Then open http://127.0.0.1:8080/?url=http%3A%2F%2Ffhirtest.uhn.ca%2FbaseDstu3%2Fmetadata in your browser.
This will start the viewer and make it available on http://localhost:9090/
docker run -p 9090:80 vladignatov/fhir-viewer:latest
Content type
Image
Digest
sha256:e83333932…
Size
29.4 MB
Last updated
over 1 year ago
docker pull smartonfhir/fhir-viewerPulls:
52
Last week