Prontuário Verde icon

Prontuário Verde

Integração com a API Prontuário Verde

Actions20

Overview

This node integrates with the Prontuário Verde API to perform various operations related to healthcare management. Specifically, for the 'Paciente' resource with the 'Listar' operation, it retrieves a list of patients from the API. This is useful in scenarios where you need to fetch patient data for further processing, reporting, or integration with other systems. For example, a healthcare provider might use this node to automatically pull patient lists for appointment scheduling or medical record updates.

Use Case Examples

  1. Fetching a list of all patients to display in a dashboard.
  2. Integrating patient data into another healthcare management system.
  3. Automating patient data retrieval for reporting purposes.

Properties

Name Meaning
resource The resource to operate on, fixed as 'Paciente' for this context.
operation The operation to perform on the 'Paciente' resource, fixed as 'Listar' to list patients.

Output

JSON

  • json - The JSON response from the Prontuário Verde API containing the list of patients.

Dependencies

  • Requires an API key credential for Prontuário Verde API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions.
  • Verify that the 'resource' is set to 'Paciente' and 'operation' is set to 'Listar' to avoid unsupported operation errors.
  • Check network connectivity to the Prontuário Verde API endpoint.
  • If the API returns an error, the node will throw an error with the message from the API; ensure the input parameters are valid.

Links

Discussion