<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="PractitionerPerson" />
  <url value="http://hl7.org/fhir/us/bser/StructureDefinition/PractitionerPerson" />
  <name value="BSeR Practitioner" />
  <status value="draft" />
  <publisher value="Hi3 Solutions" />
  <contact>
    <name value="AbdulMalik Shakir" />
    <telecom>
      <system value="phone" />
      <value value="6266444491" />
      <use value="work" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="abdulmalik.shakir@hi3solutions.com" />
      <use value="work" />
    </telecom>
  </contact>
  <kind value="resource" />
  <abstract value="false" />
  <contextType value="resource" />
  <context value="Practitioner" />
  <type value="Practitioner" />
  <baseDefinition value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" />
  <derivation value="constraint" />
  <differential>
    <element id="Practitioner">
      <path value="Practitioner" />
    </element>
    <element id="Practitioner.id">
      <path value="Practitioner.id" />
      <short value="id" />
      <definition value="MAY contain zero or one [0..1] id (CONF:4383-799)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.meta">
      <path value="Practitioner.meta" />
      <short value="meta" />
      <definition value="MAY contain zero or one [0..1] meta (CONF:4383-798)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.meta.profile">
      <path value="Practitioner.meta.profile" />
      <short value="profile" />
      <definition value="The meta, if present, SHALL contain exactly one [1..1] profile=&quot;http://hl7.org/fhir/us/bser/StructureDefinition/PractitionerPerson&quot; (CONF:4383-800)." />
      <min value="1" />
      <max value="1" />
      <patternString value="http://hl7.org/fhir/us/bser/StructureDefinition/PractitionerPerson" />
    </element>
    <element id="Practitioner.identifier">
      <path value="Practitioner.identifier" />
      <short value="identifier" />
      <definition value="SHOULD contain zero or more [0..*] identifier (CONF:4383-68)." />
      <min value="0" />
      <max value="*" />
    </element>
    <element id="Practitioner.identifier.value">
      <path value="Practitioner.identifier.value" />
      <short value="value" />
      <definition value="The identifier, if present, SHALL contain exactly one [1..1] value (CONF:4383-74)." />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Practitioner.name">
      <path value="Practitioner.name" />
      <short value="name" />
      <definition value="SHOULD contain zero or one [0..1] name (CONF:4383-69)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.name.family">
      <path value="Practitioner.name.family" />
      <short value="family" />
      <definition value="The name, if present, SHALL contain exactly one [1..1] family (CONF:4383-75)." />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Practitioner.name.given">
      <path value="Practitioner.name.given" />
      <short value="given" />
      <definition value="The name, if present, SHOULD contain at least one [1..*] given (CONF:4383-76)." />
      <min value="1" />
      <max value="*" />
    </element>
    <element id="Practitioner.name.prefix">
      <path value="Practitioner.name.prefix" />
      <short value="prefix" />
      <definition value="The name, if present, MAY contain zero or one [0..1] prefix (CONF:4383-77)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.name.suffix">
      <path value="Practitioner.name.suffix" />
      <short value="suffix" />
      <definition value="The name, if present, MAY contain zero or one [0..1] suffix (CONF:4383-78)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.telecom">
      <path value="Practitioner.telecom" />
      <short value="telecom" />
      <definition value="SHOULD contain zero or more [0..*] telecom (CONF:4383-70)." />
      <min value="0" />
      <max value="*" />
    </element>
    <element id="Practitioner.telecom.system">
      <path value="Practitioner.telecom.system" />
      <short value="system" />
      <definition value="The telecom, if present, SHALL contain exactly one [1..1] system, which SHALL be selected from ValueSet Contact-point-system http://hl7.org/fhir/ValueSet/contact-point-system DYNAMIC (CONF:4383-159)." />
      <min value="1" />
      <max value="1" />
      <binding>
        <strength value="required" />
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-system" />
          <display value="Contact-point-system" />
        </valueSetReference>
      </binding>
    </element>
    <element id="Practitioner.telecom.value">
      <path value="Practitioner.telecom.value" />
      <short value="value" />
      <definition value="The telecom, if present, SHALL contain exactly one [1..1] value (CONF:4383-81)." />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Practitioner.telecom.use">
      <path value="Practitioner.telecom.use" />
      <short value="use" />
      <definition value="The telecom, if present, SHALL contain exactly one [1..1] use, which SHALL be selected from ValueSet Contact-point-use http://hl7.org/fhir/ValueSet/contact-point-use DYNAMIC (CONF:4383-83)." />
      <min value="1" />
      <max value="1" />
      <binding>
        <strength value="required" />
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-use" />
          <display value="Contact-point-use" />
        </valueSetReference>
      </binding>
    </element>
    <element id="Practitioner.address">
      <path value="Practitioner.address" />
      <short value="address" />
      <definition value="SHOULD contain zero or one [0..1] address (CONF:4383-82)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.address.use">
      <path value="Practitioner.address.use" />
      <short value="use" />
      <definition value="The address, if present, SHALL contain exactly one [1..1] use, which SHALL be selected from ValueSet Address-use http://hl7.org/fhir/ValueSet/address-use DYNAMIC (CONF:4383-84)." />
      <min value="1" />
      <max value="1" />
      <binding>
        <strength value="required" />
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/address-use" />
          <display value="Address-use" />
        </valueSetReference>
      </binding>
    </element>
    <element id="Practitioner.address.city">
      <path value="Practitioner.address.city" />
      <short value="city" />
      <definition value="The address, if present, SHOULD contain zero or one [0..1] city (CONF:4383-85)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.address.state">
      <path value="Practitioner.address.state" />
      <short value="state" />
      <definition value="The address, if present, SHOULD contain zero or one [0..1] state (CONF:4383-86)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.address.postalCode">
      <path value="Practitioner.address.postalCode" />
      <short value="postalCode" />
      <definition value="The address, if present, SHOULD contain zero or one [0..1] postalCode (CONF:4383-87)." />
      <min value="0" />
      <max value="1" />
    </element>
    <element id="Practitioner.address.country">
      <path value="Practitioner.address.country" />
      <short value="country" />
      <definition value="The address, if present, SHALL contain exactly one [1..1] country, which SHALL be selected from CodeSystem ISO 3166 Part 1 Country Codes, 2nd Edition, Alpha-2 (urn:oid:1.0.3166.1.2.2) DYNAMIC (CONF:4383-88)." />
      <min value="1" />
      <max value="1" />
    </element>
  </differential>
</StructureDefinition>