Update clinical note
Updates an existing clinical note with AI-generated content, feedback, or metadata. Used to store AI-generated clinical documentation, link to conversation threads, and capture user feedback for quality improvement.
Autorizaciones
Bearer token for API authentication
Encabezados
Doctor identifier for tracking and auditing
Patient identifier for tracking and auditing
Parámetros de ruta
The clinical note UUID
Cuerpo
Clinical note format template (e.g., SOAP, BIRP, DAP, GIRP)
"SOAP"
Structured clinical data generated by AI (schema varies by template)
{
"subjective": "Patient reports chest pain radiating to left arm",
"objective": "BP 140/90, HR 88, RR 18, O2 sat 98% on RA",
"assessment": "R/O myocardial infarction",
"plan": "Admit to CCU, serial troponins, cardiology consult"
}User comments or feedback on the clinical note
"Well structured note"
Thread ID that generated this content
"thread_xyz789"
Array of run IDs involved in generating this content
["run_001", "run_002"]Respuesta
Clinical note updated successfully
Clinical note unique identifier
"note_def456ghi"
User identifier
"usr_123456789"
Group/organization identifier
"grp_987654321"
Timestamp when note was created
"2023-10-09T10:00:00.000Z"
Timestamp when note was last updated
"2023-10-09T10:05:00.000Z"
Associated transcription identifier
"trans_abc123xyz"
Clinical note format template
"SOAP"
Structured clinical data
{
"subjective": "Patient reports chest pain radiating to left arm",
"objective": "BP 140/90, HR 88, RR 18, O2 sat 98% on RA",
"assessment": "R/O myocardial infarction",
"plan": "Admit to CCU, serial troponins, cardiology consult"
}User feedback
"Well structured note"
Associated thread ID
"thread_xyz789"
Associated run IDs
["run_001", "run_002"]