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-related schedules (agendas) and other healthcare-related resources. Specifically, for the 'Paciente' resource and 'Agendas do Paciente' operation, it retrieves the list of appointments (agendas) associated with a given patient ID. This is useful in healthcare workflows where automated retrieval of patient appointment data is needed, such as in patient management systems, appointment reminders, or reporting tools.

Use Case Examples

  1. Retrieve all appointments for a specific patient by providing their patient ID to automate appointment tracking.
  2. Use the node to fetch patient schedules and integrate with calendar or notification systems to remind patients of upcoming appointments.

Properties

Name Meaning
ID Paciente The unique identifier of the patient whose appointment schedules are to be retrieved.

Output

JSON

  • json - The JSON response from the Prontuário Verde API containing the patient's appointment schedules.

Dependencies

  • Requires an API key credential for the Prontuário Verde API to authenticate requests.

Troubleshooting

  • Common errors include missing or invalid patient ID, which will cause the node to throw an error indicating the patient ID is mandatory and must be greater than zero.
  • Invalid JSON input for patient data in other operations may cause parsing errors; ensure JSON is well-formed.
  • API request failures due to network issues or invalid credentials will result in error messages from the API, which should be checked and resolved by verifying credentials and network connectivity.

Links

Discussion