From 5326b9814189d4f991288c529ee45c010dd59fb2 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Thu, 11 Jun 2026 11:10:47 -0500 Subject: [PATCH] Add compliance-config.json Adds the ARPA-H BDF ENHANCE Scorecard regulatory-applicability questionnaire (compliance-config.json) at the repo root. Uses the canonical 18-key format used by other BDF program tools. synapseclient is characterized as low-risk, data-agnostic research infrastructure: all flags false except is_low_risk. These are compliance attestations that should be signed off by the Sage program lead / compliance before being treated as authoritative. Co-Authored-By: Claude Opus 4.8 (1M context) --- compliance-config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 compliance-config.json diff --git a/compliance-config.json b/compliance-config.json new file mode 100644 index 000000000..be69daaf5 --- /dev/null +++ b/compliance-config.json @@ -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, + "intended_for_children": false, + "has_child_oriented_features": false, + "children_using_app": false, + "offers_substance_use_treatment": false +}