HiQOR Health Intelligence

Face Scan Integration Workflow

A frictionless participant experience for real-time biometric health results.

Participant Experience

The right care at the right time

SMSEmailPortal
Entry Point
Branded Page
Face Scan
Instant Results
Next Steps

Scan Session API, data validation, and partner callbacks work seamlessly in the background

1

Partner Initiates Scan

Seamless Participant Invitation

When a partner invites a participant to complete a Face Scan, the participant's basic profile information is securely passed from the partner's system to HiQOR through a private API connection.

All information is encrypted in transit and used only to generate the scan and personalized health insights.

API Endpoint:

POST /api/v1/scan-sessions
Request Payload
{
  "externalParticipantId": "pxyz_00291831",
  "firstName": "Sarah",
  "lastName": "Johnson",
  "email": "sarah.johnson@example.com",
  "mobile": "+12065550198",
  "sex": "female",
  "age": 42,
  "weight": 145,
  "height": "5'6\"",
  "hypertension": "no",
  "consent": true
}
2

HiQOR Creates Scan Session

HiQOR validates participant identity and generates a unique UUID if needed, returning a secure redirect URL for instant face scan access.

API Response
{
  "sessionId": "sess_9x817f03",
  "uuid": "9c55069b-b7fc-4fe4-be61-796e569a83bb",
  "redirectUrl": "https://www.scanyourface.co/start/partnerxyz?token=<singleUseToken>"
}

Secure Session Created

Partners can control how many Face Scans a participant can take — single-use, monthly quotas, or unlimited access.

Participant Check & UUID Generation

HIPAA-Aligned

End-to-End Encrypted

Scan Limit Controls

3

Scan, Results & Recommendations

Face Scan in Progress - Analyzing Biometrics
Vitals Dashboard - Blood Pressure, Heart Rate, HRV, Respiration, SpO2, Stress Index
Health Credit Score and Doctor Consultation CTA
Participant completes Face Scan and receives instant personalized insights and recommended care pathways

Results delivered to participant via web interface + email within 60 seconds.

4

Scan Result Delivery Back to Partner

Secure HTTPS POST

Face Scan results are securely delivered to partner's endpoint via encrypted HTTPS POST request.

HIPAA-Aligned
End-to-End Encrypted
Fully Auditable
Face Scan Results
Assessment Type: FaceScan
Funnel ID: partnerxyz
UUID: 9c55069b-b7fc-4fe4-be61-796e569a83bb
Timestamp: 12-16-2025 3:23:07 PST
Email: sarah.johnson@example.com
Health Credit Score: 730
Health Credit Category: Good
Systolic Blood Pressure: 118
Diastolic Blood Pressure: 66
Blood Pressure Category: Normal
Heart Rate (BPM): 86
Heart Rate Category: Normal
Heart Rate Variability (MS): 19
Heart Rate Variability Category: Poor
Breathing Rate (BPM): 16
Breathing Rate Category: Normal
Oxygen Saturation Percent: 99
Cardio Age (Years): 45
Cardio Age Category: Fair
Cardio BMI: 26.4
Cardio BMI Category: Good
Overall Health Score: 825
Overall Health Score Category: Excellent
Activity Score: 625
Activity Score Category: Fair
Sleep Score: 770
Sleep Score Category: Very Good
Metabolism Score: 770
Metabolism Score Category: Very Good
Relaxation Score: 625
Relaxation Score Category: Fair
Stress Index: Low
Age: 42
Sex: female
Height: 5'6"
Weight: 145

Security & Compliance

Enterprise-grade security infrastructure protecting sensitive health data at every step.

Isolated Infrastructure

Dedicated isolated AWS VPC with multi-layer security controls and network segmentation.

Data Encryption

AES-256 encryption for PII and PHI at rest and in transit, with automated key rotation.

HIPAA Compliance

TLS 1.2+ transmission protocols with signed Business Associate Agreement (BAA) coverage.