Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions compliance-config.json
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,

@andrewelamb andrewelamb Jun 11, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the caveat that I don't know what these fields mean exactly: Is this correct? I would argue that the PythonClient IS consumer facing.

"interacts_with_phr": false,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd also argue the PythonClient DOES interact with PHR

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHR? personal health record?

"intended_for_children": false,
"has_child_oriented_features": false,
"children_using_app": false,
"offers_substance_use_treatment": false
}
Loading