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

: PractitionerOrderingProvider - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PractitionerOrderingProvider"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner PractitionerOrderingProvider</b></p><a name="PractitionerOrderingProvider"> </a><a name="hcPractitionerOrderingProvider"> </a><a name="PractitionerOrderingProvider-en-US"> </a><p><b>active</b>: true</p><p><b>name</b>: Laura Salma </p><p><b>address</b>: 123 Main St. San Francisco CA 94080 </p></div>
  </text>
  <active value="true"/>
  <name>
    <family value="Salma"/>
    <given value="Laura"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <line value="123 Main St."/>
    <city value="San Francisco"/>
    <state value="CA"/>
    <postalCode value="94080"/>
  </address>
</Practitioner>