Skip to main content

Medical Imaging in Medplum - DICOM & DICOMweb Beta

· 7 min read
Cody Ebberson
Medplum Core Team

Medical imaging has been the part of the patient record that lives somewhere else. A digital health company builds its charting, ordering, and results workflows on FHIR, and then imaging arrives and the answer is a separate PACS, a separate login, a separate access control model, and a link out to a viewer that knows nothing about the rest of the chart.

Today we are releasing DICOM and DICOMweb support in Beta. A modality on a hospital network can send a study to Medplum over the DICOM network protocol, the study is stored as ordinary Medplum resources under the project's existing access policies, and a DICOMweb viewer can read it back out — with no image server in the middle.

Profile Health: Genetic Intelligence for Longevity Medicine

· 8 min read
Mandi Bateman
CEO, Profile Health

Profile Health is building genetic intelligence for longevity and functional medicine — the concierge, naturopathic, and longevity practices that treat chronic, whole-person conditions rather than single episodes of care. Their thesis is simple: the most valuable signal in medicine — a patient's whole genome, enriched with a lifetime of their clinical records — sits scattered, unread, and never makes it into the exam room. Profile fuses the two and hands the result to the physician, so care can get ahead of disease instead of reacting to it.

Medplum Monthly Update - July 2026

· 20 min read
Reshma Khilnani
Medplum Core Team

The headline this month: Medplum earned the 2026 FHIRplace Participant emblem from Drummond Group for electronic prior authorization testing, ahead of the January 2027 enforcement date. July was another heavy shipping month — 206 commits from 28 contributors and five patch releases, v5.1.23 through v5.1.27.

On the revenue cycle side, real-time insurance eligibility checks arrived as a FHIR operation of their own, and Claim/$submit learned to route preauthorization requests to their own processor. Elsewhere, server-scoped subscriptions give project-per-tenant deployments one central data-processing flow, a concentrated round of authentication hardening tightened JWT validation, outbound fetch, and MFA, and the Decision Guides are now published natively in the docs. A first DICOMweb implementation also landed in Alpha for teams beginning to work with imaging.

All of this continues to drive forward our 2026 roadmap priorities.

Preparing for 2027 Prior Auth Regulatory Requirements

· 2 min read
Reshma Khilnani
Medplum Core Team

Prior authorization is one of the biggest sources of administrative burden in healthcare, and it is now the subject of a regulatory deadline. CMS-0057-F and HTI-4 require payers and providers to support electronic prior authorization workflows built on FHIR, with enforcement beginning January 2027.

Medplum supports ePA transactions for payers AND providers and has earned the 2026 FHIRplace Participant emblem from Drummond Group for our engagement in electronic prior authorization (ePA) testing.

Everself: Enhanced Obesity Care

· 4 min read
Petch Jirapinyo
Co-Founder and CEO, Everself
Finn Bergquist
Forward Deployed Engineer, Medplum

Everself is building the second line of defense for obesity care. Every month, more than a million patients drop off GLP-1 medications, and most regain the weight within three to six months. Until now, the only durable alternative has been invasive bariatric surgery, which can require weeks away from work. Everself fills the gap with an outpatient endoscopic weight loss procedure that delivers bariatric-level results without surgery, wrapped in a longitudinal care program delivered by a full care team.

Everself

Forward Deployed Engineering, Medplum-Style

· 9 min read
Maddy Li
Medplum Core Team

You have probably noticed that "Forward Deployed Engineer" is having a moment. Over the last couple of years the role has spread from a Palantir-specific curiosity to the role every enterprise software company suddenly wants to hire for. OpenAI, Anthropic, Ramp, and dozens of others have stood up FDE teams, and the VC blog and tech newsletters alike have declared it the hottest new role in tech.

We are excited about it too. However, healthtech has been doing this for more than 40 years.

At Medplum, forward deployed engineering is not a trend we picked up. Healthtech companies have always built software in a "forward-deployed" manner, embedding engineers directly in the clinic to learn directly from interactions between healthcare providers and patients. This post is about what an FDE is, why healthcare got here early, how we think about the role at Medplum, and the values our team lives by. And, if any of this resonates, we would love to hear from you.

Medplum Monthly Update - June 2026

· 12 min read
Reshma Khilnani
Medplum Core Team

The headline this month: Medplum achieved HITRUST certification, a validation of our security and compliance program. June was also another busy month of shipping, with 200+ commits from 25+ contributors and nine patch releases — v5.1.14 through v5.1.22.

Scheduling saw a lot of activity. The Provider App gained a reusable inbox shell, and operation-based claim submission. SMART Health Cards and Links arrived with a QR code scanner, the Enterprise data warehouse export was released, and the AI workspace added configurable model routing. The platform also gained email-based multi-factor authentication, enforceable per project.

All of this continues to drive forward our 2026 roadmap priorities.

Medplum Scheduling API - Beta Release

· 3 min read
Noah Silas
Engineer, Medplum

After several months of preview as an Alpha product, we are pleased to announce that Medplum's Scheduling API has graduated to Beta.

Medplum's Scheduling API provides an interface for applications to atomically interact with Schedule, Slot, and Appointment resources to safely create and manage bookings without creating scheduling conflicts. Developing a feature like this required the ability to iterate as we learned, and our Alpha period provided exactly that.

From BLE to FHIR: Streaming Clinical-Grade Biosignals with AnyBio + Medplum

· 16 min read

If you're building a digital health product, you've probably hit the same wall everyone hits: the gap between a wearable's raw signal and a clinical-grade artifact in the EHR that is actionable by a clinician.

There's a lot of plumbing in that gap: device integration, real-time ingest, signal processing, derived metrics, provenance, governance, FHIR projection, US Core conformance, and most of it is undifferentiated infrastructure that takes a year or more to build properly.

AnyBio handles the upstream half of that pipeline. Medplum handles the downstream half.

Together they give you a standards-based path from a BLE sensor on a patient's wrist to a US-Core-conformant Observation in a queryable FHIR record - and on the AnyBio side, wiring up that path is a configuration step, not an engineering project.

This post walks through what each side does and how the data is shaped, then gives you two ways in: a two-minute path that exports a synthetic demo run to your own Medplum instance with zero setup, and the full production wire-up. And - because "it works in the demo" is not the same as "I'd run this in production" - how the pipeline behaves when things go wrong.