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 healthcare-related data. Specifically, for the 'Profissional' resource and 'Pacientes do Profissional' operation, it retrieves a list of patients associated with a given professional ID. This is useful in healthcare scenarios where professionals need to access their patient lists for scheduling, follow-ups, or record management.
Use Case Examples
- A healthcare provider wants to fetch all patients linked to a specific professional to review their medical history.
- A clinic system needs to display patients under a particular professional for appointment scheduling.
Properties
| Name | Meaning |
|---|---|
| ID Profissional | The unique identifier of the professional whose patients are to be listed. |
| Nome do Paciente (Filtro) | Optional filter to search patients by name under the specified professional. |
Output
JSON
json- The JSON response from the Prontuário Verde API containing the list of patients for the specified professional.
Dependencies
- Requires an API key credential for Prontuário Verde API authentication.
Troubleshooting
- Ensure the 'ID Profissional' is provided and is greater than zero; otherwise, the node throws an error indicating the ID is mandatory.
- If the API returns an error, check the API key credentials and network connectivity.
- Invalid JSON input in other operations (not applicable here) can cause errors; ensure JSON inputs are well-formed.
Links
- Prontuário Verde API Documentation - Official API documentation for Prontuário Verde, useful for understanding available endpoints and data structures.