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 patient data and related resources. Specifically, for the 'Paciente' resource and 'Obter por ID' operation, it retrieves detailed information about a patient by their unique ID. This is useful in healthcare workflows where patient data needs to be fetched for appointments, medical records, or administrative purposes.

Use Case Examples

  1. Fetching patient details by ID to display in a medical dashboard.
  2. Retrieving patient information before scheduling or updating appointments.

Properties

Name Meaning
ID Paciente The unique identifier of the patient to retrieve.

Output

JSON

  • json - The JSON response containing the patient's detailed information retrieved from the API.

Dependencies

  • Requires an API key credential for authenticating with the Prontuário Verde API.

Troubleshooting

  • Error if 'ID Paciente' is missing or less than or equal to zero: Ensure a valid patient ID is provided.
  • Error if the API returns invalid JSON or network issues occur: Check API credentials and network connectivity.

Links

Discussion