-
Notifications
You must be signed in to change notification settings - Fork 0
/
ex.html
31 lines (28 loc) · 828 Bytes
/
ex.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
---
# jekyll header
level: 2
active: format
layout: fhir-artifact
type: {{[type]}}
template: example
id: {{[id]}}
br_StructureDefinition: profiles
br_ValueSet : terminology
br_CodeSystem : terminology
br_ConceptMap : terminology
br_CapabilityStatement : capstatements
br_StructureMap : mappings
br_OperationDefinition : operations
br_SearchParameter : searchparams
---
<!-- template typically for examples -->
<!-- ============CONTENT CONTENT=============== -->
<h2>{{[title]}} </h2>
<!--{% include {{[type]}}-{{[name]}}.xhtml %}-->
<!--
<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>
-->
{% include {{[type]}}-{{[name]}}.xhtml %}
<!-- ==============END CONTENT END CONTENT=================== -->