forked from smart-on-fhir/client-js-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 991 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>FHIR Client Examples</title>
</head>
<body>
<h1>FHIR Client Examples</h1>
<hr/>
<ul>
<li><a target="_blank" href="browser/ehr_launch/launch.html?launch=eyJhIjoiMSIsImciOiIxIn0&iss=https%3A%2F%2Flaunch.smarthealthit.org%2Fv%2Fr3%2Ffhir">EHR Launch</a></li>
<li><a target="_blank" href="browser/standalone_launch/launch.html?iss=https://launch.smarthealthit.org/v/r3/sim/eyJoIjoiMSJ9/fhir">Provider Standalone Launch</a></li>
<li><a target="_blank" href="browser/standalone_launch/launch.html?iss=https://launch.smarthealthit.org/v/r3/sim/eyJrIjoiMSIsImIiOiJzbWFydC03Nzc3NzAxIn0/fhir">Patient Standalone Launch</a></li>
<li><a target="_blank" href="browser/medications/index.html">Fetch Patient Medications</a></li>
</ul>
</body>
</html>