<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="recorder" />
  <url value="http://hl7.org.au/fhir/StructureDefinition/recorder" />
  <version value="1.1.0" />
  <name value="Recorder" />
  <title value="Recorder" />
  <status value="draft" />
  <publisher value="Health Level Seven Australia" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org.au" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="This pre-adopts (from R4) the recorder element for the Condition resource which identifies who recorded this record and is responsible for its content." />
  <fhirVersion value="3.0.1" />
  <kind value="complex-type" />
  <abstract value="false" />
  <contextType value="resource" />
  <context value="Condition" />
  <type value="Extension" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
  <derivation value="constraint" />
  <differential>
    <element id="Extension">
      <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
        <valueCode value="draft" />
      </extension>
      <path value="Extension" />
      <short value="Who recorded the record" />
      <definition value="Individual who recorded the record and takes responsibility for its content." />
      <max value="1" />
    </element>
    <element id="Extension.url">
      <path value="Extension.url" />
      <fixedUri value="http://hl7.org.au/fhir/StructureDefinition/recorder" />
    </element>
    <element id="Extension.valueReference:valueReference">
      <path value="Extension.value[x]" />
      <sliceName value="valueReference" />
      <short value="Who recorded the record" />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
      </type>
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
      </type>
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
      </type>
    </element>
  </differential>
</StructureDefinition>