Actions25
- Agendamento Actions
- Convênio Actions
- Empresa Actions
- Especialidade Actions
- Paciente Actions
- Procedimento Actions
- Profissional Actions
Overview
This node integrates with the Feegow Clinic API to list procedures imported from a franchise. It fetches data about medical procedures that have been imported into the system from a franchise source, allowing users to retrieve and work with this specific subset of procedure data.
Common scenarios where this node is beneficial include:
- Synchronizing or auditing procedures imported from franchise systems.
- Automating workflows that require up-to-date information on franchise-imported procedures.
- Integrating franchise procedure data into broader healthcare management processes.
For example, a clinic might use this node to automatically pull all franchise-imported procedures daily and update their internal scheduling or billing systems accordingly.
Properties
| Name | Meaning |
|---|---|
| Filtros | A collection of filters to narrow down the list of imported franchise procedures. In this implementation, no specific filter options are defined (empty). |
Output
The node outputs an array of JSON objects representing the procedures imported from the franchise. Each item in the output corresponds to one procedure record as returned by the Feegow API endpoint /api/procedures/imported-franchise.
The exact structure of each procedure object depends on the Feegow API response but typically includes details such as procedure ID, name, description, and other relevant metadata.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Feegow Clinic API.
- The node makes HTTP requests to the Feegow API endpoints.
- No additional external dependencies beyond the configured API credentials and network access to the Feegow API.
Troubleshooting
Common issues:
- Authentication failures due to missing or invalid API credentials.
- Network connectivity problems preventing access to the Feegow API.
- Unexpected API errors if the requested resource or operation is not available.
Error messages:
- Errors are thrown with messages like
Erro na operação listImportedFranchiseProcedures para procedures: <error message>. - To resolve, verify API credentials, check network connectivity, and ensure the Feegow API service is operational.
- Errors are thrown with messages like
Links and References
- Feegow Clinic API Documentation (Note: link provided as an example; please refer to official Feegow documentation for accurate URLs)