<Practitioner xmlns="http://hl7.org/fhir">
  <id value="core-examples-Practitioner-example35" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:22:00.022+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Verify, Virgil. SSN:
            999999999</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203" />
        <code value="SS" />
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn" />
    <value value="999999999" />
  </identifier>
  <name>
    <use value="official" />
    <family value="Verify" />
    <given value="Virgil" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-1008" />
    <use value="work" />
  </telecom>
  <address>
    <use value="home" />
    <line value="1008 Healthcare Drive" />
  </address>
  <gender value="male" />
  <practitionerRole>
    <managingOrganization>
      <reference value="Organization/hl7" />
    </managingOrganization>
  </practitionerRole>
</Practitioner>