<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="https://example.org/fhir/StructureDefinition/TestPractitioner" />
  <name value="TestPractitioner" />
  <status value="draft" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Practitioner" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
  <derivation value="constraint" />
  <differential>
    <element id="Practitioner.name">
      <path value="Practitioner.name" />
      <short value="Name of a human - parts and usage" />
      <definition value="A human's name with the ability to identify parts and usage." />
      <comment value="Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely." />
      <type>
        <code value="HumanName" />
        <profile value="https://example.org/fhir/StructureDefinition/MirjamsDecemberHumanName" />
      </type>
    </element>
  </differential>
</StructureDefinition>