User Interface medium complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Mobile-accessible screen that presents power-of-attorney and epikrise consent text to users at the appropriate points in the assignment flow. Captures structured consent decisions with WCAG 2.2 AA compliant controls and offers a paper-fallback option for users who cannot complete consent digitally.

Feature: Progressive Digital Consent

consent-form

Sources & reasoning

Source §3.1 calls for gradual digitalization of authorizations and medical summaries with manual fallback - the canonical area taxonomy maps this to Progressive Digital Consent inside Encrypted Data Assignments. The blueprint marks this feature as Growth & Engagement, matching the gradual/optional rollout framing in §5 Fase 3.

Responsibilities

  • Render consent text and decision controls with WCAG 2.2 AA accessible labels
  • Capture user consent decisions and signature confirmation
  • Offer paper-fallback path when digital consent is declined or unavailable
  • Submit structured consent payload to the Consent Service
  • Display consent status and history to the user within the assignment context

Interfaces

showConsentForm(assignmentId, consentType): void
submitConsent(decision, signatureData): ConsentResult
requestPaperFallback(assignmentId): FallbackTicket