You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
374 B
HTML

{% extends 'base.html' %}
{% block header %}
<h1>
{% block title %}
Formulary Matching
{% endblock %}
</h1>
{% endblock %}
{% block content %}
This is the home page for matching things to clinical trials
There are a few major efforts related to matching.
The first is to match trials to IDC10 codes
The second is to link trials to formulary groups.
{% endblock %}