-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing Patient Data With Primary Care Provider #450
Comments
Is the CareKit Remote Synchronization functionality related to this? |
Hi Mihir, we are working on a secure cloud database that may be of help to you. If you'd like, we can have a chat to share thoughts and see if we can be of assistance in your current endeavor. |
@MihirJoe you are correct, In short, leveraging ParseCareKit will let you synchronize your CareKit data to the cloud with a few lines of code (I believe this is the attempt of any framework that uses If you have questions, feel free to respond here or on ParseCareKit or CareKitSample-ParseCareKit. Update: If you want to create your own solution and become |
Thank you for the responses! I will definitely check them out. I am wondering whether or not simply emailing a screenshot to the care provider is a recommended way of sharing information. |
I think that any loosely controlled sharing of patient data can become problematic in light of tighter and tighter privacy regulations. My 2 cents, Marco |
I've been looking for the best way to share patient symptoms and medication adherence with a primary care provider for some time now and I've come to the conclusion that using a secure database––which the provider also has access to––is the route I should take. Since I'm new to CoreData and databases in general, I was wondering if this was the best way of going about doing things. Are there any specific platforms I should be using that are HIPAA compliant or could I utilize the Health app and share the information that way. The clinic I'm working with doesn't have that great of an EHR system. Are there any resources I can take a look at to get started with using databases with CareKit?
The text was updated successfully, but these errors were encountered: