Live Demo
This page provides direct access to all Med-SEAL Suite services deployed on Google Cloud (GKE). Use the credentials listed below to log in and explore the platform.
Quick Access
Service |
URL |
Description |
|---|---|---|
AI Dashboard |
SSO login portal, admin panel, AI chat |
|
OpenEMR |
Clinical EMR - accessed via SSO |
|
Medplum Admin |
FHIR R4 resource browser |
|
FHIR API |
Medplum FHIR R4 REST API |
|
AI Service API |
AI Service REST API |
|
Orthanc PACS |
DICOM medical imaging server |
|
OHIF Viewer |
Zero-footprint radiology viewer |
Login Credentials
AI Dashboard / SSO Portal
The primary entry point. Log in here to access AI chat, the admin panel, and OpenEMR.
Role |
Username |
Password |
|---|---|---|
Admin |
|
|
Clinician (Dr. Nana) |
|
|
Nurse |
|
|
OpenEMR (Clinical EMR)
OpenEMR is launched through the SSO Portal automatically after login. You can also access it directly:
Role |
Username |
Password |
|---|---|---|
Administrator |
|
|
Medplum Admin Console
Field |
Value |
|---|---|
|
|
Password |
|
Orthanc PACS
Field |
Value |
|---|---|
Username |
|
Password |
|
Recommended Demo Walkthrough
For Clinicians / Judges
Go to AI Dashboard and log in as
admin/pass.Launch OpenEMR from the dashboard to view patient records, clinical documentation, and scheduling.
Open the AI Chat panel inside OpenEMR to ask clinical questions (e.g., “Summarise Siti Nurhaliza’s medications”).
Return to the AI Dashboard and navigate to Pre-Visit Summaries to view AI-generated clinical briefs.
For Technical Reviewers
Open Medplum Admin and log in with
admin@example.com/medplum_admin.Browse FHIR R4 resources (Patient, Observation, MedicationRequest, Encounter).
Test the FHIR API directly:
curl http://fhir.medseal.34.54.226.15.nip.io/fhir/R4/Patient.Open Orthanc PACS and view uploaded DICOM studies.
Launch the OHIF Viewer for zero-footprint radiology image viewing.
Patient Portal (iOS)
The Patient Portal Native app is available on iOS devices. To connect to the live backend:
FHIR Base URL:
http://fhir.medseal.34.54.226.15.nip.ioAI Service URL:
http://api.medseal.34.54.226.15.nip.io
Service Health
Check if the AI Service is running:
curl http://api.medseal.34.54.226.15.nip.io/health
# Expected: {"status":"ok","version":"1.0.0"}
Check Medplum FHIR API:
curl http://fhir.medseal.34.54.226.15.nip.io/healthcheck
# Expected: {"ok":true}