Skip to main content

3 docs tagged with "threads"

View all tags

Creating Your First Thread

This walkthrough creates a thread through the FHIR API using MedplumClient. That matches how a real app (or Bot) writes messages. The Medplum App is useful as an inspector: confirm resources, references, and history—not as the primary authoring experience you ship to users.

Messaging Data Model

In a healthcare context, messages are sent all the time and can include many scenarios (patient to physician, physician to physician, and more), so ensuring they are well organized is important. This guide explains how to model and organize threads in Medplum.

Thread Lifecycle, Participants, and Access Control

This guide explains how thread header Communication.status models open versus closed threads, how to manage participants on the header with recipient, and how FHIR access policies align with who should see a thread.