Skip to Content
ReferenceAPIPatientsGet the current patient

Patients API

Get the current patient

Get the patient record bound to the current session.

GET/v1/patients/me
capability patients.self · v1health dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

This operation has no request fields.

Response

Successful responses use Dawn's data envelope.

  • dataPatientrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • firstNamestringrequired
      min length 1max length 80
    • lastNamestringrequired
      min length 1max length 80
    • emailstring<email> | nullrequired
    • phonestring | nullrequired
      min length 5max length 40
    • dateOfBirthstring<date> | nullrequired
    • status"active" | "inactive" | "archived"required
    • notesstring | nullrequired
      max length 50000
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403A patient session is required.
  • 404The patient could not be found.
  • 503The patient is temporarily unavailable.
Last updated on