{% extends "base.html" %} {% block title %}FHIRPAD Home{% endblock %} {% block content %}
FHIRPAD

Welcome to FHIRPAD

Discover and share FHIR-based applications to enhance healthcare interoperability.

Submit Your App Browse Apps

Featured Apps

{% if featured_apps %}
{% for app in featured_apps %}
{% if app.logo_url %} {{ app.name }} logo {% else %} No Logo {% endif %}
{{ app.name }}

{{ app.description | truncate(100) }}

By {{ app.developer }}

{% if app.website %} Website {% endif %} {% if app.launch_url %} Try App {% endif %}
View Details
{% endfor %}
{% else %}

No featured apps yet. Be the first to submit one!

{% endif %}

Explore by Category

{% if categories %}
{% for category in categories %} {% endfor %}
{% else %}

No categories defined yet.

{% endif %}
{% endblock %}