web
You’re offline. This is a read only version of the page.
close
ClaimsBloom360 Portal
ClaimsBloom360 by GreenThumb Revenue
  • HOME
  • ClaimsBloom360 Dashboard
    ClaimsBloom360 Dashboard Claims List Analytics & Charts Activity & Comments Usernames & Passwords
  • CREDENTIALING
    Credentialing360 Manage Credentials New Provider Setup
  • MANAGEMENT
    Management Dashboard File Upload Clinic Actions
  • RESOURCES
    Most Used Resources Payer Resources CMS Fee Schedule
  • KNOWLEDGE
    Knowledge Base Getting Started Guide Training Materials
  • GET STARTED
SIGN IN
  • Sign in
  • Register
  • Redeem invitation

Sign in with a local account

Forgot your password?

Sign in with an external account

GreenThumb Revenue™

Serving Those Who Serve The Community

HIPAA US-Based Healthcare

Portal

  • Portal Home
  • Claims
  • Credentialing
  • Management
  • Payer Resources
  • Knowledge Base
  • CMS Fee Schedule

💰 Calculators

  • Copay Calculator
  • Medicare Fees
  • PT Benchmarks
  • ROI Calculator
  • Denial Analyzer
  • Revenue Forecast
  • VA Cost Calculator

📋 Credentialing

  • Credentialing360
  • Enrollment Instructions
  • New Provider Enrollment
  • Payer Resources
  • Credentialing Services

🏥 Clinic Tools

  • All Patients
  • Clinic Actions
  • Claims Charts
  • Management Center
  • Knowledge Base

Services

  • All Services
  • Billing Services
  • Provider Credentialing
  • Virtual Assistants
  • Meet the Team
  • About Us

Get In Touch

(802) 872-6307
[email protected]
greenthumbrevenue.com
📅 Book Consultation

© 2025 GreenThumb Revenue™. All Rights Reserved.

Privacy Policy Terms of Service HIPAA Compliance Contact function trackCopilotCustomUsage(botSchema) { const request = { botSchemaName: botSchema } var json = JSON.stringify(request); shell.ajaxSafePost({ type: "POST", contentType: "application/json", url: "/_services/copilot/TrackUsage", data: json }).done(function () { }).fail(function (jqXhr) { }); } function findAndLogCustomCopilotUsage() { const pageSource = document.documentElement.outerHTML; const customPvaBotWebchatRegex = /api\.(preprod\.|test\.)?powerplatform\.(com|us|cn|appsplatform\.us)\/powervirtualagents\/botsbyschema\/([^/]+)\/directline\/token/; const customPvaBotIframeRegex = /powerva\.microsoft\.com\/environments\/([0-9a-fA-F\-]+)\/bots\/([^/]+)\/webchat/; const omniChannelRegex = /livechatwidget\/scripts\/LiveChatBootstrapper\.js/; const matchPvaBotWebchat = pageSource.match(customPvaBotWebchatRegex); if (matchPvaBotWebchat && matchPvaBotWebchat[3]) { trackCopilotCustomUsage(matchPvaBotWebchat[3]); } const matchPvaBotIframe = pageSource.match(customPvaBotIframeRegex); if (matchPvaBotIframe && matchPvaBotIframe[2]) { trackCopilotCustomUsage(matchPvaBotIframe[2]); } const matchOmniChannel = pageSource.match(omniChannelRegex); if (matchOmniChannel && matchOmniChannel[0]) { trackCopilotCustomUsage("omnichannelWidget"); } } window.addEventListener("load", function () { findAndLogCustomCopilotUsage(); });