Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.