Skip to main content
Clínica nas Nuvens is a Brazilian cloud-based clinic management software designed for healthcare professionals. It provides tools for managing appointments, patients, procedures, and billing, helping clinics streamline their operations and improve patient care.

Configuring Clínica nas Nuvens as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Clínica nas Nuvens option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need to provide your API credentials to access your Clínica nas Nuvens data. These credentials can be found in your Clínica nas Nuvens account under Menu > Integrações > API. The following configurations are available:
  • Client ID: The client ID to authenticate against the Clínica nas Nuvens API.
  • Client Secret: The client secret to authenticate against the Clínica nas Nuvens API.
  • Token: The token to authenticate against the Clínica nas Nuvens API.
  • Start Date: The earliest record date to sync. If left empty, the full history is synced.
Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: FULL_TABLE sync is used for all streams.
Incremental sync is not supported. The Clínica nas Nuvens API does not provide reliable filters by modification date, so all streams use full table sync. Each extraction will fetch the complete current state of the data.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Clínica nas Nuvens and their corresponding fields:
Stream containing scheduled appointments and their details.
Stream containing patient records and their personal information.
Lookup table containing city information with state details.
Lookup table containing medical specialties.
Lookup table containing nationalities.
Lookup table containing patient origin/source information. Tracks how patients discovered or were referred to the clinic.
Lookup table containing schedule/appointment origin information.
Lookup table containing agreement/insurance types (convênios).
Lookup table containing procedure types with associated specialties.

Data Model

The following diagram illustrates the relationships between the core data streams in Clínica nas Nuvens. The arrows indicate the join keys that link the different entities, providing a clear overview of the data structure.

Use Cases for Data Analysis

This guide outlines valuable business intelligence use cases when consolidating Clínica nas Nuvens data, along with ready-to-use SQL queries that you can run on Explorer.

1. Appointment Volume Analysis

Track appointment volumes over time to understand clinic capacity and identify trends. Business Value:
  • Understand daily and weekly appointment patterns
  • Identify peak hours and days for resource planning
  • Monitor appointment status distribution

2. Patient Origin Analysis

Understand where your patients are coming from to optimize marketing efforts. Business Value:
  • Identify most effective patient acquisition channels
  • Measure ROI of marketing initiatives
  • Optimize patient acquisition strategy

3. Procedure and Specialty Analysis

Analyze which procedures and specialties are most in demand. Business Value:
  • Identify most popular procedures
  • Understand specialty distribution
  • Plan resource allocation based on demand

Implementation Notes

Data Quality Considerations

  • The Agenda stream uses the start_date configuration to filter appointments by date.
  • Patient records may have null values for optional contact and address fields.
  • Use the lookup tables (Cidades, Especialidades, etc.) to enrich your analyses with descriptive names.
  • To ensure data consistency and prevent pagination drift during long-running extractions, the end date (dataFinal) used in the API request filter is cached and locked to the exact date the extraction begins.

Best Practices

  • Always join with lookup tables to get descriptive names instead of just IDs.
  • Consider patient privacy when analyzing personal data.

Skills for agents

Download Clínica nas Nuvens skills file

Clínica nas Nuvens connector documentation as plain markdown, for use in AI agent contexts.