Skip to main content
PATCH
Update clinical note

Autorizaciones

Authorization
string
header
requerido

Bearer token for API authentication

Encabezados

x-doctor
string
requerido

Doctor identifier for tracking and auditing

x-patient
string

Patient identifier for tracking and auditing

Parámetros de ruta

id
string<uuid>
requerido

The clinical note UUID

Cuerpo

application/json
template
string

Clinical note format template (e.g., SOAP, BIRP, DAP, GIRP)

Ejemplo:

"SOAP"

ai_generated_content
object

Structured clinical data generated by AI (schema varies by template)

Ejemplo:
feedback
string

User comments or feedback on the clinical note

Ejemplo:

"Well structured note"

report_thread_id
string

Thread ID that generated this content

Ejemplo:

"thread_xyz789"

report_run_id
string[]

Array of run IDs involved in generating this content

Ejemplo:

Respuesta

Clinical note updated successfully

id
string<uuid>
requerido

Clinical note unique identifier

Ejemplo:

"note_def456ghi"

user_id
string
requerido

User identifier

Ejemplo:

"usr_123456789"

group_id
string
requerido

Group/organization identifier

Ejemplo:

"grp_987654321"

created_at
string<date-time>
requerido

Timestamp when note was created

Ejemplo:

"2023-10-09T10:00:00.000Z"

updated_at
string<date-time>
requerido

Timestamp when note was last updated

Ejemplo:

"2023-10-09T10:05:00.000Z"

transcription_id
string

Associated transcription identifier

Ejemplo:

"trans_abc123xyz"

template
string

Clinical note format template

Ejemplo:

"SOAP"

ai_generated_content
object

Structured clinical data

Ejemplo:
feedback
string

User feedback

Ejemplo:

"Well structured note"

report_thread_id
string

Associated thread ID

Ejemplo:

"thread_xyz789"

report_run_id
string[]

Associated run IDs

Ejemplo: