Skip to main content

Travel CME for Physicians, NPs, PAs, and other clinicians

Travel CME, Anywhere–Anytime:

ClinX Mini Healthcare MBA Built for Travel

If you’re planning holiday travel or a spring getaway, you can turn downtime into accredited learning with Travel CME—and ClinX Academy’s Mini Healthcare MBA makes it unusually easy to do it anywhere, anytime. Below is a quick guide to how it works, what you’ll learn, and why we think ClinX Travel CME — Anytime, Anywhere belongs on your shortlist.

What is “Travel CME” and how does ClinX handle it?

Travel CME simply means earning CME while you’re away from home. ClinX delivers its Mini Healthcare MBA as a self‑paced, enduring activity you can complete on flights, in hotel lounges, or between adventures—in text and audiobook/podcast formats. That mobile‑first design is what lets you truly learn on the go. 

  • Up to 35 AMA PRA Category 1 Credits™ through joint providership with Oakstone Publishing (ACCME‑accredited).

  • Self‑paced modules + audio/podcast versions for frictionless travel learning.

  • Perpetual access to the private podcast, lifetime access to a private LinkedIn group, and live virtual office hours (6‑month access).

    These specifics are outlined on the ClinX homepage and Travel CME page

Why we like ClinX Travel CME for busy clinicians

1) Real, recognized credit

ClinX’s CME is jointly provided by Oakstone Publishing and ClinX Academy LLC, designated as enduring material for a maximum of 35 credits. Method of participation is straightforward: complete the activity, pass the post‑test (≥ 75%). See the official CME Accreditation details

2) Built for planes, trains, and beach mornings

Every core module is available in written and audio/podcast formats, so you can switch between reading and listening based on your setting. Many learners chip away during flights or evenings while traveling. 

3) Career leverage, not just “hours”

The curriculum covers the business of medicine—Medicare/MA, value‑based reimbursement, RCM, payer strategy, CPOM/MSO, compliance, operations, tech & AI, and more—so you come home with practical leadership fluency you can apply immediately. Explore the full module list on the ClinX site

4) Documentation for your records

Traveling and need proof? ClinX can generate a personalized Travel CME letter reflecting your self‑reported dates and location, plus you receive the CME certificate upon completion—helpful for employer or reimbursement documentation. See the process on the Travel CME page


How to start (3 quick steps)

  1. Choose & enroll: Pick the Mini Healthcare MBA with CME and complete checkout. Access the curriculum immediately in text + audio.

  2. Tell ClinX your travel plan: Submit when and where you’re going using the Travel CME Letter link. You’ll receive a personalized CME letter reflecting your self‑reported dates/location (you can update it if plans change).

  3. Complete the course while traveling: Work through modules on the go, then pass the post‑test (≥ 75%) and submit the evaluation to claim up to 35 credits and download your certificate.


FAQ (for travelers using CME funds)

Can I complete the ClinX CME course while traveling?

Yes. Lessons are self‑paced, pre‑recorded, and mobile‑friendly—many learners finish on flights or during evenings away. 

Will I get documentation that I studied during my trip?

Yes—ClinX provides a personalized travel letter (reflecting your self‑attested dates/location) and your CME certificate once you complete the activity and post‑test. Policies vary by employer; ClinX notes they can adjust the letter to meet template needs. 

Who is the course for?

The intended audience includes physicians, NPs, PAs, and nurses

How long do I keep access to materials?

You get perpetual access to the private podcast, lifetime access to the private LinkedIn group, and six months of live office hours—useful for keeping momentum after the trip. 


Pro tips to maximize “Travel CME” ROI

  • Download audio before you fly so you can listen in airplane mode.

  • Set a mini‑goal for each leg (e.g., “finish the Medicare Advantage module on the outbound”).

  • Block 30 minutes post‑return to complete the post‑test/evaluation


Quick links (keep these handy)

  • ClinX Academy — Mini Healthcare MBA: https://www.clinxacademy.com/

  • ClinX Travel CME — Anytime, Anywhere: https://www.clinxacademy.com/travel-CME-anytime-anywhere

  • CME Accreditation & credit details: https://www.clinxacademy.com/cme-accreditation



Comments

Popular posts from this blog

Dr. Alex Mohseni invited to speak at Brault’s Healthcare Leadership Forum about the future of Emergency Medicine services and how ED groups can adapt using telemedicine.

  Dr. Mohseni presented on the topic of how Emergency Medicine groups could expand their scope of practice to the virtual space to and how to do so in a financially viable way.

From Stethoscope to Strategy: Why I Built ClinX Academy for Physicians Ready to Lead

“I love medicine—but I don’t love the hamster wheel.” That sentence kept echoing in my head during 3 a.m. shifts and budget meetings alike. If you’re a physician feeling the same tug between clinical passion and systemic frustration, this post is for you. The Problem: Brilliant Clinicians, Limited Business Training Physicians command >80 % of U.S. healthcare spend yet hold <5 % of C-suite seats. Traditional MBAs cost $150K+, 2 years, and countless missed family dinners. Weekend “crash courses” often lack depth, CME credit, or a meaningful network. Burnout rates hover around 50 % —and much of it stems from feeling powerless in operational decisions. Keywords: physician leadership gap, physician executive training, clinician burnout, healthcare MBA alternative, non-clinical career paths My A-Ha Moment in the Hospital Corridor I was serving as a National Medical Director when a perfectly capable colleague admitted, “I have no idea how capitation works—I just sign ...

How to connect openai to zapier to twilio so that you can interface with GPT3 via SMS

 I created an SMS interface to openAI's gpt3 API so that I can send an SMS prompt to openai and get an SMS response. Result looks like this: There may be better/easier ways of doing this, but this is how I figured it out. I'm assuming some degree of familiarity w/ Zapier here: 1. Buy a phone number in Twilio to use for this. This only costs $1/mo 2. In Zapier, create a new zap where the trigger is "Webhooks by Zapier" (Premium option). Choose your event as "Catch Hook". This will generate a webhook URL that is custom for this workflow. We are doing this because when you send the SMS to the Twilio phone number, you want it to **instantly** trigger the zapier workflow and not wait the 5-15 min it takes for Twilio to trigger on its own, so for that you need the webhook: 3. Copy the webhook URL from zapier and paste it into Twilio in the "A Messages Comes In" webhook section for that phone number 4. You will then need to send a test message so that Zap...