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 'Procedimento' resource with the 'Listar' operation, it fetches a list of medical procedures from the API. This node is useful in scenarios where users need to retrieve and work with procedure data, such as in healthcare scheduling, billing, or reporting systems.

Use Case Examples

  1. Listing all medical procedures available in the system to display in a healthcare application.
  2. Fetching procedure data to synchronize with another healthcare management system.

Properties

Name Meaning
resource The type of resource to interact with, here fixed as 'Procedimento' for this operation.
operation The operation to perform on the resource, here fixed as 'Listar' to list procedures.

Output

JSON

  • json - The JSON response from the API containing the list of procedures.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or unsupported resource-operation combinations will throw errors indicating unsupported operations or undefined URLs.
  • Invalid input parameters (e.g., non-numeric IDs where required) will cause validation errors.

Links

Discussion