<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example" />
  <identifier>
    <system value="BSNR" />
    <value value="9578530000" />
  </identifier>
  <identifier>
    <system value="LANR" />
    <value value="1234567489" />
  </identifier>
  <active value="true" />
  <name>
    <family value="Deiters" />
    <given value="Annette" />
    <prefix value="Dr." />
  </name>
  <address>
    <use value="home" />
    <line value="Lange Str. 5559" />
    <city value="Hintertupfingen" />
    <state value="SA" />
    <postalCode value="01591" />
  </address>
  <qualification>
    <identifier>
      <system value="http://example.org/UniversityIdentifier" />
      <value value="12345" />
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360/2.7" />
        <code value="BS" />
        <display value="Bachelor of Science" />
      </coding>
      <text value="Bachelor of Science" />
    </code>
    <period>
      <start value="1995" />
    </period>
    <issuer>
      <display value="Example University" />
    </issuer>
  </qualification>
</Practitioner>