notes

Generic notes

Generic notes for the patient. Admin, assigned operator, or supervisor/coordinator in supervised scope.

get/api/notes/patient/{patient_id}

Path parameters

patient_idstring uuid required

Patient UUID

Patient UUID

Response

Successful Response

user_idstring required

User UUID

notesstring nullable

Generic notes on the user

notes_updated_atstring date-time nullable

When notes were last updated

Example response

{
  "notes": "Note generiche sul paziente.",
  "notes_updated_at": "2025-01-15T10:30:00+00:00",
  "user_id": "123e4567-e89b-12d3-a456-426614174000"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.