-
Notifications
You must be signed in to change notification settings - Fork 0
/
sm.html
51 lines (32 loc) · 926 Bytes
/
sm.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
---
# jekyll header
level: 2
active: mappings
---
{% include header.html %}
{% include publish-box.html %}
{% include container-start.html %}
<!-- ============BreadCrumb=============== -->
{% include breadcrumbs.html %}
<!-- ============CONTENT CONTENT=============== -->
<p>
Thise is the mapping between FHIR resources and the Logical Model:
</p>
<p>
Formats: <a href="{{[type]}}-{{[id]}}.xml.html">XML</a>, <a href="{{[type]}}-{{[id]}}.json.html">JSON</a>, <a href="{{[type]}}-{{[id]}}.ttl.html">Turtle</a>
</p>
<a name="summary"> </a>
<h2>Summary</h2>
{% include {{[type]}}-{{[id]}}-summary.xhtml %}
<br/>
<h2>Content</h2>
{% include {{[type]}}-{{[id]}}-content.xhtml %}
<br/>
<a name="script"> </a>
<h2>Script</h2>
<pre>
{% include {{[type]}}-{{[id]}}-script.xhtml %}
</pre>
<!-- ==============END CONTENT END CONTENT=================== -->
{% include container-end.html %}
{% include footer.html %}