-
Notifications
You must be signed in to change notification settings - Fork 0
/
Patient-example.html
39 lines (31 loc) · 1.25 KB
/
Patient-example.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
---
---
{% include fragment-pagebegin.html %}
<div class="col-12">
<!--ReleaseHeader--><p id="publish-box">Publish Box goes here</p><!--EndReleaseHeader-->
{% include fragment-base-navtabs.html type='Patient' id='example' active='content' %}
<a name="root"> </a>
{% if site.data.artifacts[page.path].example %}
{% assign example = 'Example ' %}
{% endif %}
{% assign prefix = site.data.artifacts[page.path].type %}
<h2 id="root">{{example}}{{prefix}}: {{site.data.pages[page.path].title | escape_once}}</h2>
{% include fragment-simpletable.html %}
{% unless example %}
{% if 'Patient' == 'CapabilityStatement' %}
<p>
<a href="example.openapi.json" no-download="true">Raw OpenAPI-Swagger Definition file</a> | <a href="example.openapi.json" download>Download</a>
</p>
{% endif %}
{% endunless %}
<!-- insert intro if present -->
{% include fragment-intro.html type='Patient' id='example' %}
{% include Patient-example-html.xhtml %}
{% if site.data.resources[resource_].contained != nil %}
<h4>Contained resources</h4>
{% include Patient-example-contained-index.xhtml %}
{% endif %}
<!-- insert notes if present -->
{% include fragment-notes.html type='Patient' id='example' %}
</div>
{% include fragment-pageend.html %}