Actions20
- Agenda Actions
- Paciente Actions
- Profissional Actions
- Procedimento Actions
- Despesa Actions
- Recebimento Actions
- Especialidade Actions
- Estoque Actions
- Fidelidade Actions
- Unidade Actions
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
- Fetching patient details by ID to display in a medical dashboard.
- 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
- Prontuário Verde API - Get Patient by ID - Official API endpoint documentation for retrieving patient details by ID.