Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-meteor/autopublish

Autopublish FHIR resources to logged in users (i.e. clinicians)
https://github.com/clinical-meteor/autopublish

Last synced: about 1 month ago
JSON representation

Autopublish FHIR resources to logged in users (i.e. clinicians)

Awesome Lists containing this project

README

        

##clinical:autopublish

Autopublish FHIR resources to authenticated users. This package is more restrictive than the default `autopublish` package and requires that a user be logged in. However, it's less restrictive than having custom publish/subscribe functions, and assumes that all users of the application should have access to any/all records in the database.

THIS PACKAGE DOES NOT INSURE HIPAA COMPLIANCE. It provides a better HIPAA security position than the default `autopublish` package, however.

===============================
#### Installation

````bash
# remove the default autopublish package which publishes all collections to all users
meteor remove autopublish

# only publish FHIR collections to logged in users
meteor add clinical:autopublish
````

===============================
#### Licensing

![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)