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 manage healthcare-related data. Specifically, for the 'Profissional' resource and 'Pacientes do Profissional' operation, it retrieves a list of patients associated with a given professional ID. This is useful in healthcare scenarios where professionals need to access their patient lists for scheduling, follow-ups, or record management.

Use Case Examples

  1. A healthcare provider wants to fetch all patients linked to a specific professional to review their medical history.
  2. A clinic system needs to display patients under a particular professional for appointment scheduling.

Properties

Name Meaning
ID Profissional The unique identifier of the professional whose patients are to be listed.
Nome do Paciente (Filtro) Optional filter to search patients by name under the specified professional.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'ID Profissional' is provided and is greater than zero; otherwise, the node throws an error indicating the ID is mandatory.
  • If the API returns an error, check the API key credentials and network connectivity.
  • Invalid JSON input in other operations (not applicable here) can cause errors; ensure JSON inputs are well-formed.

Links

Discussion