Skip to content

Commit

Permalink
center the checks
Browse files Browse the repository at this point in the history
  • Loading branch information
healthedata1 committed Oct 11, 2023
1 parent 588db5e commit 460447e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/includes/assessment-valueset-table-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<tr>
<td>{{item["USCDI Data Element"]}}</td>
<td><a href="{{item["VSAC Link"]}}">{{item["ValueSet Name"]}}</a></td>
{% if item["Clinical Judgement"] == "TRUE" %}<td style="color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
{% if item["Panel"] == "TRUE" %}<td style="color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
{% if item["Panel Item"] == "TRUE" %}<td style="color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
{% if item["Clinical Judgement"] == "TRUE" %}<td style="text-align: center; color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
{% if item["Panel"] == "TRUE" %}<td style="text-align: center; color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
{% if item["Panel Item"] == "TRUE" %}<td style="text-align: center; color:green">&#x2714;</td>{% else %}<td></td>{% endif %}
<!-- <td><a href="{ {site.data.fhir.path} }terminologies.html#{ {item["Binding Strength"]} }">{ {item["Binding Strength"]} }</a></td> -->
</tr>

Expand Down

0 comments on commit 460447e

Please sign in to comment.