Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smart-on-fhir/client-js
JavaScript client for FHIR
https://github.com/smart-on-fhir/client-js
Last synced: about 2 months ago
JSON representation
JavaScript client for FHIR
- Host: GitHub
- URL: https://github.com/smart-on-fhir/client-js
- Owner: smart-on-fhir
- License: other
- Fork: true (jmandel/fhir-js-client)
- Created: 2014-05-28T05:02:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T20:19:51.000Z (3 months ago)
- Last Synced: 2024-10-17T07:53:24.996Z (about 2 months ago)
- Language: TypeScript
- Size: 25.2 MB
- Stars: 294
- Watchers: 30
- Forks: 211
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-FHIR - Client SMART on FHIR
README
SMART on FHIR JavaScript Library
================================This is a JavaScript library for connecting SMART apps to Fhir servers.
It works both in browsers (including IE11+) and on the server (NodeJS).## Installation
Install from npm:
```sh
npm i fhirclient
```
## Documentation
The documentation for the upcoming release is available at [http://docs.smarthealthit.org/client-js/](http://docs.smarthealthit.org/client-js/).Check out [what's new in v2](http://docs.smarthealthit.org/client-js/v2.html)!
## Contributing and Development
### NPM Scripts
After you `cd` into to the project folder and run `npm i`, you can use npm scripts to handle any project-related task:
```sh
# run tests
npm test# Build everything
npm run build# Build all bundles (browser packages in dist/build)
npm run pack# Build the CommonJS modules (for Node and bundlers)
npm run build:module
```## License
Apache 2.0