Clinical data access through FHIR

ClinicalBridge is a middleware platform that retrieves structured and unstructured clinical data from EHR systems using HL7 FHIR R4 APIs. It runs within the healthcare organization's network and operates in a strictly read-only capacity.


What it does

ClinicalBridge provides authorized users with a single interface for querying clinical data — lab results, medications, diagnoses, clinical notes, procedures, and more — without direct EHR navigation. It's built for healthcare organizations that need programmatic access to patient records for care coordination, quality reporting, and research workflows.

Key characteristics:

  • Read-only. Retrieves data but never writes to, modifies, or deletes EHR records.
  • On-premises. Runs entirely within the organization's network. No patient data leaves the institutional environment.
  • No data persistence. Clinical data is fetched on demand and not stored in any database, cache, or log file.
  • Organization-controlled. Authentication, authorization, and data governance are managed by the deploying institution.
  • Standards-based. HL7 FHIR R4, OAuth 2.0, SMART Backend Services. No proprietary protocols.

FHIR resource scope

ClinicalBridge requests read-only access to the following FHIR R4 resource types. The deploying organization can restrict scope further based on institutional policy.

During development and testing, ClinicalBridge connects exclusively to Epic's Open FHIR Sandbox, which contains only synthetic data. No real patient information is accessed.
ResourceAccessData
PatientRead, SearchDemographics, identifiers
ObservationSearchLab results, vital signs
MedicationRequestSearchActive medications
ConditionSearchDiagnoses, problem list
AllergyIntoleranceSearchAllergies, adverse reactions
DocumentReferenceSearchClinical note metadata
BinaryReadClinical note content
EncounterSearchVisit history
DiagnosticReportSearchRadiology, pathology
ProcedureSearchProcedures, surgeries
ImmunizationSearchVaccinations

Security and compliance

ClinicalBridge operates within a HIPAA-covered entity's existing compliance framework. It runs on the organization's infrastructure and does not persist or transmit PHI externally.

  • All API traffic encrypted via TLS 1.2+
  • Authentication delegated to the organization's identity provider
  • Operational logs do not contain PHI; patient identifiers are masked
  • Rate limiting and input validation at the application layer
  • No third-party analytics, advertising, or tracking

Contact

General inquiries: loading...
Privacy questions: loading...