Skip to main content

Payer Reports

We use Retool to generate payer compliance reports. These reports are shared with payers during audits.

We have this looker dashboard that allows us to find patients and easily download the necessary reports.

Current Reports

URL Format

To be able to access or edit the reports, ensure to include the chart ID in the URL:

https://retool.pairteam.com/app/timeline-report?chartId={CHART_ID}

Useful URL params:

  • _embed=true: hides the Retool header and footer.
  • _environment=production: sets the environment to production or staging.
  • _releaseVersion=latest: sets the release version to latest or you can specify a version number.

How to Update Reports

  1. Open the report in Retool, replace the {CHART_ID} with a real chart ID:

    Example: https://retool.pairteam.com/app/timeline-report?chartId={CHART_ID}

  2. Click on "Edit App":
    alt text

  3. Ensure the report points to the correct environment production or staging:
    alt text

  4. Edit the Graphql Query, then click "Save":
    alt text

  5. Edit the UI, changes will be saved automatically.

  6. Publish a new version:

    1. Open Releases:

      alt text

    2. Click Create and Publish:

      alt text

Reusable Modules folder

Reusable modules are pieces of UI that can be reused across multiple apps. Reusable modules can also include their own queries and need to be published independently.

Examples:

  1. Report Header: used to display the patient's information.
  2. Report Heading: used to display the headings.