forked from hl7-fhir/fhir-dstu1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
88 lines (78 loc) · 3.33 KB
/
documentation.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
<!DOCTYPE HTML>
[%settitle Documentation Index%]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
[%file newheader%]
</head>
<body>
[%file newnavbar%]
<div class="col-9">
<h2>FHIR Documentation Index</h2>
<p>
This page provides and index to the FHIR Documentation. In addition
to this documentation, there are <a href="implementation.html">implementation
assistance</a> (which has important information about how practical
use or FHIR), and the <a href="resourcelist.html">list of resources</a>.
</p>
<table width="100%">
<tr>
<td>
<p><b>Administration</b></p>
<p>Documentation Guidance / Background.</p>
<ul>
<li><a href="toc.html">Full Table of Contents</a></li>
<li><a href="license.html">License and Legal Terms</a></li>
<li><a href="credits.html">Community & Credits</a></li>
<li><a href="history.html">Version History</a></li>
<li><a href="todo.html">Outstanding Issues</a></li>
</ul>
<hr/>
<p><b>Overview</b></p>
<p>Background and Tutorial Information.</p>
<ul>
<li><a href="summary.html">1 page Summary (Glossy)</a></li>
<li><a href="overview.html">Overview & Roadmap</a></li>
<li><a href="dstu.html"><b>Read prior to use (DSTU Note)</b></a></li>
<li>Appendices: <ul><li><a href="comparison.html">Comparison with other HL7 Specifications</a></li>
<li><a href="ehr-fm.html">Appendix: How FHIR fits into an EHR</a></li>
<li><a href="change.html">Appendix: Coming Challenges Driving Change</a></li></ul></li>
</ul>
</td><td style="border-left: 1px solid #eeeeee">
<p><b>Resources</b></p>
<p>Underlying Definitions for Resources.</p>
<ul>
<li><a href="resources.html">Resource Definitions</a></li>
<li><a href="conformance-rules.html">Conformance Rules</a></li>
<li><a href="extras.html">Tags, Bundles, Compartments</a></li>
<li><a href="references.html">References between Resources</a></li>
<li><a href="narrative.html">Narratives</a></li>
<li><a href="formats.html">Formats:</a> <a href="xml.html">XML</a>, <a href="json.html">JSON</a> </li>
<li><a href="extensibility.html">Extensibility</a> (<a href="extensibility-examples.html">Examples</a>)</li>
<li><a href="base-definitions.html">Formal Definitions</a></li>
</ul>
</td><td style="border-left: 1px solid #eeeeee">
<p><b>Data Types</b></p>
<p>Common types used throughout FHIR.</p>
<ul>
<li><a href="datatypes.html">Definitions</a></li>
<li><a href="datatypes-examples.html">Examples</a></li>
<li><a href="datatypes-definitions.html">Formal Definitions</a></li>
<li><a href="datatypes-mappings.html">Mappings</a></li>
</ul>
<hr/>
<p><b>Using Terminologies</b></p>
<p>How codes, systems and value sets are used, and registries of known systems</p>
<ul>
<li><a href="terminologies.html">Using Codes in Resources</a></li>
<li><a href="terminologies-systems.html">System List</a></li>
<li><a href="terminologies-valuesets.html">Value Set List</a></li>
<li><a href="terminologies-v2.html">V2 Table List</a></li>
<li><a href="terminologies-v3.html">V3 Code System / Value set List</a></li>
<li><a href="terminologies-conceptmaps.html">Mappings between Value sets</a></li>
<li>+ see the <a href="valueset.html">Value Set</a> <a href="conceptmap.html">Concept Map</a> Resources</li>
</ul>
</td></tr></table>
</div>
[%file newfooter%]
</body>
</html>