Patients
Search for patients by email address, view patient profiles, and check patient intent status.Search Patient by Email
Find a patient by their email address. Returns the most recently created patient whose orders contain the given email.The email address to search for
patient:read
Example Request
Response
Error Responses
| Status Code | Description |
|---|---|
400 | Missing or invalid email parameter |
404 | No patient found with the given email |
Get Patient Profile
Retrieve a patient profile by UID.The patient UID
patient:read
Example Request
Response
Check Patient Intent
Check the intent return code for a patient. Returns a code indicating when the last signed submission for this intent was made.The patient UID
The intent identifier
patient:read
Example Request
Response
Return Code Values
| Code | Description |
|---|---|
VALID | The patient has a valid, recent submission for this intent |
EXPIRED | The patient’s last submission has expired |
NOT_FOUND | No submission found for this intent |