npx arkitekton add HC-115HIPAA-compliant video visit launcher with waiting room, screen sharing, session recording consent, and EHR context handoff.
| Control | HIPAA | SOC2 | PCI-DSS | GDPR | FedRAMP | HITRUST | CMS-EDE |
|---|---|---|---|---|---|---|---|
| Encryption In Transit | |||||||
| Consent Management |
Pre-built solutions that include this construct. Deploy a complete application to Studio.
Patient Portal
HIPAA-compliant patient-facing portal with FHIR R4 data access, clinical document viewing, telehealth integration, appointment scheduling, and secure messaging. Connects to any EHR via standardized APIs.
Telehealth Application
HIPAA-compliant telehealth platform with video consultations, patient intake, clinical document exchange, e-prescribing integration, and appointment scheduling. Built for virtual care delivery.
Behavioral Health Platform
Behavioral health management platform with intake assessments (PHQ-9, GAD-7), treatment plan tracking, telehealth sessions, consent management with 42 CFR Part 2 compliance, and outcome measurement dashboards.
These constructs have compatible ports for seamless integration.
We replaced our in-house solution with this and saw a 40% reduction in development time. The compliance features are exactly what we needed.
Very well-maintained. The team responds quickly to issues and the release cadence is impressive. Have been using it for 6+ months.
Good overall, but the learning curve is a bit steep for junior developers. Once you get past that, it is incredibly powerful.
Production-ready out of the box. We deployed to 12 microservices without a single compatibility issue. Highly recommended.
The variant system is a game-changer. Being able to swap between compact and full versions without code changes is brilliant.
ark add HC-115export function VideoControls({ accentColor = "#10B981" }: {accentColor?:string}) {
return (<div className="space-y-3 p-4"><div className="aspect-video bg-gray-900 rounded-xl flex items-center justify-center"><div className="w-16 h-16 rounded-full bg-gray-700 flex items-center justify-center text-2xl text-white">๐ค</div></div><div className="flex items-center justify-center gap-3">{[{icon:"๐ค",label:"Mute",active:false},{icon:"๐น",label:"Camera",active:true},{icon:"๐ฅ",label:"Share",active:false},{icon:"๐",label:"End",active:false,danger:true}].map(b=>(<button key={b.label} className={`w-10 h-10 rounded-full flex items-center justify-center text-sm ${b.danger?"bg-red-500 text-white":b.active?"text-white":"bg-gray-200 text-gray-700"}`} style={b.active?{backgroundColor:accentColor}:undefined} title={b.label}>{b.icon}</button>))}</div></div>);
}Showing: Video Controls (standard)
No code variants available yet
Variants for Telehealth Launcher are coming soon