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

app.medseal.34.54.226.15.nip.io

SSO login portal, admin panel, AI chat

OpenEMR

emr.medseal.34.54.226.15.nip.io

Clinical EMR - accessed via SSO

Medplum Admin

medplum.medseal.34.54.226.15.nip.io

FHIR R4 resource browser

FHIR API

fhir.medseal.34.54.226.15.nip.io

Medplum FHIR R4 REST API

AI Service API

api.medseal.34.54.226.15.nip.io

AI Service REST API

Orthanc PACS

pacs.medseal.34.54.226.15.nip.io

DICOM medical imaging server

OHIF Viewer

viewer.medseal.34.54.226.15.nip.io

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

admin

pass

Clinician (Dr. Nana)

drnana

pass

Nurse

nurse1

pass

OpenEMR (Clinical EMR)

OpenEMR is launched through the SSO Portal automatically after login. You can also access it directly:

Role

Username

Password

Administrator

admin

pass

Medplum Admin Console

Field

Value

Email

admin@example.com

Password

medplum_admin

Orthanc PACS

Field

Value

Username

admin

Password

pass



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}