Revamped to use new template, improved documentation and fixed a number of rendering issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
<p>
|
||||
Introductory guidance on the patient profile
|
||||
</p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
<p>
|
||||
Usage notes on the patient profile
|
||||
</p>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<p>
|
||||
<img src="anImage.png" alt="A sample image"/>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
<h3>Heading 1</h3>
|
||||
<p>
|
||||
Some text
|
||||
</p>
|
||||
</div>
|
||||
<h3>Heading 2</h3>
|
||||
<p>
|
||||
<img height="600" src="anImage.png" alt="A sample image"/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
<p>
|
||||
This provides a list of changes to the MyIG specification since its initial release
|
||||
</p>
|
||||
|
||||
@@ -1,5 +1,48 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
{% assign excludexml = site.data.info.excludexml | downcase | slice: 0 %}
|
||||
{% assign excludejson = site.data.info.excludejson | downcase | slice: 0 %}
|
||||
{% assign excludettl = site.data.info.excludettl | downcase | slice: 0 %}
|
||||
<p>
|
||||
To do
|
||||
</p>
|
||||
Download the entire implementation guide <a href="full-ig.zip">here</a>
|
||||
</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Artifact Definitions</th>
|
||||
{% unless excludexml == 'y' %}
|
||||
<td>
|
||||
<a href="definitions.xml.zip">XML</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
{% unless excludejson == 'y' %}
|
||||
<td>
|
||||
<a href="definitions.json.zip">JSON</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
{% unless excludettl == 'y' %}
|
||||
<td>
|
||||
<a href="definitions.ttl.zip">Turtle</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Examples</th>
|
||||
{% unless excludexml == 'y' %}
|
||||
<td>
|
||||
<a href="examples.xml.zip">XML</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
{% unless excludejson == 'y' %}
|
||||
<td>
|
||||
<a href="examples.json.zip">JSON</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
{% unless excludettl == 'y' %}
|
||||
<td>
|
||||
<a href="examples.ttl.zip">Turtle</a>
|
||||
</td>
|
||||
{% endunless %}
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||
<!-- The spaces between the open and close "a" tag are mandatory. (Cuz HTML renderers are dumb...) -->
|
||||
<a name="intro"> </a>
|
||||
<h3>Introduction</h3>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
###A Heading
|
||||
### A Heading
|
||||
You can also use markdown if that's your thing
|
||||
Reference in New Issue
Block a user