{% extends 'base.html' %} {% load static %} {% block title %}Test Connection - {{ block.super }}{% endblock %} {% block css %} {% endblock %} {% block content %}
Connection Test
System Information

System Name: Epic EMR Integration

Type: HL7 FHIR API

Base URL: https://api.epic.com/fhir/r4

Authentication: OAuth 2.0

Status: Active

Test Configuration
Testing connection...

Initializing test...

Performance Metrics
--
Response Time (ms)
--
Throughput (req/sec)
--
Success Rate (%)
--
Error Count
Endpoint Status
Patient API

/Patient

Last tested: 5 minutes ago
Observation API

/Observation

Last tested: 5 minutes ago
Medication API

/Medication

Slow response detected
Appointment API

/Appointment

Connection timeout
Quick Actions
Recent Tests
Full Integration Test
2 hours ago
Passed
Authentication Test
4 hours ago
Passed
Endpoint Validation
6 hours ago
Warning
Basic Connectivity
8 hours ago
Failed
Test Log
[14:25:10] INFO: Connection test initialized
[14:25:11] INFO: Testing basic connectivity to https://api.epic.com/fhir/r4
[14:25:12] SUCCESS: Connection established successfully
[14:25:13] INFO: Testing authentication with OAuth 2.0
[14:25:15] SUCCESS: Authentication successful
[14:25:16] INFO: Validating API endpoints
[14:25:18] SUCCESS: Patient API endpoint validated
[14:25:20] SUCCESS: Observation API endpoint validated
[14:25:22] WARNING: Medication API response time exceeded threshold (2.5s)
[14:25:25] ERROR: Appointment API connection timeout after 30 seconds
{% endblock %} {% block js %} {% endblock %}