Added images and intro and notes examples as well as markdown

This commit is contained in:
Lloyd McKenzie
2019-09-11 14:45:14 -04:00
parent fedd72e386
commit c299d8c029
9 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<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>
To do
<img src="anImage.png" alt="A sample image"/>
</p>
</div>

View File

@@ -0,0 +1,2 @@
###Introduction
Introductory guidance on myExtension

View File

@@ -0,0 +1,2 @@
### Notes
Usage notes on myExtension

View File

@@ -0,0 +1,5 @@
<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>
</div>

View File

@@ -1,5 +1,5 @@
<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>
To do
Usage notes on the patient profile
</p>
</div>

View File

@@ -0,0 +1,2 @@
###A Heading
You can also use markdown if that's your thing