Feegow Clinic icon

Feegow Clinic

Integração com a API Feegow

Overview

This node integrates with the Feegow Clinic API to list insurance plans (convênios) associated with a specific medical procedure. It is useful in healthcare management workflows where you need to retrieve all insurance options accepted for a given procedure, enabling automated decision-making or data synchronization.

For example, a clinic might use this node to automatically fetch and display all insurance plans that cover a particular treatment or procedure before scheduling an appointment.

Properties

Name Meaning
Filtros Collection of filters to narrow the query. Contains:
- Procedimento ID: The numeric ID of the procedure (required).

Output

The node outputs a JSON object containing the response from the Feegow API endpoint /api/procedures/insurances. This JSON typically includes a list of insurance plans linked to the specified procedure ID, with details such as insurance names, IDs, and possibly coverage information.

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 Feegow endpoints, so network access to the Feegow API service is necessary.
  • No additional external dependencies beyond the configured API credentials.

Troubleshooting

  • Missing or invalid Procedimento ID: The procedure ID filter is mandatory. Omitting it or providing an invalid ID will likely cause the API to return an error or empty results. Ensure the ID is correct and provided.
  • API authentication errors: If the API key credential is missing, expired, or incorrect, the node will fail with authentication errors. Verify the API key configuration.
  • Network issues: Connectivity problems to the Feegow API endpoint can cause timeouts or request failures. Check network settings and API availability.
  • Error messages: Errors thrown include the operation and resource context, e.g., Erro na operação listProcedureInsurances para procedures: <error message>. Use these messages to identify the failing step and check parameters or credentials accordingly.

Links and References

Discussion