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 perform various operations related to healthcare management. Specifically, for the 'Especialidade' resource with the 'Listar' operation, it retrieves a list of medical specialties from the API. This node is useful in scenarios where users need to fetch and work with specialty data, such as building healthcare applications, managing appointments, or synchronizing specialty information with other systems.
Use Case Examples
- Fetching a list of medical specialties to populate a dropdown in a healthcare application.
- Synchronizing specialty data from Prontuário Verde to another database or system.
- Generating reports or analytics based on available medical specialties.
Properties
| Name | Meaning |
|---|---|
| resource | The resource to operate on, fixed as 'Especialidade' for this context. |
| operation | The operation to perform on the resource, fixed as 'Listar' to list specialties. |
Output
JSON
json- The JSON response from the Prontuário Verde API containing the list of specialties.
Dependencies
- Requires an API key credential for Prontuário Verde API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions.
- Verify network connectivity to the Prontuário Verde API endpoint.
- Check that the resource and operation parameters are correctly set to 'Especialidade' and 'Listar' respectively.
- Handle API errors gracefully, such as rate limits or invalid requests.
Links
- Prontuário Verde API - Especialidades Endpoint - Official API endpoint documentation for listing medical specialties.