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 allowing the removal of tags from a patient record. It is useful in healthcare scenarios where patient information needs to be updated or managed programmatically, such as removing outdated or incorrect tags from a patient's profile. For example, a healthcare provider can automate the removal of a specific tag from a patient's record based on certain conditions or workflows.
Use Case Examples
- Removing a 'diabetic' tag from a patient's record when the condition is no longer applicable.
- Automating the cleanup of patient tags to maintain accurate and up-to-date patient profiles.
Properties
| Name | Meaning |
|---|---|
| ID Paciente | The unique identifier of the patient from whom the tag will be removed. |
| Etiqueta (Texto ou Array JSON) | The tag or tags to be removed from the patient. Can be a plain text string or a JSON array of tags. |
Output
JSON
json- The JSON response from the Prontuário Verde API after attempting to remove the tag(s) from the patient.
Dependencies
- Requires an API key credential for the Prontuário Verde API to authenticate requests.
Troubleshooting
- Ensure the patient ID is provided and is greater than zero; otherwise, the node will throw an error indicating the patient ID is mandatory.
- The tag to be removed must be provided; if missing, the node will throw an error indicating the tag is required.
- If the tag is provided as a JSON string, it must be valid JSON; otherwise, the node will attempt to treat it as a plain string.
- Common errors include HTTP request failures due to invalid credentials or network issues; verify API key and network connectivity.
Links
- Prontuário Verde API Documentation - Official API documentation for Prontuário Verde, useful for understanding available endpoints and data formats.