fisioflow-telemedicine

Automate telemedicine room lifecycle and Jitsi Meet links in FisioFlow.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-telemedicine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fisioflow-telemedicine
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agents/skills/fisioflow-telemedicine
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-telemedicine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telemedicine coordination for physiotherapy, unifying room lifecycle, scheduling, and session links to streamline remote care.

Core Features & Use Cases

  • Room creation and lifecycle: Create, start, and end telemedicine rooms tied to appointments with Jitsi Meet links.
  • Recording and privacy: Store recordings in Cloudflare R2 and enforce signed URLs for LGPD compliance.
  • Appointment integration: Sync with appointment data to trigger room state transitions and patient notifications.

Quick Start

Create a telemedicine room for a scheduled appointment and share the Jitsi Meet link with the patient.

Frequently Asked Questions about fisioflow-telemedicine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate telemedicine session management and room lifecycle with Jitsi Meet?

Telemedicine session management is automated by tying room lifecycle, Jitsi Meet links, and appointment data together. This workflow handles room creation, state transitions, and secure access control from appointment scheduling through session end.

How are telemedicine recordings stored to ensure LGPD compliance and privacy?

Telemedicine recordings are stored in Cloudflare R2 and secured with signed URLs to enforce privacy and LGPD compliance. This ensures that session access remains restricted and low-latency through edge deployment.

What is the best way to integrate telehealth room creation with existing appointment scheduling?

Telehealth room creation integrates by syncing with appointment data to trigger room state transitions. Once an appointment is scheduled, a Jitsi Meet room is created and the meeting link is shared with the patient automatically.

Does Jitsi Meet support secure access control for physiotherapy telemedicine sessions?

Jitsi Meet supports secure access control for physiotherapy telemedicine sessions through lazily initialized room schemas and signed URLs. This architecture enforces secure meeting access and handles recording privacy.

Can I use Cloudflare R2 to handle telemedicine recording storage and signed URLs?

Cloudflare R2 handles telemedicine recording storage by generating signed URLs for secure access. Recordings are persisted in R2 after a session ends, ensuring compliance and low-latency edge retrieval.