-
Notifications
You must be signed in to change notification settings - Fork 75
Add compliance-config.json #1405
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "collects_health_info": false, | ||
| "has_identifiable_health_info": false, | ||
| "is_health_plan": false, | ||
| "is_healthcare_provider": false, | ||
| "offers_certified_hit": false, | ||
| "enables_ehi_exchange": false, | ||
| "requires_prescription": false, | ||
| "works_for_covered_entity": false, | ||
| "intended_for_medical_use": false, | ||
| "is_administrative_or_lifestyle_only": false, | ||
| "is_low_risk": true, | ||
| "has_fda_regulated_function": false, | ||
| "is_consumer_facing": false, | ||
| "interacts_with_phr": false, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd also argue the PythonClient DOES interact with PHR
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PHR? personal health record?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I disagree on this one, at least from an intent/design perspective - it's against the synapse TOS to upload these types of data
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @allaway on mere technicality - we do have limited datasets and/or patient/sample metadata that the client does download. That said, maybe that doesn't classify as PHR
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is from some claude-ing. I don't think the data that we are positioned to collect qualifies as PHR:
I also asked for some examples to better understand what does qualify, here are some examples:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IF it would be helpful, I wonder if we should get a review from Jon on this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is a PHR? (https://www.hhs.gov/sites/default/files/ocr/privacy/hipaa/understanding/special/healthit/phrs.pdf)) There is currently no universal definition of a PHR, although several relatively similar PHRs universally focus on providing individuals with the ability to manage their health Does Synapse provide a way for data owners (i.e. Grandma) to access and control their records directly, or is this not possible? From what I understand the users of Synapse are not patients, but perhaps entities who maintain that relationship with patients directly. Synapse is upstream and relies on its users to follow the TOS with regard to the HIPAA Privacy Rule as it relates to protected health information. Christine or Kimberly should also weigh in as they will be more familiar with this space than I am. |
||
| "intended_for_children": false, | ||
| "has_child_oriented_features": false, | ||
| "children_using_app": false, | ||
| "offers_substance_use_treatment": false | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.