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

: PractitionerLabDirector - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PractitionerLabDirector"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner PractitionerLabDirector</b></p><a name="PractitionerLabDirector"> </a><a name="hcPractitionerLabDirector"> </a><a name="PractitionerLabDirector-en-US"> </a><p><b>identifier</b>: National provider identifier/1750369955 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: PractitionerJane Smith </p><p><b>address</b>: Address 123 Boston MA 12345 </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 PHD}">Laboratory Director</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
        <display value="National provider identifier"/>
      </coding>
    </type>
    <value value="1750369955"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Smith"/>
    <given value="PractitionerJane"/>
    <prefix value="PhD"/>
  </name>
  <address>
    <line value="Address 123"/>
    <city value="Boston"/>
    <state value="MA"/>
    <postalCode value="12345"/>
  </address>
  <gender value="female"/>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <version value="2.7"/>
        <code value="PHD"/>
        <display value="Doctor of Philosophy"/>
      </coding>
      <text value="Laboratory Director"/>
    </code>
  </qualification>
</Practitioner>