Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/uscore
US Core Profile
https://github.com/clinical-meteor/uscore
Last synced: about 1 month ago
JSON representation
US Core Profile
- Host: GitHub
- URL: https://github.com/clinical-meteor/uscore
- Owner: clinical-meteor
- Created: 2020-05-10T05:13:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T18:13:18.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:06:28.780Z (2 months ago)
- Language: JavaScript
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## USCORE
This package intends to implement the FHIR US Core profile.
#### Usage
This package is an infrastructure package for Meteor apps, and intended to be used via a Meteor method from another package.
The easiest way to initialize USCore value sets into a NodeOnFHIR app, is to open the browser console and run the the following command:
```js
Meteor.call('initializeUsCoreValueSets')
```You can also add call this method from your Javascript or Node source code.
We are investigating other approaches to providing these value sets, via NPM and other package channels. For the time being, this is how to use via Atmosphere package manager.
#### License
MIT License.