You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/sandbox-fhir-component/sandbox-fhir.component.html
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
</div>
6
6
</div>
7
7
<divclass="row">
8
+
8
9
<divclass="col-sm-12">
9
10
<ulclass="sandbox-container">
10
11
<li>
@@ -21,6 +22,11 @@ <h4>FHIR Query Tool</h4>
21
22
<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>
22
23
</a>
23
24
</li>
25
+
</ul>
26
+
</div>
27
+
28
+
<divclass="col-sm-12">
29
+
<ulclass="sandbox-container">
24
30
<li>
25
31
<aclass="sandbox-block" [href]="fhir_conformance_url" tabindex="1" title="FHIR Conformance Test Tool" target="_blank">
The Inferno Testing Tool provides the capability to test FHIR Servers for their conformance to various implementation guides and SMART on FHIR authorization specifications.
0 commit comments