New Release
Application Name: HealthCoach AI – FHIR Practice Arena
Current Version: 1.0.2
New Version: 1.0.3
Release Date: 06/19/2026
Release Notes:
We are pleased to announce version 1.0.3 of HealthCoach AI – FHIR Practice Arena, an interactive educational platform designed to help healthcare IT professionals, developers, and students master FHIR interoperability with the assistance of an AI coach.
This release focuses on making the application fully testable and accessible for InterSystems Open Exchange reviewers and end users. The app now runs without requiring any external API keys, ensuring a smooth first-use experience.
What's New in This Release:
HealthCoach AI is an interactive, AI‑powered training platform for healthcare developers and interoperability professionals. It helps you master FHIR (Fast Healthcare Interoperability Resources) through a hands‑on practice problem and an intelligent AI coach that gives instant feedback on your code.
Built by Gesner Deslandes, Engineer‑in‑Chief at GlobalInternet.py.
🔗 Live Demo: https://healthcoach-ai-fhir-training-uzdeefhyupvfjkywurau6w.streamlit.app/
| Feature | Description |
|---|---|
| 🎬 Video Introduction | A narrated walkthrough (male AI voice) explaining the entire platform. |
| 📝 Practice Problem | Calculate patient age from a FHIR Patient JSON resource. Users write code, run it, and get instant validation. |
| 🤖 AI Coach | Paste your code or describe your algorithm – the AI (Groq Llama 3.1) provides constructive feedback, efficiency tips, and FHIR best practices. |
| 🌐 Multilingual UI | Switch between English, Français, and Español – all text, prompts, and AI responses adapt. |
| 🛡️ Global Security Shield | Visual badge indicating end‑to‑end encryption. User data is anonymized and secured. |
| 💰 Pricing & Contact | Clear one‑time license fees and contact information in the sidebar. |
Practice Problem Tab – You are given a FHIR Patient resource in JSON. Your task is to write a Python function that extracts the birth date and returns the age in years.
{"resourceType":"Patient","birthDate":"1990-03-15"}datetime module.AI Coach Tab – Paste your code (e.g., a nested‑loop O(n²) solution) or describe your approach.
Sidebar – Change language, view the security badge, see pricing, and get in touch.
datetime modulesgit clone https://github.com/Deslandes1/healthcoach-ai-fhir-training.git
cd healthcoach-ai-fhir-training