1. Guides
  • Getting started
    • Welcome to Cardioexplorer
    • Core Concepts
    • Developer Quickstart & Resources
  • Guides
    • FHIR Client Integration Guide
    • Integration Strategy Guide
    • Cardiac Data Requirements & Gap Analysis
  • Reference
    • API Objects & Models
    • Error Reference
  • Resources
    • Changelog
    • Frequently Asked Questions
Guides
API References
Guides
API References
  1. Guides

Integration Strategy Guide

Two integration paths, one FHIR pipeline — pick the right path before writing code.
CardioExplorer offers two integration paths. Both start the same way — authenticate, send FHIR data — and diverge at the point of review.

Choose your path#

⚙️ Full API Integration🔗 Magic Link Workflow
Target use caseEHR vendors & platforms embedding results in their own UIHospitals & clinics wanting the fastest path to production
Time to first integrationLonger — you build your own results screensFast — the clinical UI already exists
UI controlComplete — your design system, your screensNative CardioExplorer UI via secure magic link
Key advantageSeamless, white-label experience inside your productFastest path to launch; clinical UI is validated & maintained by us
Endpoints usedauthenticate → draft-test → run → result → reportauthenticate → draft-test → magic-links/generate

Path A — Full API integration (server-to-server)#

Your backend drives the entire assessment lifecycle and your frontend renders the results.

Path B — Magic Link workflow (rapid deployment)#

Your system supplies the data; clinicians review, run and export inside CardioExplorer.

Related pages: Developer Quickstart · Cardiac Data Requirements · FHIR Client Integration Guide — Questions? info@explorishealth.com
Previous
FHIR Client Integration Guide
Next
Cardiac Data Requirements & Gap Analysis
Built with