<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="61aa59b3-be7f-4981-b91a-90cfe7fb7a50" />
  <meta>
    <lastUpdated value="2021-12-06T19:59:36.266+00:00" />
  </meta>
  <text>
    <status value="empty" />
    <div xmlns="http://www.w3.org/1999/xhtml">No human-readable text provided in this case.</div>
  </text>
  <url value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-prescriber" />
  <version value="3.0.0" />
  <name value="PractitionerPrescriber" />
  <status value="active" />
  <date value="2021-11-23T20:21:01.1219427+00:00" />
  <description value="The prescriber who authored the originating MedicationRequest (prescription) event." />
  <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">
      <path value="Practitioner" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.id">
      <path value="Practitioner.id" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier">
      <path value="Practitioner.identifier" />
      <definition value="An identifier that applies to this person in this role.&#xD;&#xA;DHDR: Practitioner ID (Licence): Prescriber, Pharmacist, other" />
      <min value="1" />
      <max value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier.system">
      <path value="Practitioner.identifier.system" />
      <definition value="Establishes the namespace for the value - that is, a URL that describes a set values that are unique.&#xD;&#xA;&#xD;&#xA;DHDR: URI of a licence regulating body or URI of MOH Billing Numbers" />
      <comment value="Identifier.system is always case sensitive.&#xD;&#xA;&#xD;&#xA;DHDR Note:  See https://simplifier.net/CanadianURIRegistry" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier.value">
      <path value="Practitioner.identifier.value" />
      <definition value="The portion of the identifier typically relevant to the user and which is unique within the context of the system.&#xD;&#xA;&#xD;&#xA;DHDR: Licence # or other business identifier" />
      <comment value="If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value's primary purpose is computational mapping.  As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.)  A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.&#xD;&#xA;&#xD;&#xA;DHDR Note: E.g. This would be the CPSO License # for prescribers, or the CPHA License # for pharmacists." />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.name">
      <path value="Practitioner.name" />
      <max value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.name.family">
      <path value="Practitioner.name.family" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.name.given">
      <path value="Practitioner.name.given" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom">
      <path value="Practitioner.telecom" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <definition value="A contact detail for the practitioner, e.g. a telephone number or an email address.&#xD;&#xA;&#xD;&#xA;DHDR: Practitioner Phone and Fax" />
      <max value="2" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomPhone">
      <path value="Practitioner.telecom" />
      <sliceName value="TelecomPhone" />
      <definition value="A contact detail for the practitioner, e.g. a telephone number or an email address.&#xD;&#xA;&#xD;&#xA;DHDR: Practitioner Phone Number" />
      <max value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomPhone.system">
      <path value="Practitioner.telecom.system" />
      <fixedCode value="phone" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomPhone.value">
      <path value="Practitioner.telecom.value" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomPhone.use">
      <path value="Practitioner.telecom.use" />
      <mustSupport value="true" />
      <binding>
        <strength value="required" />
        <valueSet value="http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0" />
      </binding>
    </element>
    <element id="Practitioner.telecom:TelecomFax">
      <path value="Practitioner.telecom" />
      <sliceName value="TelecomFax" />
      <definition value="A contact detail for the practitioner, e.g. a telephone number or an email address.&#xD;&#xA;&#xD;&#xA;DHDR: Practitioner Fax Number" />
      <max value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomFax.system">
      <path value="Practitioner.telecom.system" />
      <fixedCode value="fax" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomFax.value">
      <path value="Practitioner.telecom.value" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.telecom:TelecomFax.use">
      <path value="Practitioner.telecom.use" />
      <mustSupport value="true" />
      <binding>
        <strength value="required" />
        <valueSet value="http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0" />
      </binding>
    </element>
  </differential>
</StructureDefinition>