FHIR R4 Connector
Enrich clinical resources with multimodal AI
A zero-dependency connector that extracts text from FHIR R4 clinical resources and enriches them with Mixpeek's multimodal AI. Supports Patient, Observation, Condition, DocumentReference, DiagnosticReport, Encounter, and MedicationRequest resources with automatic fallback to narrative text for all other types. Returns enrichment as FHIR-compatible extensions and meta tags.
Built for health IT teams, EHR integrators, clinical data engineers, and healthcare AI developers working with FHIR R4 servers.
Get Started
Integrations
Works with any FHIR R4 compliant server or EHR system.
npm install @mixpeek/fhirUse Cases
Clinical document classification and semantic search
Patient record enrichment for care coordination
Diagnostic report analysis and summarization
Healthcare data pipeline enrichment for analytics
MDS 3.0 auto-population from EHR clinical resources for skilled nursing facilities
Features
Example
FHIR Observation Resource
{"resourceType": "Observation","id": "blood-pressure","code": { "text": "Blood Pressure" },"component": [{ "code": { "text": "Systolic" }, "valueQuantity": { "value": 120, "unit": "mmHg" } },{ "code": { "text": "Diastolic" }, "valueQuantity": { "value": 80, "unit": "mmHg" } }]}
Enriched Resource (extensions added)
{"resourceType": "Observation","id": "blood-pressure","extension": [{ "url": ".../enrichment/document-id", "valueString": "doc_abc123" },{ "url": ".../enrichment/keywords", "valueString": "blood pressure, systolic, diastolic" }],"meta": {"tag": [{ "system": ".../CodeSystem/taxonomy", "display": "Cardiology" }]}}
Get Started
Integrations
Details
Quick Info
Frequently Asked Questions
Ready to integrate?
Get started with FHIR R4 Connector in minutes. Check out the documentation or explore the source code on GitHub.
