Skip to content

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

  1. Authenticate - Set up OAuth2 (backend gets tokens)
  2. Register Organization - One-time setup per customer
  3. Send Patient Data - Sync patient information
  4. 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:

Download Postman Collection

  1. Open Postman and click Import
  2. Select the downloaded JSON file

Sandbox credentials are pre-configured in the collection.