curl --request PUT \ --url https://api.example.com/prontuario/{prontuario_id}
Medical Records
Update Medical Record
Update an existing medical record
PUT
/
prontuario
/
{prontuario_id}
Update Medical Record
curl --request PUT \ --url https://api.example.com/prontuario/{prontuario_id}
This endpoint is not currently implemented in the VidaPlus API. The medical record system uses a read-only approach where records are created but not directly updated. Instead, you should add consultations, prescriptions, and exams to the medical record using their respective endpoints.