chafey / ethereum-hipaa-audit-log-improved

A prototype implementation of a healthcare HIPAA audit log using ethereum blockchain and meteor
12 stars 6 forks source link

FHIR Subscription Resource (pseudo) #4

Closed awatson1978 closed 7 years ago

awatson1978 commented 7 years ago

The folks from https://chat.fhir.org/ and SMART on FHIR are asking about this blockchain demo. They're not entirely familiar with the Meteor DDP pub/sub protocol, which implements what they refer to as a Subscription resource.

Although not conformant to the Touchstone tests (yet), this PR clarifies the pub/sub pattern by using the Subscription schema in defining the Meteor subscription object, rather than relying on the default DDP autopublish pattern.

For more information, see this gist