Open Patient Registration
Introduction
Most patient facing healthcare apps ask patients to self-enroll through a registration flow.
Medplum projects can be easily configured to allow open patient registration so that patients can sign up for Medplum accounts without being invited by a project administrator.
Enabling Open Patient Registration
To enable open patient registration:
- Create a Patient
AccessPolicy
- Open registration requires patients to have an access policy to restrict them to only viewing their own data. prevent them from accessing data for others patients and sensitive system level resources likeAccessPolicy
. See this example for a good starting point for a patient access policy. - Set the
AccessPolicy
as the default - Navigate to https://app.medplum.com/Project and select your project. In the "Edit" tab, set the "Default Patient Access Policy" field to your new policy and click "Save".