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 perform various operations related to healthcare management. Specifically, for the 'Profissional' resource and the 'Unidades do Profissional' operation, it retrieves the list of units associated with a given professional ID. This is useful in scenarios where you need to fetch all healthcare units where a professional works or is affiliated, such as for scheduling, reporting, or administrative purposes.
Use Case Examples
- Fetch all units associated with a specific healthcare professional to display in a scheduling system.
- Retrieve units for a professional to generate reports on their work locations.
Properties
| Name | Meaning |
|---|---|
| ID Profissional | The unique identifier of the professional whose units are to be listed. |
Output
JSON
json- The JSON response from the Prontuário Verde API containing the list of units associated with the specified professional.
Dependencies
- Requires an API key credential for the Prontuário Verde API to authenticate requests.
Troubleshooting
- Ensure the 'ID Profissional' is provided and is a positive number; otherwise, the node will throw an error indicating the ID is mandatory and must be greater than zero.
- If the API request fails, check the API key credential and network connectivity.
- Errors related to invalid JSON input are not applicable for this operation but may occur in other operations involving JSON data input.
Links
- Prontuário Verde API Documentation - Official API documentation for understanding endpoints and data structures.