FHIR Frog AU Core Conformance Tests
0.1.0 - draft
FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="au-core-practitioner-conformant"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner au-core-practitioner-conformant</b></p><a name="au-core-practitioner-conformant"> </a><a name="hcau-core-practitioner-conformant"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hpii/1.0</code>/8003621234567890</p><p><b>name</b>: Perry Frog(Official)</p><p><b>gender</b>: Male</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td></tr></table></div>
</text>
<identifier>
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
<value value="8003621234567890"/>
</identifier>
<name>
<use value="official"/>
<text value="Perry Frog"/>
<family value="Frog"/>
<given value="Perry"/>
</name>
<gender value="male"/>
<qualification>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
<version value="2.7"/>
<code value="MD"/>
<display value="Doctor of Medicine"/>
</coding>
<text value="Doctor of Medicine"/>
</code>
</qualification>
</Practitioner>