forked from hl7-fhir/fhir-dstu1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-tx-book.html
64 lines (46 loc) · 1.88 KB
/
template-tx-book.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
<!DOCTYPE HTML>
[%settitle Codes defined in {txurl}%]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
[%file newheader%]
</head>
<body>
[%file newnavbar%]
<div class="col-9">
<%pageheader%>
<h1>Codes defined in <%txurl%></h1>
<p>
<%txdef%>
</p>
<p>
Formal value Set definition (identifier <b><%vstxurl%></b>): <a href="<%txname%>.xml.html">XML</a> or <a href="<%txname%>.json.html">JSON</a>.
</p>
<p>
<%txdesc%>
</p>
<%txsummary%>
<%txusage%>
<p>
See <a href="terminologies-codes.html">the full registry of codes</a> defined as part of FHIR.
</p>
<p>
The OID for the value set is <%vsoid%> <%txoid%> (OIDs are not used in FHIR, but may be used in v3, or OID based terminology systems).<br/>
</p>
<hr/>
<p>
Explanation of the columns that may appear on this page:
</p>
<table class="grid">
<tr><td>Id</td><td>The internal identifier for the concept (when the value set defines its own codes)</td></tr>
<tr><td>Level</td><td>A few code lists that FHIR defines are hierarchical - each code is assigned a level.
In this scheme, some codes are under other codes, and imply that the code they are under also applies</td></tr>
<tr><td>Source</td><td>The source of the definition of the code (when the value set draws in codes defined elsewhere)</td></tr>
<tr><td>Code</td><td>The code (used as the code in the resource instance)</td></tr>
<tr><td>Display</td><td>The display (used in the <i>display</i> element of a <a href="datatypes.html#Coding">Coding</a>). If there is no display, implementers should not simply display the code, but map the concept into their application</td></tr>
<tr><td>Definition</td><td>An explanation of the meaning of the concept</td></tr>
<tr><td>Comments</td><td>Additional notes about how to use the code</td></tr>
</table>
</div>
[%file newfooter%]
</body>
</html>