haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Haau3 Practitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="haau3-practitioner"/>
  <meta>
    <profile
             value="https://haau3.com/fhir/StructureDefinition/haau3-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner haau3-practitioner</b></p><a name="haau3-practitioner"> </a><a name="hchaau3-practitioner"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-haau3-practitioner.html">haau3 Practitioner</a></p></div><p><b>identifier</b>: National provider identifier/1234567893 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Janet Smith </p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1234567893"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Smith"/>
    <given value="Janet"/>
  </name>
</Practitioner>