Skip to content

Commit

Permalink
Remove inferno link and change fhir sandbox to 2x2 layout
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc committed Jul 30, 2018
1 parent 5245269 commit 9737d07
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/app/sandbox-fhir-component/sandbox-fhir.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</div>
</div>
<div class="row">

<div class="col-sm-12">
<ul class="sandbox-container">
<li>
Expand All @@ -21,6 +22,11 @@ <h4>FHIR Query Tool</h4>
<span>FHIR Query Tool can be used to test a FHIR Server using various search parameter combinations. The tool makes it easy for users to query FHIR servers without knowing the specific authorization workflows and FHIR syntaxes for searches.</span>
</a>
</li>
</ul>
</div>

<div class="col-sm-12">
<ul class="sandbox-container">
<li>
<a class="sandbox-block" [href]="fhir_conformance_url" tabindex="1" title="FHIR Conformance Test Tool" target="_blank">
<span class="caption glyphicon glyphicon-wrench"></span>
Expand All @@ -35,16 +41,8 @@ <h4>FHIR Bulk Data API</h4>
<span>The FHIR Bulk Data API is an implementation of the FHIR Bulk Data proposal.</span>
</a>
</li>
<li>
<a class="sandbox-block" [href]="fhir_inferno_data_url" tabindex="1" title="Inferno Testing Tool" target="_blank">
<span class="caption glyphicon glyphicon-wrench"></span>
<h4>Inferno Testing Tool</h4>
<span>
The Inferno Testing Tool provides the capability to test FHIR Servers for their conformance to various implementation guides and SMART on FHIR authorization specifications.
</span>
</a>
</li>
</ul>
</div>

</div>
</div>

0 comments on commit 9737d07

Please sign in to comment.