<Practitioner xmlns="http://hl7.org/fhir">
  <id value="core-examples-Practitioner-example65" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:22:05.134+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Cutter, Carl. SSN:
            222777777</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="222777777" />
  </identifier>
  <name>
    <use value="official" />
    <family value="Cutter" />
    <given value="Carl" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-1013" />
    <use value="work" />
  </telecom>
  <address>
    <use value="home" />
    <line value="1013 Healthcare Drive" />
  </address>
  <gender value="male" />
  <practitionerRole>
    <managingOrganization>
      <reference value="Organization/hl7" />
    </managingOrganization>
  </practitionerRole>
</Practitioner>