- Find the Chrome extension in the Chrome Web Store.
- Should work on all Chromium based browsers, including Google Chrome, Microsoft Edge and Arc.
- Find the Firefox extension in the Firefox Browser Add-Ons store.
Switching between different guide versions in an IG Publisher guide
Switching between different guide versions in a Simplifier guide
Package tools and search from a Simplifier package page
Package tools and search from a Registry package page
- Global search across all FHIR content via Simplifier.net
- Advanced filtering options:
- Filter within current guide
- Filter within current package
- Filter by current FHIR version
For IG Publisher Implementation Guides and core FHIR specification:
- Displays current guide version
- Enables cross-version navigation to equivalent pages
For Simplifier-based guides:
- Shows current version
- Provides navigation to:
- All available versions
- Latest version
When a package name and version are detected, the following tools become available:
Tool | Description |
---|---|
Package View | Access package directly on Simplifier |
Validation | Validate content against the package |
FHIRPath Query | Execute FHIRPath queries within the package |
FQL Query | Execute FHIR Query Language (FQL) queries within the package |
Currently the following pages are recognized by the extension:
- Core FHIR specification and GitHub
- All guides and package pages on Simplifier.net
- All package pages on registry.fhir.org
- All guides published on HL7.org
- Their current (build) URL, GitHub repo and canonical URL come from this list
- The versions come from package-list.json, eg this one for US Core
- All guides with a build guide on build.fhir.org
- Their current (build) URL, GitHub repo and canonical URL come from this list
- The versions come from package-list.json, eg this one for CH Core. Note that the extension can only load this list when you're currently on the same domain.
Build:
npm install
npm run build
Chrome:
- Go to chrome://extensions and turn on
Developer Mode
on top-right. - Click
Load unpacked
and select thedist
folder where the browser plugin is located.
Firefox:
- Install Firefox Developer Edition
- In about:debugging#/runtime/this-firefox load a
Temporary Add-On
and select the built Release.zip.
npm install --save-dev mocha chai
npm test
Chrome:
- Release are published from the Chrome Web Store Developer Dashboard under the
Firely
publisher. - Members from the Firely Publishing Google Group are able to publish, after setting up a Chrome Webstore Developer account.
Firefox:
- Release a new version from the Developer Hub.