forked from hl7-fhir/fhir-dstu1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (75 loc) · 4.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML>
[%settitle FHIR Specification Home Page%]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
[%file newheader%]
</head>
<body>
[%file newnavbar%]
<div class="col-9">
[%pub-notice%]
<a name="root"> </a>
<h1>Welcome to FHIR®</h1>
<p>
First time here? Read the <a href="summary.html">high level summary</a> and then the <a href="overview.html">FHIR overview / roadmap</a>. See also the <a href="license.html">open license</a>.
</p>
<p>
<b><a href="history.html">DSTU updates</a></b>:
</p>
<ul>
<li><a href="history.html#h20140929">Sept-29 2014</a>: Updated license and trademark provisions, and fix errors in JSON examples</li>
<li><a href="history.html#h20140508">May-8 2014</a>: New security note about <a href="security.html#narrative">risks associated with displaying HTML</a></li>
</ul>
<p><b>Major Sections:</b></p>
<table class="bare">
<tr>
<td align="middle"><a href="documentation.html"><img src="icon-documentation.png" height="128" width="128"/><br/>General<br/>Documentation</a></td>
<td align="middle"><a href="implementation.html"><img src="icon-implementation.png" height="128" width="128"/><br/>Implementation<br/>& Exchange</a></td>
<td align="middle"><a href="clinical.html"><img src="icon-clinical.png" height="128" width="128"/><br/>Clinical<br/>Resources</a></td>
<td align="middle"><a href="administration.html"><img src="icon-administration.png" height="128" width="128"/><br/>Administrative<br/>Resources</a></td>
<td align="middle"><a href="infrastructure.html"><img src="icon-infrastructure.png" height="128" width="128"/><br/>Infrastructural<br/>Resources</a></td>
</tr>
</table>
<a name="links"> </a>
<p><b>Quick links:</b></p>
<table class="bare" width="100%"><tr>
<td> <!-- Common internal links -->
<p>Documentation</p>
<ul>
<li><a href="resourcelist.html">Resource List</a></li>
<li><a href="xml.html">XML</a> & <a href="json.html">JSON</a></li>
<li><a href="http.html">REST API</a> & <a href="search.html">Search</a></li>
<li><a href="datatypes.html">Data Types</a></li>
<li><a href="terminologies.html">Using Terminologies</a></li>
<li><a href="extensibility.html">Extensions</a></li>
<li><a href="toc.html">Full table of contents</a></li>
</ul>
</td><td>
<p>Implementation</p>
<ul>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="fhir-all-xsd.zip">FHIR Schemas & Schematrons</a></li>
<li>Examples: <a href="examples.zip">XML</a>, <a href="examples-json.zip">JSON</a></li>
<li>Code: <a href="[%reflink java%]">Java</a>, <a href="[%reflink csharp%]">C#</a>, <a href="[%reflink pascal%]">Pascal</a>, <a href="[%reflink objectivec%]">iOS</a>, <a href="[%reflink javascript%]">JS</a>, <a href="[%reflink xmltools%]">XML</a></li>
<li><a href="usecases.html">Common Use Cases</a> & <a href="profilelist.html">Profiles</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="support.html">Support Links</a></li>
</ul>
</td><td>
<p>External Links</p>
<ul>
<li>Support: <a href="http://stackoverflow.com/questions/tagged/hl7_fhir">Stack Overflow</a> (<a href="http://meta.stackoverflow.com/questions/3966/is-it-okay-to-use-stack-overflow-as-the-support-forum-for-a-product-or-project">When to use</a>)</li>
<li><a href="http://wiki.hl7.org/index.php?title=Publicly_Available_FHIR_Servers_for_testing">Public Test Servers & Software</a></li>
<li><a href="http://wiki.hl7.org/index.php?title=FHIR">FHIR Wiki</a></li>
<li><a href="https://live.blueskybroadcast.com/bsb/client/CL_DEFAULT.asp?Client=556675&PCAT=8341&CAT=8341&Review=true">HIMSS Panel: The Future of Interoperability</a></li>
<li><a href="http://wiki.hl7.org/index.php?title=FHIR_Blogs">Blogs that cover FHIR</a></li>
<li>Translations: <a href="https://sites.google.com/site/fhirjp/">Japanese</a></li>
</ul>
</td></tr></table>
<a name="search"> </a>
<p id="srch"> </p>
<p>Note: FHIR requires a browser that is SVG compatible. (Microsoft Internet Explorer 10+, Firefox 3.0+, Chrome, or Safari).</p>
</div>
[%file newfooter%]
</body>
</html>