<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" />
  <version value="0.10.0" />
  <name value="PractitionerPSON" />
  <title value="Practitioner (PS-ON)" />
  <status value="draft" />
  <date value="2024-02-01T19:39:15.322061+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" />
      <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://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier" />
      </type>
      <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>
    <element id="Practitioner.address">
      <path value="Practitioner.address" />
    </element>
  </differential>
</StructureDefinition>