Skip to main content
GET
Obtener paciente

Path Parameters

string
required
ID del paciente (ej. pat_xyz789).
string
Identificador único del paciente.
object
Resumen del historial de interacciones del paciente.
integer
Número total de formularios completados.
integer
Número total de llamadas IA realizadas.
integer
Número total de conversaciones de chat IA.
string
Fecha de la última interacción con el paciente.

Authorizations

Authorization
string
header
required

Token JWT obtenido via POST /auth/token

Path Parameters

id
string
required

Response

200 - application/json

Paciente

id
string
firstName
string
lastName
string
email
string
phone
string
dateOfBirth
string<date>
status
enum<string>
Available options:
active,
inactive
tags
string[]
metadata
object
createdAt
string<date-time>
updatedAt
string<date-time>