PopApp Integration¶
Integrate the Unomed PopApp into your primary system. When Unomed detects it is running inside an iframe, it automatically switches to PopApp mode with a reduced interface focused on Chat and PACS.
Before You Start¶
Contact info@unomed.ch to receive:
- OAuth2 credentials (
client_id) for authentication - Redirect URI configuration for your OAuth callback
- CSP allowlisting for your domain to embed the PopApp iframe
Quick Start¶
- Authenticate - Set up OAuth2 (backend gets tokens)
- Register Organization - One-time setup per customer
- Send Patient Data - Sync patient information
- Launch PopApp - Embed iframe and pass token (frontend)
Note: Steps 1-3 are backend operations. Step 4 is frontend - your JavaScript passes the OAuth2 token to the iframe via postMessage, enabling seamless single sign-on.
Available Modules¶
- Radiology - See Launch PopApp for integration details
- ICD-10 - AI-assisted ICD-10 code suggestions
Postman Collection¶
Download the Postman collection to test the API endpoints:
- Open Postman and click Import
- Select the downloaded JSON file
Sandbox credentials are pre-configured in the collection.