<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="2-000001" />
  <meta>
    <lastUpdated value="2017-06-20T15:50:54.137+05:30" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa" />
  </extension>
  <url value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-pract" />
  <name value="Anna" />
  <status value="draft" />
  <date value="2017-06-19T19:55:41.4699633+05:30" />
  <fhirVersion value="3.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Practitioner" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
  <derivation value="constraint" />
  <snapshot />
  <differential>
    <element id="Practitioner.identifier.system">
      <path value="Practitioner.identifier.system" />
      <type>
        <code value="uri" />
        <profile value="http://www.example.com/identifiers/practitioner" />
      </type>
    </element>
    <element id="Practitioner.identifier.value">
      <path value="Practitioner.identifier.value" />
      <type>
        <code value="string" />
        <profile value="2-000001" />
      </type>
    </element>
    <element id="Practitioner.active">
      <path value="Practitioner.active" />
      <type>
        <code value="boolean" />
        <profile value="True" />
      </type>
    </element>
    <element id="Practitioner.name.family">
      <path value="Practitioner.name.family" />
      <type>
        <code value="string" />
        <profile value="Svensson" />
      </type>
    </element>
    <element id="Practitioner.name.given">
      <path value="Practitioner.name.given" />
      <type>
        <code value="string" />
        <profile value="Anna" />
      </type>
    </element>
    <element id="Practitioner.telecom.system:email">
      <path value="Practitioner.telecom.system" />
      <sliceName value="email" />
      <short value="Work" />
      <definition value="annasvensson@example.com" />
      <type>
        <code value="code" />
        <profile value="phone" />
      </type>
      <fixedCode value="email" />
    </element>
    <element id="Practitioner.telecom.value">
      <path value="Practitioner.telecom.value" />
      <type>
        <code value="string" />
        <profile value="(360) 555 14142" />
      </type>
    </element>
    <element id="Practitioner.telecom.use">
      <path value="Practitioner.telecom.use" />
      <type>
        <code value="code" />
        <profile value="mobile" />
      </type>
    </element>
    <element id="Practitioner.address.use">
      <path value="Practitioner.address.use" />
      <type>
        <code value="code" />
        <profile value="Work" />
      </type>
    </element>
    <element id="Practitioner.address.line">
      <path value="Practitioner.address.line" />
      <type>
        <code value="string" />
        <profile value="Example Street 15" />
      </type>
    </element>
    <element id="Practitioner.address.city">
      <path value="Practitioner.address.city" />
      <type>
        <code value="string" />
        <profile value="Östersund" />
      </type>
    </element>
    <element id="Practitioner.address.postalCode">
      <path value="Practitioner.address.postalCode" />
      <type>
        <code value="string" />
        <profile value="831 43" />
      </type>
    </element>
    <element id="Practitioner.gender">
      <path value="Practitioner.gender" />
      <fixedCode value="female" />
    </element>
    <element>
      <path value="Practitioner.gender.id" />
      <type>
        <code value="string" />
        <profile value="female" />
      </type>
    </element>
    <element id="Practitioner.birthDate">
      <path value="Practitioner.birthDate" />
      <type>
        <code value="date" />
        <profile value="1974-02-13" />
      </type>
      <fixedDate value="1974-02-13" />
    </element>
  </differential>
</StructureDefinition>