Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/clinical-meteor/autopublish
- Owner: clinical-meteor
- Created: 2017-03-07T21:30:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T01:53:24.000Z (over 6 years ago)
- Last Synced: 2024-10-29T21:06:24.011Z (2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security.js
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)