Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.54 KB

EHR FHIR Support

Website to view the current FHIR support in commercial EHR systems (based on the conformance statements published in online sandbox environments and user supplied notes).



Errors

If you spot an error in the website, please contact the EHR vendor to update their conformance statement. You can also open a pull request (or create a github issue on this project) to add a new note to the config.json file that will show up on the website.

Tech

The project is built with a lightweight web app framework called HyperApp. It requires NodeJs to compile, however, the resulting files can be run on any web server. It's currently under active development - code is rough, there are bugs and features may change or be removed!

To install a local copy:

  1. Install NodeJs from https://nodejs.org

  2. Clone this repository

    git clone https://github.com/smart-on-fhir/fhir-support
    cd fhir-support
    
  3. Install the dependencies

    npm install
    
  4. Run the dev server

    npm run start
    
  5. Browse to http://localhost:8080

  6. Optionally build a deployable package (the entire public directory should be deployed):

    npm run build
    

About

To stay updated on the project follow @gotdan and @smarthealthit on twitter!