EMR integration
Fertiligent can push clinical data to your external Electronic Medical Record (EMR) system automatically, as it's recorded, using the healthcare-standard FHIR R4 format over secure HTTPS. This keeps your EMR in step with the care documented in Fertiligent without manual re-entry.
How it works
As clinical events happen in Fertiligent — a patient is created or updated, a case opens or closes, a monitoring entry is added, an alert is raised or resolved — Fertiligent converts the relevant record into a standard FHIR resource and delivers it to the endpoint (or endpoints) you configure. Delivery is automatic and near-real-time.
| Clinical record in Fertiligent | FHIR resource sent |
|---|---|
| Patient | Patient |
| Care episode | EpisodeOfCare |
| Bloodwork / ultrasound | Observation |
| Medication | MedicationAdministration |
| Procedure | Procedure |
| Patient alert | Flag |
Configuring an endpoint
An administrator sets up one or more delivery endpoints, each with:
- a name;
- an HTTPS URL (only HTTPS is accepted);
- an authentication method — bearer token, basic auth, an OAuth2 client, or a custom header;
- the resource types it should receive — send everything, or restrict an endpoint to only the resources it needs.
You can test connectivity to an endpoint before relying on it.
Monitoring delivery
A dashboard and a sync log show what has been sent and the status of each delivery — delivered, pending, failed, or skipped. Failed deliveries are retried automatically with increasing back-off, and you can re-queue a failed item manually from the log.
Built for compliance
EMR integration is designed around HIPAA's requirements:
- HTTPS only — plaintext endpoints are rejected.
- Minimum necessary — restrict each endpoint to only the resource types it should receive.
- Encrypted credentials — endpoint secrets are stored encrypted and are never returned to the client.
- PHI minimization — the clinical payload is cleared from the sync log once delivery succeeds.
- Full audit trail — every attempt is recorded with timestamps, the actor, and the response.
Availability
EMR integration is enabled per clinic. Ask your Fertiligent contact to enable it and help you configure your first endpoint.