Feegow Clinic icon

Feegow Clinic

Integração com a API Feegow

Overview

The node integrates with the Feegow Clinic API to perform various operations related to healthcare management. Specifically, for the "Paciente" (Patient) resource and the "Buscar Paciente" (Search Patient) operation, it allows users to search for patient records by providing filters such as the patient's CPF (a Brazilian individual taxpayer registry identification).

This node is beneficial in scenarios where automated workflows need to retrieve patient information from the Feegow system based on specific criteria, enabling seamless integration of patient data into broader automation processes. For example, a clinic could use this node to automatically fetch patient details when processing appointment requests or managing patient records.

Properties

Name Meaning
Filtros Filters to apply when searching patients. Currently supports: CPF (the patient's CPF number, which is mandatory).

Output

  • The output is a JSON object containing the response from the Feegow API's patient search endpoint.
  • This typically includes patient details matching the provided CPF filter.
  • The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Feegow Clinic API.
  • The node makes HTTP requests to Feegow endpoints, specifically /api/patient/search for this operation.
  • Proper configuration of the Feegow API credentials within n8n is necessary.

Troubleshooting

  • Common Issues:

    • Missing or invalid CPF filter: Since CPF is mandatory for searching a patient, omitting it will likely cause errors.
    • Authentication failures due to incorrect or missing API credentials.
    • Network issues preventing connection to the Feegow API.
  • Error Messages:

    • Errors are thrown with messages like Erro na operação searchPatient para patient: <error message>.
    • To resolve, verify that the CPF is correctly provided, check API credentials, and ensure network connectivity.

Links and References

Discussion