Documentation

Get to a responsible first integration faster.

A guided path through local evaluation, safety boundaries, supported configurations, and the small adapter contract behind Last EHR.

Press ⌘ / Ctrl K to search the guide library. Search stays in your browser.

The shortest path

See the full approval loop, without a model key.

This explicitly limited local mode starts HAPI FHIR, seeds only synthetic data, and runs one fixed Maria Garcia / 72 bpm observation proposal. It does not read arbitrary charts or call an external model provider.

  • No account or .env.local required
  • No external model request
  • One visible approval before the synthetic write
ZERO-KEY EVALUATIONlocalhost:3000
$ npm install
$ npm run demo:local
01

Start

Docker Compose brings up HAPI and Postgres.

02

Seed

The repository creates its synthetic records.

03

Review

The scripted agent stops before the write.

Reference library

Documentation organized around real decisions.

Each guide states the scope, the verification path, and the caveats needed to make an informed call, not just the happy path.

Support at a glance

The product boundary is part of the documentation.

Configuration
Status
What that means
Medplum, hosted or self-hosted
Supported
Authenticated path with backend identity, policy, and audit controls.
Included HAPI Docker stack
Local only
Synthetic, single-tenant evaluation, not a general deployment path.
Other FHIR R4 backends
Adapter wanted
Start from the contract harness and document the auth and verification story.

Read the complete support matrix before choosing a deployment path.