synthea_webservice/webservice/apps/synthea/templates/synthea/api.html

16 lines
505 B
HTML

{% extends 'base.html' %} <!-- Add this for inheritance -->
{% load i18n %}
{% block title %}{% trans "dHealth Synthea" %}{% endblock %}
{% block pagetitle %}{% trans "dHealth Synthea" %}{% endblock %}
{% block menu %}
{% include 'synthea/menu.html' %}
{% endblock %}
{% block content %}
<h1>API</h1>
<p>Hier kunt u informatie vinden over de API zodat er ge-automatiseed patient data kan worden gegenereerd</p>
<p>Documentatie: <a href="redoc" target="_blank">Redoc / Swagger</a> </p>
{% endblock %}