forked from hl7-fhir/fhir-dstu1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfrastructure.html
59 lines (46 loc) · 1.91 KB
/
infrastructure.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
<!DOCTYPE HTML>
[%settitle Infrastructure Resources%]
<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>Infrastructure Resources</h2>
<table class="bare">
[%res-category Support|Generally useful resources wherever resources are used%]
<tr><td><b>Name</b></td><td><b>Aliases</b></td><td><b>Description</b></td></tr>
[%res-item List%]
[%res-item Media%]
[%res-item Other%]
[%res-item Provenance%]
[%res-item SecurityEvent%]
<tr><td><a href="http.html#binary">Binary</a></td><td></td><td>Pure Binary Content - opaque to FHIR</td></tr>
[%res-category Document Handling|Supporting Management %]
<tr><td><b>Name</b></td><td><b>Aliases</b></td><td><b>Description</b></td></tr>
[%res-item Composition%]
[%res-item DocumentReference%]
[%res-item DocumentManifest%]
[%res-category Exchange|Used to support the process of exchanging data%]
<tr><td><b>Name</b></td><td><b>Aliases</b></td><td><b>Description</b></td></tr>
[%res-item MessageHeader%]
[%res-item OperationOutcome%]
[%res-item Query%]
[%res-category Conformance|Make statements about how resources are used%]
<tr><td><b>Name</b></td><td><b>Aliases</b></td><td><b>Description</b></td></tr>
[%res-item Conformance%]
[%res-item Profile%]
[%res-item ValueSet%]
[%res-item ConceptMap%]
</table>
<p>
Additional Resources will be added in the future. A list of hypothesized resources can be found on the
<a href="http://wiki.hl7.org/index.php?title=FHIR_Resource_Types">HL7 wiki</a>. Feel free to add any you think are missing or engage with one
of the <a href="http://www.hl7.org/Special/committees/index.cfm">HL7 Work Groups</a> to submit a
<a href="http://wiki.hl7.org/index.php?title=Category:FHIR_Resource_Proposal">proposal</a> to define a resource of particular interest.
</p>
</div>
[%file newfooter%]
</body>
</html>