Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/desktop-publish
Restricted Pub/Sub package for Desktop Viewer. HIPAA compliant.
https://github.com/clinical-meteor/desktop-publish
Last synced: about 1 month ago
JSON representation
Restricted Pub/Sub package for Desktop Viewer. HIPAA compliant.
- Host: GitHub
- URL: https://github.com/clinical-meteor/desktop-publish
- Owner: clinical-meteor
- Created: 2018-07-08T23:02:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T06:00:32.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T21:06:24.677Z (2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)