<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="ca-on-ps-profile-practitioner" />
  <url value="http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner-non-ms" />
  <version value="0.10.0" />
  <name value="PractitionerPSONOHTestNonMS" />
  <title value="Practitioner (PS-ON) non-MS" />
  <status value="active" />
  <date value="2022-10-15T12:00:00+00:00" />
  <publisher value="Ontario Health" />
  <description value="This profile defines a set of constraints to the FHIR Practitioner resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied to the the Practitioner resource by the PS-CA project to represent a practitioner acting as observer for imaging results. It is informed by the constraints of the [Practitioner-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Practitioner-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitioner.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information." />
  <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.meta">
      <path value="Practitioner.meta" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.meta.profile">
      <path value="Practitioner.meta.profile" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier">
      <path value="Practitioner.identifier" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <discriminator>
          <type value="value" />
          <path value="value" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <comment value="Used to convey business identifier(s) that are specific to this Practitioner such as a college license number" />
      <min value="1" />
      <type>
        <code value="Identifier" />
        <profile value="http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-identifier-oh-test-ms" />
      </type>
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier:MRN">
      <path value="Practitioner.identifier" />
      <sliceName value="MRN" />
    </element>
    <element id="Practitioner.identifier:MRN.system">
      <path value="Practitioner.identifier.system" />
      <fixedUri value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.identifier:MRN.value">
      <path value="Practitioner.identifier.value" />
      <mustSupport value="true" />
    </element>
    <element id="Practitioner.name">
      <path value="Practitioner.name" />
      <min value="1" />
      <constraint>
        <key value="ca-baseline-name" />
        <severity value="error" />
        <human value="Practitioner.name.given or Practitioner.name.family or both SHALL be present" />
        <expression value="family.exists() or given.exists()" />
        <xpath value="f:given or f:family" />
      </constraint>
      <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" />
      <comment value="While IPS-UV considers Practitioner.telecom a MS element, the Ontario approach is to prefer telecom be populated at the PractitionerRole level." />
      <mustSupport value="false" />
    </element>
  </differential>
</StructureDefinition>