<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="performer-party" />
  <url value="http://hl7.org.au/fhir/StructureDefinition/performer-party" />
  <version value="1.1.0" />
  <name value="PerformerParty" />
  <title value="Performer Party" />
  <status value="draft" />
  <date value="2019-05-01" />
  <publisher value="Health Level Seven Australia (Orders and Observations WG)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org.au" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="This extension applies to ProcedureRequest and DiagnosticReport, providing a practitioner role or care team who is responsible." />
  <fhirVersion value="3.0.1" />
  <kind value="complex-type" />
  <abstract value="false" />
  <contextType value="resource" />
  <context value="ProcedureRequest" />
  <context value="DiagnosticReport" />
  <context value="Observation" />
  <type value="Extension" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
  <derivation value="constraint" />
  <differential>
    <element id="Extension">
      <path value="Extension" />
      <short value="Performing practitioner role or care team" />
      <definition value="The performing party (care team or practitioner role) associated with the service, e.g the diagnostic service responsible for issuing the report or the desired performer for doing the requested service." />
    </element>
    <element id="Extension.url">
      <path value="Extension.url" />
      <fixedUri value="http://hl7.org.au/fhir/StructureDefinition/performer-party" />
    </element>
    <element id="Extension.value[x]:valueReference">
      <path value="Extension.value[x]" />
      <sliceName value="valueReference" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
      </type>
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam" />
      </type>
    </element>
  </differential>
</StructureDefinition>