Actions20
- Agenda Actions
- Paciente Actions
- Profissional Actions
- Procedimento Actions
- Despesa Actions
- Recebimento Actions
- Especialidade Actions
- Estoque Actions
- Fidelidade Actions
- Unidade Actions
Overview
This node integrates with the Prontuário Verde API to manage patient data. Specifically, the 'Atualizar' (Update) operation for the 'Paciente' (Patient) resource allows users to update existing patient records by providing the patient ID and the updated patient data in JSON format. This is useful in healthcare workflows where patient information needs to be kept current, such as updating contact details, medical history, or other relevant patient information.
Use Case Examples
- Updating a patient's contact information after a phone number change.
- Modifying patient medical records with new diagnosis or treatment details.
Properties
| Name | Meaning |
|---|---|
| ID Paciente | The unique identifier of the patient to be updated. |
| Dados do Paciente (JSON) | The patient data to update, provided as a JSON string conforming to the Prontuário Verde API format. |
Output
JSON
json- The JSON response from the Prontuário Verde API after updating the patient data.
Dependencies
- Prontuário Verde API authentication credential
Troubleshooting
- Ensure the patient ID is provided and is greater than zero; otherwise, the node will throw an error indicating the ID is mandatory.
- Verify that the patient data JSON is valid; invalid JSON will cause an error stating the patient data must be valid JSON.
- Check API authentication credentials are correctly configured to avoid authentication errors.
Links
- Prontuário Verde API Documentation - Official API documentation for Prontuário Verde, useful for understanding the JSON structure and available endpoints.