GenomeX Data Exchange FHIR IG
0.2.0 - draft
GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="PractitionerPathologist"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner PractitionerPathologist</b></p><a name="PractitionerPathologist"> </a><a name="hcPractitionerPathologist"> </a><a name="PractitionerPathologist-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/9123456789</p><p><b>active</b>: true</p><p><b>name</b>: Pauline Pathologist </p><p><b>address</b>: 456 Laboratory Drive, Anytown, MA, 12345, USA</p><p><b>gender</b>: Female</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 - MD</span></td></tr></table></div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="9123456789"/>
</identifier>
<active value="true"/>
<name>
<family value="Pathologist"/>
<given value="Pauline"/>
<prefix value="Dr."/>
</name>
<address>
<text value="456 Laboratory Drive, Anytown, MA, 12345, USA"/>
<line value="456 Laboratory Drive"/>
<city value="Anytown"/>
<state value="MA"/>
<postalCode value="12345"/>
<country value="USA"/>
</address>
<gender value="female"/>
<qualification>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
<code value="MD"/>
<display value="Doctor of Medicine"/>
</coding>
<text value="Doctor of Medicine - MD"/>
</code>
</qualification>
</Practitioner>