A client for pushing resources to an HL7 FHIR Repository with the OAuth integration (see OnFHIR and OnAuth integrated plug-and-play server implementations).
git clone [email protected]:bunyaminsg/electron-fhir-client.git && cd electron-fhir-client
npm install
Open conf.json
and make all necessary configurations. Then, run:
npm start
npm run package-linux
npm run package-win
npm run package-mac
Packaged folders will be at ../fhir-client-release-builds
. You can change the path from the scripts in package.json
.